/* ===========================================
   BUZZMART - LIGHT THEME OVERRIDE
   Diaktifkan lewat [data-theme="light"] di <html>
   =========================================== */

[data-theme="light"] {
  --bg-base: #fffdf7;
  --bg-surface: #fff8e3;
  --bg-card: #ffffff;
  --bg-card-hover: #fffaf0;

  --text-primary: #2b2308;
  --text-secondary: #6b5d3a;
  --text-muted: #a89968;

  --border-gold: rgba(180, 140, 0, 0.25);
  --border-gold-strong: rgba(180, 140, 0, 0.5);
  --glow-gold: 0 0 16px rgba(230, 168, 0, 0.25);
  --glow-gold-soft: 0 0 10px rgba(230, 168, 0, 0.15);

  --gold-deep: #C68E00;
}

[data-theme="light"] body {
  background-image:
    radial-gradient(circle at 15% 0%, rgba(255, 215, 0, 0.10) 0%, transparent 45%),
    radial-gradient(circle at 85% 100%, rgba(255, 165, 0, 0.08) 0%, transparent 45%);
}

[data-theme="light"] .hero-title {
  background: linear-gradient(135deg, #8B6508, var(--gold-deep) 60%, #6b4d00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-theme="light"] .btn-buy,
[data-theme="light"] .btn-full-gold,
[data-theme="light"] .cart-icon-btn,
[data-theme="light"] .filter-tab.active {
  color: #fff;
}

[data-theme="light"] .footer-staff-access {
  color: var(--bg-surface);
}

[data-theme="light"] .modal-overlay {
  background: rgba(120, 110, 80, 0.4);
}

[data-theme="light"] ::placeholder {
  color: var(--text-muted);
  opacity: 0.7;
}
