/* tokens.css (from style.css L1-L16) */
/* ======================================================
   ROOT THEME VARIABLES
====================================================== */

:root{
  --bg: #070a0f;          
  --panel: #0b1220;       
  --text: #e8f7ff;        
  --muted: rgba(232,247,255,.72);
  --cyan: #00e6ff;        
  --cyan2:#00b3ff;        
  --line: rgba(0,230,255,.28);
  --glow: 0 0 12px rgba(0,230,255,.35), 0 0 32px rgba(0,179,255,.18);
}


