:root { color-scheme: light; }
html, body, #root { height: 100%; margin: 0; }
body { font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif; background: #f6f7f9; color: #0f172a; }
* { box-sizing: border-box; }
