body.theme-dark {
  --bg: #111820;
  --surface: #18222d;
  --surface-soft: #22303d;
  --text: #f3f6f9;
  --muted: #a9b5c2;
  --line: #304151;
  --shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

body.theme-dark input,
body.theme-dark select,
body.theme-dark textarea,
body.theme-dark .list-item {
  background: #121b24;
  color: var(--text);
}
