/* ── DESIGN TOKENS ── */
:root {
  --accent:       #1a6fff;
  --highlight:    #00d4ff;
  --success:      #00ff99;
  --proj:         #1a6fff;
  --proj-rgb:     26,111,255;
  --bg-deep:      #060c18;
  --bg-card:      #0b1425;
  --bg-panel:     #081020;
  --border:       #152240;
  --border-bright:#1e3460;
  --text:         #cce0ff;
  --text-dim:     #4d6a99;
  --text-muted:   #2a3d5e;
  --glow-a:       rgba(26,111,255,.35);
}
