*{box-sizing:border-box}body{color:#1a1a2e;background:#f5f6fa;margin:0;font-family:system-ui,-apple-system,sans-serif;line-height:1.5}header{background:#fff;border-bottom:1px solid #e3e5ee;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}header a{color:inherit;font-weight:600;text-decoration:none}header nav{gap:1rem;display:flex}main{max-width:26rem;margin:3rem auto;padding:0 1rem}.card{background:#fff;border:1px solid #e3e5ee;border-radius:8px;padding:1.5rem}form{gap:.75rem;display:grid}label{gap:.25rem;font-size:.9rem;font-weight:600;display:grid}input[type=text],input[type=email],input[type=password]{border:1px solid #c9cddb;border-radius:6px;padding:.55rem .7rem;font-size:1rem}button{color:#fff;cursor:pointer;background:#3b4bd8;border:0;border-radius:6px;padding:.6rem 1rem;font-size:1rem;font-weight:600}button:disabled{opacity:.6;cursor:wait}button.secondary{color:#1a1a2e;background:#e9ebf5}.error{color:#b3261e;background:#fdeceb;border-radius:6px;padding:.5rem .75rem}.success{color:#14532d;background:#e7f6ec;border-radius:6px;padding:.5rem .75rem}.muted{color:#5b6070;font-size:.9rem}
