/* Design tokens - copied verbatim from docs/design/REDESIGN_BRIEF.md
   section 1 (same values as docs/design/sputnik-hero.html). Do not
   hand-edit values here without updating that brief too. */
:root{
  --bg:#050507; --bg2:#0b0c12; --surface:#0f1017; --line:#1e2029; --line2:#2a2d3a;
  --text:#f2f3f7; --muted:#9a9fac; --dim:#7a8090;
  --accent:#5e6ad2; --accent2:#8b7cf6; --accent-soft:rgba(94,106,210,.16);
  --ok:#3ecf8e; --warn:#f2b45c; --danger:#eb5757;
  --sans:"Instrument Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
  --r-sm:9px; --r-md:14px; --r-lg:18px; --r-xl:32px;
}
