:root {
  --color-bg: #0f172a;
  --color-panel: #1e293b;
  --color-panel-dark: #111a2e;
  --color-card: #334155;
  --color-border: #475569;
  --color-text-primary: #f1f5f9;
  --color-text-secondary: #cbd5e1;
  --color-text-muted: #94a3b8;
  --color-muted: #64748b;
  --color-blue: #60a5fa;
  --color-blue-dark: #1d4ed8;
  --color-blue-deep: #1e40af;
  --color-blue-mid: #3b82f6;
  --color-blue-light: #2563eb;
  --color-green: #10b981;
  --color-green-soft: #34d399;
  --color-amber: #f59e0b;
  --color-gold: #fbbf24;
  --color-success: #22c55e;
}

.theme-dark {
  --color-bg: #0f172a;
  --color-panel: #111a2e;
  --color-card: #1e293b;
}

.theme-midnight {
  --color-bg: #020617;
  --color-panel: #0f172a;
  --color-card: #1e293b;
}
