/* ============================================================
   BRAND TOKENS — the values every surface shares.
   Loaded before each page stylesheet, which then maps these
   primitives onto its own semantic layer: the landing page is
   graphite, the whitepaper is paper, the 404 is graphite again.
   Anything that differs per surface stays in that surface's file.

   Legend (fixed, reused site-wide):
     gold   = the currency, escrow, prize pool
     ember  = players and entry fees; "Coming Soon" forge status
     teal   = winners and payouts; "Live" status
     violet = developer share, Dungeon Labs; "Teaser" status
   ============================================================ */
:root{
  /* --- grounds --- */
  --p-graphite-950:#101216;
  --p-graphite-900:#15181e;
  --p-graphite-800:#20252f;

  /* --- inks --- */
  --p-white:#f2f0ea;
  --p-mist-300:#9aa0a8;
  --p-paper-200:#d9d5cc;
  --p-paper-100:#e9e6df;
  --p-ink-warm:#26221b;
  --p-ink-warm-mut:#5c554a;

  /* --- gold --- */
  --p-gold-160:#f7dfa0;
  --p-gold-300:#e3b34c;
  --p-gold-500:#c08c22;
  --p-gold-700:#8a5f0a;
  --p-gold-ink:#171204;

  /* --- legend --- */
  --p-ember-700:#a83e22;
  --p-teal-700:#1e6f5d;
  --p-violet-700:#65479e;

  /* --- lines --- */
  --p-line-cool:rgba(210,220,235,.14);

  /* --- motion --- */
  --ease-out:cubic-bezier(.22,1,.36,1);
  --motion-fast:120ms;
}
