:root{
  --bg:#050b14;
  --panel:#081426;
  --panel2:#0c1728;
  --panel3:#101d31;
  --line:rgba(148,163,184,.18);
  --line2:rgba(148,163,184,.10);
  --text:#f8fafc;
  --muted:#94a3b8;
  --purple:#7c3aed;
  --purple2:#a855f7;
  --green:#00e887;
  --red:#ff4d57;
  --yellow:#facc15;
  --blue:#38bdf8;
  --shadow:0 24px 80px rgba(0,0,0,.36);
  --radius:16px;
}


body.theme-blue{
  --purple:#2563eb;
  --purple2:#38bdf8;
  --green:#22c55e;
}
body.theme-green{
  --purple:#059669;
  --purple2:#34d399;
  --green:#22c55e;
}
body.theme-gold{
  --purple:#d97706;
  --purple2:#facc15;
  --green:#22c55e;
}
body.theme-red{
  --purple:#dc2626;
  --purple2:#fb7185;
  --green:#22c55e;
}
body.theme-mono{
  --purple:#475569;
  --purple2:#94a3b8;
  --green:#22c55e;
}
