/* ── Design tokens ──────────────────────────────────────────────────────────── */
:root{
  --bg:#070c14;
  --s1:#0c1423;
  --s2:#111d2e;
  --s3:#162338;
  --b1:rgba(255,255,255,.06);
  --b2:rgba(255,255,255,.1);
  --accent:#38bdf8;
  --accent-d:#0284c7;
  --green:#34d399;
  --yellow:#fbbf24;
  --red:#f87171;
  --indigo:#818cf8;
  --text:#e2eaf8;
  --text2:#8fa3bf;
  --muted:#4a607a;
  --r:8px;
  --r2:12px;
  --shadow:0 0 0 1px rgba(255,255,255,.05),0 8px 32px rgba(0,0,0,.5);
}
