:root{--blue:#1f55cf;--navy:#0b2b67;--green:#16a34a;--ink:#0d2144;--muted:#64748b;--line:#dce5ef;--bg:#f4f8fd;--danger:#b42318}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:linear-gradient(145deg,#f6f9ff,#eefaf4);color:var(--ink);min-height:100vh}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(320px,.9fr) minmax(480px,1.1fr)}.auth-brand{padding:54px clamp(28px,6vw,80px);background:linear-gradient(150deg,#082c69,#0a5db6 62%,#0d874e);color:#fff;display:flex;flex-direction:column;justify-content:space-between}.auth-brand img{width:min(360px,90%);background:#fff;border-radius:14px;padding:8px}.auth-brand h1{font-size:clamp(38px,5vw,64px);line-height:1.04;letter-spacing:-.04em;margin:55px 0 18px}.auth-brand p{font-size:17px;line-height:1.7;color:#dbeafe;max-width:580px}.auth-brand small{color:#c9d8ef;line-height:1.7}.auth-panel{display:grid;place-items:center;padding:35px}.auth-card{width:min(560px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:0 22px 70px rgba(17,52,103,.11)}.auth-card h2{font-size:32px;margin:4px 0 8px;letter-spacing:-.03em}.auth-card>p{color:var(--muted);line-height:1.6}.auth-card form{display:grid;gap:15px;margin-top:23px}.auth-card label{font-size:13px;font-weight:800;color:#334155}.auth-card input,.auth-card select{width:100%;margin-top:7px;padding:13px 14px;border:1px solid #cfd9e6;border-radius:11px;font:inherit;background:#fff}.auth-card input:focus,.auth-card select:focus{outline:3px solid #dfe9ff;border-color:var(--blue)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-btn{border:0;border-radius:11px;padding:14px 18px;background:linear-gradient(135deg,#1558d4,#264fc2);color:#fff;font-weight:800;font-size:15px;cursor:pointer}.auth-btn.green{background:linear-gradient(135deg,#0e9541,#16b956)}.auth-btn.secondary{background:#eff4fb;color:var(--navy)}.alert{padding:12px 14px;border-radius:10px;margin:14px 0;font-size:13px;line-height:1.5}.alert.err{background:#fff0f0;color:#9f2727}.alert.ok{background:#eafaf0;color:#126b35}.alert.note{background:#eef5ff;color:#294b87}.auth-links{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:20px;font-size:13px}.auth-links a{color:var(--blue);font-weight:700;text-decoration:none}.otp-code{font-size:24px!important;letter-spacing:8px;text-align:center;font-weight:800}.password-note{font-size:11px;color:#8290a3;margin-top:6px;display:block}.back-home{display:inline-block;margin-bottom:17px;color:var(--blue);font-weight:700;text-decoration:none;font-size:13px}.security-list{display:grid;gap:8px;margin-top:25px}.security-list div{display:flex;gap:10px;align-items:center;font-size:13px;color:#dfeaff}.security-list b{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.14)}@media(max-width:850px){.auth-shell{grid-template-columns:1fr}.auth-brand{padding:26px 22px}.auth-brand h1{font-size:36px;margin:28px 0 12px}.auth-brand small{display:none}.auth-panel{padding:20px 14px 40px}.auth-card{padding:25px}.grid2{grid-template-columns:1fr}}@media(max-width:520px){.auth-brand img{width:220px}.auth-brand p{font-size:14px}.auth-card h2{font-size:27px}}
