/* Shared color tokens for the dark theme used across every page.
   Extracted from ~14 identical inline :root{} redeclarations so browsers
   cache this once instead of re-parsing the same ~230 bytes per page. */
:root{
  --bg:#000;--bg-2:#0c0c0d;--cell:#0e0e10;--line:#1c1c1f;
  --white:#f4f3f0;--dim:#78766f;--dim-2:#8a877f;--gold:#c9a13f;--gold-2:#b89a3c;
}
