/* Design tokens — verbatim from docs/DESIGN.md. Keep diffable against the doc;
   nothing else belongs in this file. */
:root{
  --bg:#0b0c0e; --surface:#14161a; --raised:#1a1d22; --hairline:rgba(255,255,255,.07);
  --ink:#ece9e2; --ink-2:#a4a19a; --ink-3:#6d6a63;
  --accent:#e8a33d; --accent-ink:#181004;   /* CTA, stars, streaks, top-3 */
  --danger:#e66767;                          /* RESERVED: slipping/missed/overdue only */
  --a-arc:#3987e5; --a-tinker:#d95926; --a-rejobs:#199e70; --a-learn:#c98500;
  --a-health:#d55181; --a-automato:#9085e9; --a-personal:#8a8f98;
  --serif: ui-serif,"New York","Iowan Old Style",Georgia,serif;
  --sans: -apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",Inter,system-ui,sans-serif;
  --mono: ui-monospace,"SF Mono",Menlo,Consolas,monospace;
}
