/* Midnight Blue — deep navy professional */
:root[data-theme="midnight"] {
  --bg: #0f172a;
  --bg2: #1e293b;
  --bg3: #334155;
  --border: #475569;
  --text: #cbd5e1;
  --text-muted: #94a3b8;
  --text-subtle: #64748b;
  --green: #059669;
  --green-light: #10b981;
  --yellow: #d97706;
  --yellow-light: #f59e0b;
  --red: #dc2626;
  --red-light: #ef4444;
  --blue: #0ea5e9;
  --blue-light: #38bdf8;
  --purple: #818cf8;
  --pink: #f472b6;
}
