:root {
  --bg: #0f172a;
  --panel: #111827;
  --surface: #1f2937;
  --surface-2: #243042;
  --text: #e5eefb;
  --muted: #9fb0c7;
  --border: rgba(255,255,255,.08);
  --accent: #22c55e;
  --danger: #ef4444;
  --warning: #f59e0b;
  --shadow: 0 20px 60px rgba(0, 0, 0, .28);
  --radius: 16px;
}
