html.dark { --bg: #071022; --card: rgba(12,18,28,0.6); --muted: rgba(230,238,248,0.9); --text: #ffffff; --border: rgba(255,255,255,0.04); }
html.dark body { background-color: var(--bg) !important; color: var(--text) !important; }
html.dark * { color: var(--text) !important; }
html.dark .prose, html.dark .prose * { color: #ffffff !important; }
html.dark a:not(.text-white) { color: #60a5fa !important; }
html.dark .bg-white { background-color: var(--card) !important; color: #ffffff !important; }
html.dark input, html.dark textarea, html.dark select { color: #ffffff !important; background-color: rgba(255,255,255,0.1) !important; }
html.dark button:not(.bg-white):not(.bg-slate-50) { color: #ffffff !important; }
html.dark .border { border-color: var(--border) !important; }
html.dark .max-w-screen-xl { max-width: 1100px; }
.object-cover { object-fit: cover; }
.fixed { position: fixed; }
.-z-20 { z-index: -20; }
