/* Monday BS — shared design tokens. Single source of truth for every page.
   COLOUR DISCIPLINE (per design review):
     gold / cream = the league + all ordinary UI
     ghost-green  = ONLY when Meff is speaking
     red          = ONLY for cursed / dangerous things
   If green or red creeps into neutral UI, the semantics collapse. Don't. */
:root{
  --bg:#0b0a08; --bg2:#151310; --card:#1b1915; --line:#33302a;
  --gold:#e8b84b; --gold2:#f6d67e; --gold3:#9c7a1e;
  --green:#3ef29b; --ghost:#7dffb8; --red:#ff5a63;
  --ink:#f6f3ec; --dim:#a89f8d; --paper:#f3ead6; --paper-ink:#3a3226;
  --slab:'Alfa Slab One',Impact,'Arial Black',serif;
  --cond:'Barlow Condensed','Arial Narrow',system-ui,sans-serif;
  --shadow:0 18px 44px rgba(0,0,0,.6);
}
