/* Dark mode — toggled by adding .rdp-dark to <html> (see main.js).
   The console/footer already live in --rdp-ink, so dark mode mainly
   flips the ivory page surfaces to match; the brass/ignition accents
   stay identical since they already read well on dark. */

html.rdp-dark {
	--rdp-paper: #0F1117;
	--rdp-surface: #171A24;
	--rdp-text: #EDEEF2;
	--rdp-text-muted: #9AA0B0;
	--rdp-line: #262A38;
	--rdp-ink-2: #23273A;
}

html.rdp-dark .rdp-site-header { background: rgba(15, 17, 23, 0.82); }
html.rdp-dark .rdp-logo a { color: #fff; }
html.rdp-dark .rdp-price,
html.rdp-dark .rdp-price-large { color: #fff; }
html.rdp-dark .rdp-btn-primary { background: var(--rdp-primary); color: var(--rdp-ink); }
html.rdp-dark .rdp-vehicle-card { border-color: var(--rdp-line); }
html.rdp-dark .rdp-category-card { border-color: var(--rdp-line); }
