body.theme-dark,
body.theme-dark .site-header,
body.theme-dark .mobile-menu {
  --kt-surface: #0f141b;
  --kt-surface-low: #151b24;
  --kt-surface-card: #111827;
  --kt-surface-strong: #151b24;
  --kt-ink: #f8fafc;
  --kt-text: #e5e7eb;
  --kt-muted: #b6bdc8;
  --kt-border: #2a3443;
  --kt-outline: #8d96a6;
  background: var(--kt-surface);
  color: var(--kt-text);
}

body.theme-dark .site-header {
  background: rgba(17, 24, 39, 0.9);
}

body.theme-dark .top-stories,
body.theme-dark .search-panel {
  background: var(--kt-surface-card);
}

body.theme-dark input,
body.theme-dark textarea {
  background: #0b1119;
  color: var(--kt-text);
}

body.theme-dark .media-placeholder {
  background: #172033;
}

body.theme-dark .page-numbers.current {
  background: var(--kt-blue);
}
