:root[data-theme="midnight"] {
  --brand-primary: #5b5cf0;
  --brand-secondary: #0ea5e9;
  --brand-accent: #7c3aed;

  --bg-app: #0a0f1d;
  --bg-sidebar: #0b1020;
  --bg-surface: #11182a;
  --bg-card: #172133;

  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --text-soft: #cbd5e1;
}