/* ===== LIGHT THEME ===== */
[data-theme="light"] {
  --bg-primary: #f8f5f0;
  --bg-secondary: #ffffff;
  --bg-card: #ffffff;
  --bg-nav: #ffffff;
  --text-primary: #1a1a2e;
  --text-secondary: #4a4a6a;
  --text-muted: #8888aa;
  --accent: #c0392b;
  --accent-2: #e74c3c;
  --accent-light: #fdecea;
  --border: #e8e3dc;
  --shadow: 0 4px 24px rgba(0,0,0,0.08);
  --shadow-hover: 0 12px 40px rgba(0,0,0,0.14);
  --nav-shadow: 0 2px 20px rgba(0,0,0,0.08);
  --hero-overlay: rgba(10,10,30,0.55);
  --notice-bg: #fff9f9;
  --notice-border: #e74c3c;
  --footer-bg: #1a1a2e;
  --footer-text: #ccc;
  --quick-bg: linear-gradient(135deg,#fff9f9 0%,#fff3f3 100%);
  --stat-color: #c0392b;
  --badge-bg: #c0392b;
  --subject-math: #e74c3c;
  --subject-science: #27ae60;
  --subject-english: #2980b9;
  --subject-hindi: #8e44ad;
  --subject-marathi: #e67e22;
  --subject-evs: #16a085;
  --input-bg: #f8f5f0;
  --table-header: #c0392b;
  --present-color: #27ae60;
  --absent-color: #e74c3c;
  --pass-color: #27ae60;
  --fail-color: #e74c3c;
}
