*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5;color:#1a1a1a;min-height:100vh}.card{background:white;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.1);padding:2rem;width:100%;max-width:420px;margin:0 auto}.page-center{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}h1{font-size:1.4rem;font-weight:600;margin-bottom:1.5rem}label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.3rem;margin-top:1rem}input[type=email],input[type=password],input[type=text]{width:100%;padding:.6rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;outline:none;transition:border-color .15s}input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15)}button[type=submit]{margin-top:1.5rem;width:100%;padding:.7rem;background:#6366f1;color:white;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .15s}button[type=submit]:hover{background:#4f46e5}button[type=submit]:disabled{background:#a5b4fc;cursor:not-allowed}.error-msg{background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;color:#b91c1c}.error-msg,.success-msg{margin-top:1rem;padding:.6rem .75rem;font-size:.9rem}.success-msg{background:#f0fdf4;border:1px solid #86efac;border-radius:6px;color:#15803d}.hint{font-size:.8rem;color:#6b7280;margin-top:.4rem}