/* ================= DARK THEME ================= */

html[data-theme="dark"] {
  --bg: #0b0f19;
  --panel: #151b2d;
  --border: #1f2940;
  --text: #e5e9f0;

  --accent: #3a7afe;
  --accent2: #33d17a;

  --radius: 12px;
  --shadow: 0 6px 16px rgba(0,0,0,0.35);

  --nav-height: 60px;
}
