/* ============================================================
   KEY4GAMES — design tokens (single source of truth)
   ============================================================ */
:root{
  --bg:#0b0d15;
  --bg2:#0e111c;
  --panel:#141828;
  --panel2:#181d31;
  --line:rgba(255,255,255,.07);
  --line2:rgba(255,255,255,.12);
  --text:#eef0f8;
  --muted:#8e94ab;          /* secondary text (WCAG AA on --bg) */
  --dim:#838ca9;            /* tertiary text / placeholders — raised from prototype #5b6178 to meet WCAG AA */
  --violet:#8b5cf6;
  --fuchsia:#e14bc8;
  --ice:#59d0ff;
  --solar:#ffc24b;
  --grad:linear-gradient(120deg,#8b5cf6,#e14bc8);
  --radius:14px;
  --shadow:0 20px 50px -20px rgba(0,0,0,.6);
  --glow:0 0 0 1px rgba(139,92,246,.35), 0 14px 40px -14px rgba(139,92,246,.35);
  --header-h:70px;          /* sticky offset reference */
}
