/* ════════════════════════════════════════════════════════════════════
   flagship-v2-shell.css · craps/flagship-pass/v2 · COMPLETE felt — SHELL
   ────────────────────────────────────────────────────────────────────
   The sticky contest-header (VariantBar · ContestContextBar · ContestHUD ·
   JumpStrip), the mini-cards shelf, and the slide-up overlays
   (LeaderboardDrawer · WeeklyPremiumModal · AddContestSheet) — every
   surface v1 dropped, brought back. Class names mirror the SHIPPED
   components (vb-/ccx-/chud-/js-/itc-/lb-/as-) so the port stays 1:1.

   Rides the LiveGames chassis (--lg-*). LiveRoll = gold, slow/weighty.
   ════════════════════════════════════════════════════════════════════ */

.fp2, .fp2-screen {
  --fp-bg:        var(--lg-bg-app,     #050709);
  --fp-g1:        var(--lg-graphite,   #0a0d10);
  --fp-g2:        var(--lg-graphite-2, #0e1418);
  --fp-g3:        var(--lg-graphite-3, #14191e);
  --fp-g4:        var(--lg-graphite-4, #181d22);
  --fp-ink:       var(--lg-ink,        #f0f0ec);
  --fp-dim:       var(--lg-ink-dim,    rgba(240,240,236,0.55));
  --fp-faint:     var(--lg-ink-faint,  rgba(240,240,236,0.32));
  --fp-ghost:     var(--lg-ink-ghost,  rgba(240,240,236,0.14));
  --fp-edge:      var(--lg-edge,       rgba(255,255,255,0.06));
  --fp-edge2:     var(--lg-edge-2,     rgba(255,255,255,0.10));

  --fp-gold:      var(--lg-accent,      #d4a843);
  --fp-gold-soft: var(--lg-accent-soft, #e8c875);
  --fp-gold-dim:  var(--lg-accent-dim,  rgba(212,168,67,0.18));
  --fp-pos:       var(--lg-pos,         #6dba80);
  --fp-neg:       var(--lg-neg,         #e57373);
  --fp-blue:      oklch(0.74 0.06 235);
  --fp-blue-soft: oklch(0.82 0.05 235);

  --fp-disp:      var(--lg-font-display, 'Barlow Condensed', system-ui, sans-serif);
  --fp-mono:      var(--lg-font-mono,    'JetBrains Mono', ui-monospace, monospace);

  --fp-ease:      var(--lg-ease-out, cubic-bezier(0.22,1,0.36,1));
  --fp-micro:     var(--lg-dur-micro, 90ms);
  --fp-std:       var(--lg-dur-standard, 160ms);
  --fp-reveal:    var(--lg-dur-reveal, 320ms);
  --fp-celebrate: var(--lg-dur-celebrate, 480ms);
  --fp-breathe:   var(--lg-breathe, 1.4s);
}

/* ════════════════════════════════════════════════════════════════════
   GALLERY CHROME (handoff presentation — not shipped)
   ════════════════════════════════════════════════════════════════════ */
.fp2-page {
  box-sizing: border-box;
  min-height: 100vh; margin: 0;
  padding: 40px 24px 72px;
  background:
    radial-gradient(ellipse 80% 50% at 50% -8%, rgba(212,168,67,0.05) 0%, transparent 55%),
    var(--fp-bg);
  color: var(--fp-ink);
  font-family: var(--fp-disp);
}
.fp2-page * { box-sizing: border-box; }

.fp2-shell {
  max-width: 1180px; margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(340px, 392px) 1fr;
  gap: 48px; align-items: start;
}
@media (max-width: 920px) {
  .fp2-shell { grid-template-columns: 1fr; gap: 30px; justify-items: center; }
  .fp2-head { order: 2; }
}

/* ── left: the brief, made legible ───────────────────────────────── */
.fp2-head { max-width: 560px; position: sticky; top: 28px; }
.fp2-kicker {
  font-family: var(--fp-mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--fp-gold); margin-bottom: 14px;
}
.fp2-title { font-size: 44px; font-weight: 800; line-height: 0.98; margin: 0 0 14px; letter-spacing: 0.005em; }
.fp2-title span { color: var(--fp-gold-soft); }
.fp2-sub { font-size: 15px; line-height: 1.55; color: var(--fp-dim); margin: 0; text-wrap: pretty; max-width: 52ch; }
.fp2-sub b { color: var(--fp-ink); font-weight: 700; }
.fp2-sub em { color: var(--fp-gold-soft); font-style: normal; }

.fp2-thesis {
  margin-top: 22px; padding: 16px 18px;
  border: 1px solid rgba(232,200,117,0.30); border-radius: 12px;
  background: linear-gradient(180deg, rgba(212,168,67,0.10), rgba(212,168,67,0.02));
}
.fp2-thesis-k { font-family: var(--fp-mono); font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--fp-gold); }
.fp2-thesis-t { font-size: 26px; font-weight: 800; letter-spacing: 0.01em; margin: 6px 0 6px; line-height: 1; }
.fp2-thesis-t b { color: var(--fp-gold-soft); }
.fp2-thesis-d { font-size: 13px; line-height: 1.5; color: var(--fp-dim); margin: 0; text-wrap: pretty; }

/* inventory checklist — the two restored heroes flagged */
.fp2-inv { margin-top: 22px; border: 1px solid var(--fp-edge); border-radius: 12px; overflow: hidden; }
.fp2-inv-head {
  padding: 11px 14px; background: var(--fp-g3); border-bottom: 1px solid var(--fp-edge);
  font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  display: flex; justify-content: space-between; align-items: baseline;
}
.fp2-inv-head span { font-family: var(--fp-mono); font-size: 9px; color: var(--fp-faint); letter-spacing: 0.08em; }
.fp2-inv-item {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 14px; border-bottom: 1px solid var(--fp-edge);
  font-size: 13px; color: var(--fp-dim); letter-spacing: 0.01em;
}
.fp2-inv-item:last-child { border-bottom: 0; }
.fp2-inv-tick { color: var(--fp-pos); font-weight: 800; flex-shrink: 0; }
.fp2-inv-item b { color: var(--fp-ink); font-weight: 700; }
.fp2-inv-item.hero { background: rgba(212,168,67,0.06); }
.fp2-inv-item.hero .fp2-inv-tick { color: var(--fp-gold-soft); }
.fp2-inv-flag {
  margin-left: auto; flex-shrink: 0;
  font-family: var(--fp-mono); font-size: 8px; font-weight: 700; letter-spacing: 0.10em;
  color: var(--fp-gold-soft); background: rgba(212,168,67,0.12);
  border: 1px solid rgba(232,200,117,0.4); border-radius: 999px; padding: 2px 7px;
}

/* ── right column: the live device ───────────────────────────────── */
.fp2-rightcol { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.fp2-toolbar { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; }
.fp2-tool {
  font-family: var(--fp-disp); font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; white-space: nowrap; padding: 9px 14px; border-radius: 999px; cursor: pointer;
  background: rgba(212,168,67,0.10); border: 1px solid rgba(212,168,67,0.5); color: var(--fp-gold-soft);
  transition: background var(--fp-std), border-color var(--fp-std), color var(--fp-std);
}
.fp2-tool:hover { background: rgba(212,168,67,0.18); }
.fp2-tool[data-off="true"] { background: rgba(255,255,255,0.03); border-color: var(--fp-edge2); color: var(--fp-faint); }
.fp2-tool[data-on="true"] { background: var(--fp-gold-soft); border-color: var(--fp-gold-soft); color: var(--fp-g1); }

/* ════════════════════════════════════════════════════════════════════
   PHONE DEVICE
   ════════════════════════════════════════════════════════════════════ */
.fp2-device {
  width: 100%; max-width: 392px;
  border-radius: 40px; padding: 9px;
  background: linear-gradient(160deg, #1c2228 0%, #0c0f12 60%);
  box-shadow: 0 0 0 1.5px rgba(255,255,255,0.05), 0 30px 70px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.06);
}
.fp2-screen {
  position: relative; border-radius: 32px; overflow: hidden;
  background: var(--fp-g1); isolation: isolate;
  font-family: var(--fp-disp);
  height: 812px; display: flex; flex-direction: column;
}

/* sticky contest-header — pinned above the scrolling feed */
/* #3622 — give the header an explicit opaque base + higher stacking so feed
   content scrolling up can never bleed through/over it (was relying on each
   child's own bg; any gap let the game card show over the strip). */
.fp2-header { flex-shrink: 0; position: relative; z-index: 50; background: var(--fp-g1); box-shadow: 0 6px 16px rgba(0,0,0,0.4); }

/* ── VariantBar ──────────────────────────────────────────────────── */
.vb {
  display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center;
  padding: 11px 12px 9px;
  background: linear-gradient(180deg, var(--fp-g1) 0%, rgba(10,13,16,0.94) 100%);
  border-bottom: 1px solid var(--fp-edge);
}
.vb-brand { display: inline-flex; align-items: baseline; gap: 5px; cursor: pointer; }
.vb-mark { font-size: 13px; font-weight: 800; letter-spacing: 0.16em; color: var(--fp-ink); }
.vb-mark b { color: var(--fp-gold); font-weight: 900; }
.vb-sub { font-size: 8px; letter-spacing: 0.22em; color: var(--fp-faint); }
.vb-right { display: flex; align-items: center; gap: 9px; justify-content: flex-end; }
.vb-budget { text-align: right; line-height: 1; }
.vb-budget-lbl { display: block; font-size: 7.5px; letter-spacing: 0.20em; color: var(--fp-faint); margin-bottom: 2px; }
.vb-budget-val {
  font-family: var(--fp-mono); font-size: 14px; font-weight: 700; color: var(--fp-gold-soft); letter-spacing: 0.02em;
  transition: color 220ms, text-shadow 220ms;
}
.vb-budget-val.flash { color: #fff; text-shadow: 0 0 16px rgba(232,200,117,0.85); }
.vb-tix {
  display: inline-flex; align-items: center; gap: 3px;
  background: linear-gradient(180deg, rgba(212,168,67,0.16), rgba(212,168,67,0.05));
  border: 1px solid rgba(232,200,117,0.45); border-radius: 7px; padding: 5px 7px; cursor: pointer; line-height: 1;
  transition: transform 110ms, box-shadow 220ms;
}
.vb-tix:active { transform: scale(0.95); }
.vb-tix-glyph { color: var(--fp-gold-soft); font-size: 11px; }
.vb-tix-n { font-family: var(--fp-mono); font-size: 13px; font-weight: 700; color: var(--fp-gold-soft); }
.vb-tix.flash { box-shadow: 0 0 0 2px rgba(232,200,117,0.5), 0 0 16px rgba(232,200,117,0.5); }
.vb-add {
  width: 30px; height: 30px; border-radius: 8px; cursor: pointer;
  background: rgba(255,255,255,0.04); border: 1px solid var(--fp-edge2); color: var(--fp-gold-soft);
  font-size: 18px; font-weight: 400; display: grid; place-items: center; line-height: 1;
  transition: background var(--fp-std), border-color var(--fp-std);
}
.vb-add:hover { background: rgba(212,168,67,0.14); border-color: rgba(232,200,117,0.4); }

/* ── ContestContextBar (.ccx) ────────────────────────────────────── */
.ccx {
  display: flex; align-items: center; gap: 8px; min-height: 30px; overflow: hidden;
  padding: 6px 11px; background: var(--fp-g1); border-bottom: 1px solid var(--fp-edge);
}
.ccx-live {
  display: inline-flex; align-items: center; gap: 4px; flex-shrink: 0;
  font-size: 8.5px; font-weight: 800; letter-spacing: 0.18em; color: var(--fp-neg);
}
.ccx-live i { width: 5px; height: 5px; border-radius: 50%; background: var(--fp-neg); box-shadow: 0 0 6px var(--fp-neg); animation: fp2-blink 1.6s ease-in-out infinite; }
@keyframes fp2-blink { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }
.ccx-inning {
  font-family: var(--fp-mono); font-size: 10px; font-weight: 700; color: var(--fp-dim);
  flex-shrink: 0; display: inline-flex; align-items: baseline; gap: 3px;
}
.ccx-half { font-size: 7px; letter-spacing: 0.10em; color: var(--fp-faint); }
.ccx-sep { flex: 1; }
.ccx-down { display: inline-flex; align-items: baseline; gap: 5px; flex-shrink: 0; }
.ccx-down-amt { font-family: var(--fp-mono); font-size: 12px; font-weight: 700; color: var(--fp-gold-soft); }
.ccx-down-lbl { font-size: 8.5px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; color: var(--fp-faint); }
.ccx-prem {
  flex-shrink: 0; font-size: 8.5px; font-weight: 800; letter-spacing: 0.14em; color: var(--fp-gold-soft);
  background: rgba(212,168,67,0.12); border: 1px solid rgba(232,200,117,0.45); border-radius: 3px; padding: 2px 5px; line-height: 1;
}
.ccx-entry {
  flex-shrink: 0; font-family: var(--fp-mono); font-size: 8px; font-weight: 700; letter-spacing: 0.06em;
  padding: 2px 5px; border-radius: 3px; line-height: 1; border: 1px solid var(--fp-edge); color: var(--fp-faint); background: rgba(255,255,255,0.03);
}
.ccx-entry.entry-open { color: var(--fp-pos); border-color: rgba(109,186,128,0.4); background: rgba(109,186,128,0.10); }
.ccx-entry.entry-locked { color: var(--fp-dim); border-style: dashed; }

/* matchup score chip pair (shared .ms) */
.ms { display: inline-flex; align-items: center; gap: 5px; flex-shrink: 0; }
.ms-abbr { font-weight: 800; letter-spacing: 0.04em; border-radius: 3px; line-height: 1; display: inline-grid; place-items: center; }
.ms-score { font-family: var(--fp-mono); font-weight: 700; color: var(--fp-ink); line-height: 1; }
.ms-vs { color: var(--fp-faint); font-family: var(--fp-mono); }
.ms-sm .ms-abbr { font-size: 10px; padding: 3px 5px; }
.ms-sm .ms-score { font-size: 11px; }
.ms-sm .ms-vs { font-size: 8px; }
.ms-xs .ms-abbr { font-size: 9px; padding: 2px 4px; }
.ms-xs .ms-score { font-size: 10px; }
.ms-xs .ms-vs { font-size: 7px; }

/* ── ContestHUD (.chud) — the always-visible leaderboard rail ─────── */
.chud {
  display: grid; grid-template-columns: 1fr 1fr auto; gap: 6px; align-items: stretch;
  padding: 7px 8px;
  background: linear-gradient(180deg, var(--fp-g2) 0%, var(--fp-g1) 100%);
  border-bottom: 1px solid var(--fp-edge);
}
.chud-chip {
  position: relative; display: grid; grid-template-rows: auto auto; gap: 3px; align-content: center;
  text-align: left; padding: 7px 9px 7px 11px;
  background: rgba(255,255,255,0.022); border: 1px solid var(--fp-edge); border-radius: 7px;
  cursor: pointer; overflow: hidden; font-family: var(--fp-disp); min-height: 48px;
  transition: background var(--fp-std), border-color var(--fp-std), transform var(--fp-micro), box-shadow var(--fp-std);
}
.chud-chip:hover { background: rgba(255,255,255,0.04); }
.chud-chip:active { transform: scale(0.98); }
.chud-chip::before {
  content: ''; position: absolute; left: 0; top: 6px; bottom: 6px; width: 3px; border-radius: 0 2px 2px 0;
  background: var(--fp-gold); opacity: 0.85;
}
.chud-chip[data-tier="game"]::before { background: var(--fp-blue); }
.chud-chip-top { display: flex; align-items: center; gap: 6px; min-width: 0; }
.chud-glyph { font-size: 11px; line-height: 1; color: var(--fp-gold-soft); flex-shrink: 0; }
.chud-chip[data-tier="game"] .chud-glyph { color: var(--fp-blue-soft); }
.chud-eyebrow { font-size: 9px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fp-dim); white-space: nowrap; }
.chud-badge {
  margin-left: auto; flex-shrink: 0; font-family: var(--fp-mono); font-size: 8px; font-weight: 700;
  letter-spacing: 0.06em; padding: 2px 5px; border-radius: 3px; line-height: 1; white-space: nowrap;
  border: 1px solid var(--fp-edge); color: var(--fp-faint); background: rgba(255,255,255,0.03);
}
.chud-badge.delta-win { color: var(--fp-pos); border-color: rgba(109,186,128,0.35); background: rgba(109,186,128,0.10); }
.chud-badge.delta-loss { color: var(--fp-neg); border-color: rgba(229,115,115,0.35); background: rgba(229,115,115,0.10); }
.chud-badge.entry-open { color: var(--fp-pos); border-color: rgba(109,186,128,0.40); background: rgba(109,186,128,0.10); }
.chud-badge.entry-locked { color: var(--fp-dim); border-style: dashed; }
.chud-rank { display: flex; align-items: baseline; gap: 5px; min-width: 0; }
.chud-rank-ord { font-weight: 800; font-size: 21px; line-height: 0.9; color: var(--fp-ink); display: inline-flex; align-items: baseline; }
.chud-rank-ord sup { font-size: 0.5em; font-weight: 700; margin-left: 1px; color: var(--fp-dim); top: -0.55em; }
.chud-chip[data-tier="game"] .chud-rank-ord { color: var(--fp-blue-soft); }
.chud-rank-field { font-family: var(--fp-mono); font-size: 10px; font-weight: 600; color: var(--fp-faint); letter-spacing: 0.04em; }
.chud-rank-status {
  margin-left: auto; font-family: var(--fp-mono); font-size: 8px; letter-spacing: 0.04em; color: var(--fp-faint);
  text-align: right; line-height: 1.15; max-width: 52%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.chud-rank-status .settle-soft { color: var(--fp-dim); }
.chud-rank-status .gap-pos { color: var(--fp-gold-soft); }
.chud-rank-ord.pulse { animation: chud-rank-pulse 640ms var(--fp-ease); }
@keyframes chud-rank-pulse {
  0% { text-shadow: 0 0 0 rgba(232,200,117,0); transform: translateY(0); }
  30% { text-shadow: 0 0 14px rgba(232,200,117,0.65); transform: translateY(-1px); }
  100% { text-shadow: 0 0 0 rgba(232,200,117,0); transform: translateY(0); }
}
/* leading treatment */
.chud-chip[data-lead="true"] {
  background: linear-gradient(180deg, rgba(212,168,67,0.14) 0%, rgba(212,168,67,0.04) 100%);
  border-color: rgba(232,200,117,0.55); box-shadow: 0 0 0 1px rgba(232,200,117,0.12), 0 6px 18px rgba(0,0,0,0.4);
}
.chud-chip[data-lead="true"]::before { background: linear-gradient(180deg, var(--fp-gold-soft), var(--fp-gold)); opacity: 1; box-shadow: 0 0 10px rgba(232,200,117,0.6); }
.chud-chip[data-lead="true"] .chud-rank-ord { color: var(--fp-gold-soft); text-shadow: 0 0 12px rgba(232,200,117,0.35); }
.chud-crown { display: none; }
.chud-chip[data-lead="true"] .chud-crown { display: inline-block; color: var(--fp-gold-soft); font-size: 10px; margin-left: 4px; animation: chud-crown-bob 2.4s ease-in-out infinite; }
@keyframes chud-crown-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-1.5px); } }
/* settling state (mini) */
.chud-chip[data-state="settling"] { border-color: rgba(232,200,117,0.40); }
.chud-chip[data-state="settling"] .chud-rank-status { color: var(--fp-gold-soft); }
.settling-orb { position: relative; display: inline-flex; width: 11px; height: 11px; align-items: center; justify-content: center; flex-shrink: 0; }
.settling-orb::before, .settling-orb::after {
  content: ''; position: absolute; inset: 0; margin: auto; width: 5px; height: 5px; border-radius: 50%;
  border: 1.5px solid var(--fp-gold-soft); animation: settling-ring 1500ms ease-out infinite;
}
.settling-orb::after { animation-delay: 750ms; }
.settling-orb i { width: 4px; height: 4px; border-radius: 50%; background: var(--fp-gold-soft); box-shadow: 0 0 6px rgba(232,200,117,0.8); }
@keyframes settling-ring { 0% { width: 5px; height: 5px; opacity: 0.8; } 100% { width: 18px; height: 18px; opacity: 0; } }

/* the shared stack chip */
.chud-stack {
  position: relative; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 2px;
  padding: 6px 10px 6px 12px; border: 1px solid var(--fp-edge); border-radius: 7px;
  background: linear-gradient(180deg, rgba(212,168,67,0.08) 0%, rgba(212,168,67,0.02) 100%); min-width: 88px;
}
.chud-stack-lbl { font-size: 8px; font-weight: 800; letter-spacing: 0.20em; color: var(--fp-faint); text-transform: uppercase; line-height: 1; }
.chud-stack-val { font-family: var(--fp-mono); font-size: 19px; font-weight: 700; color: var(--fp-gold-soft); line-height: 1; transition: color 220ms, text-shadow 220ms; }
.chud-stack-val.flash { animation: chud-stack-flash 340ms var(--fp-ease); }
@keyframes chud-stack-flash {
  0% { color: var(--fp-ink); transform: scale(1); }
  35% { color: #fff; text-shadow: 0 0 16px rgba(232,200,117,0.8); transform: scale(1.07); }
  100% { color: var(--fp-gold-soft); text-shadow: 0 0 0 rgba(232,200,117,0); transform: scale(1); }
}
.chud-stack-foot { display: flex; align-items: baseline; gap: 6px; line-height: 1; }
.chud-stack-delta { font-family: var(--fp-mono); font-size: 8px; font-weight: 700; letter-spacing: 0.04em; line-height: 1; }
.chud-stack-delta.up { color: var(--fp-pos); }
.chud-stack-delta.down { color: var(--fp-neg); }
.chud-stack-rank { font-size: 12px; font-weight: 800; color: var(--fp-ink); letter-spacing: 0.02em; }
.chud-stack-rank sup { font-size: 0.55em; font-weight: 700; color: var(--fp-dim); margin-left: 1px; }
.chud-stack-rank .f { font-family: var(--fp-mono); font-size: 8px; color: var(--fp-faint); margin-left: 2px; }

/* slim dual-tier contest-ranking bar, pinned above the wallet */
.chud-bar {
  flex-shrink: 0; display: flex; gap: 7px; padding: 7px 10px;
  background: linear-gradient(180deg, var(--fp-g2) 0%, var(--fp-g1) 100%);
  border-top: 1px solid var(--fp-edge2); position: relative; z-index: 10;
}
.chud-bar .chud-chip { display: inline-flex; align-items: center; gap: 6px; flex: 1; min-height: 0; padding: 6px 9px 6px 11px; }
.chud-bar .chud-chip-top, .chud-bar .chud-rank { display: contents; }
.chud-bar .chud-eyebrow { font-size: 8px; letter-spacing: 0.12em; }
.chud-bar .chud-rank-ord { font-size: 15px; margin-left: auto; }
.chud-bar .chud-rank-field { font-size: 9px; }
.chud-bar .chud-badge { font-size: 7.5px; padding: 1px 4px; margin-left: 0; }
.chud-bar .chud-rank-status { display: none !important; }

/* ── JumpStrip (.js-rail) — the multi-table switcher ─────────────── */
.js-rail {
  /* #3686 — conform to LiveGames Shared Game-Screen Standard table strip:
     single-row 34px chips in a slim ~46px band (was a 40px two-row chip that
     read too thick). Symmetric 6px padding hugs the slim chips. */
  display: flex; align-items: center; gap: 6px; padding: 6px 8px; overflow-x: auto;
  background: var(--fp-g2); border-bottom: 1px solid var(--fp-edge);
  scrollbar-width: none;
}
.js-rail::-webkit-scrollbar { display: none; }
.js-rail-lbl { flex-shrink: 0; font-size: 7.5px; font-weight: 800; letter-spacing: 0.16em; line-height: 1.1; color: var(--fp-faint); text-transform: uppercase; padding-right: 3px; border-right: 1px solid var(--fp-edge); align-self: center; }
.js-pill-rank { font-family: var(--fp-mono); font-size: 8px; font-weight: 700; letter-spacing: 0.02em; color: var(--fp-dim); background: rgba(255,255,255,0.06); border-radius: 3px; padding: 1px 4px; line-height: 1.3; margin-left: 1px; flex-shrink: 0; }
.js-pill-rank.lead { color: var(--fp-gold-soft); background: rgba(212,168,67,0.14); }
.js-pill-rank.live { color: var(--fp-pos); background: rgba(109,186,128,0.14); }
/* off-table mini-cover: a quick P&L/play flash while you're away */
.js-pill-cover {
  position: absolute; inset: 0; border-radius: 6px; display: flex; align-items: center; justify-content: center; gap: 4px;
  background: rgba(10,13,16,0.95); border: 1px solid rgba(232,200,117,0.45);
  font-family: var(--fp-mono); font-size: 9px; font-weight: 600; letter-spacing: 0.04em; color: var(--fp-dim);
  text-transform: uppercase; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 160ms var(--fp-ease); z-index: 4;
}
.js-pill.flashing .js-pill-cover { opacity: 1; }
.js-pill-cover b { font-weight: 700; }
.js-pill-cover b.up { color: var(--fp-pos); }
.js-pill-cover b.down { color: var(--fp-neg); }
.js-pill-cover b.flat { color: var(--fp-faint); }
.js-pill-cover .jc-dice { display: inline-flex; gap: 2px; }
.js-pill-cover .jc-dice .die { width: 13px; height: 13px; border-radius: 3px; }
.js-pill-cover .jc-dice .die .pip { width: 2px; height: 2px; }
.js-pill-cover .jc-evt { font-weight: 700; color: var(--fp-ink); }
.js-pill {
  /* #3686 — conform to Standard: single-row 34px chip (team·score then meta
     inline), was a 40px two-row stack that read too thick in the top bar. */
  position: relative; flex-shrink: 0; display: inline-flex; flex-direction: row; align-items: center; justify-content: center; gap: 8px;
  height: 34px; padding: 0 10px; border-radius: 6px;
  background: rgba(255,255,255,0.025); border: 1px solid var(--fp-edge); cursor: pointer;
  transition: background var(--fp-std), border-color var(--fp-std);
}
.js-pill:hover { background: rgba(255,255,255,0.05); }
.js-pill[data-active="true"] {
  background: linear-gradient(180deg, rgba(212,168,67,0.16), rgba(212,168,67,0.04));
  border-color: rgba(232,200,117,0.5);
}
.js-pill-main { display: inline-flex; align-items: center; gap: 6px; }
.js-pill-meta { display: inline-flex; align-items: center; gap: 5px; }
.jp-inn { font-family: var(--fp-mono); font-size: 8px; font-weight: 700; letter-spacing: 0.04em; color: var(--fp-gold); }
.jp-pt { font-family: var(--fp-mono); font-size: 8px; font-weight: 700; letter-spacing: 0.04em; padding: 1px 4px; border-radius: 3px; line-height: 1.3; }
.jp-pt.on { color: var(--fp-gold-soft); background: rgba(212,168,67,0.14); }
.jp-pt.off { color: var(--fp-faint); background: rgba(255,255,255,0.05); }
.js-pill .js-pill-star { position: absolute; top: 4px; right: 5px; z-index: 2; }
.js-pill-team { display: inline-flex; align-items: center; gap: 4px; }
.js-pill-abbr { font-weight: 800; font-size: 9px; letter-spacing: 0.04em; padding: 2px 4px; border-radius: 3px; line-height: 1; }
.js-pill-score { font-family: var(--fp-mono); font-size: 11px; font-weight: 700; color: var(--fp-ink); line-height: 1; }
.js-pill-vs { font-size: 8px; color: var(--fp-faint); font-family: var(--fp-mono); }
.js-pill.prem { border-color: rgba(232,200,117,0.5); }
.js-pill-star { color: var(--fp-gold-soft); font-size: 9px; }
.js-pill-unseen {
  position: absolute; top: -4px; right: -4px;
  background: var(--fp-gold-soft); color: var(--fp-g1);
  font-family: var(--fp-mono); font-weight: 700; font-size: 8px; min-width: 15px; height: 15px;
  border-radius: 8px; display: grid; place-items: center; padding: 0 3px; border: 1.5px solid var(--fp-g2);
  animation: js-badge-pulse 1.6s ease-in-out infinite;
}
@keyframes js-badge-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(232,200,117,0.5); } 50% { box-shadow: 0 0 0 4px rgba(232,200,117,0); } }
.js-add {
  /* #3686 — match the 34px chip height so the add-tile aligns */
  flex-shrink: 0; width: 34px; height: 34px; border-radius: 6px;
  background: rgba(255,255,255,0.025); border: 1px dashed var(--fp-edge2); color: var(--fp-dim);
  display: grid; place-items: center; cursor: pointer; font-size: 17px; line-height: 1;
  transition: border-color var(--fp-std), color var(--fp-std);
}
.js-add:hover { border-color: rgba(232,200,117,0.5); color: var(--fp-gold-soft); }

/* ════════════════════════════════════════════════════════════════════
   FEED (scrollable, single-open)
   ════════════════════════════════════════════════════════════════════ */
.fp2-feed {
  /* #3622 — bump top padding + scroll-padding so the first row (TonightsTable /
     1st-place leaderboard) can't end up tucked under the fixed header on
     overscroll; position:relative + z-index keeps it stacked BELOW the header. */
  flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; position: relative; z-index: 1;
  padding: 12px 10px 18px; scroll-padding-top: 12px;
  display: flex; flex-direction: column; justify-content: flex-start; gap: 12px;
  background:
    radial-gradient(ellipse 120% 40% at 50% 0%, rgba(212,168,67,0.05) 0%, transparent 55%),
    var(--fp-g1);
  scrollbar-width: thin; scrollbar-color: var(--fp-edge2) transparent;
}
.fp2-feed::-webkit-scrollbar { width: 5px; }
.fp2-feed::-webkit-scrollbar-thumb { background: var(--fp-edge2); border-radius: 3px; }
/* feed children keep their natural height — the FEED scrolls, items never shrink */
.fp2-feed > * { flex-shrink: 0; }

/* add-a-game CTA in the feed */
.fp2-addgame {
  display: flex; align-items: center; gap: 11px; width: 100%; text-align: left;
  padding: 13px 14px; border-radius: 12px; cursor: pointer;
  background: rgba(255,255,255,0.015); border: 1px dashed var(--fp-edge2);
  color: var(--fp-dim); font-family: var(--fp-disp);
  transition: border-color var(--fp-std), color var(--fp-std), background var(--fp-std);
}
.fp2-addgame:hover { border-color: rgba(232,200,117,0.5); background: rgba(212,168,67,0.05); }
.fp2-addgame-plus {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center;
  background: rgba(212,168,67,0.12); border: 1px solid rgba(232,200,117,0.4); color: var(--fp-gold-soft);
  font-size: 19px; line-height: 1;
}
.fp2-addgame-txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.fp2-addgame-txt b { font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fp-gold-soft); }
.fp2-addgame-txt span { font-family: var(--fp-mono); font-size: 8.5px; letter-spacing: 0.04em; color: var(--fp-faint); }

/* mini-cards shelf (other open tables) */
.itc-shelf { display: flex; flex-direction: column; gap: 7px; margin-top: 4px; }
.itc-shelf-head {
  display: flex; align-items: center; gap: 8px; padding: 4px 2px 2px;
  font-size: 10px; font-weight: 800; letter-spacing: 0.20em; text-transform: uppercase; color: var(--fp-faint);
}
.itc-shelf-head::after { content: ''; flex: 1; height: 1px; background: var(--fp-edge); }
.itc-shelf-n { font-family: var(--fp-mono); font-size: 9px; color: var(--fp-dim); background: rgba(255,255,255,0.05); border: 1px solid var(--fp-edge); border-radius: 4px; padding: 1px 5px; }
.itc {
  position: relative; width: 100%; display: flex; flex-direction: column; gap: 6px;
  padding: 9px 32px 9px 12px; background: var(--fp-g2); border: 1px solid var(--fp-edge);
  border-radius: 9px; cursor: pointer; text-align: left; overflow: hidden;
  transition: border-color var(--fp-std), background var(--fp-std), transform var(--fp-micro);
}
.itc:hover { background: var(--fp-g3); border-color: var(--fp-edge2); }
.itc:active { transform: scale(0.99); }
.itc.lead { border-color: rgba(232,200,117,0.40); background: linear-gradient(180deg, rgba(212,168,67,0.08), rgba(212,168,67,0.02)); }
.itc-main { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.itc-id { display: inline-flex; align-items: center; gap: 7px; min-width: 0; }
.itc-prem { color: var(--fp-gold-soft); font-size: 11px; line-height: 1; }
.itc-unseen { font-family: var(--fp-mono); font-size: 8px; font-weight: 700; color: var(--fp-g1); background: var(--fp-gold-soft); border-radius: 4px; padding: 1px 4px; line-height: 1; }
.itc-standing { display: inline-flex; align-items: baseline; gap: 10px; flex-shrink: 0; }
.itc-stack { font-family: var(--fp-mono); font-size: 12px; font-weight: 700; color: var(--fp-gold-soft); line-height: 1; }
.itc-rank { font-size: 16px; font-weight: 800; color: var(--fp-ink); line-height: 0.9; }
.itc-rank sup { font-size: 0.5em; font-weight: 700; color: var(--fp-dim); }
.itc-rank.lead { color: var(--fp-gold-soft); }
.itc-field { font-family: var(--fp-mono); font-size: 8px; color: var(--fp-faint); margin-left: 2px; }
.itc-sub { min-height: 13px; display: flex; align-items: center; }
.itc-meta { display: inline-flex; align-items: center; gap: 8px; min-width: 0; }
.itc-bets { font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fp-faint); }
.itc-point { font-family: var(--fp-mono); font-size: 8.5px; font-weight: 700; letter-spacing: 0.04em; color: var(--fp-gold-soft); background: rgba(212,168,67,0.10); border: 1px solid rgba(212,168,67,0.25); border-radius: 3px; padding: 1px 4px; line-height: 1.2; }
.itc-sep { flex: 1; }
.itc-tiers { font-size: 9px; color: var(--fp-dim); letter-spacing: 0.10em; flex-shrink: 0; }
.itc-live { display: inline-flex; align-items: center; gap: 6px; width: 100%; }
.itc-live-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--fp-neg); box-shadow: 0 0 5px var(--fp-neg); flex-shrink: 0; animation: fp2-blink 1.6s ease-in-out infinite; }
.itc-live-label { font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fp-dim); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.itc-leave {
  position: absolute; top: 0; right: 0; width: 24px; height: 100%; display: grid; place-items: center;
  color: var(--fp-faint); font-size: 10px; border-left: 1px solid var(--fp-edge); cursor: pointer;
}
.itc-leave:hover { color: var(--fp-neg); background: rgba(229,115,115,0.08); }

/* ════════════════════════════════════════════════════════════════════
   OVERLAYS — Leaderboard drawer, Weekly Premium, Add Contest
   ════════════════════════════════════════════════════════════════════ */
.lb-scrim {
  position: absolute; inset: 0; z-index: 1200;
  background: rgba(0,0,0,0.62); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
  display: flex; align-items: flex-end; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 220ms ease;
}
.lb-scrim.open { opacity: 1; pointer-events: auto; }
.lb-drawer {
  width: 100%;
  background: linear-gradient(180deg, var(--fp-g3) 0%, var(--fp-g2) 100%);
  border: 1px solid var(--fp-edge2); border-bottom: 0; border-radius: 18px 18px 0 0;
  box-shadow: 0 -16px 48px rgba(0,0,0,0.6);
  padding: 8px 14px 18px;
  transform: translateY(18px); transition: transform 280ms var(--fp-ease);
  max-height: 92%; overflow-y: auto;
}
.lb-scrim.open .lb-drawer { transform: translateY(0); }
.lb-grip { width: 38px; height: 4px; border-radius: 2px; background: var(--fp-edge2); margin: 2px auto 12px; }
.lb-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.lb-head-tier { display: flex; flex-direction: column; gap: 3px; }
.lb-head-title { display: inline-flex; align-items: center; gap: 7px; font-size: 16px; font-weight: 800; letter-spacing: 0.12em; color: var(--fp-ink); text-transform: uppercase; white-space: nowrap; }
.lb-head-title .chud-glyph { font-size: 13px; }
.lb-drawer[data-tier="game"] .lb-head-title .chud-glyph { color: var(--fp-blue-soft); }
.lb-head-sub { font-family: var(--fp-mono); font-size: 9px; letter-spacing: 0.06em; color: var(--fp-dim); }
.lb-close { flex-shrink: 0; width: 28px; height: 28px; background: rgba(255,255,255,0.04); border: 1px solid var(--fp-edge); border-radius: 6px; color: var(--fp-dim); cursor: pointer; font-size: 13px; display: grid; place-items: center; }
.lb-rule {
  font-size: 9px; font-weight: 700; letter-spacing: 0.18em; color: var(--fp-faint); text-transform: uppercase;
  padding: 6px 0 8px; border-top: 1px dashed var(--fp-edge); display: flex; justify-content: space-between; align-items: center;
}
.lb-rule .glory {
  color: var(--fp-gold); font-family: var(--fp-mono); letter-spacing: 0.10em;
  border: 1px solid rgba(232,200,117,0.4); border-radius: 3px; padding: 2px 5px;
}
.lb-list { display: flex; flex-direction: column; gap: 4px; }
.lb-row { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 10px; padding: 8px 10px; background: rgba(255,255,255,0.018); border: 1px solid var(--fp-edge); border-radius: 7px; }
.lb-rank { font-weight: 800; font-size: 14px; color: var(--fp-dim); text-align: center; line-height: 1; }
.lb-row[data-rank="1"] .lb-rank { color: var(--fp-gold-soft); }
.lb-who { display: flex; align-items: center; gap: 9px; min-width: 0; }
.lb-avatar { width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; font-family: var(--fp-mono); font-size: 9px; font-weight: 700; color: var(--fp-g1); background: var(--fp-dim); }
.lb-handle { font-size: 13px; font-weight: 700; letter-spacing: 0.04em; color: var(--fp-ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lb-handle .lb-you-tag { font-size: 8px; font-weight: 800; letter-spacing: 0.14em; color: var(--fp-g1); background: var(--fp-gold-soft); padding: 1px 4px; border-radius: 3px; margin-left: 6px; vertical-align: middle; }
.lb-metric { font-family: var(--fp-mono); font-size: 14px; font-weight: 700; color: var(--fp-ink); letter-spacing: 0.01em; white-space: nowrap; }
.lb-metric.up { color: var(--fp-pos); }
.lb-metric.down { color: var(--fp-neg); }
.lb-row[data-rank="1"] { background: linear-gradient(180deg, rgba(212,168,67,0.12) 0%, rgba(212,168,67,0.03) 100%); border-color: rgba(232,200,117,0.40); }
.lb-row.lb-you { background: linear-gradient(180deg, rgba(212,168,67,0.10) 0%, rgba(212,168,67,0.02) 100%); border-color: rgba(232,200,117,0.50); box-shadow: 0 0 0 1px rgba(232,200,117,0.10); }
.lb-divider { font-size: 9px; font-weight: 800; letter-spacing: 0.22em; color: var(--fp-faint); text-transform: uppercase; text-align: center; margin: 8px 0 4px; position: relative; }
.lb-divider::before, .lb-divider::after { content: ''; position: absolute; top: 50%; width: 28%; height: 1px; background: var(--fp-edge); }
.lb-divider::before { left: 0; } .lb-divider::after { right: 0; }
.lb-foot { margin-top: 10px; padding-top: 10px; border-top: 1px dashed var(--fp-edge); display: flex; align-items: center; justify-content: space-between; font-size: 10px; letter-spacing: 0.12em; color: var(--fp-dim); text-transform: uppercase; }
.lb-foot b { color: var(--fp-gold-soft); font-weight: 800; }
.lb-empty { text-align: center; padding: 28px 16px; color: var(--fp-faint); font-size: 12px; letter-spacing: 0.06em; }

/* ── Weekly premium modal ────────────────────────────────────────── */
.wp-head-prize { display: inline-flex; flex-direction: column; align-items: flex-end; gap: 1px; }
.as-feat { display: flex; flex-direction: column; gap: 9px; }
.as-feat-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 2px 0; }
.as-feat-eyebrow { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 800; letter-spacing: 0.20em; text-transform: uppercase; color: var(--fp-gold-soft); }
.as-feat-tix { font-size: 9px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fp-faint); }
.as-feat-tix b { font-family: var(--fp-mono); color: var(--fp-gold-soft); font-weight: 700; margin: 0 1px; }
.as-prem { position: relative; overflow: hidden; background: linear-gradient(180deg, rgba(212,168,67,0.13) 0%, rgba(212,168,67,0.03) 100%); border: 1px solid rgba(232,200,117,0.50); border-radius: 11px; padding: 12px 13px; box-shadow: 0 6px 20px rgba(0,0,0,0.35); }
.as-prem.locked { opacity: 0.72; }
.as-prem-glow { position: absolute; top: -40%; right: -10%; width: 160px; height: 160px; background: radial-gradient(circle, rgba(232,200,117,0.22), transparent 70%); pointer-events: none; }
.as-prem-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.as-prem-title { font-size: 16px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: var(--fp-ink); line-height: 1.05; }
.as-prem-prize { flex-shrink: 0; text-align: right; display: inline-flex; flex-direction: column; align-items: flex-end; gap: 1px; font-family: var(--fp-mono); font-size: 17px; font-weight: 700; color: var(--fp-gold-soft); line-height: 1; }
.as-prem-prize-lbl { font-size: 7.5px; font-weight: 800; letter-spacing: 0.22em; color: var(--fp-faint); }
.as-prem-sub { font-size: 11.5px; line-height: 1.35; color: var(--fp-dim); margin: 6px 0 11px; max-width: 90%; }
.as-prem-foot { display: flex; align-items: center; gap: 10px; }
.as-prem-field { font-family: var(--fp-mono); font-size: 9px; color: var(--fp-faint); letter-spacing: 0.04em; }
.as-enter { margin-left: auto; flex-shrink: 0; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fp-g1); background: linear-gradient(180deg, var(--fp-gold-soft), var(--fp-gold)); border: 0; border-radius: 8px; padding: 10px 16px; cursor: pointer; white-space: nowrap; display: inline-flex; align-items: center; gap: 4px; box-shadow: 0 6px 16px rgba(212,168,67,0.3); transition: transform 110ms; }
.as-enter:active { transform: scale(0.96); }
.as-enter:disabled { background: rgba(255,255,255,0.05); color: var(--fp-faint); box-shadow: none; cursor: not-allowed; border: 1px dashed var(--fp-edge2); }
.as-prem-hint { margin-top: 9px; padding-top: 9px; border-top: 1px dashed rgba(232,200,117,0.25); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fp-faint); }

/* weekly leaderboard inside the premium modal */
.wp-board-head { margin: 16px 0 8px; display: flex; align-items: baseline; gap: 8px; font-size: 11px; font-weight: 800; letter-spacing: 0.20em; text-transform: uppercase; color: var(--fp-ink); }
.wp-board-head::after { content: ''; flex: 1; height: 1px; background: var(--fp-edge); align-self: center; }
.wp-board-head .glory { color: var(--fp-gold); font-family: var(--fp-mono); font-size: 8px; letter-spacing: 0.10em; border: 1px solid rgba(232,200,117,0.4); border-radius: 3px; padding: 2px 5px; }

/* ── Add-contest sheet ───────────────────────────────────────────── */
.as-secthead { display: flex; align-items: baseline; gap: 8px; margin: 14px 0 8px; font-size: 11px; font-weight: 800; letter-spacing: 0.20em; text-transform: uppercase; color: var(--fp-ink); }
.as-secthead::after { content: ''; flex: 1; height: 1px; background: var(--fp-edge); align-self: center; }
.as-secthead-sub { font-size: 9px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; color: var(--fp-faint); }
.as-buyin { padding: 4px 0 10px; border-bottom: 1px dashed var(--fp-edge); margin-bottom: 8px; }
.as-buyin-lbl { font-size: 9px; font-weight: 800; letter-spacing: 0.20em; text-transform: uppercase; color: var(--fp-faint); display: block; margin-bottom: 6px; }
.as-buyin-row { display: flex; align-items: center; gap: 6px; }
.as-buyin-opt { font-family: var(--fp-mono); font-size: 11px; font-weight: 700; color: var(--fp-dim); background: rgba(255,255,255,0.03); border: 1px solid var(--fp-edge); border-radius: 7px; padding: 7px 12px; cursor: pointer; transition: all 140ms; }
.as-buyin-opt.on { color: var(--fp-g1); background: var(--fp-gold-soft); border-color: var(--fp-gold-soft); }
.as-wallet { margin-left: auto; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fp-faint); }
.as-wallet b { font-family: var(--fp-mono); color: var(--fp-gold-soft); font-weight: 700; }
.as-list { display: flex; flex-direction: column; gap: 7px; }
.as-row { background: rgba(255,255,255,0.018); border: 1px solid var(--fp-edge); border-radius: 9px; padding: 9px 11px; display: flex; flex-direction: column; gap: 9px; }
.as-row-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.as-row-meta { font-family: var(--fp-mono); font-size: 8.5px; color: var(--fp-faint); letter-spacing: 0.04em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.as-row-ctl { display: flex; align-items: center; gap: 8px; }
.as-tier { display: inline-flex; background: rgba(255,255,255,0.03); border: 1px solid var(--fp-edge); border-radius: 7px; padding: 2px; gap: 2px; }
.as-tier-opt { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 800; letter-spacing: 0.10em; text-transform: uppercase; color: var(--fp-dim); background: transparent; border: 0; border-radius: 5px; padding: 6px 9px; cursor: pointer; transition: all 140ms; font-family: var(--fp-disp); }
.as-tier-opt.on { color: var(--fp-g1); background: var(--fp-gold-soft); }
.as-tier-glyph { font-size: 9px; }
.as-add { margin-left: auto; flex-shrink: 0; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fp-g1); background: linear-gradient(180deg, var(--fp-gold-soft), var(--fp-gold)); border: 0; border-radius: 7px; padding: 9px 14px; cursor: pointer; transition: transform 110ms; white-space: nowrap; font-family: var(--fp-disp); }
.as-add:active { transform: scale(0.96); }
.as-add:disabled { opacity: 0.4; cursor: not-allowed; background: rgba(255,255,255,0.06); color: var(--fp-faint); }

@media (prefers-reduced-motion: reduce) {
  .ccx-live i, .itc-live-dot, .js-pill-unseen, .settling-orb::before, .settling-orb::after,
  .chud-crown, .chud-rank-ord.pulse, .chud-stack-val.flash, .vb-tix.flash { animation: none !important; }
}
