/* Minimal base styles so /index.css resolves with correct MIME type */
:root { color-scheme: dark; }
html, body, #root { height: 100%; }
body { margin: 0; font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; background-color: #111827; color: #e5e7eb; }
