.esm-eval2-box,
.esm1426-box.esm-eval2-box {
  max-width: 900px;
  margin: 42px auto 34px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  clear: both;
  box-shadow: 0 22px 48px rgba(15,23,42,.12);
  box-sizing: border-box;
}
.esm-eval2-box * { box-sizing: border-box; }
.esm-eval2-head {
  padding: 28px 30px;
  background: linear-gradient(135deg,#0f172a 0%,#1d4ed8 58%,#2563eb 100%);
  color: #fff;
}
.esm-eval2-badge {
  color: #dbeafe;
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 10px;
}
.esm-eval2-head h3 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: 28px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}
.esm-eval2-head p {
  margin: 0 !important;
  color: #e5e7eb !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}
.esm-eval2-body { padding: 28px 30px; }
.esm-eval2-stats {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  margin-bottom: 18px;
}
.esm-eval2-stats div {
  background: #f8fafc;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  padding: 15px;
  text-align: center;
}
.esm-eval2-stats span {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.esm-eval2-stats strong {
  display: block;
  color: #111827;
  font-size: 20px;
  font-weight: 900;
}
.esm-eval2-guide {
  font-weight: 900;
  color: #1e3a8a;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 16px;
  padding: 13px 15px;
  margin-bottom: 14px;
}
.esm-eval2-buttons {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 8px;
  margin: 12px 0 18px;
  padding: 18px;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}
.esm-eval2-score {
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid #93c5fd;
  background: #fff;
  color: #1e3a8a;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: .15s;
}
.esm-eval2-score:hover,
.esm-eval2-score.active {
  transform: translateY(-2px);
  border-color: #2563eb;
  background: #2563eb;
  color: #fff;
  box-shadow: 0 10px 18px rgba(37,99,235,.25);
}
.esm-eval2-selected {
  font-size: 18px;
  font-weight: 900;
  color: #111827;
  margin-bottom: 10px;
}
.esm-eval2-selected strong { color: #2563eb; }
.esm-eval2-bar {
  height: 14px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 18px;
}
.esm-eval2-bar-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg,#2563eb,#60a5fa);
  border-radius: 999px;
  transition: .2s;
}
.esm-eval2-review-fields {
  background: #fff;
  border: 1px solid #bfdbfe;
  border-radius: 16px;
  padding: 13px;
  margin: 0 0 14px;
  box-shadow: 0 8px 18px rgba(37,99,235,.08);
}
.esm-eval2-label {
  display: block;
  font-weight: 900;
  color: #1e3a8a;
  margin-bottom: 8px;
}
.esm-eval2-review-fields textarea {
  width: 100%;
  min-height: 110px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 12px;
  font-size: 16px;
  line-height: 1.65;
  resize: vertical;
}
.esm-eval2-wallet {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 14px;
  margin-bottom: 16px;
  color: #4b5563;
  font-weight: 700;
}
.esm-eval2-wallet-link {
  display: inline-flex !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  background: #111827 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900 !important;
}
.esm-eval2-submit {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  background: #2563eb;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(37,99,235,.25);
}
.esm-eval2-submit:disabled { opacity: .55; cursor: not-allowed; }
.esm-eval2-msg {
  display: none;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  color: #047857;
  font-weight: 900;
  line-height: 1.65;
}
.esm-eval2-msg.is-error {
  background: #fef2f2;
  border-color: #fecaca;
  color: #b91c1c;
}
.esm-eval2-review-output { margin-top: 18px; }
.esm-eval2-my-review,
.esm-eval2-review-list {
  margin-top: 16px;
  padding: 16px;
  background: #f8fafc;
  border: 1px solid #bfdbfe;
  border-radius: 18px;
  color: #0f172a;
}
.esm-eval2-section-title {
  font-size: 19px;
  font-weight: 900;
  color: #0f2a5f;
  margin-bottom: 12px;
}
.esm-eval2-review-row {
  padding: 14px 0;
  border-bottom: 1px solid #e5e7eb;
}
.esm-eval2-review-row:last-child { border-bottom: 0; }
.esm-eval2-review-score {
  font-size: 16px;
  font-weight: 900;
  color: #1d4ed8;
  margin-bottom: 8px;
}
.esm-eval2-stars {
  color: #f59e0b;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1;
}
.esm-eval2-review-text {
  font-size: 17px;
  line-height: 1.85;
  color: #0f172a;
  font-weight: 800;
  word-break: keep-all;
}
.esm-eval2-review-time {
  font-size: 13px;
  color: #64748b;
  margin-top: 8px;
}
body.single-post .esm-web3-review-box,
body.single-post .smbatm-cheer-review-v3720,
body.single-post .smbatm-cheer-review-body,
body.single-post .smbatm-cheer-list-v3721,
body.single-post .esm-web3-bottom-review,
body.single-post .esm-web3-legacy-review,
body.single-post .esm15263-card {
  display: none !important;
}
@media(max-width:720px) {
  .esm-eval2-box { margin: 34px 12px 28px; border-radius: 22px; }
  .esm-eval2-head,
  .esm-eval2-body { padding: 24px 22px; }
  .esm-eval2-stats { grid-template-columns: 1fr; }
  .esm-eval2-buttons { grid-template-columns: repeat(5,minmax(42px,1fr)); padding: 14px; }
  .esm-eval2-wallet { align-items: stretch; flex-direction: column; }
  .esm-eval2-wallet-link { justify-content: center; }
}

/* v85.2.3: wallet glyph fill lock + Gangnam 5x2 score panel */
.esm-eval2-wallet-intro{margin-top:16px}
.esm-v8520-eval-wallet{width:100%;box-sizing:border-box;margin:0;padding:14px 16px;border:1px solid #ffd2d2;border-radius:14px;background:#fff7f7;color:#172033;text-align:left}
.esm-v8521-wallet-reward-head{display:flex;flex-wrap:wrap;align-items:center;gap:7px 12px}.esm-v8521-wallet-reward-head>strong{font-size:16px;color:#172554}.esm-v8521-wallet-support-accordion{margin:0;min-width:0}.esm-v8521-wallet-support-accordion>summary{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:5px 10px;border:1px solid #bfdbfe;border-radius:999px;background:#f8fbff;color:#1e3a8a;cursor:pointer;font-size:11px;font-weight:900;list-style:none}.esm-v8521-wallet-support-accordion>summary::-webkit-details-marker{display:none}.esm-v8521-wallet-support-accordion>summary:after{content:'＋';margin-left:6px;font-size:12px}.esm-v8521-wallet-support-accordion[open]>summary:after{content:'－'}.esm-v8521-wallet-support-panel{width:min(760px,calc(100vw - 52px));margin-top:8px;padding:10px 12px;border:1px solid #dbeafe;border-radius:12px;background:#fff}.esm-v8521-wallet-support-panel>p{margin:0 0 6px!important;color:#64748b!important;font-size:11px!important;line-height:1.55!important}.esm-v8521-wallet-support-panel>.esm-v8521-wallet-beginner-guide{margin:8px 0 0}
.esm-v8520-wallet-summary{display:flex;flex-wrap:wrap;align-items:center;gap:5px 9px;margin-top:9px}.esm-v8520-wallet-summary strong{font-size:13px;color:#166534}.esm-v8520-wallet-summary span,.esm-v8520-wallet-summary em{font-size:12px;line-height:1.55;font-style:normal;color:#52627a}.esm-v8520-wallet-summary.is-verified{border-left:3px solid #16a34a;padding-left:9px}
.esm-v8521-wallet-icon-grid,.esm-v8520-wallet-connectors{display:flex!important;flex-wrap:wrap;align-items:center;gap:9px;margin:12px 0 7px!important;overflow:visible!important}
.esm-v8521-wallet-choice,.esm-v8521-wallet-icon-grid .esm-wallet-button{position:relative!important;display:inline-grid!important;place-items:center!important;width:82px!important;min-width:82px!important;height:82px!important;min-height:82px!important;margin:0!important;padding:5px!important;border:1px solid #d7e3f7!important;border-radius:20px!important;background:#fff!important;color:#172554!important;box-shadow:0 7px 18px rgba(15,50,110,.12)!important;cursor:pointer!important;text-decoration:none!important;transition:.16s ease!important;touch-action:manipulation!important}
.esm-v8521-wallet-choice:hover,.esm-v8521-wallet-choice:focus,.esm-v8521-wallet-icon-grid .esm-wallet-button:hover,.esm-v8521-wallet-icon-grid .esm-wallet-button:focus{z-index:3;border-color:#2563eb!important;background:#eff6ff!important;transform:translateY(-2px)}
.esm-v8521-wallet-choice:disabled{opacity:.55;cursor:wait!important}.esm-v8521-wallet-choice small{position:absolute!important;left:50%!important;top:calc(100% + 5px)!important;transform:translateX(-50%)!important;width:max-content!important;max-width:96px!important;height:auto!important;margin:0!important;padding:0!important;overflow:visible!important;clip:auto!important;white-space:nowrap!important;border:0!important;color:#334155!important;-webkit-text-fill-color:#334155!important;background:transparent!important;font-size:10px!important;font-weight:900!important;line-height:1.2!important;text-shadow:none!important}.esm-v8521-wallet-choice::after{display:none!important}
.esm-v8521-wallet-brand{display:grid;place-items:center;width:70px;height:70px;border-radius:17px;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.38),0 4px 12px rgba(15,23,42,.16)}.esm-v8521-wallet-brand svg{display:block;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important}
.esm-v8521-wallet-brand-metamask{background:#fff7ed}.esm-v8521-wallet-brand-walletconnect{background:#3b82f6;border-radius:50%}.esm-v8521-wallet-brand-tokenpocket{background:#2f6bff}.esm-v8521-wallet-brand-trust{background:#3375bb}.esm-v8521-wallet-brand-imtoken{background:#11b89a;border-radius:50%}
.esm-v8521-member-wallet.esm-wallet-core{margin:8px 0 0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.esm-v8521-wallet-compact-head{display:flex;align-items:center;justify-content:flex-end;gap:8px}.esm-v8521-wallet-compact-head strong{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}.esm-v8521-member-wallet .esm-wallet-badge{font-size:10px!important;padding:4px 8px!important}.esm-v8521-wallet-status{min-height:0!important;margin:3px 0 0!important;padding:0!important;background:transparent!important;border:0!important;font-size:11px!important}.esm-v8521-member-wallet [data-wallet-connectors][hidden],.esm-v8521-member-wallet [data-wallet-linked][hidden]{display:none!important}
.esm-v8521-wallet-linked{margin-top:8px!important;padding:10px!important;border-radius:10px!important;background:#f0fdf4!important}.esm-v8521-wallet-linked-summary{display:flex;flex-wrap:wrap;align-items:center;gap:7px;font-size:12px}.esm-v8521-wallet-linked-summary code{font-size:11px}.esm-v8521-wallet-linked-summary strong{margin-left:auto;color:#166534}.esm-v8521-wallet-actions{display:flex!important;flex-wrap:wrap;gap:6px!important;margin-top:8px!important}.esm-v8521-wallet-actions button{padding:6px 8px!important;border-radius:8px!important;font-size:10px!important}
.esm-v8520-wallet-help{font-size:11px;line-height:1.55;color:#64748b}.esm-v8520-wallet-live{margin-top:8px;padding:8px 10px;border-radius:9px;background:#fff;color:#475569;font-size:12px;line-height:1.55}.esm-v8520-wallet-live.is-verified{background:#ecfdf5;color:#166534}.esm-v8520-wallet-auth{display:flex;gap:7px;margin-top:9px}.esm-v8520-wallet-auth a{appearance:none;border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:#334155;padding:7px 10px;font-size:12px;font-weight:800;text-decoration:none}
.esm-v8520-mypage-link,.esm-v8520-mypage-link:link,.esm-v8520-mypage-link:visited,.esm-v8520-mypage-link:hover,.esm-v8520-mypage-link:focus,html body .esm-v8520-eval-wallet>a.esm-v8520-mypage-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;opacity:1!important;margin-top:9px!important;padding:8px 11px!important;border:1px solid #2563eb!important;border-radius:9px!important;background:#2563eb!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:12px!important;line-height:1.35!important;font-weight:900!important;text-indent:0!important;text-shadow:none!important;text-decoration:none!important}.esm-v8520-mypage-link:hover,.esm-v8520-mypage-link:focus,html body .esm-v8520-eval-wallet>a.esm-v8520-mypage-link:hover,html body .esm-v8520-eval-wallet>a.esm-v8520-mypage-link:focus{background:#1d4ed8!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
/* Gangnam Consumer Journal score-button parity. */
.esm-eval2-buttons.esm1426-buttons{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;width:100%!important;max-width:100%!important;margin:12px 0 18px!important;padding:16px!important;border:1px solid #e5e7eb!important;border-radius:18px!important;background:#f8fafc!important;overflow:hidden!important;box-sizing:border-box!important}
.esm-eval2-score.esm1426-score{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;height:50px!important;min-height:50px!important;max-height:50px!important;aspect-ratio:auto!important;margin:0!important;padding:0!important;border:1px solid #93c5fd!important;border-radius:999px!important;background:#fff!important;color:#1e3a8a!important;font-size:17px!important;font-weight:900!important;line-height:1!important;box-sizing:border-box!important}
.esm-eval2-score.esm1426-score:hover,.esm-eval2-score.esm1426-score.active{border-color:#2563eb!important;background:#2563eb!important;color:#fff!important;box-shadow:0 8px 16px rgba(37,99,235,.22)!important;transform:translateY(-1px)!important}
@media(max-width:720px){.esm-eval2-wallet-intro{margin-top:13px}.esm-v8520-eval-wallet{padding:12px}.esm-v8521-wallet-reward-head{display:flex;align-items:center;justify-content:space-between}.esm-v8521-wallet-support-panel{width:auto;max-width:100%}.esm-v8521-wallet-icon-grid,.esm-v8520-wallet-connectors{gap:8px}.esm-v8521-wallet-choice,.esm-v8521-wallet-icon-grid .esm-wallet-button{width:72px!important;min-width:72px!important;height:72px!important;min-height:72px!important;border-radius:18px!important;padding:4px!important}.esm-v8521-wallet-brand{width:62px;height:62px}.esm-v8520-wallet-auth{flex-wrap:wrap}.esm-v8521-wallet-linked-summary strong{margin-left:0;width:100%}.esm-eval2-buttons.esm1426-buttons{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important;padding:11px!important}.esm-eval2-score.esm1426-score{height:46px!important;min-height:46px!important;max-height:46px!important;font-size:17px!important}}
@media(max-width:390px){.esm-v8521-wallet-choice,.esm-v8521-wallet-icon-grid .esm-wallet-button{width:64px!important;min-width:64px!important;height:64px!important;min-height:64px!important;padding:4px!important}.esm-v8521-wallet-brand{width:54px;height:54px}.esm-eval2-buttons.esm1426-buttons{gap:6px!important;padding:9px!important}.esm-eval2-score.esm1426-score{height:42px!important;min-height:42px!important;max-height:42px!important;font-size:15px!important}}

/* v85.2.3: enlarge the wallet-specific glyph itself inside the existing button box.
 * High-specificity + !important prevents Magazine Point and other theme SVG rules
 * from shrinking the embedded wallet marks back to generic 20-24px icons. */
body .esm-v8521-wallet-icon-grid .esm-v8521-wallet-choice .esm-v8521-wallet-brand > svg,
body .esm-v8521-wallet-icon-grid .esm-wallet-button .esm-v8521-wallet-brand > svg{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  transform-origin:50% 50%!important;
}
body .esm-v8521-wallet-icon-grid .esm-v8521-wallet-brand-metamask > svg{transform:scale(1.34)!important}
body .esm-v8521-wallet-icon-grid .esm-v8521-wallet-brand-walletconnect > svg{transform:scale(1.58)!important}
body .esm-v8521-wallet-icon-grid .esm-v8521-wallet-brand-tokenpocket > svg{transform:scale(1.38)!important}
body .esm-v8521-wallet-icon-grid .esm-v8521-wallet-brand-trust > svg{transform:scale(1.36)!important}
body .esm-v8521-wallet-icon-grid .esm-v8521-wallet-brand-imtoken > svg{transform:scale(1.58)!important}

/* v101.18.11 Candidate 12 — common pre-evaluation benefit notice. */
.esm-eval2-benefit{margin:14px 0 15px;padding:14px 16px;border:1px solid #cfe0f6;border-radius:14px;background:#f2f7ff;color:#334155}.esm-eval2-benefit strong{display:block;color:#174f8f;font-size:14px;font-weight:900}.esm-eval2-benefit p{margin:5px 0 0!important;color:#52627a!important;font-size:12.5px!important;line-height:1.65!important}

/* Candidate 54: exact article-footer icon geometry wins on MyPage/Web3Home/preset shells too. */
body .esm-wallet-core .esm-wallet-connectors.esm-v8521-wallet-icon-grid,body .esm-v8520-eval-wallet .esm-v8521-wallet-icon-grid{display:flex!important;grid-template-columns:none!important;flex-wrap:wrap!important;align-items:center!important;gap:9px!important}
body .esm-wallet-core .esm-v8521-wallet-choice,body .esm-v8520-eval-wallet .esm-v8521-wallet-choice{width:82px!important;min-width:82px!important;max-width:82px!important;height:82px!important;min-height:82px!important;max-height:82px!important;padding:5px!important}
body .esm-wallet-core .esm-v8521-wallet-brand,body .esm-v8520-eval-wallet .esm-v8521-wallet-brand{width:70px!important;min-width:70px!important;max-width:70px!important;height:70px!important;min-height:70px!important;max-height:70px!important}
@media(max-width:720px){body .esm-wallet-core .esm-v8521-wallet-choice,body .esm-v8520-eval-wallet .esm-v8521-wallet-choice{width:72px!important;min-width:72px!important;max-width:72px!important;height:72px!important;min-height:72px!important;max-height:72px!important;padding:4px!important}body .esm-wallet-core .esm-v8521-wallet-brand,body .esm-v8520-eval-wallet .esm-v8521-wallet-brand{width:62px!important;min-width:62px!important;max-width:62px!important;height:62px!important;min-height:62px!important;max-height:62px!important}}
@media(max-width:390px){body .esm-wallet-core .esm-v8521-wallet-choice,body .esm-v8520-eval-wallet .esm-v8521-wallet-choice{width:64px!important;min-width:64px!important;max-width:64px!important;height:64px!important;min-height:64px!important;max-height:64px!important}body .esm-wallet-core .esm-v8521-wallet-brand,body .esm-v8520-eval-wallet .esm-v8521-wallet-brand{width:54px!important;min-width:54px!important;max-width:54px!important;height:54px!important;min-height:54px!important;max-height:54px!important}}

/* Candidate 55 universal canonical wallet visual hard-lock.
 * Every wallet surface (article, MyPage, Web3Home, evaluation, legacy shortcode)
 * uses the exact article-footer icon dimensions. */
html body [data-esm-eval-wallet-module] .esm-v8521-wallet-icon-grid{display:flex!important;grid-template-columns:none!important;flex-wrap:wrap!important;align-items:center!important;gap:9px!important}
html body [data-esm-eval-wallet-module] .esm-v8521-wallet-choice{box-sizing:border-box!important;flex:0 0 82px!important;width:82px!important;min-width:82px!important;max-width:82px!important;height:82px!important;min-height:82px!important;max-height:82px!important;padding:5px!important}
html body [data-esm-eval-wallet-module] .esm-v8521-wallet-brand{box-sizing:border-box!important;flex:0 0 70px!important;width:70px!important;min-width:70px!important;max-width:70px!important;height:70px!important;min-height:70px!important;max-height:70px!important}
@media(max-width:720px){html body [data-esm-eval-wallet-module] .esm-v8521-wallet-choice{flex-basis:72px!important;width:72px!important;min-width:72px!important;max-width:72px!important;height:72px!important;min-height:72px!important;max-height:72px!important;padding:4px!important}html body [data-esm-eval-wallet-module] .esm-v8521-wallet-brand{flex-basis:62px!important;width:62px!important;min-width:62px!important;max-width:62px!important;height:62px!important;min-height:62px!important;max-height:62px!important}}
@media(max-width:390px){html body [data-esm-eval-wallet-module] .esm-v8521-wallet-choice{flex-basis:64px!important;width:64px!important;min-width:64px!important;max-width:64px!important;height:64px!important;min-height:64px!important;max-height:64px!important}html body [data-esm-eval-wallet-module] .esm-v8521-wallet-brand{flex-basis:54px!important;width:54px!important;min-width:54px!important;max-width:54px!important;height:54px!important;min-height:54px!important;max-height:54px!important}}


/* Candidate 62 — universal beginner-first Wallet benefits / safety UX.
 * Same Canonical module on article, MyPage, Web3Home, Evaluation and aliases. */
.esm-v8520-eval-wallet{--esm-wallet-blue:#1d4ed8;--esm-wallet-ink:#172033;--esm-wallet-muted:#5b6b82;--esm-wallet-line:#dbe7f7;--esm-wallet-soft:#f8fbff}
.esm-v8521-wallet-icon-grid,.esm-v8520-wallet-connectors{margin-bottom:30px!important}
.esm-v8521-wallet-beginner-guide{margin:12px 0;padding:16px 18px;border:1px solid #bfdbfe;border-radius:16px;background:linear-gradient(135deg,#f8fbff,#fff);color:#25344c}
.esm-v8521-wallet-beginner-guide>strong{display:block;margin-bottom:8px;color:#172554;font-size:15px}.esm-v8521-wallet-beginner-guide ul{margin:0;padding-left:20px;display:grid;gap:5px}.esm-v8521-wallet-beginner-guide li{font-size:12px;line-height:1.58;color:#475569}.esm-v8521-wallet-beginner-guide li b{color:#1e3a8a}.esm-v8521-wallet-safety,.esm-v8521-wallet-token-note{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;margin-top:10px;padding:10px 12px;border-radius:12px;font-size:11px;line-height:1.55}.esm-v8521-wallet-safety{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}.esm-v8521-wallet-token-note{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}.esm-v8521-wallet-safety b,.esm-v8521-wallet-token-note b{white-space:nowrap}
.esm-v8521-wallet-picker-guide{margin:2px 0 10px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.esm-v8521-wallet-picker-guide summary{cursor:pointer;padding:9px 12px;color:#1e3a8a;font-size:11px;font-weight:900}.esm-v8521-wallet-picker-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:0 12px 12px}.esm-v8521-wallet-picker-guide-grid div{padding:9px;border-radius:10px;background:#f8fafc}.esm-v8521-wallet-picker-guide-grid b,.esm-v8521-wallet-picker-guide-grid span{display:block}.esm-v8521-wallet-picker-guide-grid b{font-size:11px;color:#0f2a5f}.esm-v8521-wallet-picker-guide-grid span{margin-top:3px;color:#64748b;font-size:10px;line-height:1.45}
.esm-v8521-wallet-linked{padding:14px!important;background:linear-gradient(135deg,#f0fdf4,#f8fbff)!important;border:1px solid #bbf7d0!important}.esm-v8521-wallet-linked-summary{padding-bottom:10px;border-bottom:1px solid #dbe7e2}.esm-v8521-wallet-linked-summary>b{margin-left:auto;color:#166534;font-size:10px}.esm-v8521-wallet-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.esm-v8521-wallet-benefits article{min-width:0;padding:12px;border:1px solid #dbe7f7;border-radius:13px;background:#fff}.esm-v8521-wallet-benefits small,.esm-v8521-wallet-benefits strong,.esm-v8521-wallet-benefits span{display:block}.esm-v8521-wallet-benefits small{color:#64748b;font-size:9px;font-weight:900;letter-spacing:.03em}.esm-v8521-wallet-benefits strong{margin:5px 0;color:#172554;font-size:16px;word-break:break-word}.esm-v8521-wallet-benefits span{color:#60708a;font-size:9px;line-height:1.45}.esm-v8521-wallet-benefits .is-esmp strong{color:#166534}.esm-v8521-wallet-benefits .is-esmx strong{color:#1d4ed8}.esm-v8521-wallet-benefits .is-bnb b,.esm-v8521-wallet-benefits .is-bnb i{font-style:normal;color:#334155;font-weight:800}
.esm-v8521-wallet-airdrop-note{margin-top:10px;padding:11px 12px;border-radius:12px;background:#eff6ff;border:1px solid #bfdbfe}.esm-v8521-wallet-airdrop-note b,.esm-v8521-wallet-airdrop-note span{display:block}.esm-v8521-wallet-airdrop-note b{color:#1e3a8a;font-size:11px}.esm-v8521-wallet-airdrop-note span{margin-top:4px;color:#52627a;font-size:10px;line-height:1.55}
.esm-v8521-wallet-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:10px!important}.esm-v8521-wallet-action-item{display:flex;min-width:0;flex-direction:column;gap:4px;padding:8px;border:1px solid #dbe7f7;border-radius:11px;background:#fff}.esm-v8521-wallet-action-item small{display:block;color:#64748b!important;-webkit-text-fill-color:#64748b!important;font-size:9px!important;line-height:1.45!important}html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item button,html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item a,html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item button:hover,html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item button:focus,html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item a:hover,html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item a:focus{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:7px 9px!important;border:1px solid #93b4e8!important;border-radius:8px!important;background:#eef5ff!important;color:#153f87!important;-webkit-text-fill-color:#153f87!important;font-size:10px!important;line-height:1.25!important;font-weight:900!important;text-decoration:none!important;text-shadow:none!important;opacity:1!important;visibility:visible!important}html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item button:hover,html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item button:focus,html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item a:hover,html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item a:focus{background:#dbeafe!important;border-color:#2563eb!important}html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item.is-primary button,html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item.is-primary button:hover,html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item.is-primary button:focus{background:#1d4ed8!important;border-color:#1d4ed8!important;color:#fff!important;-webkit-text-fill-color:#fff!important}.esm-v8521-wallet-action-item.is-warning{border-color:#fcd34d;background:#fffbeb}html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item.is-warning button,html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item.is-warning button:hover,html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item.is-warning button:focus{background:#fef3c7!important;border-color:#f59e0b!important;color:#92400e!important;-webkit-text-fill-color:#92400e!important}.esm-v8521-wallet-action-item.is-danger{border-color:#fecaca;background:#fef2f2}html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item.is-danger button,html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item.is-danger button:hover,html body [data-esm-eval-wallet-module] .esm-v8521-wallet-action-item.is-danger button:focus{background:#fee2e2!important;border-color:#ef4444!important;color:#b91c1c!important;-webkit-text-fill-color:#b91c1c!important}
.esm-v8521-wallet-terms{margin-top:9px;border-top:1px dashed #cbd5e1;padding-top:8px}.esm-v8521-wallet-terms summary{cursor:pointer;color:#334155;font-size:10px;font-weight:900}.esm-v8521-wallet-terms p{margin:7px 0 0!important;color:#64748b!important;font-size:10px!important;line-height:1.55!important}
@media(max-width:720px){.esm-v8521-wallet-beginner-guide{padding:14px}.esm-v8521-wallet-safety,.esm-v8521-wallet-token-note{grid-template-columns:1fr}.esm-v8521-wallet-picker-guide-grid{grid-template-columns:1fr}.esm-v8521-wallet-benefits{grid-template-columns:1fr}.esm-v8521-wallet-actions{grid-template-columns:1fr!important}.esm-v8521-wallet-linked-summary>b{margin-left:0;width:100%}}

/* Candidate 63 — explicit browser-connection state after disconnect/reconnect. */
.esm-v8521-wallet-connection-info{margin-top:10px;padding:12px;border:1px solid #cbd5e1;border-radius:13px;background:#fff}
.esm-v8521-wallet-connection-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}.esm-v8521-wallet-connection-head strong{color:#172554;font-size:12px}.esm-v8521-wallet-connection-head span{padding:4px 8px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:9px;font-weight:900}
.esm-v8521-wallet-connection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:0}.esm-v8521-wallet-connection-grid>div{padding:8px;border-radius:10px;background:#f8fafc}.esm-v8521-wallet-connection-grid dt{color:#64748b;font-size:9px;font-weight:900}.esm-v8521-wallet-connection-grid dd{margin:3px 0 0;color:#172033;font-size:10px;font-weight:900;word-break:break-word}.esm-v8521-wallet-connection-grid code{font-size:10px}
.esm-v8521-wallet-connection-help{margin:8px 0 0!important;color:#64748b!important;font-size:10px!important;line-height:1.55!important}
.esm-v8521-wallet-connection-info[data-browser-state="connected"]{border-color:#86efac;background:#f0fdf4}.esm-v8521-wallet-connection-info[data-browser-state="connected"] [data-wallet-browser-state]{background:#dcfce7;color:#166534}
.esm-v8521-wallet-connection-info[data-browser-state="disconnected"]{border-color:#fcd34d;background:#fffbeb}.esm-v8521-wallet-connection-info[data-browser-state="disconnected"] [data-wallet-browser-state]{background:#fef3c7;color:#92400e}
.esm-v8520-wallet-summary.is-browser-disconnected{border-left-color:#f59e0b!important;background:#fffbeb;padding-top:7px;padding-bottom:7px}.esm-v8520-wallet-summary.is-browser-disconnected strong{color:#92400e!important}
.esm-v8520-wallet-summary.is-browser-connected{border-left-color:#16a34a!important}
@media(max-width:720px){.esm-v8521-wallet-connection-grid{grid-template-columns:1fr}.esm-v8521-wallet-connection-head{align-items:flex-start;flex-direction:column}}

/* v101.19.6: connected wallet values are semantic status data, not ordinary body copy. */
.esm-v8521-wallet-linked-summary>span{display:inline-flex!important;align-items:center!important;padding:4px 8px!important;border-radius:999px!important;background:#dbeafe!important;color:#1d4ed8!important;font-weight:950!important}
.esm-v8521-wallet-linked-summary>code{padding:4px 8px!important;border-radius:8px!important;background:#ede9fe!important;color:#6d28d9!important;font-weight:950!important}
.esm-v8521-wallet-linked-summary>b{display:inline-flex!important;align-items:center!important;padding:4px 8px!important;border-radius:999px!important;background:#dcfce7!important;color:#166534!important;font-weight:950!important}
.esm-v8521-wallet-connection-grid [data-wallet-info-connector],.esm-v8521-wallet-connection-grid [data-wallet-info-method],.esm-v8521-wallet-connection-grid [data-wallet-info-network],.esm-v8521-wallet-connection-grid [data-wallet-info-chain]{color:#1d4ed8!important}
.esm-v8521-wallet-connection-grid [data-wallet-info-address]{color:#6d28d9!important}
.esm-v8521-wallet-connection-grid [data-wallet-info-ownership]{color:#15803d!important}
.esm-v8521-wallet-connection-grid [data-wallet-info-reward]{color:#0f766e!important}
.esm-v8521-wallet-benefits [data-wallet-esmp]{color:#166534!important}.esm-v8521-wallet-benefits [data-wallet-esmx]{color:#1d4ed8!important}.esm-v8521-wallet-benefits [data-wallet-bnb]{color:#a16207!important}
.esm-v8521-wallet-connection-info[data-browser-state="connected"] [data-wallet-browser-state]{font-weight:950!important;border:1px solid #86efac!important}

/* v101.19.7 — universal wallet state hierarchy hard-lock.
 * All Canonical Wallet surfaces share one connected-state hierarchy:
 * primary success -> change wallet -> secondary details/assets. */
html body .esm-v8527-wallet-primary-state{display:flex!important;align-items:center!important;gap:13px!important;margin:10px 0 12px!important;padding:15px 16px!important;border:2px solid #22a06b!important;border-radius:16px!important;background:linear-gradient(135deg,#eafbf3,#fff)!important;box-shadow:0 10px 26px rgba(20,119,82,.10)!important;color:#0b6547!important}
html body .esm-v8527-wallet-primary-mark{display:grid!important;place-items:center!important;flex:0 0 38px!important;width:38px!important;height:38px!important;border-radius:50%!important;background:#159568!important;color:#fff!important;font-size:21px!important;font-weight:1000!important}
html body .esm-v8527-wallet-primary-copy{min-width:0!important;flex:1 1 auto!important}html body .esm-v8527-wallet-primary-copy>strong{display:block!important;color:#0b6547!important;font-size:18px!important;font-weight:1000!important;line-height:1.25!important}html body .esm-v8527-wallet-primary-copy>span{display:block!important;margin-top:4px!important;color:#3c6656!important;font-size:12px!important;font-weight:750!important;line-height:1.55!important}
html body .esm-v8527-wallet-primary-chips{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-top:8px!important}html body .esm-v8527-wallet-primary-chips>*{display:inline-flex!important;align-items:center!important;margin:0!important;padding:4px 8px!important;border-radius:999px!important;font-size:10px!important;font-style:normal!important;font-weight:950!important;line-height:1.2!important}html body .esm-v8527-wallet-primary-chips>b{background:#dcfce7!important;color:#166534!important}html body .esm-v8527-wallet-primary-chips>em{background:#dbeafe!important;color:#1d4ed8!important}html body .esm-v8527-wallet-primary-chips>code{background:#ede9fe!important;color:#6d28d9!important}
html body .esm-v8527-wallet-change-button{appearance:none!important;flex:0 0 auto!important;border:1px solid #9fb4ca!important;border-radius:10px!important;background:#fff!important;color:#123e66!important;padding:9px 13px!important;font-size:12px!important;font-weight:950!important;white-space:nowrap!important;cursor:pointer!important}
html body .esm-v8527-wallet-secondary{margin:10px 0 0!important;border:1px solid #d7e1eb!important;border-radius:14px!important;background:#f8fafc!important;overflow:hidden!important}html body .esm-v8527-wallet-secondary>summary{list-style:none!important;cursor:pointer!important;padding:12px 14px!important;color:#294966!important;font-size:12px!important;font-weight:950!important}html body .esm-v8527-wallet-secondary>summary::-webkit-details-marker{display:none!important}html body .esm-v8527-wallet-secondary>summary:after{content:' +'!important;float:right!important}html body .esm-v8527-wallet-secondary[open]>summary:after{content:' −'!important}html body .esm-v8527-wallet-secondary-body{padding:0 12px 12px!important}
html body [data-wallet-connection-info] [data-wallet-info-connector],html body [data-wallet-connection-info] [data-wallet-info-method],html body [data-wallet-connection-info] [data-wallet-info-network],html body [data-wallet-connection-info] [data-wallet-info-chain]{color:#1d4ed8!important;font-weight:950!important}html body [data-wallet-connection-info] [data-wallet-info-address],html body [data-wallet-linked]:not([hidden]) [data-wallet-address]{color:#6d28d9!important;font-weight:950!important}html body [data-wallet-connection-info] [data-wallet-info-ownership]{color:#15803d!important;font-weight:950!important}html body [data-wallet-connection-info] [data-wallet-info-reward]{color:#0f766e!important;font-weight:950!important}html body [data-wallet-linked]:not([hidden]) [data-wallet-connector]{color:#1d4ed8!important;font-weight:950!important}html body [data-wallet-linked]:not([hidden]) [data-wallet-esmp]{color:#166534!important;font-weight:1000!important}html body [data-wallet-linked]:not([hidden]) [data-wallet-esmx]{color:#1d4ed8!important;font-weight:1000!important}html body [data-wallet-linked]:not([hidden]) [data-wallet-bnb]{color:#a16207!important;font-weight:1000!important}
@media(max-width:720px){html body .esm-v8527-wallet-primary-state{align-items:stretch!important;flex-wrap:wrap!important}html body .esm-v8527-wallet-change-button{width:100%!important}}

/* v101.19.8 wallet signature waiting + terminal unlink focus */
.esm-v8528-wallet-terminal-success{margin:0 0 14px!important;padding:15px 17px!important;border:2px solid #16a36f!important;border-radius:15px!important;background:linear-gradient(135deg,#e9fbf3,#fff)!important;box-shadow:0 10px 28px rgba(16,133,91,.12)!important;color:#0a6546!important;outline:none!important}.esm-v8528-wallet-terminal-success[hidden]{display:none!important}.esm-v8528-wallet-terminal-success strong{display:block!important;font-size:17px!important;font-weight:1000!important;color:#08724d!important}.esm-v8528-wallet-terminal-success span{display:block!important;margin-top:4px!important;font-size:12px!important;font-weight:800!important;color:#3e6858!important}.esm-wallet-signature-waiting{position:relative!important;padding-left:38px!important;border:1px solid #6ea8ff!important;background:linear-gradient(135deg,#eaf3ff,#f8fbff)!important;color:#174f96!important;font-weight:900!important}.esm-wallet-signature-waiting:before{content:''!important;position:absolute!important;left:13px!important;top:50%!important;width:14px!important;height:14px!important;margin-top:-8px!important;border:3px solid #bcd7ff!important;border-top-color:#2563eb!important;border-radius:50%!important;animation:esmWalletSpin8528 .8s linear infinite!important}.esm-wallet-signature-waiting:after{content:' 서명 확인 대기중'!important;display:inline-block!important;margin-left:7px!important;padding:2px 7px!important;border-radius:999px!important;background:#dbeafe!important;color:#1d4ed8!important;font-size:10px!important;font-weight:1000!important}@keyframes esmWalletSpin8528{to{transform:rotate(360deg)}}

/* v85.2.29 — Canonical Wallet two-path entry chooser (non-banner surfaces). */
html body .esm-v8529-wallet-entry{display:grid!important;grid-template-columns:minmax(0,1.45fr) minmax(260px,.8fr)!important;gap:14px!important;margin:12px 0 10px!important;align-items:stretch!important}
html body .esm-v8529-wallet-entry[hidden],html body .esm-v8529-wallet-manual-panel[hidden],html body [data-wallet-entry-shell][hidden]{display:none!important}
html body .esm-v8529-wallet-entry-card{display:flex!important;flex-direction:column!important;min-width:0!important;padding:16px!important;border:2px solid #d9e5f4!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 22px rgba(20,55,95,.07)!important}
html body .esm-v8529-wallet-entry-card.is-auto{border-color:#bfd7ff!important;background:linear-gradient(135deg,#f6faff,#fff)!important}
html body .esm-v8529-wallet-entry-card.is-manual{border-color:#d8c9ff!important;background:linear-gradient(135deg,#fbf9ff,#fff)!important;justify-content:space-between!important}
html body .esm-v8529-wallet-entry-head>div{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}
html body .esm-v8529-wallet-entry-head strong{color:#102a56!important;-webkit-text-fill-color:#102a56!important;font-size:17px!important;font-weight:1000!important;line-height:1.25!important}
html body .esm-v8529-wallet-entry-card.is-manual .esm-v8529-wallet-entry-head strong{color:#5b21b6!important;-webkit-text-fill-color:#5b21b6!important}
html body .esm-v8529-wallet-entry-head span{display:inline-flex!important;align-items:center!important;padding:4px 8px!important;border-radius:999px!important;background:#dbeafe!important;color:#1d4ed8!important;font-size:10px!important;font-weight:1000!important}
html body .esm-v8529-wallet-entry-card.is-manual .esm-v8529-wallet-entry-head span{background:#ede9fe!important;color:#6d28d9!important}
html body .esm-v8529-wallet-entry-head p{margin:7px 0 0!important;color:#607189!important;-webkit-text-fill-color:#607189!important;font-size:12px!important;font-weight:750!important;line-height:1.55!important}
html body .esm-v8529-wallet-entry-card.is-auto .esm-v8521-wallet-icon-grid{margin:14px 0 0!important}
html body .esm-v8529-wallet-entry-card.is-manual>small{display:block!important;margin-top:9px!important;color:#725c92!important;-webkit-text-fill-color:#725c92!important;font-size:11px!important;font-weight:750!important;line-height:1.5!important}
html body .esm-v8529-wallet-manual-open{appearance:none!important;width:100%!important;min-height:54px!important;margin-top:18px!important;padding:13px 16px!important;border:0!important;border-radius:14px!important;background:linear-gradient(135deg,#6d28d9,#7c3aed)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:15px!important;font-weight:1000!important;box-shadow:0 10px 24px rgba(109,40,217,.20)!important;cursor:pointer!important}
html body .esm-v8529-wallet-manual-open:hover,html body .esm-v8529-wallet-manual-open:focus{filter:brightness(1.04)!important;transform:translateY(-1px)!important}
html body .esm-v8529-wallet-manual-panel{margin:12px 0!important;padding:18px!important;border:2px solid #cbb9ff!important;border-radius:18px!important;background:linear-gradient(135deg,#fbf9ff,#fff)!important;box-shadow:0 10px 26px rgba(91,33,182,.10)!important}
html body .esm-v8529-wallet-manual-back{appearance:none!important;border:1px solid #c9d4e2!important;border-radius:10px!important;background:#fff!important;color:#23415f!important;-webkit-text-fill-color:#23415f!important;padding:8px 11px!important;font-size:11px!important;font-weight:900!important;cursor:pointer!important}
html body .esm-v8529-wallet-manual-title{margin-top:14px!important}
html body .esm-v8529-wallet-manual-title strong{display:block!important;color:#4c1d95!important;-webkit-text-fill-color:#4c1d95!important;font-size:17px!important;font-weight:1000!important}
html body .esm-v8529-wallet-manual-title span{display:block!important;margin-top:4px!important;color:#6d5d82!important;-webkit-text-fill-color:#6d5d82!important;font-size:12px!important;font-weight:750!important}
html body .esm-v8529-wallet-manual-field{display:block!important;margin-top:14px!important}
html body .esm-v8529-wallet-manual-field>span{display:block!important;margin-bottom:6px!important;color:#35465d!important;-webkit-text-fill-color:#35465d!important;font-size:12px!important;font-weight:950!important}
html body .esm-v8529-wallet-manual-field input{box-sizing:border-box!important;width:100%!important;min-height:48px!important;padding:11px 13px!important;border:2px solid #c8d5e6!important;border-radius:12px!important;background:#fff!important;color:#172033!important;-webkit-text-fill-color:#172033!important;font:800 13px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;outline:none!important}
html body .esm-v8529-wallet-manual-field input:focus{border-color:#7c3aed!important;box-shadow:0 0 0 3px rgba(124,58,237,.12)!important}
html body .esm-v8529-wallet-manual-save{appearance:none!important;width:100%!important;margin-top:10px!important;padding:12px 14px!important;border:0!important;border-radius:12px!important;background:#5b21b6!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:13px!important;font-weight:1000!important;cursor:pointer!important}
html body .esm-v8529-wallet-manual-message{display:none!important;margin-top:10px!important;padding:10px 12px!important;border-radius:11px!important;font-size:12px!important;font-weight:900!important;line-height:1.5!important}
html body .esm-v8529-wallet-manual-message:not(:empty){display:block!important}
html body .esm-v8529-wallet-manual-message[data-state="success"]{background:#eafbf3!important;color:#0b6547!important;-webkit-text-fill-color:#0b6547!important;border:1px solid #9ee2c2!important}
html body .esm-v8529-wallet-manual-message[data-state="error"]{background:#fff1f2!important;color:#be123c!important;-webkit-text-fill-color:#be123c!important;border:1px solid #fecdd3!important}
html body .esm-v8529-wallet-manual-note{margin:11px 0 0!important;color:#675875!important;-webkit-text-fill-color:#675875!important;font-size:11px!important;font-weight:700!important;line-height:1.55!important}
html body .esm-v8529-wallet-manual-note b{color:#4c1d95!important;-webkit-text-fill-color:#4c1d95!important}
@media(max-width:760px){html body .esm-v8529-wallet-entry{grid-template-columns:1fr!important}html body .esm-v8529-wallet-entry-card{padding:14px!important}html body .esm-v8529-wallet-manual-open{margin-top:12px!important}}
