/* ───────────────────────── DESIGN TOKENS ─────────────────────────
   Final values from the design handoff. The prototype's "Tweaks"
   variables (--glow multiplier, alternate accents/fonts) are baked
   in at their chosen defaults. */
:root{
  --bg:#0d0a11;            /* page background (near-black aubergine) */
  --bg-2:#16101f;          /* secondary bg */
  --card:#171120;          /* card background */
  --card-2:#120d1a;        /* inner/thumb background */
  --outline:#120c1a;       /* dark glyph stroke around bubble type */
  --text:#f4eff8;          /* primary text */
  --muted:#a99cba;         /* muted text */
  --muted-2:#6f6480;       /* most-muted text */
  --lime:#b6f23c;          /* primary accent (CTAs, live) */
  --coral:#f7566f;         /* secondary accent */
  --gold:#ffb52e;          /* eyebrows, links */
  --border:rgba(255,255,255,.14);
  --border-strong:rgba(255,255,255,.34);
  --display:'Baloo 2';     /* display / "bubble" font */
  --maxw:1160px;
}
