/* Deadline Cognitive Benchmark — design tokens
   Source of truth: Active/deadline/research/BRAND.md + homepage-redesign lab aesthetic.
   Brutal-editorial / performance-lab: dark, red accent, mono technical labels, hard edges. */
:root{
  /* palette */
  --bg:#07080A;
  --bg-2:#0E1013;
  --panel:#0B0D10;
  --ink:#F4F5F2;
  --muted:#9A9E98;
  --faint:rgba(255,255,255,.5);
  --line:rgba(255,255,255,.08);
  --line-2:rgba(255,255,255,.14);

  /* brand red — brand #FE290D, lab accent #FF453A */
  --acc:#FF453A;
  --acc-brand:#FE290D;
  --acc-dim:rgba(255,69,58,.14);
  --acc-glow:rgba(255,69,58,.5);

  /* semantic game states */
  --go:#27E08A;          /* reaction "go" green */
  --go-dim:rgba(39,224,138,.16);
  --wait:#B91E09;        /* reaction "wait" deep red */
  --warn:#FFB020;

  /* type */
  --font-display:"Space Grotesk", system-ui, -apple-system, Segoe UI, sans-serif;
  --font-body:"Inter", system-ui, -apple-system, Segoe UI, sans-serif;
  --font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  /* spacing / shape */
  --maxw:1100px;
  --radius:14px;
  --radius-sm:10px;
  --gap:18px;

  /* motion */
  --t-fast:.14s;
  --t-med:.24s;
}
