:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#081a35;background:#f3f6fb}*{box-sizing:border-box}body{margin:0}.page{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at top left,#dbeafe 0,#f3f6fb 34%,#f8fafc)}.card{width:440px;max-width:calc(100vw - 48px);background:#fff;border:1px solid #dbe4f0;border-radius:24px;padding:34px;box-shadow:0 24px 70px #081a351f}.brand{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;background:#e9f0fb;color:#061a3b;font-weight:800;font-size:13px;margin-bottom:18px}.brand-dot{width:24px;height:24px;border-radius:9px;background:#061a3b;color:#fff;display:grid;place-items:center}h1{margin:0;color:#061a3b;font-size:38px;letter-spacing:-.04em}h2{margin:0 0 8px;color:#061a3b;font-size:22px;letter-spacing:-.02em}p{color:#667085;line-height:1.5}a{color:#061a3b;font-weight:800}input,button{width:100%;box-sizing:border-box;padding:13px 14px;margin-top:12px;border-radius:12px;border:1px solid #dbe4f0;font:inherit}input:focus{outline:3px solid #d8e6fb;border-color:#89a6d5}button{cursor:pointer;border:0;background:#061a3b;color:#fff;font-weight:800;box-shadow:0 12px 30px #061a3b2e}button:disabled{cursor:not-allowed;opacity:.6}.button-link{display:block;width:100%;box-sizing:border-box;padding:13px 14px;margin-top:12px;border-radius:12px;background:#061a3b;color:#fff;font-weight:800;text-align:center;text-decoration:none}.error{color:#b42318;background:#fee4e2;border:1px solid #fdb7b2;border-radius:12px;padding:12px;white-space:pre-wrap;overflow-wrap:anywhere}.hint{font-size:13px;color:#667085;margin-top:14px}.success-box{margin-top:18px;padding:16px;border:1px solid #b7e4c7;background:#f0fff4;border-radius:16px}.success-text{color:#067647;background:#ecfdf3;border:1px solid #abefc6;border-radius:12px;padding:12px}
