[data-theme="dark"] {
  --bg: #080808;
  --bg-raised: #0f0f0f;
  --bg-card: #131313;
  --border: #1c1c1c;
  --border-mid: #2c2c2c;
  --text: #ebebeb;
  --text-muted: #a0a0a0;
  --text-dim: #282828;
  --accent: #00e5a0;
  --accent-dim: rgba(0, 229, 160, 0.07);
  --accent-strike: oklch(from var(--accent) calc(l * 1.05) calc(c * 1.4) h / 0.8);
  --accent-glow: rgba(0, 229, 160, 0.15);
  --border-interactive: #6a6a6a;
}

[data-theme="dark"] *::selection { color: #000; }
[data-theme="dark"] header { background: rgba(8, 8, 8, 0.85); }
[data-theme="dark"] .btn { color: #000; }
[data-theme="dark"] .btn--ghost { color: var(--text-muted); }
[data-theme="dark"] .btn--ghost:hover { color: var(--text); }
[data-theme="dark"] .btn--outline { color: var(--accent); border-color: rgba(0, 229, 160, 0.5); }
[data-theme="dark"] .stat-panel__badge { color: #000; }
[data-theme="dark"] .stat-panel__badge::before { border-color: rgba(0, 0, 0, 0.5); }
[data-theme="dark"] .pricing__card--featured { border-color: rgba(0, 229, 160, 0.28); }
[data-theme="dark"] .pricing__card--featured:hover { border-color: rgba(0, 229, 160, 0.5); box-shadow: 0 12px 48px rgba(0, 229, 160, 0.08); }
[data-theme="dark"] .pricing__popular { color: #000; }
[data-theme="dark"] .form__status--ok { background: rgba(0, 229, 160, 0.08); }
[data-theme="dark"] .post__body blockquote { background: #1a1a1a; }
