*{box-sizing:border-box}body{margin:0;background:#f5f3ef;color:#1a1815;font-family:Inter,system-ui,sans-serif}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(440px,100%);background:#fff;border:1px solid #e7e3dc;border-radius:18px;padding:28px;box-shadow:0 18px 50px rgba(0,0,0,.08)}h1{font-family:Georgia,serif;margin:0 0 8px}p{color:#6b6660;line-height:1.55}.field{margin:14px 0}.field label{display:block;font-size:12px;font-weight:700;margin-bottom:6px}.field input{width:100%;padding:12px;border:1px solid #d9d4cc;border-radius:10px;font:inherit}.btn{width:100%;padding:12px;border:0;border-radius:10px;background:#4338ca;color:#fff;font-weight:700;cursor:pointer}.links{display:flex;justify-content:space-between;margin-top:16px;font-size:13px}.alert{padding:10px 12px;border-radius:9px;margin:12px 0;font-size:13px}.error{background:#fdecec;color:#b42318}.success{background:#eaf7ee;color:#247a3d}a{color:#4338ca}