:root{--line:#e6e9f0;--muted:#8a93a1;--accent:#2F6BFF;--shadow:0 10px 30px rgba(20,30,60,.08)}
*{box-sizing:border-box}
body{margin:0;font-family:-apple-system,Segoe UI,Roboto,sans-serif}
.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(145deg,#f6f7f9,#eef3ff)}
.auth-card{width:min(460px,100%);background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:26px}
.auth-brand{display:flex;gap:10px;align-items:center;margin-bottom:20px}
.auth-logo{width:38px;height:38px;border-radius:11px;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:800}
.auth-brand strong{display:block}
.auth-brand span{display:block;color:var(--muted);font-size:11px;margin-top:2px}
.auth-card h1{margin:0;font-size:24px}
.lead{margin:6px 0 18px;color:var(--muted);font-size:13px}
.auth-form label{display:block;color:#596579;font-size:11px;font-weight:600;margin:12px 0}
.auth-form input{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:9px;margin-top:6px;outline:none;font-size:14px}
.auth-form input:focus{border-color:#9eb2ff;box-shadow:0 0 0 3px #edf2ff}
.password-hint{font-size:10px;color:#7b8491;margin-top:5px;font-weight:400;display:block}
.auth-error,.auth-success{font-size:12px;padding:10px 12px;border-radius:9px;margin:12px 0;display:none}
.auth-error{background:#fff0ef;color:#a12d24;border:1px solid #ffd8d4}
.auth-success{background:#eaf8ef;color:#1f6e3b;border:1px solid #d1edda}
.primary-btn{background:var(--accent);color:#fff;border:none;border-radius:9px;padding:11px 16px;font-size:14px;font-weight:600;cursor:pointer}
.primary-btn:disabled{opacity:.6;cursor:default}
.auth-actions{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:15px;font-size:12px}
.auth-link{color:#3f57b5;text-decoration:none;font-size:12px;font-weight:600}
.auth-foot{font-size:10px;color:#8a93a1;text-align:center;margin-top:16px;line-height:1.5}
.otp-step{display:none}
.otp-note{font-size:12px;color:var(--muted);background:#f7f9fc;border:1px solid var(--line);padding:10px 12px;border-radius:10px;margin:10px 0 14px}
