:root{
  --bg:#0b1020;
  --panel:#0f1730;
  --card:#111b36;
  --card2:#0f1833;
  --text:#e7ecff;
  --muted:#b7c0e6;
  --faint:#7f8bbd;
  --border:rgba(255,255,255,.10);
  --accent:#7aa2ff;
  --accent2:#5eead4;
  --warn:#fbbf24;
  --bad:#fb7185;
  --good:#34d399;
  --shadow:0 12px 30px rgba(0,0,0,.35);
  --radius:16px;
}
