/*
 * Inline background — prevents the white flash before tailwind.css loads.
 * These values must match the active theme's --background token in
 * frontend/src/styles/tailwind.css (currently Option C "Brand Depth").
 * Update here whenever the active theme changes.
 */
html { background: #FAFAF9; }
@media (prefers-color-scheme: dark) { html { background: #0E0C14; } }
