:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0b1016; --paper: #111821; --paper-soft: #161f29; --ink: #e8eef4;
  --muted: #9ba9b7; --faint: #697a8b; --accent: #79add8; --accent-soft: rgba(121, 173, 216, .13);
  --line: rgba(210, 226, 239, .09); --line-strong: rgba(210, 226, 239, .15);
  --fresh-paper: rgba(17, 24, 33, .96); --fresh-line: rgba(210, 226, 239, .09); --fresh-ink: #e8eef4; --fresh-muted: #9ba9b7;
}
:root[data-theme="dark"] body { background: radial-gradient(circle at 18% 0%, rgba(60, 93, 122, .18), transparent 34%), #0b1016 !important; }
:root[data-theme="dark"] .hero-cover { background: linear-gradient(135deg, #172838, #121c26 58%, #151b23) !important; }
:root[data-theme="dark"] .rail,
:root[data-theme="dark"] .mobile-top,
:root[data-theme="dark"] .hero,
:root[data-theme="dark"] .desk-sidebar,
:root[data-theme="dark"] .desk-cards,
:root[data-theme="dark"] .hero-search,
:root[data-theme="dark"] .search-panel { background: rgba(15, 22, 30, .96) !important; border-color: var(--line) !important; }
:root[data-theme="dark"] .nav-card,
:root[data-theme="dark"] .search-result { background: #141c25 !important; border-color: var(--line) !important; color: var(--ink) !important; }
:root[data-theme="dark"] input { background: transparent !important; color: var(--ink) !important; }
:root[data-theme="dark"] .rail-mark,
:root[data-theme="dark"] .avatar-mark,
:root[data-theme="dark"] .card-icon { background: linear-gradient(135deg, #294862, #1c2d3d) !important; color: #dceaf5 !important; }
:root[data-theme="dark"] .search-btn.is-active,
:root[data-theme="dark"] .cat-link.is-active { background: rgba(121, 173, 216, .14) !important; color: #9bc6e9 !important; }
