[data-theme="light"] {
  --bg: #faf7f4;
  --bg-card: #ffffff;
  --bg-card2: #f3eff9;
  --card: #ffffff;
  --card2: #f3eff9;
  --text: #1a0f1e;
  --text-muted: rgba(26,15,30,0.45);
  --muted: rgba(26,15,30,0.45);
  --nav-bg: rgba(250,247,244,0.97);
  --topbar-bg: rgba(250,247,244,0.97);
  --border-subtle: rgba(26,15,30,0.08);
  --border2: rgba(26,15,30,0.08);
  --gold: #a67830;
  --purple: #6a4db5;
  --pink: #a03468;
  --green: #2d8a60;
}

[data-theme="light"] html,
[data-theme="light"] body {
  background: #faf7f4 !important;
  color: #1a0f1e !important;
}

/* Override hardcoded dark backgrounds on ALL elements */
[data-theme="light"] *:not(nav):not(.bottom-nav):not(.topbar):not(svg):not(path):not(circle):not(line):not(polyline):not(rect):not(polygon) {
  border-color: inherit;
}

[data-theme="light"] .topbar,
[data-theme="light"] .bottom-nav {
  background: rgba(250,247,244,0.97) !important;
  border-color: rgba(26,15,30,0.08) !important;
}

/* Every card variant */
[data-theme="light"] .card,
[data-theme="light"] .technique-card,
[data-theme="light"] .hub-card,
[data-theme="light"] .section-card,
[data-theme="light"] .aff-card,
[data-theme="light"] .mantra-card,
[data-theme="light"] .session-card,
[data-theme="light"] .streak-card,
[data-theme="light"] .goal-card,
[data-theme="light"] .insight-card,
[data-theme="light"] .win-card,
[data-theme="light"] .pod-card,
[data-theme="light"] .info-card,
[data-theme="light"] .player-card,
[data-theme="light"] .event-card,
[data-theme="light"] .replay-card,
[data-theme="light"] .data-card,
[data-theme="light"] .stat-card,
[data-theme="light"] .checkin-item,
[data-theme="light"] .entry-card,
[data-theme="light"] .sound-card,
[data-theme="light"] .session-active,
[data-theme="light"] .about-card,
[data-theme="light"] .summary-card,
[data-theme="light"] .complete-card,
[data-theme="light"] .related-card,
[data-theme="light"] .next-live,
[data-theme="light"] .idea-card,
[data-theme="light"] .shelf-item,
[data-theme="light"] .clues-list,
[data-theme="light"] .row {
  background: #ffffff !important;
  border-color: rgba(26,15,30,0.1) !important;
  box-shadow: 0 1px 8px rgba(26,15,30,0.06) !important;
}

/* Override hardcoded #0f0e17 and #13111e backgrounds */
[data-theme="light"] [style*="background:#0f0e17"],
[data-theme="light"] [style*="background: #0f0e17"],
[data-theme="light"] [style*="background:#13111e"],
[data-theme="light"] [style*="background:#06050a"],
[data-theme="light"] [style*="background: #06050a"] {
  background: #ffffff !important;
}

/* Override gradient card backgrounds */
[data-theme="light"] [style*="linear-gradient"] {
  background: #f3eff9 !important;
}

/* Text colors */
[data-theme="light"] .nav-item { color: rgba(26,15,30,0.35) !important; }
[data-theme="light"] .back-btn { color: rgba(26,15,30,0.5) !important; }
[data-theme="light"] .back-btn svg { stroke: #1a0f1e !important; }
[data-theme="light"] .topbar-title { color: #1a0f1e !important; }
[data-theme="light"] .row-label { color: #1a0f1e !important; }
[data-theme="light"] .card-body,
[data-theme="light"] .technique-tagline,
[data-theme="light"] .hero-sub,
[data-theme="light"] .section-title { color: rgba(26,15,30,0.55) !important; }

/* Hide dark decorative elements */
[data-theme="light"] .stars,
[data-theme="light"] .star,
[data-theme="light"] .glow,
[data-theme="light"] .glow-1,
[data-theme="light"] .glow-2 { display: none !important; }

/* Inputs */
[data-theme="light"] input,
[data-theme="light"] textarea,
[data-theme="light"] select {
  background: rgba(26,15,30,0.04) !important;
  border-color: rgba(26,15,30,0.1) !important;
  color: #1a0f1e !important;
}
[data-theme="light"] input::placeholder,
[data-theme="light"] textarea::placeholder { color: rgba(26,15,30,0.3) !important; }

/* Pills and tags */
[data-theme="light"] .pill,
[data-theme="light"] .pattern-pill {
  background: rgba(26,15,30,0.04) !important;
  border-color: rgba(26,15,30,0.1) !important;
  color: rgba(26,15,30,0.5) !important;
}

/* Progress bars */
[data-theme="light"] .progress-track { background: rgba(26,15,30,0.08) !important; }

/* Modals */
[data-theme="light"] .modal-sheet { background: #ffffff !important; }
[data-theme="light"] .modal-overlay { background: rgba(26,15,30,0.5) !important; }

/* Crossword */
[data-theme="light"] .cell.white { background: #ffffff !important; border-color: rgba(106,77,181,0.2) !important; }
[data-theme="light"] .cell.black { background: #1a0f1e !important; }
[data-theme="light"] .cell-letter { color: #1a0f1e !important; }
