:root { color-scheme: dark; }
html, body { margin: 0; padding: 0; height: 100%; background: #111; color: #eee; font-family: system-ui, -apple-system, sans-serif; }
#app { height: 100%; }
