:root{font-family:system-ui,sans-serif;line-height:1.5}*{box-sizing:border-box}body{margin:0;padding:2rem}.app{max-width:24rem;margin:0 auto}.auth-form{flex-direction:column;gap:.5rem;display:flex}.auth-form h2{margin-bottom:.5rem}.auth-form label{font-size:.875rem;font-weight:600}.auth-form input{border:1px solid #cbd5e1;border-radius:.5rem;padding:.6rem .75rem;font-size:1rem}.auth-form button[type=submit]{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:.5rem;margin-top:.75rem;padding:.6rem .75rem;font-size:1rem}.auth-form button[type=submit]:disabled{opacity:.6;cursor:default}.auth-switch{color:#2563eb;cursor:pointer;background:0 0;border:0;margin-top:.25rem;font-size:.875rem}.auth-error{color:#991b1b;background:#fee2e2;border-radius:.5rem;margin:.25rem 0;padding:.5rem .75rem;font-size:.875rem}.dashboard{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}
