html[data-theme="dark"] {
  --bg: #101010;
  --surface: #191919;
  --surface-2: #232323;
  --border: #2f2f2f;
  --text: #f1f1ec;
  --text-muted: #9b9b94;
  --accent: #82a9d4;
  --accent-soft: rgba(130, 169, 212, 0.16);
  --danger: #e08080;
  --ok: #6cb891;
  --shadow-soft: 0 1px 2px rgba(0, 0, 0, 0.35), 0 12px 32px rgba(0, 0, 0, 0.3);
  --shadow-lift: 0 6px 16px rgba(0, 0, 0, 0.4), 0 18px 44px rgba(0, 0, 0, 0.35);
}
