:root {
  color-scheme: light dark;
  font-family: Inter, Pretendard, "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bg: #f5f7f7;
  --surface: #ffffff;
  --text: #151918;
  --muted: #5d6764;
  --line: #dfe6e3;
  --brand: #6ddf34;
  --brand-ink: #16340c;
  --max: 860px;
  --hub-max: 1120px;
  --ink: #101513;
  --paper: #f2f1e9;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
body { margin: 0; background: var(--bg); color: var(--text); line-height: 1.65; }
a { color: inherit; text-underline-offset: 3px; }
a:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; border-radius: 4px; }
.topbar { background: #101513; color: #f7fbf8; }
.topbar-inner { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand span { color: var(--brand); }
.site-nav { display: flex; flex-wrap: wrap; gap: 14px; font-size: 14px; color: #cbd5d0; }
main { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; padding: 48px 0 80px; }
.hero { margin-bottom: 24px; }
.eyebrow { color: #39751f; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
h1 { margin: 8px 0 12px; font-size: clamp(32px, 6vw, 48px); line-height: 1.12; letter-spacing: -.04em; }
.lede { max-width: 680px; color: var(--muted); font-size: 17px; }
.language-nav { position: sticky; top: 0; z-index: 2; display: flex; overflow-x: auto; gap: 8px; padding: 12px; margin: 24px 0; border: 1px solid var(--line); border-radius: 16px; background: color-mix(in srgb, var(--surface) 92%, transparent); backdrop-filter: blur(12px); }
.language-nav a { flex: none; padding: 8px 12px; border-radius: 999px; background: var(--bg); text-decoration: none; font-size: 14px; font-weight: 700; }
.language-nav a:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; }
.locale { scroll-margin-top: 84px; padding: 28px; margin-top: 18px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.locale h2 { margin: 0 0 8px; font-size: 25px; letter-spacing: -.025em; }
.locale h3 { margin: 26px 0 6px; font-size: 17px; }
.locale p, .locale ul { margin: 8px 0; color: var(--muted); }
.locale strong { color: var(--text); }
.notice { padding: 14px 16px; border-left: 4px solid var(--brand); border-radius: 8px; background: color-mix(in srgb, var(--brand) 12%, var(--surface)); color: var(--brand-ink); }
.source-list { padding-left: 20px; }
footer { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; padding: 0 0 40px; color: var(--muted); font-size: 13px; }

/* CoinMadang product hub */
.hub-page { background: var(--paper); }
.hub-topbar { border-bottom: 1px solid rgba(255,255,255,.1); }
.hub-topbar .topbar-inner { width: min(calc(100% - 40px), var(--hub-max)); padding: 16px 0; }
.hub-topbar .brand { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; font-size: 18px; }
.hub-topbar .brand small { color: #9ca7a2; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hub-nav-wrap { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.hub-nav-wrap .site-nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.locale-switcher { display: flex; align-items: center; gap: 4px; padding-left: 16px; border-left: 1px solid rgba(255,255,255,.15); }
.locale-switcher a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; border-radius: 999px; color: #aeb9b4; font-size: 12px; font-weight: 800; text-decoration: none; }
.locale-switcher a:hover { color: #fff; background: rgba(255,255,255,.08); }
.locale-switcher a[aria-current="page"] { color: #10200b; background: var(--brand); }

.hub-main { width: 100%; max-width: none; margin: 0; padding: 0; }
.product-hero { overflow: hidden; position: relative; background: var(--ink); color: #f7fbf8; }
.product-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 82% 22%, rgba(109,223,52,.16), transparent 28%), linear-gradient(115deg, transparent 58%, rgba(255,255,255,.035) 58% 58.3%, transparent 58.3%); }
.product-hero-inner { width: min(calc(100% - 40px), var(--hub-max)); min-height: 590px; margin: 0 auto; padding: 86px 0 82px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 76px; position: relative; }
.product-kicker { margin: 0 0 20px; color: #b9c5bf; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-hero h1 { max-width: 680px; margin: 0; font-size: clamp(46px, 6.3vw, 78px); line-height: .99; letter-spacing: -.055em; }
.product-hero .lede { max-width: 620px; margin: 28px 0 0; color: #b7c2bd; font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 18px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .18s ease, background-color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brand); color: #10200b; }
.button-secondary { border-color: #46504c; color: #f7fbf8; background: #171d1a; }
.button-secondary:hover { border-color: #75827c; background: #202824; }
.button .arrow { font-size: 18px; line-height: 1; }

.data-field { position: relative; min-height: 390px; padding: 26px 0 0 30px; border-left: 1px solid #39423e; }
.data-field::after { content: ""; position: absolute; left: -4px; top: 24px; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 7px rgba(109,223,52,.12); }
.data-field-label { margin-bottom: 34px; color: #7f8c86; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.signal-list { display: grid; gap: 22px; }
.signal-row { display: grid; grid-template-columns: 88px 1fr 54px; align-items: center; gap: 14px; color: #dce5e0; font-size: 12px; font-weight: 800; letter-spacing: .07em; }
.signal-track { height: 2px; overflow: hidden; background: #303936; }
.signal-track span { display: block; width: var(--signal); height: 100%; background: var(--brand); transform-origin: left; animation: signal-in .8s ease-out both; }
.signal-row:nth-child(2) .signal-track span { animation-delay: .08s; }
.signal-row:nth-child(3) .signal-track span { animation-delay: .16s; }
.signal-row:nth-child(4) .signal-track span { animation-delay: .24s; }
.signal-row:nth-child(5) .signal-track span { animation-delay: .32s; }
.signal-state { color: #829087; text-align: right; }
.data-field-note { margin: 32px 0 0; color: #839089; font-size: 12px; line-height: 1.6; }

.hub-section { width: min(calc(100% - 40px), var(--hub-max)); margin: 0 auto; padding: 92px 0; }
.section-heading { display: grid; grid-template-columns: minmax(180px,.38fr) minmax(0,.62fr); gap: 54px; align-items: start; margin-bottom: 48px; }
.section-index { color: #4f6845; font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.section-heading h2 { margin: -8px 0 0; font-size: clamp(32px, 4.5vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { grid-column: 2; max-width: 680px; margin: -26px 0 0; color: var(--muted); font-size: 17px; }
.feature-list { border-top: 1px solid #cfd5cf; }
.feature-item { display: grid; grid-template-columns: 52px minmax(180px,.46fr) minmax(0,.54fr); gap: 24px; padding: 28px 0; border-bottom: 1px solid #cfd5cf; }
.feature-number { color: #5f675b; font-variant-numeric: tabular-nums; font-size: 12px; font-weight: 800; }
.feature-item h3 { margin: -4px 0 0; font-size: 21px; letter-spacing: -.025em; }
.feature-item p { margin: 0; color: var(--muted); }

.guide-band { background: #e8eadf; scroll-margin-top: 20px; }
.guide-preview-list { border-top: 1px solid #c7ccc1; }
.guide-preview { display: grid; grid-template-columns: 52px minmax(0,1fr) auto; align-items: start; gap: 24px; padding: 30px 0; border-bottom: 1px solid #c7ccc1; }
.guide-preview > span { color: #596457; font-size: 12px; font-weight: 800; font-variant-numeric: tabular-nums; }
.guide-preview h3 { margin: -5px 0 8px; font-size: 23px; line-height: 1.25; letter-spacing: -.025em; }
.guide-preview h3 a { text-decoration-thickness: 1px; text-decoration-color: transparent; transition: color .18s ease, text-decoration-color .18s ease; }
.guide-preview h3 a:hover { color: #315f20; text-decoration-color: currentColor; }
.guide-preview p { max-width: 720px; margin: 0; color: #596257; }
.guide-preview-action { min-width: 72px; min-height: 44px; display: inline-flex; align-items: center; justify-content: flex-end; color: #315f20; font-size: 14px; font-weight: 800; text-decoration: none; }
.guide-preview-action:hover { text-decoration: underline; }

.trust-band { background: #dcebd5; color: #152014; }
.trust-band .hub-section { padding-top: 86px; padding-bottom: 86px; }
.trust-band .section-index { color: #47643b; }
.trust-band .section-heading p, .trust-band .principle-item p { color: #52604e; }
.principle-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-top: 1px solid rgba(21,32,20,.22); }
.principle-item { min-height: 220px; padding: 30px 28px 18px 0; border-bottom: 1px solid rgba(21,32,20,.22); }
.principle-item + .principle-item { padding-left: 28px; border-left: 1px solid rgba(21,32,20,.22); }
.principle-item strong { display: block; margin-bottom: 14px; font-size: 18px; letter-spacing: -.02em; }
.principle-item p { margin: 0; }

.relationship-grid { display: grid; grid-template-columns: minmax(0,.56fr) minmax(280px,.44fr); gap: 80px; align-items: start; }
.relationship-copy h2 { margin: 0 0 24px; font-size: clamp(34px,4.6vw,56px); line-height: 1.05; letter-spacing: -.045em; }
.relationship-copy p { max-width: 660px; color: var(--muted); font-size: 17px; }
.relationship-note { padding: 28px 0; border-top: 2px solid var(--text); border-bottom: 1px solid #cfd5cf; }
.relationship-note strong { display: block; margin-bottom: 12px; }
.relationship-note p { margin: 0; color: var(--muted); }

.policy-links-hub { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 64px; border-top: 1px solid #cfd5cf; }
.policy-links-hub a { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px 14px 0; border-bottom: 1px solid #cfd5cf; color: var(--text); font-weight: 760; text-decoration: none; }
.policy-links-hub a:nth-child(3n+2), .policy-links-hub a:nth-child(3n+3) { padding-left: 18px; border-left: 1px solid #cfd5cf; }
.policy-links-hub a:hover { color: #376d21; }

.hub-footer { width: 100%; padding: 0; background: var(--ink); color: #f7fbf8; }
.hub-footer-inner { width: min(calc(100% - 40px), var(--hub-max)); margin: 0 auto; padding: 34px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hub-footer small { color: #9eaaa4; }
.hub-footer a { min-height: 44px; display: inline-flex; align-items: center; color: #d8e2dd; }

/* Editorial field guides */
.guide-page { background: var(--paper); }
.guide-topbar { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid rgba(255,255,255,.1); }
.guide-topbar .topbar-inner { width: min(calc(100% - 40px), 980px); min-height: 72px; padding: 12px 0; }
.guide-topbar .brand { min-height: 44px; display: inline-flex; align-items: center; }
.guide-topbar .site-nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.guide-main { width: min(calc(100% - 40px), 900px); margin: 0 auto; padding: 0 0 96px; }
.guide-hero { padding: 96px 0 54px; border-bottom: 1px solid #cfd5cf; }
.guide-hero .eyebrow { color: #4b713c; }
.guide-hero h1 { max-width: 790px; margin-top: 18px; font-size: clamp(44px,7vw,72px); }
.guide-hero .lede { max-width: 760px; margin-top: 24px; font-size: 19px; }
.guide-meta { margin: 28px 0 0; color: #66706d; font-size: 13px; font-weight: 700; }
.guide-language-nav { top: 72px; z-index: 4; margin: 26px 0 40px; }
.guide-article { display: none; scroll-margin-top: 150px; padding: clamp(26px,5vw,52px); margin-top: 28px; border-radius: 0; }
.guide-article#ko,
.guide-article:target { display: block; }
@supports selector(:has(*)) {
  .guide-main:has(.guide-article:target) .guide-article#ko { display: none; }
  .guide-main:has(.guide-article:target) .guide-article:target { display: block; }
}
.guide-article h2 { padding-bottom: 18px; margin-bottom: 28px; border-bottom: 1px solid var(--line); font-size: 31px; }
.guide-article h3 { margin-top: 38px; font-size: 21px; line-height: 1.35; }
.guide-article p { max-width: 760px; line-height: 1.8; }
.guide-summary { color: var(--text) !important; font-size: 18px; font-weight: 650; }
.formula-list { display: grid; gap: 1px; margin: 22px 0 30px; border: 1px solid var(--line); background: var(--line); }
.formula-list p { max-width: none; margin: 0; padding: 15px 18px; display: grid; grid-template-columns: minmax(150px,.35fr) minmax(0,.65fr); gap: 20px; background: var(--surface); }
.formula-list p span { color: var(--muted); }
.reading-checklist { margin-top: 38px; padding: 24px 26px; border-left: 4px solid var(--brand); background: color-mix(in srgb, var(--brand) 9%, var(--surface)); }
.reading-checklist > strong { display: block; margin-bottom: 10px; font-size: 18px; }
.reading-checklist ol { margin: 0; padding-left: 22px; color: var(--muted); }
.reading-checklist li + li { margin-top: 6px; }
.guide-next { margin-top: 40px; border-top: 1px solid #cfd5cf; }
.guide-next a { min-height: 92px; display: grid; grid-template-columns: 118px minmax(0,1fr) auto; align-items: center; gap: 22px; padding: 18px 0; border-bottom: 1px solid #cfd5cf; text-decoration: none; }
.guide-next a > span:first-child { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.guide-next a strong { font-size: 18px; }
.guide-next a > span:last-child { color: #376d21; font-size: 22px; }
.guide-next a:hover strong { color: #376d21; text-decoration: underline; text-underline-offset: 4px; }
.guide-next-split { display: grid; grid-template-columns: 1fr 1fr; }
.guide-next-split a + a { padding-left: 26px; border-left: 1px solid #cfd5cf; }
.guide-footer { width: min(calc(100% - 40px), 900px); display: flex; flex-wrap: wrap; gap: 12px 26px; padding: 0 0 48px; border-top: 1px solid #cfd5cf; }
.guide-footer a { min-height: 44px; display: inline-flex; align-items: center; }

@keyframes signal-in { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@media (prefers-color-scheme: dark) {
  :root { --bg: #0d1110; --surface: #151a18; --text: #f2f6f3; --muted: #a6b0ac; --line: #2b3430; --brand-ink: #d9ffd0; }
  .hub-page, .guide-page, .product-page { --paper: #0d1110; }
  .feature-list, .feature-item, .policy-links-hub, .policy-links-hub a, .relationship-note { border-color: #313b36; }
  .guide-band { background: #141a15; }
  .guide-preview-list, .guide-preview, .guide-hero, .guide-next, .guide-next a, .guide-footer { border-color: #313b36; }
  .guide-preview p { color: #aab4aa; }
  .guide-preview > span { color: #aab4aa; }
  .guide-hero .eyebrow { color: #91ce74; }
  .product-page .eyebrow { color: #91ce74; }
  .guide-meta { color: #a6b0ac; }
  .guide-preview h3 a:hover, .guide-preview-action, .guide-next a:hover strong, .guide-next a > span:last-child { color: #91ce74; }
  .section-index, .policy-links-hub a:hover { color: #91ce74; }
  .feature-number { color: #9eaaa4; }
  .trust-band { background: #172317; color: #f2f6f3; }
  .trust-band .section-index { color: #91ce74; }
  .trust-band .section-heading p, .trust-band .principle-item p { color: #aebaaa; }
  .trust-band .principle-list, .trust-band .principle-item { border-color: #41513f; }
}
@media (max-width: 900px) {
  .hub-topbar .topbar-inner { align-items: flex-start; flex-direction: column; }
  .hub-nav-wrap { width: 100%; justify-content: space-between; }
  .product-hero-inner { grid-template-columns: 1fr; gap: 58px; padding-top: 68px; }
  .data-field { min-height: 300px; max-width: 640px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading p { grid-column: auto; margin: 0; }
  .relationship-grid { grid-template-columns: 1fr; gap: 52px; }
  .guide-next-split { grid-template-columns: 1fr; }
  .guide-next-split a + a { padding-left: 0; border-left: 0; }
}
@media (max-width: 620px) {
  .topbar-inner { align-items: flex-start; flex-direction: column; }
  main { padding-top: 34px; }
  .locale { padding: 22px 18px; border-radius: 18px; }
  .hub-topbar .topbar-inner, .product-hero-inner, .hub-section, .hub-footer-inner { width: min(calc(100% - 32px), var(--hub-max)); }
  .hub-nav-wrap { align-items: flex-start; flex-direction: column; gap: 4px; }
  .hub-nav-wrap .site-nav { gap: 12px; }
  .locale-switcher { width: 100%; padding: 6px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .locale-switcher a { flex: 1; }
  .product-hero-inner { min-height: 0; padding: 58px 0 62px; gap: 48px; }
  .product-hero h1 { font-size: clamp(42px,13.5vw,58px); }
  .product-hero .lede { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .data-field { min-height: 280px; padding-left: 22px; }
  .signal-row { grid-template-columns: 84px 1fr 44px; gap: 10px; }
  .hub-section { padding: 68px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: 36px; }
  .feature-item { grid-template-columns: 34px 1fr; gap: 12px; padding: 24px 0; }
  .feature-item p { grid-column: 2; }
  .guide-preview { grid-template-columns: 32px minmax(0,1fr); gap: 12px; padding: 24px 0; }
  .guide-preview h3 { font-size: 20px; }
  .guide-preview-action { grid-column: 2; justify-content: flex-start; }
  .principle-list { grid-template-columns: 1fr; }
  .principle-item { min-height: 0; padding: 24px 0; }
  .principle-item + .principle-item { padding-left: 0; border-left: 0; }
  .policy-links-hub { grid-template-columns: 1fr; }
  .policy-links-hub a, .policy-links-hub a:nth-child(3n+2), .policy-links-hub a:nth-child(3n+3) { padding-left: 0; border-left: 0; }
  .hub-footer-inner { align-items: flex-start; flex-direction: column; gap: 10px; }
  .guide-topbar .topbar-inner { width: min(calc(100% - 32px), 980px); }
  .guide-topbar .site-nav { gap: 10px 14px; }
  .guide-main, .guide-footer { width: min(calc(100% - 32px), 900px); }
  .guide-hero { padding: 64px 0 38px; }
  .guide-hero h1 { font-size: clamp(40px,12vw,54px); }
  .guide-hero .lede { font-size: 17px; }
  .guide-language-nav { top: 121px; margin-bottom: 28px; }
  .guide-article { scroll-margin-top: 200px; padding: 26px 20px; }
  .guide-article h2 { font-size: 27px; }
  .guide-article h3 { font-size: 19px; }
  .guide-summary { font-size: 17px; }
  .formula-list p { grid-template-columns: 1fr; gap: 4px; }
  .reading-checklist { padding: 20px 18px; }
  .guide-next a { grid-template-columns: 1fr auto; gap: 8px 14px; }
  .guide-next a > span:first-child { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* CoinMadang market product */
.product-page { --product-max: 1180px; background: var(--paper); }
.skip-link { position: fixed; z-index: 100; left: 12px; top: 10px; padding: 10px 14px; border-radius: 8px; background: var(--brand); color: #10200b; font-weight: 850; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.product-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid #303834; background: #101513; color: #f7fbf8; }
.product-header-inner { width: min(calc(100% - 36px), 1320px); min-height: 72px; margin: 0 auto; display: flex; align-items: center; gap: 28px; }
.product-brand { min-height: 44px; display: inline-flex; align-items: center; color: #fff; font-size: 19px; font-weight: 900; letter-spacing: -.03em; text-decoration: none; }
.product-brand span { margin-left: 7px; color: var(--brand); }
.product-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.product-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 12px; border-radius: 999px; color: #c9d3ce; font-size: 14px; font-weight: 760; text-decoration: none; white-space: nowrap; }
.product-nav a[aria-current="page"], .product-nav a:hover { color: #fff; background: #202824; }
.language-menu { position: relative; margin-left: 8px; }
.language-menu summary { min-width: 48px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #3c4742; border-radius: 999px; color: #eef4f0; cursor: pointer; font-size: 12px; font-weight: 850; list-style: none; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu[open] summary { border-color: var(--brand); }
.language-options { position: absolute; top: calc(100% + 8px); right: 0; min-width: 180px; padding: 8px; border: 1px solid #3b4541; border-radius: 14px; background: #171d1a; box-shadow: 0 16px 50px rgba(0,0,0,.28); }
.language-options a { min-height: 44px; display: flex; align-items: center; padding: 0 12px; border-radius: 9px; color: #e9efec; text-decoration: none; }
.language-options a:hover, .language-options a[aria-current="page"] { background: #263027; color: var(--brand); }
.product-main { width: min(calc(100% - 40px), var(--product-max)); margin: 0 auto; padding: 44px 0 86px; }
.product-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .34fr); gap: 48px; align-items: end; padding: 30px 0 42px; border-bottom: 1px solid #cfd5cf; }
.product-intro h1 { max-width: 840px; margin: 7px 0 16px; font-size: clamp(40px, 6vw, 68px); }
html[lang="ko-KR"] .product-intro h1, html[lang="ko-KR"] .product-intro .lede { word-break: keep-all; }
.product-intro .lede { margin: 0; font-size: 17px; }
.data-stamp { justify-self: end; width: min(100%, 300px); padding: 16px 18px; border: 1px solid #cbd2cc; border-radius: 14px; background: rgba(255,255,255,.35); }
.data-stamp-row { display: flex; justify-content: space-between; gap: 14px; color: var(--muted); font-size: 12px; }
.data-stamp-row + .data-stamp-row { margin-top: 7px; }
.data-stamp strong { color: var(--text); text-align: right; }
.status-badge { display: inline-flex; min-height: 26px; align-items: center; padding: 2px 9px; border-radius: 999px; background: #e4f2df; color: #235616; font-size: 11px; font-weight: 850; }
.status-badge[data-status="stale"] { background: #fff2c8; color: #6e4b00; }
.status-badge[data-status="unavailable"] { background: #eee9e7; color: #6a4b45; }
.product-section { padding: 48px 0; border-bottom: 1px solid #cfd5cf; }
.product-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.product-section-heading h2 { margin: 0; font-size: clamp(26px, 4vw, 40px); line-height: 1.14; letter-spacing: -.035em; }
.product-section-heading p { max-width: 580px; margin: 0; color: var(--muted); font-size: 14px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #bcc5c0; border-left: 1px solid #bcc5c0; }
.metric-card { min-height: 148px; padding: 22px; border-right: 1px solid #bcc5c0; border-bottom: 1px solid #bcc5c0; background: rgba(255,255,255,.3); }
.metric-card span { color: var(--muted); font-size: 12px; font-weight: 760; }
.metric-card strong { display: block; margin-top: 22px; font-size: clamp(22px, 3vw, 31px); letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.metric-card small { display: block; margin-top: 7px; color: #68716d; }
.asset-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid #c8d0ca; }
.asset-tile { min-width: 0; padding: 18px 14px; border-bottom: 1px solid #c8d0ca; }
.asset-tile + .asset-tile { border-left: 1px solid #c8d0ca; }
.asset-tile-head { display: flex; align-items: center; gap: 9px; }
.asset-logo { width: 32px; height: 32px; flex: none; border-radius: 50%; background: #e1e7e2; object-fit: cover; }
.asset-symbol-fallback { width: 32px; height: 32px; flex: none; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #dce8d7; color: #315127; font-size: 10px; font-weight: 900; }
.asset-name { min-width: 0; }
.asset-name strong, .asset-name small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.asset-name small { color: var(--muted); }
.asset-tile-price { display: block; margin-top: 16px; font-size: 18px; font-weight: 850; font-variant-numeric: tabular-nums; }
.change { font-size: 13px; font-weight: 800; font-variant-numeric: tabular-nums; }
.change[data-direction="up"], [data-direction="up"] { color: #0b734a; }
.change[data-direction="down"], [data-direction="down"] { color: #bb3342; }
.change[data-direction="flat"] { color: var(--muted); }
.market-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.flow-card { padding: 22px; border: 1px solid #c7cec8; border-radius: 16px; background: rgba(255,255,255,.3); }
.flow-card strong { display: block; margin-bottom: 8px; font-size: 26px; font-variant-numeric: tabular-nums; }
.flow-card p { margin: 0; color: var(--muted); }
.coverage-note, .method-note { padding: 16px 18px; border-left: 4px solid var(--brand); background: rgba(109,223,52,.08); color: #435044; font-size: 13px; }
.coverage-note strong { color: var(--text); }
.table-toolbar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 16px; }
.search-field { min-width: min(100%, 330px); min-height: 46px; flex: 1; padding: 0 14px; border: 1px solid #bfc8c2; border-radius: 11px; background: var(--surface); color: var(--text); font: inherit; }
.segmented-control { display: inline-flex; padding: 3px; border: 1px solid #bfc8c2; border-radius: 11px; background: var(--surface); }
.segmented-control button { min-width: 54px; min-height: 38px; border: 0; border-radius: 8px; background: transparent; color: var(--muted); font: inherit; font-weight: 800; cursor: pointer; }
.segmented-control button[aria-pressed="true"] { background: #1b2420; color: #fff; }
.table-wrap { overflow-x: auto; border: 1px solid #c7cec9; border-radius: 16px; background: var(--surface); }
.market-table { width: 100%; min-width: 880px; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.market-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.market-table th, .market-table td { padding: 14px 13px; border-bottom: 1px solid var(--line); text-align: right; white-space: nowrap; }
.market-table th:first-child, .market-table td:first-child { width: 64px; text-align: center; }
.market-table th:nth-child(2), .market-table td:nth-child(2) { min-width: 210px; text-align: left; }
.market-table th { position: sticky; top: 0; z-index: 1; background: var(--surface); color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.market-table th button { min-width: 44px; min-height: 44px; border: 0; background: transparent; color: inherit; font: inherit; font-weight: 850; cursor: pointer; }
.market-table th button[data-active="true"] { color: #315f20; }
.market-table th button[data-active="true"]::after { content: " ↓"; }
.market-table th button[data-active="true"][data-direction="asc"]::after { content: " ↑"; }
.market-asset { display: flex; align-items: center; gap: 10px; min-width: 0; }
.market-asset .asset-logo, .market-asset .asset-symbol-fallback { width: 34px; height: 34px; }
.market-asset-copy { min-width: 0; }
.market-asset-copy strong, .market-asset-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.market-asset-copy small { color: var(--muted); }
.pagination { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 18px; }
.pagination button, .product-button { min-height: 44px; padding: 0 16px; border: 1px solid #b9c3bd; border-radius: 10px; background: var(--surface); color: var(--text); font: inherit; font-weight: 800; cursor: pointer; }
.pagination button:disabled { opacity: .45; cursor: default; }
.pagination span { min-width: 120px; text-align: center; color: var(--muted); font-variant-numeric: tabular-nums; }
.premium-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(340px,.65fr); gap: 30px; align-items: start; }
.premium-form, .premium-result { padding: 26px; border: 1px solid #c5cdc7; border-radius: 18px; background: var(--surface); }
.form-field { display: grid; gap: 8px; margin-bottom: 18px; }
.form-field label { font-size: 13px; font-weight: 800; }
.form-field input, .form-field select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #bfc8c2; border-radius: 10px; background: var(--bg); color: var(--text); font: inherit; font-variant-numeric: tabular-nums; }
.form-field small { color: var(--muted); }
.form-actions { display: flex; gap: 10px; }
.product-button-primary { border-color: var(--brand); background: var(--brand); color: #10200b; }
.form-error { min-height: 24px; color: #b62d3d; font-size: 13px; }
.premium-result[hidden] { display: none; }
.premium-result h2 { margin-top: 0; }
.premium-values { display: grid; gap: 14px; }
.premium-value { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.premium-value span { color: var(--muted); }
.premium-value strong { text-align: right; font-variant-numeric: tabular-nums; }
.product-footer { border-top: 1px solid #cbd2cd; background: #e7e8df; }
.product-footer-inner { width: min(calc(100% - 40px), var(--product-max)); margin: 0 auto; padding: 34px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; color: #59645f; font-size: 13px; }
.product-footer-inner strong { color: var(--text); }
.product-footer-inner nav { margin-left: auto; display: flex; flex-wrap: wrap; gap: 4px 16px; }
.product-footer-inner a { min-height: 44px; min-width: 44px; display: inline-flex; align-items: center; }
.empty-state { padding: 34px; border: 1px dashed #bfc8c2; border-radius: 16px; text-align: center; color: var(--muted); }
.localized-content { max-width: 900px; margin-inline: auto; }
.localized-content > h2:first-child { margin-top: 0; font-size: clamp(28px, 4vw, 42px); }
.localized-content h3, .localized-content h2.content-subheading { margin: 34px 0 8px; font-size: 21px; }
.localized-content p, .localized-content li { color: var(--muted); }
.localized-content .notice, .localized-content .reading-checklist { color: var(--text); }
.guide-links a { display: inline-flex; align-items: center; min-height: 44px; padding-block: 6px; overflow-wrap: anywhere; }

@media (prefers-color-scheme: dark) {
  .product-intro, .product-section, .asset-strip, .asset-tile, .product-footer { border-color: #303a35; }
  .data-stamp, .metric-grid, .metric-card, .flow-card, .coverage-note, .method-note { border-color: #354038; background: rgba(255,255,255,.025); }
  .product-page .coverage-note, .product-page .method-note { color: #b8c3bc; }
  .product-page [data-direction="up"] { color: #69d7a2; }
  .product-page [data-direction="down"] { color: #ff8391; }
  .product-page .market-table th button[data-active="true"] { color: #91ce74; }
  .status-badge { background: #193c20; color: #a9e99c; }
  .status-badge[data-status="stale"] { background: #483a14; color: #f4d77d; }
  .status-badge[data-status="unavailable"] { background: #3a302e; color: #d8b7b0; }
  .product-footer { background: #111714; }
  .product-footer-inner { color: #a8b2ad; }
  .metric-card small { color: #a6b0ac; }
}

@media (max-width: 900px) {
  .product-header-inner { min-height: 0; padding: 10px 0; flex-wrap: wrap; }
  .product-nav { order: 3; width: 100%; margin: 0; overflow-x: auto; }
  .language-menu { margin-left: auto; }
  .product-intro { grid-template-columns: 1fr; gap: 22px; }
  .data-stamp { justify-self: start; }
  .metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .asset-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .asset-tile + .asset-tile { border-left: 0; }
  .asset-tile:nth-child(3n+2), .asset-tile:nth-child(3n+3) { border-left: 1px solid #c8d0ca; }
  .premium-layout { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .product-main, .product-footer-inner { width: min(calc(100% - 32px), var(--product-max)); }
  .product-header-inner { gap: 8px; }
  .product-brand { min-height: 36px; }
  .product-nav { gap: 0; padding-top: 7px; border-top: 1px solid #303834; }
  .product-nav a { padding: 0 10px; }
  .product-main { padding-top: 22px; }
  .product-intro { padding: 18px 0 30px; }
  .product-intro h1 { font-size: clamp(36px, 11vw, 48px); }
  .data-stamp { width: 100%; }
  .product-section { padding: 36px 0; }
  .product-section-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .metric-card { min-height: 124px; padding: 17px; }
  .metric-card strong { margin-top: 15px; font-size: 22px; }
  .asset-strip { grid-template-columns: 1fr; }
  .asset-tile, .asset-tile:nth-child(3n+2), .asset-tile:nth-child(3n+3) { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; border-left: 0; }
  .asset-tile-price { margin: 0; text-align: right; }
  .asset-tile .change { grid-column: 2; text-align: right; }
  .market-flow { grid-template-columns: 1fr; }
  .table-toolbar { align-items: stretch; flex-direction: column; }
  .search-field { width: 100%; }
  .segmented-control { width: 100%; }
  .segmented-control button { flex: 1; }
  .table-wrap { overflow: visible; border: 0; background: transparent; }
  .market-table { min-width: 0; display: block; }
  .market-table thead { position: static; display: block; width: auto; height: auto; margin-bottom: 10px; overflow: visible; clip: auto; }
  .market-table thead tr { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; padding: 0; border: 0; border-radius: 0; background: transparent; }
  .market-table thead th { position: static; width: auto !important; min-width: 0 !important; padding: 0; border: 0; text-align: center; }
  .market-table thead th button { width: 100%; min-height: 44px; padding: 6px 8px; border: 1px solid #c8d0ca; border-radius: 10px; background: var(--surface); line-height: 1.25; }
  .market-table tbody { display: grid; gap: 8px; }
  .market-table tbody tr { display: grid; grid-template-columns: 42px minmax(0,1fr) minmax(92px, auto); gap: 10px 8px; padding: 14px 10px; border: 1px solid #c8d0ca; border-radius: 13px; background: var(--surface); }
  .market-table td { width: auto !important; min-width: 0 !important; padding: 0; border: 0; text-align: right; }
  .market-table .col-rank { grid-row: 1 / 4; align-self: center; text-align: center; }
  .market-table .col-asset { text-align: left; }
  .market-table .col-price { font-weight: 850; }
  .market-table .col-change1, .market-table .col-marketcap { grid-column: 2; text-align: left; }
  .market-table .col-change24, .market-table .col-volume { grid-column: 3; text-align: right; }
  .market-table .col-change1, .market-table .col-change24, .market-table .col-marketcap, .market-table .col-volume { display: flex; flex-direction: column; gap: 2px; font-size: 12px; }
  .market-table .col-change1::before, .market-table .col-change24::before, .market-table .col-marketcap::before, .market-table .col-volume::before { content: attr(data-label); color: var(--muted); font-size: 10px; font-weight: 750; line-height: 1.2; }
  .market-table .col-marketcap, .market-table .col-volume { color: var(--text); }
  .market-table .col-change7 { display: none; }
  .premium-form, .premium-result { padding: 20px 16px; }
  .form-actions { flex-direction: column; }
  .product-button { width: 100%; }
  .product-footer-inner { align-items: flex-start; flex-direction: column; }
  .product-footer-inner nav { width: 100%; margin-left: 0; flex-direction: column; }
}

/* 2026 product interface refinement */
.product-page {
  --product-max: 1200px;
  --radius-sm: 12px;
  --radius-lg: 20px;
  --panel: color-mix(in srgb, var(--surface) 90%, transparent);
}
.product-page :is(button, input, select, summary):focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 3px;
}
.product-header-inner { min-height: 64px; }
.product-nav a { border-radius: 10px; }
.product-main { padding: 30px 0 72px; }
.product-intro {
  grid-template-columns: minmax(0,1fr) minmax(260px,320px);
  align-items: center;
  gap: clamp(30px,5vw,72px);
  padding: 34px 0 38px;
}
.product-intro h1 {
  max-width: 760px;
  margin: 6px 0 12px;
  font-size: clamp(38px,5vw,56px);
  line-height: 1.03;
}
.product-intro .lede { max-width: 720px; font-size: 16px; }
.intro-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.data-stamp {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.data-stamp-row { font-size: 12px; }
.product-section { padding: 36px 0; border: 0; }
.product-section + .product-section { border-top: 1px solid var(--line); }
.product-section-heading { align-items: center; margin-bottom: 18px; }
.product-section-heading h2 { font-size: clamp(24px,3vw,32px); }
.product-section-heading p { font-size: 13px; }
.market-overview {
  margin-top: 28px;
  padding: clamp(22px,3vw,32px);
  border: 1px solid var(--line) !important;
  border-radius: var(--radius-lg);
  background: var(--panel);
}
.metric-grid { gap: 10px; border: 0; }
.metric-card {
  min-height: 128px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--surface) 76%, transparent);
}
.metric-card strong { margin-top: 15px; font-size: clamp(21px,2.5vw,29px); }
.market-flow { gap: 10px; }
.market-flow-inline { margin-top: 10px; }
.flow-card {
  padding: 16px 18px;
  border-color: var(--line);
  border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--surface) 62%, transparent);
}
.flow-card strong { display: inline; margin: 0 10px 0 0; font-size: 21px; }
.flow-card p { display: inline; font-size: 12px; }
.asset-strip {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
}
.asset-tile { border-bottom: 0; }
.asset-tile + .asset-tile { border-left-color: var(--line); }
.asset-tile-price { font-size: 17px; }
.section-action { display: flex; justify-content: flex-end; margin-top: 14px; }
.product-action-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.product-action-grid + .product-section { border-top: 0; }
.action-panel {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px,3vw,34px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
}
.action-panel h2 { margin: 5px 0 8px; font-size: clamp(26px,3vw,36px); }
.action-panel p:not(.eyebrow) { max-width: 520px; margin: 0; color: var(--muted); }
.action-panel .product-button { margin-top: auto; }
.action-panel-accent { border-color: #46633b; background: #172217; color: #f3f7f3; }
.action-panel-accent p:not(.eyebrow) { color: #b5c1b6; }
.product-disclosure-section { padding-top: 18px; padding-bottom: 18px; }
.data-disclosure {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.data-disclosure summary {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 820;
  list-style: none;
}
.data-disclosure summary::-webkit-details-marker { display: none; }
.data-disclosure summary::after { content: "+"; color: var(--muted); font-size: 22px; font-weight: 500; }
.data-disclosure[open] summary::after { content: "−"; }
.data-disclosure-body { max-width: 820px; padding: 0 0 22px; color: var(--muted); font-size: 13px; }
.data-disclosure-body p { margin: 0 0 8px; }
.coverage-note {
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
}
.market-summary-section { padding-bottom: 24px; }
.market-table-section { padding-top: 24px; }
.table-toolbar {
  position: sticky;
  z-index: 5;
  top: 74px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(12px);
}
.search-control { min-width: min(100%,340px); flex: 1; }
.search-input {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  color: var(--text);
  font: inherit;
}
.mobile-sort-control { display: none; }
.segmented-control { border-color: var(--line); }
.segmented-control button { min-height: 44px; }
.table-wrap { border-color: var(--line); border-radius: var(--radius-lg); }
.market-table th, .market-table td { padding-block: 13px; }
.market-table tbody tr:last-child td { border-bottom: 0; }
.market-empty { margin-top: 12px; }
.premium-layout { display: block; max-width: 820px; margin-inline: auto; }
.premium-form, .premium-result { border-color: var(--line); border-radius: var(--radius-lg); }
.premium-form { padding: clamp(22px,3vw,32px); }
.premium-form-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.form-field { margin: 0; }
.form-field-wide { grid-column: 1 / -1; }
.form-field input, .form-field select { border-color: var(--line); background: color-mix(in srgb, var(--surface) 78%, var(--paper)); }
.form-field input[readonly] { color: var(--muted); }
.form-error { margin: 8px 0 4px; }
.form-actions { justify-content: flex-end; margin-top: 8px; }
.premium-result { margin-top: 14px; padding: 26px 30px; }
.premium-result h2 { font-size: 24px; }
.product-button { border-radius: 10px; text-decoration: none; }
.product-button-primary { box-shadow: 0 8px 24px rgba(109,223,52,.12); }
.product-footer-inner { padding-block: 26px; }

@media (prefers-color-scheme: dark) {
  .market-overview, .metric-card, .flow-card, .asset-strip, .action-panel, .premium-form, .premium-result, .table-wrap { background: #141a17; }
  .action-panel-accent { background: #1a2818; }
  .table-toolbar { background: rgba(13,17,16,.92); }
  .data-stamp { background: transparent; }
}

@media (max-width: 900px) {
  .product-intro { grid-template-columns: 1fr; gap: 20px; }
  .data-stamp { max-width: none; }
  .product-action-grid { grid-template-columns: 1fr; }
  .action-panel { min-height: 220px; }
}

@media (max-width: 620px) {
  .product-header-inner { padding-block: 8px; }
  .product-nav {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 3px;
    overflow: visible;
  }
  .product-nav a { justify-content: center; min-width: 0; padding-inline: 7px; font-size: 12px; }
  .product-main { padding-top: 14px; }
  .product-intro { padding: 18px 0 24px; }
  .product-intro h1 { font-size: clamp(34px,10vw,43px); }
  .product-intro .lede { font-size: 15px; }
  .intro-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .intro-actions .product-button { width: auto; padding-inline: 10px; }
  .product-section { padding: 28px 0; }
  .market-overview { margin-top: 18px; padding: 16px; }
  .metric-grid { gap: 8px; }
  .metric-card { min-height: 112px; padding: 14px; }
  .metric-card span { font-size: 11px; line-height: 1.35; }
  .metric-card strong { margin-top: 12px; font-size: 20px; }
  .market-flow-inline { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .market-flow-inline .flow-card { padding: 12px 10px; }
  .market-flow-inline .flow-card strong, .market-flow-inline .flow-card p { display: block; }
  .market-flow-inline .flow-card strong { margin: 0 0 3px; font-size: 18px; }
  .asset-strip { display: block; }
  .asset-tile, .asset-tile:nth-child(3n+2), .asset-tile:nth-child(3n+3) { padding: 14px; border-bottom: 1px solid var(--line); }
  .asset-tile:last-child { border-bottom: 0; }
  .action-panel { min-height: 210px; }
  .table-toolbar { top: 128px; display: grid; grid-template-columns: 1fr 1fr; }
  .search-control { grid-column: 1 / -1; min-width: 0; }
  .mobile-sort-control {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--surface);
    font-size: 12px;
    font-weight: 750;
  }
  .mobile-sort-control select { min-width: 0; min-height: 44px; flex: 1; border: 0; background: transparent; color: var(--text); font: inherit; }
  .segmented-control { width: auto; }
  .market-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }
  .table-wrap { overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
  .market-table tbody { gap: 0; }
  .market-table tbody tr {
    padding: 14px 12px;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
  }
  .market-table tbody tr:last-child { border-bottom: 0; }
  .market-table .col-change1::before, .market-table .col-change24::before, .market-table .col-marketcap::before, .market-table .col-volume::before { font-size: 12px; }
  .market-table-compact tbody tr:nth-child(n+6) { display: none; }
  .market-table-compact tbody tr {
    grid-template-columns: 30px minmax(0,1fr) auto;
    grid-template-rows: auto auto;
    gap: 4px 8px;
    padding: 12px;
  }
  .market-table-compact .col-rank { grid-row: 1 / 3; }
  .market-table-compact .col-change1,
  .market-table-compact .col-marketcap,
  .market-table-compact .col-volume { display: none; }
  .market-table-compact .col-change24 {
    grid-column: 3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
  }
  .market-table-compact .col-change24::before { font-size: 11px; }
  .section-action { justify-content: stretch; }
  .section-action .product-button { width: 100%; }
  .premium-form-fields { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .premium-form, .premium-result { padding: 20px 16px; }
  .form-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .form-actions .product-button { width: auto; }
  .product-footer-inner nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 16px; }
  .product-footer-inner nav a { min-width: 0; overflow-wrap: anywhere; }
  .product-footer-inner nav a[href^="mailto:"] { grid-column: 1 / -1; }
  .pagination { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 8px; }
  .pagination button { width: 100%; min-width: 0; padding-inline: 8px; }
  .pagination span { min-width: 0; }
}

/* Kaia Pulse-aligned product shell */
.product-page {
  color-scheme: light;
  --paper: #f3f4ec;
  --surface: #ffffff;
  --surface-soft: #f8f9f3;
  --text: #11130f;
  --muted: #646b60;
  --line: #dfe2d7;
  --brand: #b9f227;
  --brand-ink: #11130f;
  --ink: #11130f;
  background:
    radial-gradient(circle at 8% 0%, rgba(185,242,39,.09), transparent 24rem),
    var(--paper);
  color: var(--text);
}
.product-header {
  border-bottom-color: rgba(17,19,15,.09);
  background: rgba(243,244,236,.9);
  color: var(--ink);
  backdrop-filter: blur(18px);
}
.product-header-inner {
  min-height: 74px;
  display: grid;
  grid-template-columns: minmax(180px,1fr) auto minmax(180px,1fr);
  gap: 18px;
}
.product-brand { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink); font-size: 18px; }
.product-brand-mark {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  margin-right: 10px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--brand);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: -.02em;
}
.product-brand .product-brand-word { color: var(--ink); }
.product-nav { margin: 0; justify-content: center; }
.product-nav a { min-height: 44px; color: #545c51; }
.product-nav a[aria-current="page"], .product-nav a:hover {
  background: var(--ink);
  color: #fff;
}
.language-menu { justify-self: end; margin: 0; }
.language-menu summary {
  min-width: 58px;
  border-color: #cfd4c8;
  background: rgba(255,255,255,.72);
  color: var(--ink);
}
.language-options {
  border-color: #cfd4c8;
  background: #fff;
  box-shadow: 0 18px 55px rgba(27,31,22,.12);
}
.language-options a { color: #343a31; }
.language-options a:hover, .language-options a[aria-current="page"] { background: #edf4df; color: #243616; }
.product-main { width: min(calc(100% - 36px), 1320px); padding-top: 18px; }
.product-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 10%, rgba(185,242,39,.2), transparent 24rem),
    radial-gradient(circle at 5% 96%, rgba(90,125,255,.12), transparent 24rem),
    var(--ink);
  color: #fff;
  box-shadow: 0 25px 70px rgba(17,19,15,.18);
}
.product-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  right: -190px;
  top: -190px;
  border: 1px solid rgba(185,242,39,.28);
  border-radius: 50%;
  box-shadow: 0 0 0 64px rgba(185,242,39,.035), 0 0 0 128px rgba(185,242,39,.018);
}
.product-hero-home {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(500px,1.18fr);
  align-items: center;
  gap: clamp(42px,5vw,82px);
  padding: clamp(42px,5vw,68px);
}
.product-hero-copy { min-width: 0; animation: product-rise .48s ease-out both; }
.product-hero .eyebrow { margin: 0 0 18px; color: var(--brand); }
.product-hero h1 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px,5.5vw,76px);
  line-height: 1.01;
  letter-spacing: -.06em;
  text-wrap: balance;
}
html[lang="ko-KR"] .product-hero h1 { word-break: keep-all; }
.product-hero .lede {
  max-width: 560px;
  margin: 22px 0 0;
  color: #c5ccc0;
  font-size: clamp(15px,1.55vw,18px);
  line-height: 1.72;
}
.product-hero .intro-actions { margin-top: 30px; }
.product-hero .product-button:not(.product-button-primary) {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: #fff;
}
.product-hero-data { min-width: 0; animation: product-rise .54s .08s ease-out both; }
.product-hero .data-stamp {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 8px;
  padding: 0 0 14px;
  border: 0;
  background: transparent;
}
.product-hero .data-stamp-row {
  min-width: 0;
  display: grid;
  gap: 5px;
  color: #8e998d;
}
.product-hero .data-stamp strong { color: #eef2ec; text-align: left; }
.product-hero .status-badge { width: fit-content; background: rgba(185,242,39,.14); color: var(--brand); }
.hero-metric-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.12);
}
.hero-metric-grid .metric-card {
  min-height: 130px;
  padding: 20px;
  border: 0;
  border-radius: 0;
  background: rgba(255,255,255,.055);
}
.hero-metric-grid .metric-card span { color: #9ca69a; }
.hero-metric-grid .metric-card strong { margin-top: 15px; color: #fff; }
.hero-metric-grid .metric-card small { color: #7f8a7e; }
.hero-flow { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin-top: 1px; }
.hero-flow .flow-card {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 14px 16px;
  border: 0;
  border-radius: 0;
  background: rgba(255,255,255,.055);
}
.hero-flow .flow-card:first-child { border-radius: 12px 0 0 12px; }
.hero-flow .flow-card:last-child { border-radius: 0 12px 12px 0; }
.hero-flow .flow-card strong,
.hero-flow .flow-card p { display: block; margin: 0; }
.hero-flow .flow-card p { overflow: hidden; color: #9ca69a; text-overflow: ellipsis; white-space: nowrap; }
@keyframes product-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .product-header-inner { grid-template-columns: 1fr auto; padding-block: 10px; }
  .product-nav { grid-column: 1 / -1; grid-row: 2; }
  .language-menu { grid-column: 2; grid-row: 1; }
  .product-hero-home { grid-template-columns: 1fr; min-height: 0; }
}

@media (max-width: 620px) {
  .product-main { width: min(calc(100% - 24px),1320px); padding-top: 12px; }
  .product-header-inner { width: calc(100% - 32px); gap: 8px; }
  .product-nav { display: flex; justify-content: stretch; gap: 2px; }
  .product-nav a { flex: 1 1 0; padding-inline: 5px; font-size: 11px; }
  .product-hero { border-radius: 22px; }
  .product-hero-home { gap: 32px; padding: 30px 22px 22px; }
  .product-hero h1 { font-size: clamp(38px,12vw,52px); }
  .product-hero .lede { margin-top: 16px; font-size: 14px; }
  .product-hero .intro-actions { margin-top: 24px; }
  .product-hero .data-stamp { grid-template-columns: 1fr; gap: 10px; padding-bottom: 12px; }
  .product-hero .data-stamp-row { display: flex; justify-content: space-between; gap: 12px; }
  .product-hero .data-stamp strong { text-align: right; }
  .hero-metric-grid .metric-card { min-height: 110px; padding: 16px; }
  .hero-flow .flow-card { padding: 12px 10px; }
  .hero-flow .flow-card strong, .hero-flow .flow-card p { display: block; }
  .hero-flow .flow-card strong { margin: 0 0 3px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-hero-copy, .product-hero-data { animation: none; }
}

/* Final product hierarchy */
.product-hero .data-stamp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 0 0 14px;
}
.data-stamp-basis {
  min-width: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: #8e998d;
  font-size: 11px;
}
.data-stamp-basis strong { overflow-wrap: anywhere; color: #eef2ec; font-size: 12px; }
.product-hero-compact {
  min-height: 350px;
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr);
  align-items: center;
  gap: clamp(38px,6vw,88px);
  padding: clamp(38px,5vw,62px);
}
.product-hero-compact h1 { font-size: clamp(42px,5vw,66px); }
.product-hero-compact .product-hero-data { align-self: center; }
.content-hero { min-height: 300px; grid-template-columns: minmax(0,820px); }
.product-section { padding: 64px 0; }
.product-section + .product-section { border-top-color: var(--line); }
.product-section-heading { margin-bottom: 24px; }
.product-section-heading h2 { font-size: clamp(27px,3vw,38px); letter-spacing: -.045em; }
.leaders-section { padding-top: 72px; }
.asset-strip {
  border-color: var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 55px rgba(27,31,22,.055);
}
.asset-tile { padding: 22px 18px; transition: background 160ms ease, transform 160ms ease; }
.asset-tile:hover { background: #fafcf6; transform: translateY(-2px); }
.asset-tile + .asset-tile { border-left-color: var(--line); }
.asset-tile-price { margin-top: 20px; font-size: 19px; }
.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #355a22;
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
}
.text-link:hover { color: #11130f; }
.product-action-grid { gap: 16px; padding-top: 28px; }
.action-panel {
  min-height: 190px;
  padding: 28px 30px;
  border-radius: 22px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 55px rgba(27,31,22,.05);
}
.action-panel h2 { font-size: clamp(27px,3vw,35px); }
.action-panel .product-button { margin-top: 26px; }
.action-panel-accent {
  border-color: #2d3a29;
  background: #162015;
  box-shadow: 0 20px 60px rgba(17,19,15,.16);
}
.market-table-section { padding-top: 34px; }
.table-toolbar {
  top: 86px;
  padding: 8px;
  border-color: #d6dacf;
  border-radius: 14px;
  background: rgba(243,244,236,.94);
}
.table-wrap {
  border-color: var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(27,31,22,.045);
}
.market-table th { background: #f7f8f2; }
.market-table tbody tr { transition: background 140ms ease; }
.market-table tbody tr[hidden] td::before { content: none !important; }
.market-table tbody tr:hover { background: #fafcf6; }
.coverage-note { margin: 12px 0 0; color: #626b67; }
.premium-layout { max-width: 940px; }
.premium-form {
  padding: clamp(24px,4vw,42px);
  border-color: var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 55px rgba(27,31,22,.06);
}
.premium-form-fields { gap: 22px; }
.form-field input, .form-field select { min-height: 52px; border-radius: 12px; background: #f7f8f2; }
.premium-result {
  margin-top: 16px;
  padding: clamp(24px,4vw,36px);
  border-color: #cddd9d;
  border-radius: 22px;
  background: #f0f8df;
  box-shadow: none;
}
.product-disclosure-section { padding: 18px 0 42px; }
.data-disclosure { border-color: #cfd4c8; }
.data-disclosure summary { min-height: 52px; }
.data-disclosure-body a { min-height: 44px; display: inline-flex; align-items: center; }
.localized-content { max-width: 920px; padding-top: 48px; }
.product-footer { width: 100%; max-width: none; margin: 0; padding: 0; border-color: #d4d8ce; background: #e9ebe2; }
.product-footer-inner { width: min(calc(100% - 36px),1320px); }

@media (max-width: 980px) {
  .product-hero-compact { grid-template-columns: 1fr; min-height: 0; }
  .table-toolbar { position: static; }
}

@media (max-width: 620px) {
  .product-header-inner { min-height: auto; }
  .product-brand-mark { width: 28px; height: 28px; }
  .product-nav { display: grid; grid-template-columns: repeat(auto-fit,minmax(70px,1fr)); }
  .product-nav { border-top-color: var(--line); }
  .product-nav a { min-height: 44px; white-space: normal; line-height: 1.2; text-align: center; }
  .product-hero-compact { gap: 26px; padding: 30px 22px 24px; }
  .product-hero-compact h1 { font-size: clamp(36px,11vw,48px); }
  .product-section { padding: 44px 0; }
  .product-section-heading { align-items: flex-start; text-align: left; }
  .leaders-section { padding-top: 48px; }
  .asset-strip { display: grid; grid-template-columns: 1fr; }
  .asset-strip .asset-tile { display: grid; grid-template-columns: auto minmax(0,1fr) auto; grid-template-rows: auto auto; align-items: center; gap: 2px 10px; padding: 14px 16px; }
  .asset-tile-head { display: contents; }
  .asset-tile :is(.asset-logo,.asset-symbol-fallback) { grid-column: 1; grid-row: 1 / 3; }
  .asset-tile .asset-name { grid-column: 2; grid-row: 1 / 3; }
  .asset-tile-price { grid-column: 3; grid-row: 1; margin: 0; font-size: 15px; text-align: right; }
  .asset-tile .change { grid-column: 3; grid-row: 2; text-align: right; }
  .asset-tile + .asset-tile { border-left: 0; border-top: 1px solid var(--line); }
  .product-action-grid { padding-top: 16px; }
  .action-panel { min-height: 0; padding: 24px; }
  .action-panel .product-button { margin-top: 22px; }
  .hero-flow .flow-card p { font-size: 10px; line-height: 1.35; }
  .premium-form { padding: 22px 16px; }
  .product-footer-inner { width: min(calc(100% - 24px),1320px); }
}

/* CoinMadang data workspace */
.dashboard-intro {
  min-height: 160px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  padding: clamp(34px, 5vw, 56px) 4px 28px;
}
.dashboard-intro-compact { min-height: 180px; grid-template-columns: minmax(0, 800px); }
.dashboard-intro .eyebrow,
.board-kicker {
  margin: 0 0 10px;
  color: #58740d;
  font-size: 11px;
  font-weight: 880;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.dashboard-intro h1 {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 58px);
  line-height: .98;
  letter-spacing: -.065em;
}
.dashboard-intro p:not(.eyebrow) {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: clamp(14px, 1.4vw, 17px);
}
.kaia-pulse-link {
  min-width: 220px;
  min-height: 62px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px 16px;
  padding: 11px 15px;
  border: 1px solid #ced3c7;
  border-radius: 16px;
  background: rgba(255,255,255,.72);
  color: var(--ink);
  text-decoration: none;
}
.kaia-pulse-link > span:first-child { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.kaia-pulse-link strong { font-size: 15px; }
.kaia-pulse-link > span:last-child { grid-column: 2; grid-row: 1 / 3; font-size: 20px; }
.kaia-pulse-link:hover { border-color: #98a18e; background: #fff; }

.premium-board {
  overflow: hidden;
  border: 1px solid #d7dbd1;
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 54px rgba(25,31,22,.055);
}
.premium-board-page { margin: 54px 0 64px; }
.premium-page-spacer { height: 34px; }
.board-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: 25px 26px 20px;
}
.board-heading h1,
.board-heading h2 { margin: 0; color: var(--ink); font-size: clamp(25px, 3vw, 34px); letter-spacing: -.045em; }
.board-heading p:not(.board-kicker) { max-width: 650px; margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.board-controls { display: flex; align-items: center; justify-content: flex-end; gap: 12px; flex-wrap: wrap; }
.exchange-switch {
  display: inline-flex;
  padding: 3px;
  border: 1px solid #d6dacd;
  border-radius: 11px;
  background: #f3f4ed;
}
.exchange-switch button {
  min-width: 72px;
  min-height: 38px;
  padding: 0 13px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #5b6358;
  font: inherit;
  font-size: 12px;
  font-weight: 820;
  cursor: pointer;
}
.exchange-switch button[aria-pressed="true"] { background: #151812; color: #fff; box-shadow: 0 3px 10px rgba(17,19,15,.13); }
.board-time { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; font-variant-numeric: tabular-nums; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #9aa094; }
.status-dot[data-status="live"] { background: #0b7a4f; box-shadow: 0 0 0 4px rgba(11,122,79,.1); }
.status-dot[data-status="stale"] { background: #b26a00; }
.premium-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #e0e3da;
  border-bottom: 1px solid #e0e3da;
  background: #f7f8f3;
}
.premium-summary article { min-width: 0; padding: 15px 20px; }
.premium-summary article + article { border-left: 1px solid #e0e3da; }
.premium-summary span { display: block; color: var(--muted); font-size: 11px; }
.premium-summary strong { display: block; margin-top: 7px; color: var(--ink); font-size: clamp(17px, 2vw, 23px); font-variant-numeric: tabular-nums; }
.premium-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; border-bottom: 1px solid #e2e5dc; }
.premium-toolbar label { flex: 1; }
.premium-toolbar input {
  width: min(100%, 360px);
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid #d5dacf;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.premium-toolbar [role="status"] { color: var(--muted); font-size: 12px; }
.premium-table-wrap { overflow-x: auto; }
.premium-table-wrap:focus-visible { outline: 3px solid #2f5fe3; outline-offset: 3px; }
.premium-table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.premium-table th {
  padding: 12px 16px;
  border-bottom: 1px solid #e2e5dc;
  background: #fafbf7;
  color: #6a7165;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .04em;
  text-align: right;
  white-space: nowrap;
}
.premium-table th:first-child { text-align: left; }
.premium-table td { padding: 13px 16px; border-bottom: 1px solid #eceee8; color: var(--ink); font-size: 13px; text-align: right; white-space: nowrap; }
.premium-table tbody tr:last-child td { border-bottom: 0; }
.premium-table tbody tr:hover { background: #fbfcf8; }
.premium-table td:first-child { min-width: 190px; text-align: left; }
.premium-table td strong { display: block; font-size: 13px; }
.premium-table td small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.premium-percent-cell .change { font-size: 15px; font-weight: 880; }
.board-note { margin: 0; padding: 12px 18px; border-top: 1px solid #e2e5dc; color: #687064; font-size: 11px; }
.board-footer { display: flex; justify-content: flex-end; padding: 12px 18px; border-top: 1px solid #e2e5dc; }
.board-footer a,
.section-inline-heading a,
.chain-home-placeholder a { min-height: 44px; display: inline-flex; align-items: center; gap: 6px; color: #365e21; font-size: 12px; font-weight: 850; text-decoration: none; }
.market-rail-section { padding: 58px 0 46px; }
.market-page-summary {
  display: grid;
  grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
  align-items: stretch;
  gap: 12px;
  padding-bottom: 24px;
}
.market-page-summary .data-stamp {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 18px;
  border: 1px solid #d9ddd3;
  border-radius: 16px;
  background: rgba(255,255,255,.85);
}
.market-page-summary .data-stamp-basis { display: grid; gap: 3px; color: var(--muted); }
.market-page-summary .data-stamp-basis strong { color: var(--ink); font-size: 12px; }
.market-flow-page { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid #d9ddd3; border-radius: 16px; background: #dfe3d9; }
.market-flow-page .flow-card { min-width: 0; display: grid; align-content: center; padding: 14px 16px; border: 0; border-radius: 0; background: #fff; }
.market-flow-page .flow-card strong { font-size: 20px; }
.market-flow-page .flow-card p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.section-inline-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.section-inline-heading h2 { margin: 0; font-size: clamp(25px, 3vw, 34px); letter-spacing: -.045em; }
.chain-home-placeholder { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 4px 64px; border-top: 1px solid var(--line); }
.chain-home-placeholder h2 { margin: 0; font-size: clamp(25px, 3vw, 34px); letter-spacing: -.045em; }
.chain-home-placeholder p { max-width: 660px; margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.chain-board { padding: 0 0 48px; }
.chain-board-home { padding: 48px 0 64px; border-top: 1px solid var(--line); }
.chain-board .section-inline-heading > div > p { max-width: 680px; margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.chain-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.chain-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid #d9ddd3;
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 34px rgba(25,31,22,.04);
}
.chain-card header { display: flex; align-items: center; gap: 12px; }
.chain-mark { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; background: #171a14; color: #c8fa44; font-size: 10px; font-weight: 900; letter-spacing: -.02em; }
.chain-mark[data-chain-mark="ethereum"] { background: #5b67d8; color: #fff; }
.chain-mark[data-chain-mark="bsc"] { background: #f3ba2f; color: #171a14; }
.chain-mark[data-chain-mark="base"] { background: #1155ef; color: #fff; }
.chain-mark[data-chain-mark="arbitrum"] { background: #2d374b; color: #66b8ff; }
.chain-mark[data-chain-mark="polygon"] { background: #8247e5; color: #fff; }
.chain-mark[data-chain-mark="solana"] { background: #101214; color: #78f4cd; }
.chain-card h3 { margin: 0 0 3px; font-size: 15px; letter-spacing: -.02em; }
.chain-status { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 10px; }
.chain-card dl { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 12px; margin: 22px 0 18px; }
.chain-card dl div { min-width: 0; }
.chain-card dt { color: var(--muted); font-size: 10px; }
.chain-card dd { overflow: hidden; margin: 5px 0 0; color: var(--ink); font-size: 17px; font-weight: 850; font-variant-numeric: tabular-nums; text-overflow: ellipsis; }
.chain-card time { color: #747b70; font-size: 10px; font-variant-numeric: tabular-nums; }

@media (max-width: 760px) {
  .dashboard-intro { min-height: 0; grid-template-columns: 1fr; align-items: start; gap: 16px; padding: 28px 0 20px; }
  .dashboard-intro h1 { font-size: clamp(36px, 10.5vw, 46px); }
  .dashboard-intro p:not(.eyebrow) { margin-top: 9px; font-size: 13px; }
  .kaia-pulse-link { min-width: 0; width: 100%; min-height: 44px; grid-template-columns: 1fr auto; padding: 7px 12px; }
  .kaia-pulse-link > span:first-child { display: none; }
  .kaia-pulse-link strong { font-size: 13px; }
  .kaia-pulse-link > span:last-child { grid-row: 1; }
  .board-heading { display: grid; gap: 14px; padding: 18px 16px 14px; }
  .board-controls { justify-content: space-between; }
  .premium-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .premium-summary article:nth-child(3) { border-left: 0; border-top: 1px solid #e0e3da; }
  .premium-summary article:nth-child(4) { border-top: 1px solid #e0e3da; }
  .premium-table-wrap { overflow: visible; }
  .premium-table thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
  .premium-table tbody { display: block; }
  .premium-table tr { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 8px 14px; padding: 15px 16px; border-bottom: 1px solid #e6e9e1; }
  .premium-table tr:last-child { border-bottom: 0; }
  .premium-table td { min-width: 0 !important; display: block; padding: 0; border: 0; text-align: right; white-space: normal; }
  .premium-table td:first-child { grid-column: 1 / 3; text-align: left; }
  .premium-table td:nth-child(4) { grid-column: 3; grid-row: 1; align-self: center; }
  .premium-table td:nth-child(2),
  .premium-table td:nth-child(3),
  .premium-table td:nth-child(5),
  .premium-table td:nth-child(6) { padding-top: 8px; border-top: 1px dashed #e1e4db; }
  .premium-table td:nth-child(5), .premium-table td:nth-child(6) { display: none; }
  .premium-table td[data-label]::before { content: attr(data-label); display: block; margin-bottom: 3px; color: var(--muted); font-size: 9px; font-weight: 760; }
  .premium-percent-cell .change { font-size: 17px; }
  .premium-toolbar { align-items: stretch; }
  .premium-toolbar input { width: 100%; }
  .market-rail-section { padding: 44px 0 36px; }
  .market-page-summary { grid-template-columns: 1fr; }
  .market-flow-page { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .chain-home-placeholder { align-items: flex-start; flex-direction: column; padding-bottom: 48px; }
  .chain-grid { grid-template-columns: 1fr; }
  .chain-board-home { padding-top: 42px; }
  .chain-card { padding: 16px; line-height: 1.35; }
  .chain-card dl { gap: 10px 12px; margin: 16px 0 12px; }
  .chain-card dd { margin-top: 4px; font-size: 16px; }
}

@media (min-width: 761px) and (max-width: 1040px) {
  .chain-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 420px) {
  .premium-summary article { padding: 13px 14px; }
  .premium-toolbar { display: grid; }
  .board-controls { display: grid; grid-template-columns: 1fr; }
  .exchange-switch { width: 100%; }
  .exchange-switch button { flex: 1; }
  .board-time { min-height: 32px; }
}

/* Real-time premium and on-chain workspace */
.home-utility-bar {
  min-height: 112px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 4px 20px;
}
.home-utility-bar .eyebrow { margin: 0 0 8px; color: #58740d; font-size: 11px; font-weight: 880; letter-spacing: .14em; }
.home-utility-bar h1 { margin: 0; color: var(--ink); font-size: clamp(30px, 4vw, 45px); line-height: 1; letter-spacing: -.055em; }
.premium-board-v3 { box-shadow: 0 14px 42px rgba(25,31,22,.045); }
.premium-board-v3 .board-heading { align-items: center; padding-bottom: 16px; }
.premium-board-v3 .board-heading h1,
.premium-board-v3 .board-heading h2 { font-size: clamp(24px, 2.6vw, 32px); }
.venue-pair-controls {
  display: grid;
  grid-template-columns: minmax(0,1fr) 44px minmax(0,1fr);
  align-items: end;
  gap: 10px;
  padding: 0 26px 20px;
}
.venue-selector { min-width: 0; display: grid; gap: 7px; color: #5f675b; font-size: 11px; font-weight: 800; }
.venue-select-control { min-width: 0; min-height: 50px; display: grid; grid-template-columns: 28px minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 6px 10px; border: 1px solid #cfd5ca; border-radius: 12px; background: #fff; }
.venue-select-control img { width: 28px; height: 28px; border-radius: 50%; object-fit: contain; }
.venue-select-control select { min-width: 44px; width: 100%; height: 44px; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 13px; font-weight: 800; }
.venue-select-control small { color: #697166; font-size: 10px; }
.venue-swap { width: 44px; height: 44px; border: 1px solid #ccd2c7; border-radius: 12px; background: #f5f7f1; color: var(--ink); font: inherit; font-size: 18px; font-weight: 900; cursor: pointer; }
.venue-swap:hover { border-color: #91a174; background: #eef5de; }
.premium-summary-v3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.premium-sort { display: inline-flex; gap: 4px; padding: 3px; border: 1px solid #d5dacf; border-radius: 10px; background: #f4f6f0; }
.premium-sort button { min-height: 44px; padding: 0 11px; border: 0; border-radius: 7px; background: transparent; color: #5f675b; font: inherit; font-size: 11px; font-weight: 820; cursor: pointer; }
.premium-sort button[aria-pressed="true"] { background: #191c16; color: #fff; }
.premium-inline-status { margin: 0; padding: 10px 18px; border-top: 1px solid #e2e5dc; color: #646b60; font-size: 11px; }

.onchain-strip { padding: 48px 0 8px; }
.stablecoin-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid #d8ddd2; border-radius: 17px; background: rgba(255,255,255,.86); }
.stablecoin-strip article { min-width: 0; display: flex; align-items: center; gap: 12px; padding: 16px 18px; }
.stablecoin-strip article + article { border-left: 1px solid #e0e4dc; }
.stablecoin-symbol { min-width: 42px; height: 32px; display: inline-grid; place-items: center; border-radius: 9px; background: #191c16; color: #c8fa44; font-size: 11px; font-weight: 900; }
.stablecoin-strip article > div { min-width: 0; display: grid; gap: 3px; }
.stablecoin-strip strong { overflow: hidden; color: var(--ink); font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.stablecoin-strip small { overflow: hidden; color: #646b60; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.chain-summary-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.chain-summary-card { min-width: 0; padding: 16px; border: 1px solid #d8ddd2; border-radius: 16px; background: rgba(255,255,255,.88); }
.chain-summary-card header,
.chain-detail > header { display: flex; align-items: center; gap: 11px; }
.chain-summary-card h3,
.chain-detail h2 { margin: 0 0 3px; color: var(--ink); font-size: 14px; letter-spacing: -.025em; }
.chain-logo-wrap { position: relative; width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; }
.chain-logo { position: relative; z-index: 1; width: 34px; height: 34px; border-radius: 50%; object-fit: contain; background: #fff; }
.chain-logo-fallback { position: absolute; inset: 0; display: grid; place-items: center; border-radius: 50%; background: #191c16; color: #c8fa44; font-size: 9px; font-weight: 900; }
.chain-logo-fallback:not(.is-visible) { visibility: hidden; }
.chain-summary-card dl,
.onchain-metrics { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 18px 0 0; }
.chain-summary-card dt,
.onchain-metrics dt { color: #646b60; font-size: 10px; }
.chain-summary-card dd,
.onchain-metrics dd { overflow: hidden; margin: 4px 0 0; color: var(--ink); font-size: 14px; font-weight: 840; font-variant-numeric: tabular-nums; text-overflow: ellipsis; white-space: nowrap; }
.onchain-page-heading { padding: 42px 4px 22px; }
.onchain-page-heading .eyebrow { margin: 0 0 8px; color: #58740d; font-size: 11px; font-weight: 880; letter-spacing: .14em; }
.onchain-page-heading h1 { margin: 0; color: var(--ink); font-size: clamp(32px,4vw,48px); letter-spacing: -.055em; }
.onchain-dashboard { margin-bottom: 64px; overflow: hidden; border: 1px solid #d6dbd0; border-radius: 20px; background: rgba(255,255,255,.92); }
.onchain-tabs { display: flex; gap: 4px; padding: 7px; border-bottom: 1px solid #dfe3da; background: #f5f7f1; }
.onchain-tabs button { min-height: 44px; padding: 0 18px; border: 0; border-radius: 10px; background: transparent; color: #5d655a; font: inherit; font-size: 13px; font-weight: 850; cursor: pointer; }
.onchain-tabs button[aria-selected="true"] { background: #191c16; color: #fff; }
.onchain-tab-panel { padding: 22px; }
.stablecoin-detail { padding: 22px 0; border-bottom: 1px solid #e2e5dd; }
.stablecoin-detail:first-child { padding-top: 0; }
.stablecoin-detail:last-child { padding-bottom: 0; border-bottom: 0; }
.stablecoin-detail > header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.stablecoin-detail > header > div { display: flex; align-items: center; gap: 12px; }
.stablecoin-detail h3 { margin: 0; color: var(--ink); font-size: 18px; }
.network-ranking { margin-top: 20px; }
.network-ranking h4 { margin: 0 0 10px; color: var(--ink); font-size: 12px; }
.network-row { display: grid; grid-template-columns: minmax(170px,.7fr) minmax(180px,1.3fr); align-items: center; gap: 18px; padding: 9px 0; }
.network-row > div:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.network-row strong { color: var(--ink); font-size: 12px; }
.network-row span { color: #626a5f; font-size: 11px; font-variant-numeric: tabular-nums; }
.network-bar { width: 100%; height: 7px; overflow: hidden; border: 0; border-radius: 999px; background: #e9ece5; appearance: none; }
.network-bar::-webkit-progress-bar { border-radius: inherit; background: #e9ece5; }
.network-bar::-webkit-progress-value { border-radius: inherit; background: #86b61f; }
.network-bar::-moz-progress-bar { border-radius: inherit; background: #86b61f; }
.chain-picker { display: grid; gap: 10px; }
.chain-picker > span { color: #5f675b; font-size: 11px; font-weight: 800; }
.chain-picker > div { display: flex; gap: 7px; padding-bottom: 6px; overflow-x: auto; scrollbar-width: thin; }
.chain-picker button { min-width: 104px; min-height: 58px; display: flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid #d6dbd0; border-radius: 12px; background: #fff; color: var(--ink); font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; }
.chain-picker button[aria-pressed="true"] { border-color: #91b735; background: #f2f8df; box-shadow: inset 0 0 0 1px #91b735; }
.chain-picker button .chain-logo-wrap { width: 28px; height: 28px; flex-basis: 28px; }
.chain-picker button .chain-logo { width: 27px; height: 27px; }
.chain-details { margin-top: 22px; }
.chain-detail > header { padding-bottom: 18px; border-bottom: 1px solid #e2e5dd; }
.chain-detail h2 { font-size: 22px; }
.chain-detail-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; margin-top: 28px; }
.chain-detail-columns h3 { margin: 0 0 10px; color: var(--ink); font-size: 13px; }
.protocol-list { margin: 0; padding: 0; list-style: none; }
.protocol-list li { min-height: 48px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 10px; border-bottom: 1px solid #eceee9; }
.protocol-list img { width: 28px; height: 28px; border-radius: 50%; object-fit: contain; }
.protocol-list div { min-width: 0; display: grid; gap: 2px; }
.protocol-list strong { overflow: hidden; color: var(--ink); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.protocol-list small { color: #646b60; font-size: 9px; }
.protocol-list > li > span { color: var(--ink); font-size: 11px; font-weight: 780; font-variant-numeric: tabular-nums; }
.muted { color: #646b60; font-size: 12px; }

@media (max-width: 980px) {
  .chain-summary-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
  .home-utility-bar { min-height: 0; align-items: stretch; flex-direction: column; gap: 13px; padding: 23px 0 15px; }
  .home-utility-bar h1 { font-size: 32px; }
  .premium-page-spacer { height: 10px; }
  .premium-board-page { margin: 14px 0 44px; }
  .venue-pair-controls { grid-template-columns: minmax(0,1fr) 44px; padding: 0 14px 16px; }
  .venue-selector { grid-column: 1 / -1; }
  .venue-selector:first-child { grid-row: 1; }
  .venue-swap { grid-column: 2; grid-row: 1 / 3; align-self: center; transform: rotate(90deg); }
  .venue-selector:last-child { grid-row: 2; }
  .premium-summary-v3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .premium-summary-v3 article { padding: 12px 10px; }
  .premium-summary-v3 article:nth-child(3) { border-left: 1px solid #e0e3da; border-top: 0; }
  .premium-summary-v3 strong { font-size: 15px; }
  .premium-toolbar { display: grid; grid-template-columns: 1fr; padding: 11px 13px; }
  .premium-sort { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .premium-sort button { min-height: 44px; }
  .premium-table tr { grid-template-columns: minmax(0,1fr) auto; gap: 10px 14px; padding: 14px; }
  .premium-table td:first-child { grid-column: 1; }
  .premium-table td:nth-child(4) { grid-column: 2; grid-row: 1; }
  .premium-table td:nth-child(2), .premium-table td:nth-child(3) { display: block; padding-top: 8px; }
  .onchain-strip { padding-top: 38px; }
  .stablecoin-strip { grid-template-columns: 1fr; }
  .stablecoin-strip article + article { border-top: 1px solid #e0e4dc; border-left: 0; }
  .chain-summary-grid { grid-template-columns: 1fr; }
  .chain-board-home { padding-top: 36px; }
  .onchain-page-heading { padding: 26px 0 16px; }
  .onchain-tab-panel { padding: 15px; }
  .stablecoin-detail { padding: 18px 0; }
  .onchain-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .network-row { grid-template-columns: 1fr; gap: 6px; }
  .chain-detail-columns { grid-template-columns: 1fr; gap: 22px; }
  .chain-picker button { min-width: 88px; flex-direction: column; justify-content: center; gap: 3px; }
}

/* Market indicators, native-style stablecoins and balanced chain overview */
.market-indicator-hero { padding: 30px 0 24px; }
.market-indicator-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}
.market-indicator-heading .eyebrow { margin: 0 0 7px; color: #58740d; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.market-indicator-heading h1 { margin: 0; color: var(--ink); font-size: clamp(31px,4.2vw,48px); line-height: 1; letter-spacing: -.058em; }
.market-indicator-heading p:not(.eyebrow) { max-width: 610px; margin: 10px 0 0; color: #5f675b; font-size: 14px; }
.market-indicator-heading > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #365e21;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}
.market-indicator-hero-page { padding-top: 42px; }
.market-indicator-hero-page .market-indicator-heading { align-items: center; }
.market-indicator-hero-page .market-indicator-heading > div:first-child { min-width: 0; flex: 1 1 auto; }
.market-indicator-hero-page .data-stamp { width: auto; min-width: 250px; flex: 0 0 300px; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid #d7dbd1; border-radius: 14px; background: rgba(255,255,255,.86); }
.market-indicator-hero-page .data-stamp-basis { display: grid; gap: 2px; color: #626a60; font-size: 10px; }
.market-indicator-hero-page .data-stamp-basis strong { color: var(--ink); font-size: 11px; }
.market-insight-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding: 14px 0 56px; }
.market-insight-panel { min-width: 0; padding: 24px; border: 1px solid #d7dbd1; border-radius: 18px; background: rgba(255,255,255,.9); }
.market-insight-panel-wide { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(220px,.42fr) minmax(0,.58fr); gap: 34px; align-items: center; }
.insight-heading h2 { margin: 0; color: var(--ink); font-size: 20px; letter-spacing: -.035em; }
.insight-heading p { margin: 7px 0 0; color: #626a60; font-size: 12px; }
.breadth-counters { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 22px; }
.breadth-counters article { min-width: 0; display: grid; gap: 3px; padding: 14px; border-radius: 12px; background: #f4f6f0; }
.breadth-counters strong { font-size: 24px; font-variant-numeric: tabular-nums; }
.breadth-counters span { color: #646b60; font-size: 10px; }
.composition-list { display: grid; gap: 14px; margin-top: 22px; }
.composition-list article { display: grid; grid-template-columns: 58px auto minmax(90px,1fr); align-items: center; gap: 10px; }
.composition-list span { color: #5f675b; font-size: 11px; font-weight: 800; }
.composition-list strong { font-size: 12px; font-variant-numeric: tabular-nums; }
.composition-list progress,
.concentration-value progress { width: 100%; height: 7px; overflow: hidden; border: 0; border-radius: 999px; appearance: none; background: #e8ece4; }
.composition-list progress::-webkit-progress-bar,
.concentration-value progress::-webkit-progress-bar { background: #e8ece4; }
.composition-list progress::-webkit-progress-value,
.concentration-value progress::-webkit-progress-value { background: #86b61f; }
.composition-list progress::-moz-progress-bar,
.concentration-value progress::-moz-progress-bar { background: #86b61f; }
.concentration-value { display: grid; grid-template-columns: auto minmax(120px,1fr) auto; align-items: center; gap: 16px; }
.concentration-value strong { font-size: 28px; letter-spacing: -.04em; }
.concentration-value span { color: #626a60; font-size: 10px; white-space: nowrap; }
.market-scope-note { display: grid; grid-template-columns: 130px minmax(0,1fr); gap: 24px; padding: 20px 0 62px; border-top: 1px solid #d1d6cc; }
.market-scope-note strong { color: var(--ink); font-size: 12px; }
.market-scope-note p { max-width: 850px; margin: 0; color: #626a60; font-size: 12px; }

.onchain-strip { padding-top: 42px; }
.stablecoin-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.stablecoin-card { min-width: 0; overflow: hidden; border: 1px solid #d7dcd2; border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 10px 28px rgba(25,31,22,.035); }
.stablecoin-card > header { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 15px 16px; border-bottom: 1px solid #e3e6df; }
.stablecoin-identity { min-width: 0; display: flex; align-items: center; gap: 10px; }
.stablecoin-identity > div { min-width: 0; display: grid; gap: 2px; }
.stablecoin-identity h3 { overflow: hidden; margin: 0; color: var(--ink); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.stablecoin-identity small { color: #626a60; font-size: 9px; }
.stablecoin-card .status-badge { flex: 0 0 auto; }
.stablecoin-total { display: grid; gap: 3px; padding: 16px; }
.stablecoin-total > span { color: #626a60; font-size: 9px; font-weight: 780; }
.stablecoin-total > strong { overflow: hidden; color: var(--ink); font-size: 21px; letter-spacing: -.035em; text-overflow: ellipsis; white-space: nowrap; font-variant-numeric: tabular-nums; }
.stablecoin-total > small { color: #697166; font-size: 9px; }
.stablecoin-network-heading { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 0 16px; border-top: 1px solid #edf0ea; }
.stablecoin-network-heading h4 { margin: 0; color: #4e574c; font-size: 10px; }
.stablecoin-network-toggle { min-height: 44px; padding: 0 2px; border: 0; background: transparent; color: #365e21; font: inherit; font-size: 10px; font-weight: 850; cursor: pointer; }
.stablecoin-network-list { margin: 0; padding: 0 16px 12px; list-style: none; }
.stablecoin-network-row { min-height: 48px; display: grid; grid-template-columns: 28px minmax(0,1fr) minmax(76px,.9fr); align-items: center; gap: 8px; border-top: 1px solid #ecefe9; }
.stablecoin-network-rank { color: #788075; font-size: 9px; font-weight: 850; }
.stablecoin-network-copy { min-width: 0; display: grid; gap: 1px; }
.stablecoin-network-copy strong { overflow: hidden; color: var(--ink); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.stablecoin-network-copy small { color: #697166; font-size: 9px; font-variant-numeric: tabular-nums; }
.stablecoin-network-share { min-width: 0; display: grid; grid-template-columns: auto minmax(38px,1fr); align-items: center; gap: 6px; }
.stablecoin-network-share span { color: #4f584d; font-size: 9px; font-variant-numeric: tabular-nums; }
.stablecoin-network-share progress { width: 100%; height: 5px; overflow: hidden; border: 0; border-radius: 999px; appearance: none; background: #e9ece5; }
.stablecoin-network-share progress::-webkit-progress-bar { background: #e9ece5; }
.stablecoin-network-share progress::-webkit-progress-value { background: #86b61f; }
.stablecoin-network-share progress::-moz-progress-bar { background: #86b61f; }
.stablecoin-card-compact .stablecoin-network-heading { min-height: 34px; }
.stablecoin-card-compact .stablecoin-network-row { min-height: 43px; }

@media (max-width: 980px) {
  .stablecoin-card-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .market-indicator-hero { padding-top: 18px; }
  .market-indicator-heading { align-items: flex-start; flex-direction: column; gap: 5px; margin-bottom: 13px; }
  .market-indicator-heading h1 { font-size: 31px; }
  .market-indicator-heading > a { align-self: flex-start; margin-top: 0; }
  .market-indicator-hero-page .market-indicator-heading > .data-stamp { width: 100%; min-width: 0; flex: 0 0 auto; margin-top: 8px; }
  .market-insight-grid { grid-template-columns: 1fr; padding-bottom: 42px; }
  .market-insight-panel { padding: 18px; }
  .market-insight-panel-wide { grid-column: auto; display: block; }
  .concentration-value { grid-template-columns: auto minmax(80px,1fr); margin-top: 20px; }
  .concentration-value span { grid-column: 1 / -1; }
  .market-scope-note { grid-template-columns: 1fr; gap: 7px; padding-bottom: 42px; }
  .onchain-strip { padding-top: 34px; }
  .stablecoin-card-grid-home { gap: 8px; }
  .stablecoin-card-grid-home .stablecoin-card { box-shadow: none; }
  .chain-summary-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .chain-summary-card-compact { padding: 12px; }
  .chain-summary-card-compact header { align-items: flex-start; }
  .chain-summary-card-compact .chain-logo-wrap { width: 30px; height: 30px; flex-basis: 30px; }
  .chain-summary-card-compact .chain-logo { width: 29px; height: 29px; }
  .chain-summary-card-compact h3 { font-size: 12px; }
  .chain-summary-card-compact dl { grid-template-columns: 1fr; gap: 8px; margin-top: 12px; }
  .chain-summary-card-compact dd { font-size: 12px; }
}

@media (max-width: 340px) {
  .market-indicator-heading > a { align-self: flex-start; margin-top: 0; }
}

/* 2026-08 market, stablecoin and on-chain refinement */
.product-page { font-variant-numeric: tabular-nums; }
.market-indicator-hero { padding-top: 22px; }
.market-indicator-heading { margin-bottom: 14px; }
.market-indicator-heading h1 { font-size: clamp(28px,3.5vw,42px); letter-spacing: -.045em; }
.market-primary-rail {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
}
.market-rail-group {
  min-width: 0;
  align-self: start;
  overflow: hidden;
  border: 1px solid #d5dbcf;
  border-radius: 16px;
  background: rgba(255,255,255,.94);
}
.market-rail-group > h2 {
  min-height: 42px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 14px;
  border-bottom: 1px solid #e3e7df;
  color: #4f594e;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: -.01em;
}
.crypto-market-rail {
  min-height: 112px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1px;
  background: #e3e7df;
}
.crypto-indicator-card {
  min-width: 0;
  min-height: 55px;
  display: grid;
  align-content: space-between;
  gap: 4px;
  padding: 8px 12px;
  background: #fff;
}
.crypto-indicator-head {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5d675b;
  font-size: 10px;
  font-weight: 800;
}
.crypto-indicator-head .asset-logo,
.crypto-indicator-head .asset-symbol-fallback { width: 24px; height: 24px; flex: 0 0 24px; font-size: 8px; }
.crypto-indicator-head > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.crypto-indicator-card > strong {
  overflow: hidden;
  color: var(--ink);
  font-size: clamp(16px,1.55vw,20px);
  line-height: 1.12;
  letter-spacing: -.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.crypto-indicator-krw {
  overflow: hidden;
  color: #5f675b;
  font-size: 10px;
  font-weight: 760;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.crypto-indicator-foot { min-height: 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.crypto-indicator-foot .change { font-size: 10px; }
.home-market-summary {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin-top: 9px;
  overflow: hidden;
  border: 1px solid #d9ded4;
  border-radius: 14px;
  background: rgba(255,255,255,.8);
}
.home-market-summary article { min-width: 0; display: grid; gap: 5px; padding: 13px 16px; }
.home-market-summary article + article { border-left: 1px solid #e1e5dd; }
.home-market-summary span { color: #5f675b; font-size: 10px; font-weight: 760; }
.home-market-summary strong { overflow: hidden; color: var(--ink); font-size: 17px; text-overflow: ellipsis; white-space: nowrap; }
.premium-board,
.stablecoin-card,
.chain-summary-card { box-shadow: none; }
.premium-board-v3 .board-heading { padding-bottom: 10px; }
.board-heading h1,
.board-heading h2 { margin-top: 0; }
.stablecoin-logo-wrap { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; }
.stablecoin-logo { width: 36px; height: 36px; display: block; object-fit: contain; border-radius: 50%; }
.stablecoin-logo-wrap .asset-symbol-fallback { width: 36px; height: 36px; border-radius: 50%; }
.stablecoin-card[data-stablecoin-card="stablecoin-usdc"].is-expanded .stablecoin-network-list { max-height: 420px; overflow-y: auto; overscroll-behavior: contain; }
.chain-summary-grid > div { min-width: 0; }
.chain-summary-grid > div > .chain-summary-card { height: 100%; }
.home-chain-toggle { display: none; }
.chain-picker-rail { position: relative; min-width: 0; display: grid !important; grid-template-columns: 44px minmax(0,1fr) 44px; gap: 6px !important; overflow: visible !important; padding: 0 !important; }
.chain-picker-track { min-width: 0; display: flex; gap: 7px; overflow-x: auto; padding: 2px 28px 8px; scroll-behavior: smooth; scrollbar-width: thin; mask-image: linear-gradient(to right,transparent,#000 28px,#000 calc(100% - 28px),transparent); }
.chain-picker-arrow { width: 44px; min-height: 58px; display: grid; place-items: center; border: 1px solid #d6dbd0; border-radius: 12px; background: #fff; color: #315f20; font: inherit; font-size: 24px; cursor: pointer; }
.chain-picker-track > button { flex: 0 0 auto; }
.market-scope-note { display: none; }
.product-page [data-direction="up"] { color: #0b734a; }
.product-page [data-direction="down"] { color: #bb3342; }
.product-page .market-table th button[data-active="true"] { color: #315f20; }
.product-footer-inner { color: #4f5953; }

@media (max-width: 620px) {
  .market-indicator-hero { padding-top: 12px; }
  .market-indicator-heading { flex-direction: row; align-items: center; gap: 12px; }
  .market-indicator-heading h1 { font-size: 27px; }
  .market-indicator-heading > a { margin-left: auto; font-size: 11px; }
  .market-primary-rail {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 0;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
  .market-rail-group { scroll-snap-align: start; scroll-snap-stop: always; border-radius: 14px; }
  .crypto-market-rail { min-height: 112px; }
  .crypto-indicator-card { min-height: 55px; padding: 8px 10px; }
  .crypto-indicator-card > strong { font-size: 16px; }
  .home-market-summary { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .home-market-summary article { padding: 11px 9px; }
  .home-market-summary strong { font-size: 13px; }
  .home-market-summary span { font-size: 9px; }
  .stablecoin-card-grid-home {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% - 28px);
    align-items: start;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: inline mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
  .stablecoin-card-grid-home .stablecoin-card { border-radius: 14px; }
  .stablecoin-card-grid-home .stablecoin-card { scroll-snap-align: start; }
  .stablecoin-card-grid-home .stablecoin-card > header { min-height: 60px; padding-block: 11px; }
  .stablecoin-card-grid-home .stablecoin-total { padding-block: 12px; }
  .stablecoin-card-grid-home .stablecoin-total > strong { font-size: 19px; }
  .stablecoin-card-grid-home .stablecoin-network-list { padding-bottom: 8px; }
  .chain-summary-extra { display: none; }
  [data-home-chains].is-expanded .chain-summary-extra { display: block; }
  .home-chain-toggle { width: 100%; min-height: 44px; display: inline-flex; justify-content: center; align-items: center; gap: 5px; margin-top: 8px; border: 1px solid #ced5c8; border-radius: 12px; background: #fff; color: #315f20; font: inherit; font-size: 12px; font-weight: 820; cursor: pointer; }
  .chain-summary-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .chain-picker-rail { grid-template-columns: 44px minmax(0,1fr) 44px; }
  .chain-picker-track { padding-inline: 20px; }
  .market-table tbody tr { grid-template-columns: 38px minmax(0,1fr) minmax(90px,auto); padding: 12px 8px; }
  .market-table .market-asset-copy strong { max-width: 128px; }
  .market-page-summary { gap: 10px; }
}

@media (max-width: 360px) {
  .home-market-summary { grid-template-columns: 1fr; }
  .home-market-summary article { grid-template-columns: minmax(0,1fr) auto; align-items: center; }
  .home-market-summary article + article { border-top: 1px solid #e1e5dd; border-left: 0; }
  .chain-summary-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .chain-summary-card-compact { padding: 10px; }
}

/* 2026-09 premium, navigation and chain-control consolidation */
.language-select {
  min-width: 0; min-height: 44px; justify-self: end;
  display: inline-grid; grid-template-columns: auto minmax(0,1fr) 16px;
  align-items: center; gap: 7px; padding: 0 11px;
  border: 1px solid #cfd4c8; border-radius: 12px;
  background: rgba(255,255,255,.78); color: var(--ink);
}
.language-code { color: #58740d; font-size: 10px; font-weight: 900; letter-spacing: .04em; }
.language-select select {
  min-width: 44px; max-width: 122px; height: 44px; padding: 0; border: 0; outline: 0;
  background: transparent; color: var(--ink); font: inherit; font-size: 12px; font-weight: 800;
  appearance: none; cursor: pointer;
}
.language-select img { width: 16px; height: 16px; pointer-events: none; }
.language-select:focus-within { outline: 3px solid #2f5fe3; outline-offset: 2px; }
.localized-content p a { display: inline-flex; align-items: center; min-height: 44px; min-width: 44px; max-width: 100%; overflow-wrap: anywhere; }
.language-noscript { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 4px; }
.language-noscript a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 9px; color: var(--ink); }

.market-primary-rail { display: block; }
.market-primary-rail .crypto-market-rail {
  min-height: 0; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px;
  overflow: hidden; border: 1px solid #d5dbcf; border-radius: 16px;
}
.market-primary-rail .crypto-indicator-card { min-height: 112px; padding: 13px 14px; }

.premium-controls {
  display: grid; grid-template-columns: minmax(180px,240px) 44px minmax(180px,240px) minmax(220px,280px);
  align-items: end; justify-content: start; gap: 10px; padding: 0 18px 16px;
}
.premium-board-compact .premium-controls { grid-template-columns: minmax(180px,240px) 44px minmax(180px,240px) minmax(220px,280px); }
.venue-selector { min-width: 0; display: grid; gap: 5px; }
.venue-selector > span:first-child { color: #5f675b; font-size: 10px; font-weight: 800; }
.venue-select-control {
  min-width: 0; min-height: 44px; display: grid; grid-template-columns: 28px minmax(0,1fr) auto;
  align-items: center; gap: 8px; padding: 0 10px; border: 1px solid #d5dacf;
  border-radius: 11px; background: #fff;
}
.venue-select-control img { width: 28px; height: 28px; border-radius: 50%; object-fit: contain; }
.venue-select-control select { min-width: 44px; width: 100%; height: 44px; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 12px; font-weight: 820; cursor: pointer; }
.venue-select-control small { color: #687064; font-size: 9px; font-weight: 800; }
.venue-swap {
  width: 44px; min-width: 44px; height: 44px; display: grid; place-items: center;
  align-self: end; padding: 0; border: 0; border-radius: 50%; background: transparent;
  color: #315f20; cursor: pointer;
}
.venue-swap:hover { border: 0; background: #edf4df; }
.venue-swap img { width: 20px; height: 20px; }
.premium-search-toggle { display: none; }
.premium-search-panel { min-width: 0; align-self: end; }
.premium-search-panel:not([hidden]) { display: flex; }
.premium-search { width: 100%; }
.premium-search input { width: 100%; min-height: 44px; padding: 0 13px; border: 1px solid #d5dacf; border-radius: 11px; background: #fff; color: var(--ink); font: inherit; }
.premium-mobile-sort { display: none; }
.premium-sort-heading { min-height: 44px; display: inline-flex; align-items: center; justify-content: flex-end; gap: 5px; margin: -8px -10px; padding: 8px 10px; border: 0; background: transparent; color: inherit; font: inherit; font-weight: inherit; cursor: pointer; }
.premium-table th:first-child .premium-sort-heading { justify-content: flex-start; }
.premium-sort-icon { width: 14px; height: 14px; flex: 0 0 14px; background: currentColor; opacity: .42; mask: url('/__coinmadang/assets/f7c864d4c52f9b57c3435e31/market/icons/arrow-up-down.svg') center / contain no-repeat; }
.premium-sort-heading[data-active="true"] { color: #315f20; }
.premium-sort-heading[data-active="true"] .premium-sort-icon { opacity: 1; }
.premium-inline-status { margin: 0; padding: 12px 18px; color: #8b5c00; font-size: 11px; }

.chain-picker-rail { grid-template-columns: 44px minmax(0,1fr) 44px; align-items: center; }
.chain-picker .chain-picker-arrow {
  width: 44px; min-width: 44px; min-height: 44px; display: grid; place-items: center;
  padding: 0; border: 0; border-radius: 50%; background: transparent;
}
.chain-picker .chain-picker-arrow img { width: 32px; height: 32px; padding: 6px; border: 1px solid #cfd6ca; border-radius: 50%; background: #fff; color: #315f20; box-shadow: 0 4px 14px rgba(31,42,25,.08); }
.chain-picker .chain-picker-arrow:hover:not(:disabled) img { border-color: #91b735; background: #f2f8df; }
.chain-picker .chain-picker-arrow:disabled { opacity: .3; cursor: default; }
.chain-picker-track { scroll-snap-type: inline proximity; }
.chain-picker-track > button { scroll-snap-align: center; }

@media (max-width: 980px) {
  .language-select { grid-column: 2; grid-row: 1; }
  .market-primary-rail .crypto-market-rail { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 768px) {
  .premium-controls, .premium-board-compact .premium-controls {
    grid-template-columns: minmax(0,1fr) 44px minmax(0,1fr);
    align-items: end; gap: 6px; padding: 0 12px 12px;
  }
  .premium-controls .venue-selector,
  .premium-controls .venue-selector:first-child,
  .premium-controls .venue-selector:last-child {
    grid-column: auto !important; grid-row: auto !important; align-self: end;
  }
  .premium-controls .venue-selector > span:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .venue-select-control { grid-template-columns: 24px minmax(0,1fr); gap: 5px; padding: 0 7px; }
  .venue-select-control img { width: 24px; height: 24px; }
  .venue-select-control small { display: none; }
  .venue-select-control select { font-size: 11px; }
  .venue-swap { transform: none; grid-column: auto; grid-row: auto; }
  .premium-search-toggle { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: #edf4df; color: #315f20; cursor: pointer; }
  .premium-search-toggle img { width: 20px; height: 20px; }
  .premium-search-panel { grid-column: 1 / -1; grid-template-columns: minmax(0,1fr) minmax(130px,.65fr); gap: 8px; }
  .premium-search-panel[hidden] { display: none; }
  .premium-search-panel:not([hidden]) { display: grid; }
  .premium-mobile-sort { display: block; }
  .premium-mobile-sort select { width: 100%; min-height: 44px; padding: 0 9px; border: 1px solid #d5dacf; border-radius: 11px; background: #fff; color: var(--ink); font: inherit; font-size: 11px; }
  .chain-picker-rail { display: block !important; }
  .chain-picker .chain-picker-arrow { display: none; }
  .chain-picker-track { padding-inline: 18px; scroll-snap-type: inline mandatory; }
}

@media (max-width: 620px) {
  .language-select { max-width: 160px; }
  .language-select select { max-width: 94px; }
  .market-primary-rail { overflow: visible; }
  .market-primary-rail .crypto-market-rail { min-width: 0; grid-template-columns: repeat(2,minmax(0,1fr)); border-radius: 14px; }
  .market-primary-rail .crypto-indicator-card { min-height: 94px; }
}

@media (max-width: 340px) {
  .premium-controls .venue-select-control { grid-template-columns: 20px minmax(44px,1fr); gap: 3px; padding-inline: 5px; }
  .premium-controls .venue-select-control img { width: 20px; height: 20px; }
}

/* Canonical responsive layout. Keep this final block authoritative. */
.product-page { --control-height: 44px; }
.market-primary-rail .crypto-market-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d5dbcf;
  border-radius: 16px;
  background: #e3e7df;
}
.market-primary-rail .crypto-indicator-card {
  min-width: 0;
  min-height: 108px;
  padding: 13px 14px;
}
.premium-controls,
.premium-board-compact .premium-controls {
  display: grid;
  grid-template-columns: minmax(176px, 224px) 44px minmax(176px, 224px) minmax(220px, 1fr);
  align-items: end;
  gap: 8px;
  padding: 0 18px 16px;
}
.premium-search-panel,
.premium-search-panel:not([hidden]) {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}
.premium-search input { text-overflow: ellipsis; }
.venue-swap {
  width: var(--control-height);
  min-width: var(--control-height);
  height: var(--control-height);
  border: 0;
  border-radius: 50%;
  background: transparent;
}
.venue-swap:hover { background: #edf4df; }
.inline-retry-button {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #cbd3c5;
  border-radius: 10px;
  background: #fff;
  color: #315f20;
  font: inherit;
  font-size: 12px;
  font-weight: 820;
  cursor: pointer;
}
.chain-picker .chain-picker-arrow {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
}

@media (max-width: 980px) {
  .market-primary-rail .crypto-market-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .premium-controls,
  .premium-board-compact .premium-controls {
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
  }
  .premium-search-panel { grid-column: 1 / -1; grid-template-columns: minmax(0, 1fr) minmax(136px, .42fr); }
  .premium-mobile-sort { display: block; }
  .premium-mobile-sort select {
    width: 100%;
    min-height: 44px;
    padding: 0 10px;
    border: 1px solid #d5dacf;
    border-radius: 11px;
    background: #fff;
    color: var(--ink);
    font: inherit;
    font-size: 11px;
  }
}

@media (max-width: 620px) {
  .market-primary-rail,
  .market-primary-rail .crypto-market-rail { min-width: 0; overflow: visible; }
  .market-primary-rail .crypto-market-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .market-primary-rail .crypto-indicator-card { min-height: 92px; padding: 10px; }
  .premium-controls,
  .premium-board-compact .premium-controls {
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
    gap: 6px;
    padding: 0 12px 12px;
  }
  .premium-controls .venue-selector,
  .premium-controls .venue-selector:first-child,
  .premium-controls .venue-selector:last-child {
    grid-column: auto !important;
    grid-row: 1 !important;
  }
  .premium-controls .venue-selector > span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .premium-controls .venue-swap {
    width: 44px;
    min-width: 44px;
    height: 44px;
    grid-column: 2 !important;
    grid-row: 1 !important;
    transform: none;
  }
  .premium-search-panel,
  .premium-search-panel:not([hidden]) {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: minmax(0, 1fr) minmax(122px, .58fr);
  }
  .venue-select-control {
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: 5px;
    padding-inline: 7px;
  }
  .venue-select-control small { display: block; font-size: 8px; }
  .premium-summary-v3 strong { font-size: clamp(13px, 4vw, 16px); }
  .chain-picker-rail { display: block !important; }
  .chain-picker .chain-picker-arrow { display: none; }
  .chain-picker-track {
    padding-inline: 12px;
    scroll-snap-type: inline mandatory;
    mask-image: linear-gradient(to right, transparent, #000 16px, #000 calc(100% - 16px), transparent);
  }
}

@media (max-width: 340px) {
  .premium-search-panel,
  .premium-search-panel:not([hidden]) { grid-template-columns: 1fr; }
}

.market-table th button { min-width: 44px; }

.premium-pagination { display: flex; justify-content: center; align-items: center; gap: 12px; margin-block: 12px; }
.premium-pagination[hidden] { display: none; }
.premium-pagination button, .premium-board > button { min-width: 44px; min-height: 44px; padding: 8px 14px; color: inherit; background: transparent; border: 1px solid currentColor; border-radius: 8px; font: inherit; cursor: pointer; }
.premium-pagination button:disabled { opacity: .45; cursor: default; }
.premium-pagination button:focus-visible, .premium-board > button:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
[data-premium-count]:not(.sr-only) { display: block; margin-block: 8px; font-size: 13px; }
