html[data-theme="light"] {
  --bg: #f4f0e8;
  --bg2: #ebe7df;
  --panel: rgba(255,255,255,0.82);
  --panel-2: rgba(255,255,255,0.74);
  --sur: rgba(255,255,255,0.82);
  --sur2: rgba(255,255,255,0.92);
  --bdr: rgba(25,30,36,0.12);
  --bdr2: rgba(25,30,36,0.18);
  --txt: #161b21;
  --txt2: #3c444e;
  --muted: #69727c;
  --shadow: rgba(17,22,28,0.14);
}

html[data-theme="light"] body {
  background:
    radial-gradient(circle at 16% 18%, rgba(255,77,28,0.12), transparent 26%),
    radial-gradient(circle at 84% 12%, rgba(77,159,255,0.10), transparent 24%),
    linear-gradient(180deg, #f8f4ec 0%, #f1ece4 100%);
  color: var(--txt);
}

html[data-theme="light"] body::before {
  opacity: 0.14;
}

html[data-theme="light"] #stage::before {
  background:
    linear-gradient(90deg, rgba(244,238,229,0.78) 0%, rgba(244,238,229,0.48) 38%, rgba(244,238,229,0.18) 62%, rgba(244,238,229,0.72) 100%),
    linear-gradient(180deg, rgba(244,238,229,0.06) 0%, rgba(244,238,229,0.34) 100%);
}

html[data-theme="light"] .site-nav .site-nav-inner,
html[data-theme="light"] .nav-inner,
html[data-theme="light"] .nav-bar,
html[data-theme="light"] .footer-inner,
html[data-theme="light"] .scene-hud,
html[data-theme="light"] .note-card,
html[data-theme="light"] .profile-card,
html[data-theme="light"] .form-section,
html[data-theme="light"] .sub-card,
html[data-theme="light"] .guide-card,
html[data-theme="light"] .role-card,
html[data-theme="light"] .smart-card,
html[data-theme="light"] .tip-card,
html[data-theme="light"] .email-status-card,
html[data-theme="light"] .notif-pref-card {
  background: var(--panel);
  border-color: var(--bdr);
  box-shadow: 0 20px 54px var(--shadow);
}

html[data-theme="light"] .site-nav .site-nav-links a,
html[data-theme="light"] .nav-links a,
html[data-theme="light"] .footer-copy,
html[data-theme="light"] .footer-link,
html[data-theme="light"] .page-lead,
html[data-theme="light"] .status-hint,
html[data-theme="light"] .status-meta {
  color: var(--muted);
}

html[data-theme="light"] .site-nav .site-nav-links a:hover,
html[data-theme="light"] .site-nav .site-nav-links a.is-active,
html[data-theme="light"] .nav-links a:hover,
html[data-theme="light"] .footer-link:hover {
  color: var(--txt);
}

html[data-theme="light"] .site-nav .site-nav-links a.is-active {
  color: var(--acc);
}

html[data-theme="light"] .site-logo,
html[data-theme="light"] .logo,
html[data-theme="light"] .footer-logo {
  color: var(--txt);
}

html[data-theme="light"] .hero-title {
  color: #1a1e24;
}

html[data-theme="light"] .hero-sub {
  color: #3c444e;
}

html[data-theme="light"] .point-body {
  color: #2c3340;
}

html[data-theme="light"] .point-kicker {
  color: var(--acc);
}

html[data-theme="light"] .hero-note {
  color: #69727c;
}

html[data-theme="light"] .hero-pill {
  color: #2c3340;
  background: rgba(25,30,36,0.06);
  border-color: rgba(25,30,36,0.12);
}

html[data-theme="light"] .hero-title .outline {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(26,30,36,0.38);
}

html[data-theme="light"] .hero-title .acc {
  color: var(--acc);
}

html[data-theme="light"] .point {
  background: rgba(255,255,255,0.62);
  border-color: rgba(25,30,36,0.10);
  backdrop-filter: blur(14px);
}

html[data-theme="light"] .eyebrow {
  color: var(--acc);
}

html[data-theme="light"] .hero-footer .hero-pill .swatch {
  background: linear-gradient(135deg, var(--acc), var(--gold));
}

html[data-theme="light"] .zr-input,
html[data-theme="light"] .zr-select {
  color: #111;
  background: rgba(255,255,255,0.92);
  border-color: rgba(255,255,255,0.78);
}

html[data-theme="light"] .zr-input::placeholder {
  color: rgba(17,17,17,0.58);
}

html[data-theme="light"] .hero-rail .card-kicker,
html[data-theme="light"] .hero-rail .card-title,
html[data-theme="light"] .hero-rail .card-sub,
html[data-theme="light"] .hero-rail .form-fine,
html[data-theme="light"] .hero-rail .form-switch,
html[data-theme="light"] .hero-rail .card-divider {
  color: #111;
}

html[data-theme="light"] .hero-rail .form-status {
  color: #111;
}

html[data-theme="light"] .hero-rail .zr-btn,
html[data-theme="light"] .hero-rail .zr-btn-primary {
  color: #111;
}

html[data-theme="light"] .btn-ghost,
html[data-theme="light"] .btn-back,
html[data-theme="light"] .btn-logout,
html[data-theme="light"] .btn-pass,
html[data-theme="light"] .btn-manage,
html[data-theme="light"] .site-btn-ghost,
html[data-theme="light"] .site-btn-primary {
  background: rgba(20,24,29,0.04);
  border-color: var(--bdr);
  color: var(--txt);
}

html[data-theme="light"] .site-btn-ghost:hover,
html[data-theme="light"] .site-btn-primary:hover,
html[data-theme="light"] .btn-ghost:hover,
html[data-theme="light"] .btn-back:hover,
html[data-theme="light"] .btn-logout:hover,
html[data-theme="light"] .btn-pass:hover,
html[data-theme="light"] .btn-manage:hover {
  border-color: rgba(255,77,28,0.34);
  background: rgba(255,77,28,0.08);
  color: var(--txt);
}

.site-btn-theme {
  min-width: 84px;
}

.site-btn-theme .site-theme-icon {
  font-size: 12px;
  line-height: 1;
}

.site-btn-theme .site-theme-label {
  min-width: 28px;
  text-align: left;
}
