[data-theme="light"] {
  --bg: #f5f4f0;
  --bg-raised: #edece8;
  --bg-card: #e6e5e1;
  --border: #d0cfc9;
  --border-mid: #b8b7b2;
  --text: #1a1a1a;
  --text-muted: #5c5c5c;
  --text-dim: #c8c7c2;
  --accent: #1d7a54;
  --accent-dim: rgba(29, 122, 84, 0.08);
  --accent-strike: oklch(from var(--accent) calc(l * 1.05) calc(c * 1.4) h / 0.8);
  --accent-glow: rgba(29, 122, 84, 0.12);
  --border-interactive: #6a6a65;
}

[data-theme="light"] *::selection { color: #fff; }
[data-theme="light"] header { background: rgba(237, 236, 232, 0.8); box-shadow: 0 1px 0 var(--border-mid); }
[data-theme="light"] .btn { color: #fff; }
[data-theme="light"] .btn--ghost { color: var(--text-muted); }
[data-theme="light"] .btn--ghost:hover { color: var(--text); }
[data-theme="light"] .btn--outline { color: var(--accent); border-color: rgba(29, 122, 84, 0.4); }
[data-theme="light"] .stat-panel__badge { color: #fff; filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.18)); }
[data-theme="light"] .stat-panel__badge::before { border-color: rgba(255, 255, 255, 0.4); }
[data-theme="light"] .pricing__card--featured { border-color: rgba(29, 122, 84, 0.28); }
[data-theme="light"] .pricing__card--featured:hover { border-color: rgba(29, 122, 84, 0.5); box-shadow: 0 12px 48px rgba(29, 122, 84, 0.08); }
[data-theme="light"] .pricing__popular { color: #fff; }
[data-theme="light"] .form__status--ok { background: rgba(29, 122, 84, 0.08); }
[data-theme="light"] .post__body blockquote { background: #fff; }
