/* UniverseRank design system --------------------------------------------------- */
:root{
  /* Taken from the mark: the navy of the planet, the blue-to-violet of the U,
     the gold of the 1. The old palette was warm paper, which fought all three. */
  --ink:#0D1B3E; --ink-2:#16294F; --ink-3:#223A66;
  --paper:#F6F9FD; --paper-2:#FFFFFF; --paper-3:#EBF1FA;
  --line:#DCE5F2; --line-2:#C3D0E6;
  /* --faint measured 3.4:1 on white — under AA for small text, and it is used
     on captions, helper lines and every tiny mono figure on the board. Darkened
     to 4.7:1. --gold-ink exists because --gold is a fill colour that fails as
     small text on a light plate. */
  --text:#0D1B3E; --muted:#546691; --faint:#5C6B92; --gold-ink:#6B4E02; --chip-ink:#223A66; --podium-1:#8A6100; --podium-2:#4E5B73; --podium-3:#7D5530;
  --brand:#2563EB; --brand-2:#7B2FF7; --brand-ink:#0D1B3E;
  --gold:#B57F00; --gold-soft:#FFF6DE;
  --up:#0F9D6E; --down:#D6452F; --hot:#E0533A;
  --surface:var(--paper-2); --bg:var(--paper); --card:var(--paper-2);
  --shadow:0 1px 2px rgba(13,27,62,.05), 0 8px 24px -12px rgba(13,27,62,.16);
  --shadow-lg:0 2px 4px rgba(13,27,62,.07), 0 24px 60px -20px rgba(13,27,62,.28);
  --radius:14px; --radius-sm:9px; --radius-lg:22px;
  --mono:ui-monospace,"SF Mono",SFMono-Regular,Menlo,Consolas,monospace;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Helvetica,Arial,sans-serif;
  --maxw:1180px;
}
[data-theme="dark"]{
  /* The planet's own night: deep navy rather than neutral black, so the gold
     and the violet read as they do in the mark. */
  --paper:#070F26; --paper-2:#0D1B3E; --paper-3:#152A55;
  --line:#1E3364; --line-2:#2C4682;
  /* Lightened: on the navy grounds these sit on, the old --muted/--faint
     measured 3.3-4.1:1, so captions, table headers and every 'faint' figure
     were under the readable threshold in dark mode while light mode was
     clean. Dark was simply never checked. */
  --text:#E9EEFB; --muted:#AFBEDD; --faint:#95A5CB;
  --brand:#4D9BFF; --brand-2:#A87BFF; --brand-ink:#BFD4FF;
  --gold:#FFC72C; --gold-soft:#3A2E12; --gold-ink:#FFD766; --chip-ink:#D6E1F8; --podium-1:#FFC72C; --podium-2:#B9C6DD; --podium-3:#E0A473;
  --up:#35C88A; --down:#F4715A; --hot:#FF7A5C;
  --surface:#0D1B3E; --bg:#070F26; --card:#0D1B3E;
  --shadow:0 1px 2px rgba(0,0,0,.45), 0 8px 24px -12px rgba(0,0,0,.7);
  --shadow-lg:0 2px 4px rgba(0,0,0,.55), 0 24px 60px -20px rgba(0,0,0,.85);
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);
  font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;font-feature-settings:"cv05","ss01"}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{margin:0;line-height:1.15;letter-spacing:-.022em;font-weight:640}
p{margin:0}
img{max-width:100%;display:block}
hr{border:0;border-top:1px solid var(--line);margin:22px 0}
::selection{background:var(--brand);color:#fff}
:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:6px}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}
.wrap-wide{max-width:1420px;margin:0 auto;padding:0 22px}
.row{display:flex;align-items:center;gap:10px}
.row-between{display:flex;align-items:center;justify-content:space-between;gap:14px}
.col{display:flex;flex-direction:column}
.grow{flex:1;min-width:0}
.wrapflex{flex-wrap:wrap}
.mono{font-family:var(--mono);font-variant-numeric:tabular-nums}
.muted{color:var(--muted)}
.faint{color:var(--faint)}
.tiny{font-size:12px}
.small{font-size:13px}
.big{font-size:19px}
.bold{font-weight:640}
.center{text-align:center}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hide-sm{display:initial}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* header ------------------------------------------------------------------- */
/* The header was 86% translucent with a blur behind it, so nav text sat on a
   shifting wash rather than a definite ground. Nearly solid now: the links have
   something to be dark against. */
header.top{position:sticky;top:0;z-index:60;background:color-mix(in srgb,var(--bg) 97%,transparent);
  backdrop-filter:saturate(1.4) blur(10px);border-bottom:1px solid var(--line-2);
  box-shadow:0 1px 0 rgba(13,27,62,.04), 0 8px 24px -18px rgba(13,27,62,.4)}
header.top .bar{display:flex;align-items:center;gap:22px;height:60px}
.logo{display:flex;align-items:center;gap:9px;font-weight:760;letter-spacing:-.03em;font-size:17px}
.logo .glyph{width:26px;height:26px;flex:none;display:block;
  filter:drop-shadow(0 0 6px color-mix(in srgb,var(--brand) 45%,transparent))}
nav.main{display:flex;gap:2px;align-items:center}
/* --muted at weight 520 measured ~5.5:1 — it passes the contrast threshold and
   still reads as washed-out grey on a light header, which is the difference
   between "allowed" and "legible". Navigation is not secondary text: it takes
   the body ink and a heavier weight, and each item gets its own plate so the
   row reads as a set of controls rather than loose words. */
nav.main a{padding:8px 12px;border-radius:9px;font-size:14px;color:var(--text);font-weight:600;white-space:nowrap;
  border:1px solid transparent;transition:background .14s ease,border-color .14s ease}
nav.main a:hover{background:var(--paper-3);border-color:var(--line);color:var(--brand)}
nav.main a.on{color:var(--brand-ink);background:var(--paper-3);border-color:var(--line-2);font-weight:680}

/* buttons ------------------------------------------------------------------ */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line-2);
  background:var(--surface);color:var(--text);padding:8px 14px;border-radius:10px;font-size:14px;
  font-weight:580;cursor:pointer;font-family:inherit;transition:.14s ease;white-space:nowrap}
.btn:hover{border-color:var(--faint);transform:translateY(-1px)}
.btn:active{transform:translateY(0)}
.btn-primary{background:var(--brand);border-color:var(--brand);color:#fff}
.btn-primary:hover{background:var(--brand-2);border-color:var(--brand-2)}
.btn-gold{background:var(--gold);border-color:var(--gold);color:#1B1403}
/* --muted on the translucent header measured 3.34:1 in dark mode. A sign-in
   link is a navigation control, so it takes the body ink. */
.btn-ghost{background:transparent;border-color:transparent;color:var(--text)}
.btn-ghost:hover{background:var(--paper-3);color:var(--text)}
.btn-sm{padding:5px 10px;font-size:12.5px;border-radius:8px}
.btn-lg{padding:12px 22px;font-size:15.5px;border-radius:12px}
.btn-block{width:100%}
.btn[disabled]{opacity:.5;cursor:not-allowed;transform:none}

/* surfaces ----------------------------------------------------------------- */
.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.pad{padding:18px}
.pad-lg{padding:26px}
.panel{background:var(--paper-3);border:1px solid var(--line);border-radius:var(--radius)}
.stack>*+*{margin-top:14px}
.stack-sm>*+*{margin-top:8px}
.grid{display:grid;gap:14px}
.g2{grid-template-columns:repeat(2,1fr)}
.g3{grid-template-columns:repeat(3,1fr)}
.g4{grid-template-columns:repeat(4,1fr)}
.g5{grid-template-columns:repeat(5,1fr)}

/* pills / badges ----------------------------------------------------------- */
.pill{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:999px;
  border:1px solid var(--line);background:var(--surface);font-size:13px;font-weight:540;color:var(--muted);
  cursor:pointer;transition:.14s;white-space:nowrap}
.pill:hover{border-color:var(--faint);color:var(--text)}
.pill.on{background:var(--text);border-color:var(--text);color:var(--bg)}
.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:6px;font-size:11px;
  font-weight:660;letter-spacing:.02em;text-transform:uppercase}
.badge-sponsored{background:var(--gold-soft);color:var(--gold-ink);border:1px solid color-mix(in srgb,var(--gold) 40%,transparent)}
[data-theme="dark"] .badge-sponsored{color:var(--gold);border-color:#4A3D18}
/* --up on its own 12% tint measured 3.02:1. The badge keeps the tint and
   takes a darker green for the text. */
.badge-verified{background:color-mix(in srgb,var(--up) 12%,transparent);color:#07684A}
[data-theme="dark"] .badge-verified{color:#5FE0AC}
.badge-paid{background:color-mix(in srgb,var(--brand) 12%,transparent);color:var(--brand)}
.badge-warn{background:color-mix(in srgb,var(--down) 12%,transparent);color:var(--down)}
.badge-neutral{background:var(--paper-3);color:var(--muted)}

/* leaderboard -------------------------------------------------------------- */
.board{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--card)}
.board-head{display:grid;grid-template-columns:58px 1fr 150px 118px 132px;gap:12px;padding:10px 16px;
  background:var(--paper-3);border-bottom:1px solid var(--line);font-size:11px;font-weight:680;
  letter-spacing:.06em;text-transform:uppercase;color:var(--faint)}
.rank-row{display:grid;grid-template-columns:58px 1fr 150px 118px 132px;gap:12px;padding:13px 16px;
  align-items:center;border-bottom:1px solid var(--line);transition:background .12s}
.rank-row:last-child{border-bottom:0}
.rank-row:hover{background:var(--paper-3)}
.rank-row.top1{background:linear-gradient(90deg,color-mix(in srgb,var(--gold) 9%,transparent),transparent 62%)}
.rank-row.top1:hover{background:linear-gradient(90deg,color-mix(in srgb,var(--gold) 14%,transparent),transparent 62%)}
.rank-row.sponsored{background:linear-gradient(90deg,color-mix(in srgb,var(--brand) 6%,transparent),transparent 55%)}
.rank-num{font-family:var(--mono);font-size:15px;font-weight:700;display:flex;align-items:center;gap:5px}
.rank-num .n{min-width:26px}
.delta{font-size:11px;font-weight:700;font-family:var(--mono)}
.delta.up{color:var(--up)} .delta.down{color:var(--down)} .delta.flat{color:var(--faint)}
.ent{display:flex;align-items:center;gap:11px;min-width:0}
.avatar{width:38px;height:38px;border-radius:10px;flex:none;display:grid;place-items:center;
  color:#fff;font-weight:720;font-size:15px;letter-spacing:-.02em}
.avatar.sm{width:26px;height:26px;border-radius:7px;font-size:11px}
.avatar.lg{width:60px;height:60px;border-radius:15px;font-size:24px}
.ent-name{font-weight:620;font-size:14.5px;display:flex;align-items:center;gap:6px}
.ent-sub{font-size:12.5px;color:var(--muted);margin-top:1px}
.value{font-family:var(--mono);font-weight:680;font-size:15px;text-align:right}
/* --faint on white is 3.41:1. This caption says what the number means, so it
   takes --muted (7:1) instead. */
.value-sub{font-size:11px;color:var(--muted);text-align:right;font-weight:400}

/* hero --------------------------------------------------------------------- */
/*
 * THE HERO CARRIES THE MARK'S COLOUR, OR THE MARK IS DECORATION.
 *
 * The palette was already taken from the logo, and then almost none of it was
 * used: the page was white on pale blue with a single blue button, while the
 * mark is a deep navy planet with a blue-to-violet U and a gold 1. A brand that
 * appears only in the corner is a sticker, not an identity.
 *
 * So the hero sits on the planet's own navy, the headline resolves through the
 * U's gradient, and gold is kept for one thing only: the number being competed
 * for. Gold used twice stops meaning "first".
 */
.hero{padding:52px 0 40px;text-align:center;position:relative;overflow:hidden;
  /* White ground, blue light, gold warmth. The mark's navy stays as the ink
     rather than the surface, so the page reads bright and the gold has
     somewhere to sit: on white it is a highlight, on navy it was a lamp. */
  background:
    radial-gradient(760px 380px at 82% -6%, rgba(245,179,1,.20), transparent 62%),
    radial-gradient(980px 460px at 18% -10%, rgba(37,99,235,.16), transparent 64%),
    /* Was hardcoded #FFFFFF -> #F3F8FF. Every other colour on the page follows
       the theme, so in dark mode the text turned light while this stayed white:
       the headline survived, but the price figures under the search bar were
       near-white on white and disappeared completely. That is the "prices not
       showing" fault. Tokens now, so the hero follows the theme like everything
       else. */
    linear-gradient(180deg, var(--paper-2) 0%, color-mix(in srgb,var(--paper-2) 55%,var(--paper-3)) 62%, var(--bg) 100%)}
/* A faint grid for depth, in the brand blue rather than grey. */
.hero::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.6;
  background-image:linear-gradient(rgba(37,99,235,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(37,99,235,.05) 1px,transparent 1px);
  background-size:56px 56px;
  -webkit-mask-image:radial-gradient(70% 60% at 50% 20%,#000,transparent 76%);
  mask-image:radial-gradient(70% 60% at 50% 20%,#000,transparent 76%)}
.hero>*{position:relative;z-index:1}

/* --ink is defined once, on :root, and the dark block never redefines it — so
   in dark mode the headline stayed navy on a navy hero and all but vanished.
   --text flips; --ink does not. */
.hero h1{font-size:clamp(34px,5.6vw,60px);letter-spacing:-.042em;font-weight:760;line-height:1.02;
  color:var(--text)}
/*
 * Blue to gold, by way of the violet in the mark.
 *
 * Straight from blue to gold looks obvious and is not: they sit opposite each
 * other, so the interpolation passes through grey and the middle word of the
 * headline came out the colour of wet concrete. The logo's violet sits between
 * them on the wheel, so routing through it keeps every letter saturated.
 */
/* The line sits in its own tinted pane: bold, coloured and contained, so the
   two halves of the headline read as two claims rather than one that wrapped.
   The pane carries the ground and a nested run carries the gradient, because
   doing both on one element makes the text clip eat the pane.

   The gradient stops at magenta rather than running on to #E8A600. Gold on a
   near-white pane measured under 3:1 and the last two words of the sentence
   were disappearing — the most important words in it. */
.hero h1 .lit{display:inline-block;margin-top:10px;padding:6px 20px 10px;border-radius:var(--radius);
  background:linear-gradient(115deg,color-mix(in srgb,var(--brand) 12%,transparent),
                             color-mix(in srgb,var(--brand-2) 14%,transparent));
  border:1px solid color-mix(in srgb,var(--brand-2) 22%,transparent);
  box-shadow:var(--lift-1),var(--edge)}
.hero h1 .lit-ink{background:linear-gradient(100deg,#2563EB 0%,#6D3BF5 40%,#9B3FA8 100%);
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:transparent}
@supports not ((-webkit-background-clip:text) or (background-clip:text)){
  .hero h1 .lit-ink{color:#2563EB;-webkit-text-fill-color:currentColor}
}

/* The mark, very large and very faint, behind the hero. Enough to feel like
   letterhead, not enough to compete with the headline sitting on top of it. */
.hero::after{content:"";position:absolute;pointer-events:none;z-index:0;
  right:-90px;top:-70px;width:520px;height:520px;
  background:url("/logo.svg") no-repeat center/contain;
  opacity:.06;filter:saturate(1.1)}
@media (max-width:820px){
  .hero::after{right:-140px;top:-40px;width:340px;height:340px;opacity:.05}
}
.hero .sub{font-size:clamp(15.5px,1.7vw,18.5px);color:var(--muted);margin-top:15px;max-width:640px;
  margin-left:auto;margin-right:auto;line-height:1.55}
.ticker{display:inline-flex;align-items:center;gap:9px;padding:6px 14px;border-radius:999px;
  border:1px solid var(--line);background:var(--surface);font-size:13px;color:var(--muted);margin-bottom:22px}
/* On white, the chrome needs a little more presence, not less. */
.hero .ticker{border-color:var(--line-2);background:var(--surface);color:var(--muted);
  box-shadow:0 1px 2px rgba(13,27,62,.05)}
.hero .ticker b{color:var(--text)}
/* Gold, once: the position everyone is bidding towards. Darkened for white,
   because #FFC72C on white is a smear rather than a number. */
/* #A8760A on the near-white hero measured 3.78:1 — under the 4.5:1 needed for
   small text, and the price is the one number on this page that has to be
   legible. This is the same gold, dark enough to read. */
.hero .budget-hint .crown{color:var(--gold-ink);font-weight:750}
.dot{width:7px;height:7px;border-radius:50%;background:var(--up);animation:pulse 2.2s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.82)}}

/* bid widget --------------------------------------------------------------- */
.bidbox{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg);padding:22px;max-width:660px;margin:26px auto 0;text-align:left}
.bid-amount{display:flex;align-items:center;justify-content:center;gap:14px;margin:6px 0 14px}
.bid-amount .amt{font-size:clamp(38px,7vw,62px);font-weight:760;letter-spacing:-.045em;font-family:var(--mono)}
.stepper{width:38px;height:38px;border-radius:11px;border:1px solid var(--line-2);background:var(--surface);
  font-size:20px;cursor:pointer;color:var(--muted);display:grid;place-items:center;font-family:inherit}
.stepper:hover{border-color:var(--brand);color:var(--brand)}
.field{display:flex;flex-direction:column;gap:5px}
.field label{font-size:12px;font-weight:620;color:var(--muted);letter-spacing:.01em}
input[type=text],input[type=email],input[type=password],input[type=url],input[type=number],select,textarea{
  width:100%;padding:10px 12px;border:1px solid var(--line-2);border-radius:10px;background:var(--surface);
  color:var(--text);font-size:14.5px;font-family:inherit;transition:.14s}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--brand);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 16%,transparent)}
textarea{resize:vertical;min-height:84px;line-height:1.5}
select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4.5L6 8.5L10 4.5' stroke='%238A8F9C' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 11px center;padding-right:32px}
.help{font-size:12.5px;color:var(--faint)}
.err{background:color-mix(in srgb,var(--down) 10%,transparent);border:1px solid color-mix(in srgb,var(--down) 32%,transparent);
  color:var(--down);padding:10px 13px;border-radius:10px;font-size:13.5px}
.ok{background:color-mix(in srgb,var(--up) 10%,transparent);border:1px solid color-mix(in srgb,var(--up) 32%,transparent);
  color:var(--up);padding:10px 13px;border-radius:10px;font-size:13.5px}

/* quote ladder ------------------------------------------------------------- */
.ladder{display:grid;gap:8px}
.rung{display:grid;grid-template-columns:74px 1fr auto;gap:12px;align-items:center;padding:11px 14px;
  border:1px solid var(--line);border-radius:11px;background:var(--surface);cursor:pointer;transition:.14s}
.rung:hover{border-color:var(--brand);background:color-mix(in srgb,var(--brand) 4%,var(--surface))}
.rung.on{border-color:var(--brand);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand) 22%,transparent)}
.rung .pos{font-family:var(--mono);font-weight:720;font-size:15px}
.rung .cost{font-family:var(--mono);font-weight:680}

/* activity ----------------------------------------------------------------- */
.feed{display:flex;flex-direction:column;gap:1px;max-height:340px;overflow-y:auto}
.feed-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:9px;font-size:13.5px}
.feed-item:hover{background:var(--paper-3)}
.feed-item.new{animation:slideIn .45s ease}
@keyframes slideIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}

/* stats -------------------------------------------------------------------- */
.stat{padding:16px 18px;border:1px solid var(--line);border-radius:var(--radius);background:var(--card)}
.stat .k{font-size:11.5px;font-weight:640;letter-spacing:.05em;text-transform:uppercase;color:var(--faint)}
.stat .v{font-size:26px;font-weight:720;letter-spacing:-.03em;margin-top:5px;font-family:var(--mono)}
.stat .d{font-size:12.5px;color:var(--muted);margin-top:2px}

/* sponsored card ----------------------------------------------------------- */
.sponsor{border:1px solid var(--line);border-radius:var(--radius);padding:15px;background:var(--card);
  display:flex;gap:12px;transition:.16s;position:relative}
.sponsor:hover{border-color:var(--line-2);box-shadow:var(--shadow);transform:translateY(-2px)}
.sponsor .badge-sponsored{position:absolute;top:11px;right:11px}

/* tables ------------------------------------------------------------------- */
table.data{width:100%;border-collapse:collapse;font-size:13.5px}
table.data th{text-align:left;padding:9px 12px;font-size:11px;text-transform:uppercase;letter-spacing:.05em;
  color:var(--faint);font-weight:680;border-bottom:1px solid var(--line);white-space:nowrap}
table.data td{padding:10px 12px;border-bottom:1px solid var(--line);vertical-align:middle}
table.data tr:last-child td{border-bottom:0}
table.data tr:hover td{background:var(--paper-3)}
.scroll-x{overflow-x:auto;-webkit-overflow-scrolling:touch}

/* sparkline / chart -------------------------------------------------------- */
.chart{width:100%;height:auto;display:block;overflow:visible}
.chart .grid-line{stroke:var(--line);stroke-width:1}
.chart .axis-label{fill:var(--faint);font-size:10px;font-family:var(--mono)}

/* section headers ---------------------------------------------------------- */
.sec{margin-top:44px}
.sec-head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:14px}
.sec-head h2{font-size:19px;letter-spacing:-.028em}
.sec-head .link{font-size:13.5px;color:var(--brand);font-weight:580}
.eyebrow{font-size:11.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--faint)}

/* filter bar --------------------------------------------------------------- */
.filters{display:flex;gap:7px;overflow-x:auto;padding:3px 0 9px;scrollbar-width:none}
.filters::-webkit-scrollbar{display:none}

/* footer ------------------------------------------------------------------- */
footer.bot{margin-top:72px;border-top:1px solid var(--line);padding:34px 0 46px;color:var(--muted);font-size:13.5px}
footer.bot a:hover{color:var(--text)}
.foot-grid{display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:26px}
.foot-grid h4{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--faint);margin-bottom:9px}
.foot-grid ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}

/* dashboard sidebar -------------------------------------------------------- */
.shell{display:grid;grid-template-columns:212px 1fr;gap:26px;align-items:start;padding-top:26px}
.side{position:sticky;top:78px;display:flex;flex-direction:column;gap:2px}
.side a{padding:8px 11px;border-radius:9px;font-size:14px;color:var(--muted);font-weight:520;display:flex;
  align-items:center;justify-content:space-between;gap:8px}
.side a:hover{background:var(--paper-3);color:var(--text)}
.side a.on{background:var(--brand);color:#fff}
.side .grp{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--faint);
  font-weight:680;padding:14px 11px 5px}

/* countdown / meta --------------------------------------------------------- */
.meta-strip{display:flex;gap:18px;flex-wrap:wrap;font-size:13px;color:var(--muted);
  padding:11px 0;border-bottom:1px solid var(--line)}
.meta-strip b{color:var(--text);font-weight:620}

/* board layout: one dominant column + a quiet rail ------------------------- */
.split{display:grid;grid-template-columns:minmax(0,1fr) 296px;gap:28px;align-items:start}
.rail{position:sticky;top:76px;display:flex;flex-direction:column;gap:14px}
.rail h3{font-size:12px;font-weight:680;letter-spacing:.05em;text-transform:uppercase;
  color:var(--faint);margin-bottom:9px}

/* dense board rows for long lists */
.board.dense .rank-row{padding:9px 14px;grid-template-columns:52px 1fr 132px 108px}
.board.dense .board-head{padding:8px 14px;grid-template-columns:52px 1fr 132px 108px}
.board.dense .avatar{width:30px;height:30px;border-radius:8px;font-size:12px}
.board.dense .ent-name{font-size:13.8px}
.board.dense .ent-sub{font-size:11.5px}
.board.dense .value{font-size:13.5px}
.board.dense .rank-num{font-size:13px}

/* compact toolbar that replaces walls of pills */
.toolbar{display:flex;gap:9px;align-items:center;flex-wrap:wrap;padding:11px 14px;
  border:1px solid var(--line);border-radius:var(--radius);background:var(--card);margin-bottom:14px}
.toolbar select{width:auto;min-width:150px;padding:6px 30px 6px 10px;font-size:13.5px;border-radius:8px}
.toolbar .seg{display:inline-flex;border:1px solid var(--line-2);border-radius:9px;overflow:hidden}
.toolbar .seg a{padding:6px 11px;font-size:13px;color:var(--muted);font-weight:540;
  border-right:1px solid var(--line-2)}
.toolbar .seg a:last-child{border-right:0}
.toolbar .seg a.on{background:var(--text);color:var(--bg)}
.toolbar .seg a:hover:not(.on){background:var(--paper-3);color:var(--text)}

/* claim bar in the hero */
/*
 * The bar is the product. Everything above it is the argument for pressing it,
 * so it is given real weight: a white card lifted off the navy, a gold-edged
 * glow when focused, and a button that is unmistakably the next step.
 */
.claimbar{display:flex;gap:9px;align-items:center;padding:10px;border:1px solid var(--line-2);
  border-radius:16px;background:var(--card);max-width:640px;margin:22px auto 0;
  box-shadow:0 14px 40px -18px rgba(13,27,62,.28);
  transition:box-shadow .18s ease, transform .18s ease}
.claimbar:focus-within{transform:translateY(-1px);
  box-shadow:0 18px 46px -18px rgba(13,27,62,.34), 0 0 0 3px rgba(245,179,1,.30)}
.claimbar .btn-primary{background:linear-gradient(100deg,#F5B301,#E8A600);border-color:transparent;
  color:#1B1403;font-weight:720;letter-spacing:-.01em;
  box-shadow:0 10px 22px -10px rgba(232,166,0,.75)}
.claimbar .btn-primary:hover{background:linear-gradient(100deg,#FFC72C,#F5B301);
  border-color:transparent;transform:translateY(-1px)}
.claimbar input{border:0;background:transparent;box-shadow:none;font-size:14.5px}
.claimbar input:focus{box-shadow:none}
.claimbar select{border:0;background:transparent;box-shadow:none;max-width:170px;font-size:13.5px;color:var(--muted)}
.claimbar select:focus{box-shadow:none}
.claimbar .divider{width:1px;height:22px;background:var(--line)}

/* quiet ticker */
.tick{display:flex;gap:8px;align-items:center;padding:7px 0;font-size:12.8px;
  border-bottom:1px solid var(--line)}
.tick:last-child{border-bottom:0}
.tick .who{font-weight:590}
.tick .where{color:var(--muted)}

/* what your budget buys ---------------------------------------------------- */
.budget-hint{display:flex;justify-content:center;flex-wrap:wrap;gap:8px 18px;margin-top:14px;
  font-size:13.5px;color:var(--muted)}
.budget-hint span{display:inline-flex;align-items:center;gap:6px}
.budget-hint b{color:var(--text);font-family:var(--mono);font-weight:640}

/* infinite scroll ---------------------------------------------------------- */
.scroll-more{display:flex;justify-content:center;align-items:center;min-height:64px;margin-top:6px}
.scroll-more.done{min-height:0}
.scroll-spinner{display:flex;gap:5px}
.scroll-spinner i{width:6px;height:6px;border-radius:50%;background:var(--line-2);
  animation:scrollPulse 1.1s ease-in-out infinite}
.scroll-spinner i:nth-child(2){animation-delay:.15s}
.scroll-spinner i:nth-child(3){animation-delay:.3s}
.scroll-more.loading .scroll-spinner i{background:var(--brand)}
.scroll-more.failed .scroll-spinner{display:none}
@keyframes scrollPulse{0%,100%{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}
@media (prefers-reduced-motion:reduce){.scroll-spinner i{animation:none;opacity:.6}}

/* responsive --------------------------------------------------------------- */
@media (max-width:1100px){
  .split{grid-template-columns:1fr}
  .rail{position:static;flex-direction:row;flex-wrap:wrap}
  .rail>*{flex:1;min-width:260px}
}
@media (max-width:900px){
  .g4,.g5{grid-template-columns:repeat(2,1fr)}
  .g3{grid-template-columns:1fr}
  .shell{grid-template-columns:1fr}
  .side{position:static;flex-direction:row;overflow-x:auto;padding-bottom:8px}
  .foot-grid{grid-template-columns:1fr 1fr}
  .board-head,.rank-row,.board.dense .board-head,.board.dense .rank-row{grid-template-columns:46px 1fr 100px}
  .claimbar{flex-wrap:wrap}
  .claimbar .divider{display:none}
  .board-head>:nth-child(3),.rank-row>:nth-child(3){display:none}
  .board-head>:nth-child(5),.rank-row>:nth-child(5){display:none}
  .hide-sm{display:none}
  nav.main{display:none}
}
@media (max-width:560px){
  .g2,.g4,.g5{grid-template-columns:1fr}
  .wrap,.wrap-wide{padding:0 15px}
  .hero{padding:32px 0 22px}

  /*
   * THE HEADER DID NOT FIT, SO NO PAGE DID.
   *
   * The bar is a flex row with a 22px gap, sized for a desktop. On a 390px
   * phone the logo, the theme toggle, "Sign in" and "Get ranked" came to
   * 435px, so the primary call to action sat 45px off the right edge, cut in
   * half, and the whole document scrolled sideways on every page of the site.
   *
   * The gap closes, the buttons tighten, and the wordmark stands down to the
   * glyph. What must never shrink is the thing we are asking people to press.
   */
  header.top .bar{gap:9px;height:56px}
  header.top .btn-sm{padding:0 11px;font-size:13px}
  header.top .logo .glyph{width:28px;height:28px}
  /* The name stays. Closing a 22px gap four times over recovers more than the
     45px that was missing, so there is no need to trade the brand away for it;
     the wordmark only steps down a size. */
  header.top .logo .wordmark{font-size:15.5px;letter-spacing:-.02em}
  /* The menu button needs the room, and Sign in is a return path for people who
     already know the site. It moves into the sheet, where it is one tap away
     rather than competing with the call to action for a first-time visitor. */
  header.top .btn-ghost[href="/login"]{display:none}
}

/* the case for paying ------------------------------------------------------ */
/* A full-bleed band that answers "why would I pay for this" with evidence
   rather than adjectives. Every number on it is sourced and dated. */
.why{position:relative;margin:56px 0;padding:46px 0 40px;background:var(--paper-3);
  border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.why-head{max-width:760px;margin:0 auto 30px;text-align:center;padding:0 20px}
.why-head h2{font-size:clamp(24px,3.4vw,38px);letter-spacing:-.032em;font-weight:720;line-height:1.08}
.why-head p{color:var(--muted);margin-top:12px;font-size:clamp(14.5px,1.5vw,16.5px);line-height:1.55}
.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:14px;
  max-width:var(--maxw);margin:0 auto;padding:0 20px}
.proof{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);
  padding:20px 18px;display:flex;flex-direction:column;gap:7px}
.proof .figure{font-family:var(--mono);font-size:clamp(28px,3.6vw,38px);font-weight:740;
  letter-spacing:-.04em;line-height:1;color:var(--brand)}
.proof .figure.warn{color:var(--hot)}
.proof .claim{font-weight:620;font-size:14.5px;line-height:1.35}
.proof .note{font-size:12.8px;color:var(--muted);line-height:1.5}
.proof .src{font-size:11.5px;color:var(--faint);margin-top:auto;padding-top:4px}
.proof .src a{color:var(--faint);text-decoration:underline;text-underline-offset:2px}

/* CTR-by-position bars: the argument for being top, drawn rather than asserted */
.ctr{max-width:var(--maxw);margin:26px auto 0;padding:0 20px}
.ctr-rows{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:18px}
.ctr-row{display:grid;grid-template-columns:76px 1fr 62px;align-items:center;gap:12px;margin-bottom:9px}
.ctr-row:last-child{margin-bottom:0}
.ctr-row .pos{font-family:var(--mono);font-size:13px;color:var(--muted)}
.ctr-row .track{height:16px;border-radius:5px;background:var(--paper-3);overflow:hidden}
.ctr-row .fill{height:16px;border-radius:5px;background:var(--brand);transition:width .5s ease}
.ctr-row.top .fill{background:var(--gold)}
.ctr-row.top .pos{color:var(--text);font-weight:700}
.ctr-row .val{font-family:var(--mono);font-size:13px;text-align:right;font-variant-numeric:tabular-nums}
.ctr-note{font-size:12.8px;color:var(--muted);margin-top:11px;line-height:1.5}

/* the contrast table: what everyone else charges vs what a position costs */
.versus{max-width:var(--maxw);margin:26px auto 0;padding:0 20px}
.versus-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}
.vs-card{border:1px solid var(--line);border-radius:var(--radius);padding:20px;background:var(--card)}
.vs-card.ours{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand) inset}
.vs-card h3{font-size:15px;font-weight:680;margin-bottom:12px}
.vs-card ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.vs-card li{font-size:13.6px;line-height:1.45;display:flex;gap:9px;align-items:flex-start;color:var(--muted)}
.vs-card li b{color:var(--text);font-weight:620}
.mark{flex:0 0 16px;height:16px;border-radius:50%;display:grid;place-items:center;
  font-size:10px;font-weight:800;margin-top:2px}
.mark.no{background:color-mix(in srgb,var(--hot) 16%,transparent);color:var(--hot)}
.mark.yes{background:color-mix(in srgb,var(--up) 18%,transparent);color:var(--up)}

@media (max-width:640px){
  .why{padding:34px 0 30px;margin:38px 0}
  .ctr-row{grid-template-columns:60px 1fr 54px;gap:9px}
}

/* news --------------------------------------------------------------------- */
/* A reading column, not a card grid: headlines are text and want line length. */
.news-list{display:flex;flex-direction:column;border-top:1px solid var(--line)}
.news-row{padding:18px 2px;border-bottom:1px solid var(--line)}
.news-meta{display:flex;align-items:baseline;gap:10px;margin-bottom:6px}
.news-src{font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--brand)}
.news-row h3{font-size:17px;line-height:1.32;font-weight:620;letter-spacing:-.012em;max-width:70ch}
.news-row h3 a{color:var(--text);text-decoration:none}
.news-row h3 a:hover{color:var(--brand);text-decoration:underline;text-underline-offset:3px}
.news-sum{font-size:13.6px;color:var(--muted);margin-top:6px;line-height:1.5;max-width:74ch}
.news-foot{display:flex;align-items:center;gap:9px;margin-top:9px}
.tick.on{border-color:var(--brand);color:var(--text);font-weight:620}
@media (max-width:640px){ .news-row h3{font-size:15.5px} }

/* ------------------------- mobile navigation -------------------------------
   The desktop bar simply vanished below 900px and nothing took its place, so
   most of the site was unreachable on the device most people use. */
.menu-btn{display:none;flex-direction:column;justify-content:center;gap:4px;
  width:38px;height:38px;padding:0 9px;border:1px solid var(--line-2);border-radius:10px;
  background:var(--surface);cursor:pointer;flex:0 0 auto}
.menu-btn span{display:block;height:2px;border-radius:2px;background:var(--text);
  transition:transform .18s ease, opacity .18s ease}
.menu-btn.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.menu-btn.is-open span:nth-child(2){opacity:0}
.menu-btn.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

.mobile-nav{display:none}
@media (max-width:900px){
  .menu-btn{display:flex}
  .mobile-nav{display:block;position:fixed;left:0;right:0;top:56px;z-index:70;
    /* dvh, not vh: a phone's address bar changes the viewport and vh does not
       follow it, which leaves the last item permanently under the chrome. */
    max-height:calc(100dvh - 56px);overflow-y:auto;
    background:var(--surface);border-top:1px solid var(--line);
    box-shadow:0 24px 60px -20px rgba(13,27,62,.45);padding:10px 15px 22px}
  .mobile-nav[hidden]{display:none}
  .mobile-nav a{display:block;padding:13px 12px;border-radius:10px;font-size:16px;
    font-weight:560;color:var(--text);border-bottom:1px solid var(--line-soft, rgba(0,0,0,.05))}
  .mobile-nav a:last-of-type{border-bottom:0}
  .mobile-nav a.on{background:var(--paper-3);color:var(--text)}
  .mnav-search{margin:10px 0 12px}
  .mnav-search input{width:100%;height:42px;font-size:16px}
  .mnav-cta{display:flex;width:100%;justify-content:center;height:46px;font-size:15.5px;
    background:linear-gradient(100deg,#F5B301,#E8A600);border-color:transparent;color:#1B1403;
    font-weight:720}
}

/* ------------------------- listing header on a phone ------------------------
   The header is avatar + identity + two buttons on one flex line. That line is
   360px wide on a phone and the buttons alone want 312px, so the identity
   column collapsed to 48px and the company name wrapped one word per line.

   On a narrow screen the identity takes the full width and the actions sit
   underneath, full width, where they are easier to press anyway. */
@media (max-width:720px){
  .listing-head{flex-wrap:wrap}
  .listing-head .grow{flex:1 1 100%;min-width:0;order:2}
  .listing-head>.avatar,.listing-head>[class*="avatar"]{order:1}
  .listing-head>.col{flex:1 1 100%;order:3;width:100%}
  .listing-head>.col .btn{width:100%;justify-content:center;height:44px}
  .listing-head h1{font-size:23px!important;line-height:1.15;word-break:normal;overflow-wrap:anywhere}
  .listing-head p.muted{font-size:14.5px;line-height:1.5}
}

/* ------------------------ board filters on a phone --------------------------
   The board is the product, and on a phone its first row sat 809px down —
   nearly two screens — because the filter bar above it stacked into three
   full-width blocks: a segmented control and two dropdowns.

   Filters are for the minority who want to narrow; the board is for everyone.
   So they become one row that scrolls sideways, costing about 50px instead of
   260px, and the ranking starts almost immediately. */
@media (max-width:720px){
  /*
   * `min-width:0` is what makes the scrolling work.
   *
   * A flex item's default minimum size is its content, so a row of chips and
   * two dropdowns refused to shrink below their combined width and pushed the
   * whole document to 671px on a 390px screen — overflow-x:auto had nothing to
   * scroll because the box itself had grown. Allowing it to be narrower than
   * its contents is what turns the overflow into a scroll.
   */
  .toolbar{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding-bottom:4px;
    min-width:0;max-width:100%;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .toolbar::-webkit-scrollbar{display:none}
  .toolbar>*{flex:0 0 auto}
  .toolbar .seg{display:inline-flex}
  .toolbar select{max-width:150px;font-size:13.5px;height:36px;padding:0 30px 0 10px}
  .toolbar .seg a{padding:7px 11px;font-size:13.5px;white-space:nowrap}
}

/* The board title and its "see all" link share one line and must both fit. */
.board-title{flex-wrap:wrap;gap:8px;align-items:baseline;min-width:0;max-width:100%}
/*
 * The intrinsic-minimum trap, which caused every horizontal overflow on this
 * site: a flex OR grid item's default minimum size is its content, so a child
 * wider than its column pushes the column out rather than shrinking or
 * scrolling. The page then grows sideways and every section inherits it.
 *
 * Declared once here for the layout primitives, so a long heading, a wide
 * toolbar or a long brand name cannot widen the document again.
 */
.row-between{min-width:0}
.row-between>*{min-width:0}
.split{min-width:0}
.split>*{min-width:0}
.grow{min-width:0}
.board-title h2{min-width:0;overflow-wrap:anywhere}
.board-title a{white-space:nowrap;flex:0 0 auto}

/* ============================ the board itself ==============================
   This is the product. It looked like a spreadsheet: a million rows of
   identical grey, nothing to climb towards, and a button that repeated the
   number already printed two columns to its left.

   Three changes, all about wanting to be higher up:
     1. the first three positions are marked, gold first
     2. the price is on the button, because the price is the decision
     3. a row lifts and reveals its action on hover, so the board feels live
   ============================================================================ */

/* The medal positions. Gold is the colour of the 1 in the mark, so first place
   on the board and the logo agree with each other. */
.rank-row.podium .rank-num .n{position:relative;font-weight:800}
.rank-row.p1 .rank-num .n{color:var(--podium-1)}
.rank-row.p2 .rank-num .n{color:var(--podium-2)}
.rank-row.p3 .rank-num .n{color:var(--podium-3)}
.rank-row.p1 .rank-num::before,
.rank-row.p2 .rank-num::before,
.rank-row.p3 .rank-num::before{
  content:"";width:5px;height:26px;border-radius:3px;margin-right:2px;flex:none}
.rank-row.p1 .rank-num::before{background:linear-gradient(180deg,#FFD966,#E8A600)}
.rank-row.p2 .rank-num::before{background:linear-gradient(180deg,#DCE3EE,#A8B4C6)}
.rank-row.p3 .rank-num::before{background:linear-gradient(180deg,#E5B98B,#B87F4A)}

/* The row responds. A board where nothing moves reads as a screenshot. */
.rank-row{position:relative}
.rank-row:hover{background:var(--paper-3);transform:translateX(1px)}
.rank-row .ent-name{font-weight:620}
.rank-row:hover .ent-name{color:var(--brand)}

/* The price belongs on the button: it is the number that decides the click. */
.btn-take{white-space:nowrap;gap:6px;border-color:var(--line-2);font-weight:560}
.btn-take b{font-family:var(--mono);font-weight:740;letter-spacing:-.02em}
.rank-row:hover .btn-take{border-color:var(--brand);background:var(--brand);color:#fff}
.rank-row.p1 .btn-take{background:linear-gradient(100deg,#F5B301,#E8A600);
  border-color:transparent;color:#1B1403;font-weight:700}
.rank-row.p1:hover .btn-take{background:linear-gradient(100deg,#FFC72C,#F5B301);border-color:transparent;color:#1B1403}

/* The value column, given the weight of a price rather than a data cell. */
.value{font-family:var(--mono);font-weight:740;letter-spacing:-.03em;font-size:15px}
.value-sub{font-size:11.5px;color:var(--muted);margin-top:1px}

@media (max-width:720px){
  /*
   * Rebalance the row for the price-bearing button.
   *
   * The columns were 46 / 1fr / 100 from before the button carried a figure.
   * With the price on it the button wants 112px, so it spilled and the name
   * column was squeezed to 119px: "First Trust Paraguay" became "First Trust
   * Paragu". A truncated company name on a board people pay to appear on is the
   * one thing that must not be cut, so the rank column tightens and the action
   * column is given the width it actually needs.
   */
  .board-head,.rank-row,.board.dense .board-head,.board.dense .rank-row{
    grid-template-columns:30px 1fr 104px;gap:8px}
  .rank-row{padding:12px 10px}
  .btn-take{padding:0 7px;height:34px;font-size:11.5px;width:100%;gap:4px}
  /* Every pixel taken from the chrome goes to the company's name, which is the
     one thing on this row that must not be cut. */
  .rank-row .avatar{width:28px;height:28px;border-radius:8px;font-size:11px}
  .rank-row .ent-name{font-size:14px}
  .rank-row .ent-sub{font-size:11.5px}
  .rank-num{font-size:13px}
  .rank-num .n{min-width:auto}
  .ent{gap:9px}
  .rank-row.p1 .rank-num::before,
  .rank-row.p2 .rank-num::before,
  .rank-row.p3 .rank-num::before{height:22px;width:4px}
}

/* Depth, spotlight and contained headings ------------------------------------
   The board is a ladder people pay real money to climb, and a flat grey page
   makes that feel like a spreadsheet subscription rather than a position worth
   holding. Depth here is structural, not decorative: the things you can buy sit
   above the things you only read. */
:root{
  --lift-1:0 1px 1px rgba(13,27,62,.04), 0 2px 4px rgba(13,27,62,.06), 0 12px 28px -14px rgba(13,27,62,.22);
  --lift-2:0 1px 2px rgba(13,27,62,.06), 0 6px 14px rgba(13,27,62,.10), 0 32px 64px -24px rgba(13,27,62,.34);
  --edge:inset 0 1px 0 rgba(255,255,255,.85);
  --gold-line:linear-gradient(120deg,#E8C25A,#B57F00 42%,#F2DC9A 70%,#B57F00);
}
[data-theme="dark"]{
  --lift-1:0 1px 1px rgba(0,0,0,.5), 0 6px 18px -8px rgba(0,0,0,.7);
  --lift-2:0 2px 6px rgba(0,0,0,.6), 0 34px 70px -26px rgba(0,0,0,.9);
  --edge:inset 0 1px 0 rgba(255,255,255,.07);
}

/* Cards gain a lit top edge and a longer shadow, so they read as raised panes
   rather than outlined rectangles. */
.card{box-shadow:var(--lift-1),var(--edge);
  background:linear-gradient(180deg,var(--card),color-mix(in srgb,var(--card) 94%,var(--paper-3)));
  transition:transform .18s ease, box-shadow .18s ease}
.card:hover{transform:translateY(-2px);box-shadow:var(--lift-2),var(--edge)}

/* The headline. Each line is its own bold, coloured block rather than a run of
   text that happens to wrap, so the offer reads as two statements. */
/* Chips: a fact in a container, which is how the meta lines stay readable when
   there are three of them on a phone. */
.chip{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;
  /* --muted on the tinted chip ground measured 3.25:1. A chip is small text on
     a not-quite-white plate, so it needs the darker ink, not the body muted. */
  background:var(--paper-3);border:1px solid var(--line-2);color:var(--chip-ink);
  font-size:12px;font-weight:600;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}
.chip-gold{background:var(--gold-soft);border-color:color-mix(in srgb,var(--gold) 38%,transparent);
  color:var(--gold-ink);font-weight:750}

.avatar.lg{width:58px;height:58px;font-size:20px;border-radius:16px;flex:0 0 auto;
  box-shadow:0 6px 18px -8px rgba(13,27,62,.5), var(--edge)}

/* The rotating spotlight. Gold-edged because it is the one thing on the page
   that is given rather than bought, and it should not look like an ad slot. */
.spotlight{margin:20px auto 0;max-width:620px;position:relative;border-radius:var(--radius-lg);
  padding:1px;background:var(--gold-line);box-shadow:var(--lift-2)}
.spotlight>*{background:var(--card)}
.spotlight-tag{border-radius:calc(var(--radius-lg) - 1px) calc(var(--radius-lg) - 1px) 0 0;
  padding:9px 18px 0;text-align:left;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  color:var(--gold-ink)}
.spotlight-body{display:flex;gap:14px;align-items:center;padding:10px 18px 14px;min-width:0;text-align:left}
.spotlight-name{font-size:19px;font-weight:750;letter-spacing:-.02em}
.spotlight-sub{font-size:13px;color:var(--muted);margin-top:1px}
.spotlight-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px;min-width:0}
.spotlight-foot{border-radius:0 0 calc(var(--radius-lg) - 1px) calc(var(--radius-lg) - 1px);
  padding:8px 18px 11px;border-top:1px solid var(--line);
  font-size:12px;color:var(--muted);text-align:center}
.spotlight-body:hover .spotlight-name{color:var(--brand)}

/* The buy button is the only thing on the page that should look pressable. */
.btn-primary{background:linear-gradient(180deg,var(--brand),color-mix(in srgb,var(--brand) 78%,#0B2E8A));
  box-shadow:0 1px 0 rgba(255,255,255,.28) inset, 0 8px 20px -8px color-mix(in srgb,var(--brand) 70%,transparent);
  transition:transform .14s ease, box-shadow .14s ease, filter .14s ease}
.btn-primary:hover{transform:translateY(-1px);filter:saturate(1.06);
  box-shadow:0 1px 0 rgba(255,255,255,.3) inset, 0 14px 28px -10px color-mix(in srgb,var(--brand) 74%,transparent)}
.btn-primary:active{transform:translateY(0);box-shadow:0 1px 0 rgba(255,255,255,.2) inset}

/* The gold rows earn a warmer ground and a raised edge. */
.rank-row.podium{box-shadow:var(--edge)}
.rank-row.top1{background:linear-gradient(100deg,var(--gold-soft),transparent 62%)}

@media (max-width:640px){
  .spotlight{margin-left:0;margin-right:0}
  .spotlight-body{padding:10px 14px 14px;gap:11px}
  .avatar.lg{width:48px;height:48px;font-size:17px}
  .spotlight-name{font-size:17px}
}

/* Icons sit on the text baseline and take the colour of what they label. */
.ico{width:1.05em;height:1.05em;flex:0 0 auto;vertical-align:-.15em;opacity:.9}
h1 .ico,h2 .ico,h3 .ico{opacity:1}
.card.pad h3{display:flex;align-items:center;gap:8px}
.card.pad h3 .ico{color:var(--brand)}
.board-title h2{display:flex;align-items:center;gap:9px}
.board-title h2 .ico{color:var(--gold-ink)}
.budget-hint .crown .ico{color:var(--gold-ink)}
.stat .ico{color:var(--brand);margin-bottom:6px;width:20px;height:20px;display:block}
