/* Minimal placeholder build to satisfy @vite in production without Node */
:root { color-scheme: light dark; }
body { margin: 0; font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; }
a { color: #2563eb; }
input, select, textarea { border: 1px solid #cbd5e1; border-radius: .375rem; padding: .5rem .75rem; width: 100%; }
button, .btn { background: #111827; color: #fff; border-radius: .375rem; padding: .5rem .75rem; border: none; cursor: pointer; }
.container { max-width: 24rem; margin: 2rem auto; padding: 1rem; }
