:root, .theme-midnight {
  --bg: #030712;
  --surface: #0b0f19;
  --card: #111827;
  --text: #f8fafc;
  --muted: #7f8ea3;
  --primary: #818cf8;
  --primary-hover: #6366f1;
  --border: #1f2937;
  --danger: #f43f5e;
  --radius: 14px;
  --shadow: 0 20px 40px -15px rgba(0,0,0,0.7), 0 0 50px -10px rgba(99, 102, 241, 0.08);
  --font-main: 'Outfit', 'Inter', system-ui, sans-serif;
}

.theme-light {
  --bg: #f5f3ff;
  --surface: #ffffff;
  --card: #ffffff;
  --text: #1e1b4b;
  --muted: #6b7280;
  --primary: #6366f1;
  --primary-hover: #4f46e5;
  --border: #e0d7ff;
  --danger: #ef4444;
  --radius: 14px;
  --shadow: 0 20px 40px -15px rgba(99, 102, 241, 0.1), 0 0 50px -10px rgba(99, 102, 241, 0.05);
  --font-main: 'Outfit', 'Inter', system-ui, sans-serif;
}

.theme-pink {
  --bg: #1e1124;
  --surface: #2b1736;
  --card: #351c42;
  --text: #fdf2f8;
  --muted: #c084fc;
  --primary: #f472b6;
  --primary-hover: #db2777;
  --border: #4d2361;
  --danger: #f43f5e;
  --radius: 14px;
  --shadow: 0 20px 40px -15px rgba(0,0,0,0.7), 0 0 50px -10px rgba(244, 114, 182, 0.08);
  --font-main: 'Outfit', 'Inter', system-ui, sans-serif;
}

.theme-emerald {
  --bg: #022c22;
  --surface: #064e3b;
  --card: #065f46;
  --text: #ecfdf5;
  --muted: #34d399;
  --primary: #10b981;
  --primary-hover: #059669;
  --border: #0d5843;
  --danger: #f43f5e;
  --radius: 14px;
  --shadow: 0 20px 40px -15px rgba(0,0,0,0.7), 0 0 50px -10px rgba(16, 185, 129, 0.08);
  --font-main: 'Outfit', 'Inter', system-ui, sans-serif;
}

.theme-amethyst {
  --bg: #110c26;
  --surface: #1b133b;
  --card: #241a4f;
  --text: #faf5ff;
  --muted: #a78bfa;
  --primary: #c084fc;
  --primary-hover: #a855f7;
  --border: #2d1f66;
  --danger: #f43f5e;
  --radius: 14px;
  --shadow: 0 20px 40px -15px rgba(0,0,0,0.7), 0 0 50px -10px rgba(192, 132, 252, 0.08);
  --font-main: 'Outfit', 'Inter', system-ui, sans-serif;
}
