/* Fallback CSS to prevent 404s on production when /style.css is requested by host/rewrites. */
/* The real app styles are loaded via Vite/Tailwind from src/index.css. */
:root {
  color-scheme: dark;
}
html, body { margin: 0; padding: 0; background: #0a0a0a; color: #fff; }
/* Minimal base to avoid white flash */
#root { min-height: 100vh; }
