/* Dark mode — toggled by adding .rdp-dark to <html> (see main.js) */

html.rdp-dark {
	--rdp-bg: #0b1220;
	--rdp-surface: #111827;
	--rdp-text: #e5e7eb;
	--rdp-text-muted: #94a3b8;
	--rdp-border: #1f2937;
}

html.rdp-dark .rdp-site-header { background: rgba(17, 24, 39, 0.7); }
html.rdp-dark .rdp-search-form { background: rgba(17, 24, 39, 0.6); border-color: rgba(255,255,255,0.08); }
html.rdp-dark .rdp-search-field input { background: #0b1220; color: var(--rdp-text); border-color: var(--rdp-border); }
html.rdp-dark .rdp-btn-accent { color: #0b1220; }
