/* Fortnite player count (livecounts.nl/fortnite-player-count/). One file, system fonts, no framework.
   Violet is the only accent: the bar on the count card, the chart and the list bars. */

:root {
    color-scheme: light;
    --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    --bg: #F4F4F1; --surface: #FFFFFF; --surface-2: #F9F9F7; --sunken: #EDEDE9;
    --ink: #121214; --ink-2: #3B3B41; --muted: #62626A;
    --line: #E3E3DE; --line-2: #D0D0CA;
    --accent: #6D28D9; --accent-soft: rgba(109, 40, 217, .10); --focus: #4F5BD5;
    --chart: #6D28D9; --chart-wash: rgba(109, 40, 217, .12); --grid: #ECECE7;
    --good: #0B7A45;
    --btn: #121214; --btn-ink: #FFFFFF;
    --tld: #C62A3C;
    --shadow: 0 1px 2px rgba(18, 18, 20, .04), 0 14px 32px -20px rgba(18, 18, 20, .22);
    --shadow-pop: 0 12px 32px -10px rgba(18, 18, 20, .28);
    --r-lg: 14px; --r-md: 10px; --r-sm: 8px; --r-pill: 999px;
    --wrap: 1040px; --gutter: 24px;
}
@media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]) {
        color-scheme: dark;
        --bg: #0D0D0F; --surface: #161618; --surface-2: #1B1B1E; --sunken: #101012;
        --ink: #F3F3F1; --ink-2: #CFCFD4; --muted: #9C9CA5;
        --line: #27272B; --line-2: #37373D;
        --accent: #A98BFA; --accent-soft: rgba(169, 139, 250, .14); --focus: #8E96FF;
        --chart: #A98BFA; --chart-wash: rgba(169, 139, 250, .14); --grid: #232327;
        --good: #46D08A;
        --btn: #F3F3F1; --btn-ink: #121214;
        --tld: #FF5C6C;
        --shadow: inset 0 1px 0 rgba(255, 255, 255, .03), 0 16px 40px -24px rgba(0, 0, 0, .9);
        --shadow-pop: 0 12px 32px -10px rgba(0, 0, 0, .7);
    }
}
:root[data-theme="dark"] {
    color-scheme: dark;
    --bg: #0D0D0F; --surface: #161618; --surface-2: #1B1B1E; --sunken: #101012;
    --ink: #F3F3F1; --ink-2: #CFCFD4; --muted: #9C9CA5;
    --line: #27272B; --line-2: #37373D;
    --accent: #A98BFA; --accent-soft: rgba(169, 139, 250, .14); --focus: #8E96FF;
    --chart: #A98BFA; --chart-wash: rgba(169, 139, 250, .14); --grid: #232327;
    --good: #46D08A;
    --btn: #F3F3F1; --btn-ink: #121214;
    --tld: #FF5C6C;
    --shadow: inset 0 1px 0 rgba(255, 255, 255, .03), 0 16px 40px -24px rgba(0, 0, 0, .9);
    --shadow-pop: 0 12px 32px -10px rgba(0, 0, 0, .7);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 15px/1.5 var(--font); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg { display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; color: inherit; }
h1, h2, h3, p, ol, ul, dl, dd, figure, fieldset { margin: 0; }
ul, ol { padding: 0; list-style: none; }
fieldset { padding: 0; border: 0; min-width: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; }
.vh { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.i { width: 18px; height: 18px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
[dir="ltr"], .t-num, .now-count, .tbl td { font-variant-numeric: tabular-nums; }
html:not(.js) .js-only { display: none !important; }
.muted { color: var(--muted); }

.skip { position: absolute; z-index: 80; inset-inline-start: 12px; top: -60px; padding: 10px 14px; border-radius: var(--r-sm); background: var(--btn); color: var(--btn-ink); font-weight: 600; text-decoration: none; }
.skip:focus { top: 12px; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 40px; padding-inline: 16px; border: 1px solid transparent; border-radius: var(--r-sm); font-size: 13.5px; font-weight: 600; line-height: 1; white-space: nowrap; text-decoration: none; cursor: pointer; }
.btn-ink { background: var(--btn); color: var(--btn-ink); }
.btn-ink:hover { opacity: .88; }
.btn-line { background: var(--surface); border-color: var(--line-2); color: var(--ink); }
.btn-line:hover { border-color: var(--ink); }
.btn.is-done { background: var(--good); border-color: var(--good); color: #fff; }
.icon-btn { display: inline-grid; place-items: center; flex: none; width: 36px; height: 36px; padding: 0; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--surface); color: var(--ink-2); cursor: pointer; }
.icon-btn:hover { color: var(--ink); border-color: var(--line-2); }

/* ---------- header ---------- */
.site-head { position: relative; z-index: 40; background: var(--surface); border-bottom: 1px solid var(--line); }
.head-row { display: flex; align-items: center; gap: 20px; height: 56px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 700; letter-spacing: -.01em; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 28px; height: 28px; }
.tld { color: var(--tld); }
.head-nav { display: flex; gap: 20px; margin-inline-start: auto; }
.head-nav a { padding-block: 17px; border-bottom: 2px solid transparent; color: var(--ink-2); font-size: 13.5px; text-decoration: none; white-space: nowrap; }
.head-nav a:hover { color: var(--ink); }
.head-nav a[aria-current="page"] { color: var(--ink); font-weight: 600; border-bottom-color: var(--ink); }
.head-tools { display: flex; align-items: center; gap: 8px; }
.theme-toggle .i-sun { display: none; }
:root[data-theme="dark"] .theme-toggle .i-sun { display: block; }
:root[data-theme="dark"] .theme-toggle .i-moon { display: none; }
@media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]) .theme-toggle .i-sun { display: block; }
    :root:not([data-theme="light"]) .theme-toggle .i-moon { display: none; }
}

/* ---------- page head + search ---------- */
.top { padding-block: 32px 24px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; color: var(--muted); font-size: 12.5px; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }
h1 { font-size: clamp(28px, 4.2vw, 40px); line-height: 1.12; font-weight: 750; letter-spacing: -.025em; overflow-wrap: anywhere; }
.lede { max-width: 660px; margin-top: 10px; color: var(--ink-2); font-size: 16px; line-height: 1.55; }

.search { margin-top: 22px; max-width: 640px; }
.search-label { display: block; margin-bottom: 6px; color: var(--ink-2); font-size: 13px; font-weight: 600; }
.search-box { position: relative; display: flex; align-items: center; gap: 8px; height: 52px; padding: 5px 5px 5px 14px; border: 1px solid var(--line-2); border-radius: var(--r-md); background: var(--surface); box-shadow: var(--shadow); }
.search-box:focus-within { border-color: var(--ink); }
.search-box > .i { color: var(--muted); }
.search-box input { flex: 1; min-width: 0; height: 100%; padding: 0; border: 0; background: none; font-size: 16px; outline: none; }
.search-box input::placeholder { color: var(--muted); opacity: 1; }
.search-box .btn { height: 40px; }

/* ---------- cards ---------- */
.card { border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface); box-shadow: var(--shadow); }
.card + .card, .card + .studio, .studio + .card { margin-top: 16px; }
.card-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 16px; margin-bottom: 12px; }
.card-title { font-size: 17px; font-weight: 700; letter-spacing: -.01em; }
.card-note { color: var(--muted); font-size: 12.5px; }
.card-head .card-note { flex-basis: 100%; margin-top: -4px; }

/* ---------- the count ---------- */
.now { position: relative; overflow: hidden; padding: 26px 24px 22px; }
.now::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--accent); }
.now-kicker { display: flex; align-items: center; gap: 8px; color: var(--ink-2); font-size: 14px; font-weight: 600; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.now-count { margin-top: 14px; font-size: clamp(44px, 11vw, 80px); font-weight: 800; line-height: 1; letter-spacing: -.035em; white-space: nowrap; transition: color .6s; }
.now-count.is-new { color: var(--good); }
.now-count.is-low { font-size: clamp(36px, 8vw, 56px); color: var(--ink-2); }
.now-sub { margin-top: 8px; color: var(--ink-2); font-size: 14px; font-weight: 600; }
.now-asof { display: flex; gap: 8px; margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.now-asof .i { width: 16px; height: 16px; margin-top: 1px; }
.now-msg { color: var(--ink-2); font-size: 15px; }
.now.is-empty { padding-top: 24px; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.stat dt { color: var(--muted); font-size: 12px; font-weight: 600; }
.stat dd { margin-top: 2px; font-size: 18px; font-weight: 700; letter-spacing: -.01em; }
.stat dd small { display: block; color: var(--muted); font-size: 12px; font-weight: 500; letter-spacing: 0; }

.isl-top { display: flex; align-items: center; gap: 14px; }
.isl-av, .t-av { position: relative; flex: none; display: grid; place-items: center; border-radius: 12px; background: var(--accent-soft); color: var(--accent); font-weight: 750; }
.isl-av { width: 64px; height: 64px; font-size: 26px; }
.isl-av::before, .t-av::before { content: attr(data-l); }
.isl-who { min-width: 0; }
.isl-name { font-size: 20px; font-weight: 700; line-height: 1.25; overflow-wrap: anywhere; }
.isl-by { margin-top: 2px; color: var(--ink-2); font-size: 14px; }
.isl-by a { text-underline-offset: 3px; }
.code { font-family: var(--mono); font-size: 13px; }
.island .now-count { margin-top: 18px; }
.isl-where { margin-top: 14px; color: var(--ink-2); font-size: 14px; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.tags li { padding: 3px 10px; border-radius: var(--r-pill); background: var(--sunken); color: var(--ink-2); font-size: 12.5px; }
.isl-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }

/* ---------- embed / OBS ---------- */
.studio { margin-top: 16px; padding: 0; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface); }
.studio > summary { display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 12px 20px; font-size: 14.5px; font-weight: 650; cursor: pointer; list-style: none; }
.studio > summary::-webkit-details-marker { display: none; }
.studio > summary::after { content: "+"; margin-inline-start: auto; color: var(--muted); font-size: 20px; line-height: 1; }
.studio[open] > summary::after { content: "\2212"; }
.studio-body { display: grid; gap: 14px; padding: 0 20px 20px; }
.opts legend { margin-bottom: 6px; color: var(--muted); font-size: 12px; font-weight: 600; }
.seg { display: inline-flex; border: 1px solid var(--line-2); border-radius: var(--r-sm); overflow: hidden; }
.seg input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.seg label { padding: 8px 14px; font-size: 13px; font-weight: 600; color: var(--ink-2); cursor: pointer; }
.seg label + input + label { border-inline-start: 1px solid var(--line-2); }
.seg input:checked + label { background: var(--btn); color: var(--btn-ink); }
.seg input:focus-visible + label { outline: 2px solid var(--focus); outline-offset: -2px; }
.field-label { display: block; margin-bottom: 6px; color: var(--ink-2); font-size: 13px; font-weight: 600; }
.field-row { display: flex; gap: 8px; align-items: stretch; }
.field { flex: 1; min-width: 0; padding: 10px 12px; border: 1px solid var(--line-2); border-radius: var(--r-sm); background: var(--surface-2); font-family: var(--mono); font-size: 12.5px; }
.field-row .btn { height: auto; min-height: 40px; }
.hint { color: var(--muted); font-size: 12.5px; }

/* ---------- chart ---------- */
.chart-card { padding: 18px 20px 16px; }
.seg-btns { display: inline-flex; gap: 4px; padding: 3px; border-radius: var(--r-md); background: var(--sunken); }
.seg-b { height: 32px; padding-inline: 12px; border: 0; border-radius: var(--r-sm); background: none; color: var(--ink-2); font-size: 13px; font-weight: 600; cursor: pointer; }
.seg-b[aria-pressed="true"] { background: var(--surface); color: var(--ink); box-shadow: 0 1px 2px rgba(0, 0, 0, .12); }
.chart { position: relative; }
.c-plot { position: relative; height: 220px; margin-inline-start: 44px; touch-action: pan-y; }
.c-plot svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.c-grid { fill: none; stroke: var(--grid); stroke-width: 1; }
.c-area { fill: var(--chart-wash); }
.c-line { fill: none; stroke: var(--chart); stroke-width: 2.25; stroke-linejoin: round; stroke-linecap: round; }
.c-y { position: absolute; inset-inline-end: calc(100% + 8px); transform: translateY(-50%); color: var(--muted); font-size: 11.5px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.c-xs { position: relative; height: 22px; margin-inline-start: 44px; }
.c-x { position: absolute; top: 5px; transform: translateX(-50%); color: var(--muted); font-size: 11.5px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.c-sum { margin-top: 6px; color: var(--muted); font-size: 12.5px; }
.c-empty { display: grid; place-items: center; height: 220px; color: var(--muted); font-size: 14px; text-align: center; }
.c-cross { position: absolute; top: 0; bottom: 0; width: 1px; background: var(--line-2); pointer-events: none; }
.c-dot { position: absolute; width: 10px; height: 10px; margin: -5px 0 0 -5px; border: 2px solid var(--surface); border-radius: 50%; background: var(--chart); pointer-events: none; }
.c-tip { position: absolute; z-index: 5; top: 0; padding: 7px 10px; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--surface); box-shadow: var(--shadow-pop); font-size: 12.5px; white-space: nowrap; pointer-events: none; }
.c-tip b { display: block; font-size: 14px; font-variant-numeric: tabular-nums; }

/* ---------- lists ---------- */
.list-card { padding: 18px 20px 12px; }
.top-ol li { display: flex; align-items: center; gap: 12px; min-height: 60px; border-top: 1px solid var(--line); }
.top-ol li:first-child { border-top: 0; }
.t-rank { flex: none; width: 26px; color: var(--muted); font-size: 13px; font-weight: 600; text-align: end; font-variant-numeric: tabular-nums; }
.t-who { display: flex; flex: 1; align-items: center; gap: 12px; min-width: 0; padding-block: 8px; text-decoration: none; }
.t-who:hover .t-nm bdi { text-decoration: underline; }
.t-av { width: 40px; height: 40px; font-size: 16px; border-radius: 10px; }
.t-nm { display: grid; min-width: 0; }
.t-nm bdi { overflow: hidden; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.t-nm small { overflow: hidden; color: var(--muted); font-size: 12.5px; text-overflow: ellipsis; white-space: nowrap; }
.t-num { flex: none; display: grid; justify-items: end; gap: 4px; min-width: 76px; font-size: 15px; font-weight: 700; letter-spacing: -.01em; text-align: end; }
.t-num small { color: var(--muted); font-size: 11.5px; font-weight: 500; letter-spacing: 0; }
.t-bar { display: block; height: 3px; border-radius: 2px; background: var(--accent); opacity: .55; }
.t-empty { padding: 18px 0; color: var(--muted); }
.more-link { display: inline-block; margin: 8px 0 6px; color: var(--ink); font-size: 13.5px; font-weight: 600; text-underline-offset: 3px; }
.more-btn { margin: 10px 0 6px; }
.js .top-ol.is-short li:nth-child(n+26) { display: none; }
.g-tabs { display: flex; gap: 6px; margin-bottom: 8px; padding-bottom: 6px; overflow-x: auto; scrollbar-width: thin; }
.chip { display: inline-flex; flex: none; align-items: center; min-height: 34px; padding: 4px 12px; border: 1px solid var(--line); border-radius: var(--r-pill); background: var(--surface); color: var(--ink-2); font-size: 13px; text-decoration: none; cursor: pointer; }
.chip:hover { color: var(--ink); border-color: var(--line-2); }
.g-tab[aria-selected="true"] { background: var(--btn); border-color: var(--btn); color: var(--btn-ink); }
html:not(.js) .g-panel[hidden] { display: block !important; }
html:not(.js) .g-panel + .g-panel { margin-top: 12px; }
html:not(.js) .g-panel h3 { position: static !important; width: auto; height: auto; clip: auto; clip-path: none; margin: 6px 0; font-size: 14px; }

.tbl { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.tbl th { padding: 6px 8px 6px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 600; text-align: start; white-space: nowrap; }
.tbl td { padding: 8px 8px 8px 0; border-bottom: 1px solid var(--line); white-space: nowrap; }
.tbl th:not(:first-child), .tbl td:not(:first-child) { text-align: end; }
.tbl th:last-child, .tbl td:last-child { padding-inline-end: 0; }
.tbl small { color: var(--muted); font-size: 11.5px; }
.tbl-wrap { overflow-x: auto; }
.tbl-wrap:focus-visible { outline-offset: 4px; }

/* ---------- text ---------- */
.prose { max-width: 720px; margin-top: 40px; }
.prose h2 { font-size: 22px; line-height: 1.25; font-weight: 700; letter-spacing: -.015em; }
.prose h3 { margin-top: 22px; font-size: 16px; font-weight: 700; }
.prose p { margin-top: 10px; color: var(--ink-2); font-size: 15.5px; line-height: 1.65; }
.faq { max-width: 720px; margin-top: 36px; }
.faq h2 { margin-bottom: 8px; font-size: 22px; font-weight: 700; letter-spacing: -.015em; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; color: var(--muted); font-size: 20px; line-height: 1; }
.faq details[open] summary::after { content: "\2212"; }
.faq summary h3 { font-size: 15.5px; font-weight: 600; }
.faq details p { padding-bottom: 14px; color: var(--ink-2); line-height: 1.6; }

/* "More live counters" block the server puts in place of the spotlight comment */
.creator-spotlight { margin-top: 32px; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface); }
.creator-spotlight h2 { font-size: 17px; font-weight: 700; }
.creator-spotlight h3 { margin-top: 16px; font-size: 14px; font-weight: 700; }
.creator-spotlight p { margin-top: 6px; color: var(--ink-2); }
.creator-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.creator-links a { display: inline-flex; align-items: center; min-height: 32px; padding: 4px 12px; border: 1px solid var(--line); border-radius: var(--r-pill); color: var(--ink-2); font-size: 13px; text-decoration: none; }
.creator-links a:hover { color: var(--ink); border-color: var(--line-2); }

/* ---------- sponsored ---------- */
.spacenode-promo-card { display: block; max-width: 720px; margin-top: 36px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface); color: var(--ink); text-decoration: none; }
.spacenode-promo-overlay { display: flex; align-items: center; gap: 18px; padding: 18px 20px; }
.spacenode-promo-logo { flex: none; width: 72px; height: 36px; border-radius: 6px; }
.spacenode-promo-text { display: grid; gap: 4px; min-width: 0; }
.spacenode-promo-eyebrow { color: var(--muted); font-size: 10.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.spacenode-promo-title { font-size: 16px; font-weight: 650; line-height: 1.3; }
.spacenode-promo-desc { color: var(--ink-2); font-size: 14px; line-height: 1.5; }
.spacenode-promo-cta { justify-self: start; display: inline-flex; align-items: center; height: 34px; margin-top: 6px; padding-inline: 14px; border: 1px solid var(--line-2); border-radius: var(--r-sm); font-size: 13px; font-weight: 600; }
.spacenode-promo-card:hover .spacenode-promo-cta { border-color: var(--ink); }

/* ---------- ads: space reserved up front, away from the count and its buttons ---------- */
.ad { margin: 36px auto 0; text-align: center; }
.ad-label { margin-bottom: 6px; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.ad-mid { min-height: 300px; margin-bottom: 36px; }
.ad-bottom { min-height: 130px; margin-bottom: 8px; }
.lcnl-incontent-ad { margin-top: 32px !important; }

/* ---------- footer ---------- */
.site-foot { margin-top: 48px; padding-block: 32px 24px; border-top: 1px solid var(--line); background: var(--surface); }
.foot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.foot-h { margin-bottom: 10px; color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.foot-grid li + li { margin-top: 6px; }
.foot-grid a { color: var(--ink-2); font-size: 14px; text-decoration: none; }
.foot-grid a:hover { color: var(--ink); text-decoration: underline; }
.foot-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin-top: 28px; color: var(--muted); font-size: 12.5px; }

@media (min-width: 900px) {
    .now { padding: 30px 32px 24px; }
    .studio-body { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; }
    .studio-body .opts, .studio-body .hint { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
    :root { --gutter: 16px; }
    .head-nav { display: none; }
    .head-tools { margin-inline-start: auto; }
    .top { padding-block: 22px 18px; }
    .lede { font-size: 15px; }
    .search-box .btn { padding-inline: 12px; }
    .now { padding: 24px 18px 18px; }
    .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 12px; }
    .isl-av { width: 52px; height: 52px; font-size: 22px; }
    .chart-card, .list-card { padding-inline: 14px; }
    .c-plot, .c-xs { margin-inline-start: 38px; }
    .c-plot { height: 190px; }
    .c-empty { height: 190px; }
    .t-rank { width: 20px; }
    .t-who { gap: 10px; }
    .t-num { min-width: 64px; }
    .tbl { font-size: 12.5px; }
    .tbl th { white-space: normal; }
    .tbl th, .tbl td { padding-inline-end: 6px; }
    .field-row { flex-direction: column; }
    .field-row .btn { min-height: 44px; }
    .studio > summary, .studio-body { padding-inline: 16px; }
    .spacenode-promo-overlay { flex-direction: column; align-items: flex-start; }
    .foot-grid { grid-template-columns: 1fr 1fr; }
    .foot-grid nav:last-child { grid-column: 1 / -1; }
    .ad-mid { min-height: 280px; }
}
@media (prefers-reduced-motion: reduce) {
    .now-count { transition: none; }
}
