/* The Daily Escape — shared design tokens.
   Single source of truth for the pages on the canonical dark/gold palette: the hub + Cadence.
   Compass keeps its own :root (a slightly different gold + near-black starfield palette) and Era
   keeps its own (a light/dark variable structure kept for reversibility), so they are intentionally
   not wired to this file. Game-specific colours (Cadence's tile greens, Era's proximity bands)
   also live in their own files. */
:root{
  --bg:#070b15;                     /* page base, under each screen's own gradient */
  --fg:#f3f1e9;                     /* primary text */
  --muted:#9fb0d0;                  /* secondary text */
  --line:rgba(255,255,255,0.08);    /* hairline border */
  --line2:rgba(255,255,255,0.14);   /* stronger border */
  --surface:#141d33;                /* card surface */
  --accent:#e6c463; --gold:#e6c463; /* gold accent (two names, same value) */
  --gold-deep:#c49a31; --gold-lt:#ecca6c; --gold-mid:#c8a64e; --word:#f0d987;
  --good:#5fce7e; --bad:#ff6f61;
  --compass:#ecc15a; --cadence:#6aaa64; --era:#d98a4f; /* per-game icon accents */
}
