.auth-layout{background:var(--bg);min-height:100vh;display:grid}.auth-layout.with-side{grid-template-columns:minmax(340px,38%) 1fr}.auth-side{background:radial-gradient(circle at 40% 65%,#154e78,var(--navy) 55%);color:#fff;flex-direction:column;justify-content:space-between;padding:45px clamp(30px,5vw,75px);display:flex}.auth-side h1{letter-spacing:-2px;margin:14px 0;font-size:clamp(42px,5vw,68px);line-height:1.05}.auth-side p{color:#cbd8e9;max-width:480px;line-height:1.7}.auth-side>small{color:#95aac6}.auth-main{justify-content:center;align-items:center;padding:35px;display:flex;position:relative}.back-link{color:var(--blue);font-size:13px;font-weight:700;position:absolute;top:30px;left:35px}.auth-card{border:1px solid var(--border);width:min(100%,530px);box-shadow:var(--shadow);background:#fff;border-radius:14px;padding:38px}.auth-title h1{margin:0;font-size:30px}.auth-title p{color:var(--muted);margin:8px 0 26px}.auth-form{gap:17px;display:grid}.field{gap:7px;display:grid}.field span{font-size:12px;font-weight:700}.field b{color:var(--red)}.field input,.field select{border:1px solid var(--border);border-radius:8px;outline:0;width:100%;height:46px;padding:0 13px}.field input:focus,.field select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1463e614}.field-row{grid-template-columns:1fr 1fr;gap:13px;display:grid}.social-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.social-button{border:1px solid var(--border);height:45px;color:var(--text);cursor:pointer;background:#fff;border-radius:8px;font-weight:700}.divider{color:var(--muted);align-items:center;gap:10px;margin:4px 0;font-size:11px;display:flex}.divider:before,.divider:after{content:"";background:var(--border);flex:1;height:1px}.form-meta{justify-content:space-between;align-items:center;font-size:12px;display:flex}.check{align-items:center;gap:7px;display:flex}.form-meta a,.auth-footer a{color:var(--blue);font-weight:700}.auth-footer{text-align:center;color:var(--muted);margin-top:22px;font-size:12px}.password-rules{color:var(--muted);grid-template-columns:1fr 1fr;gap:6px;margin-top:-8px;font-size:11px;display:grid}.password-rules span:before{content:"✓";color:var(--green);margin-right:5px}.otp-wrap{justify-content:center;gap:9px;margin:12px 0;display:flex}.otp-wrap input{border:1px solid var(--border);text-align:center;border-radius:9px;width:52px;height:58px;font-size:23px;font-weight:700}.auth-icon{width:72px;height:72px;color:var(--blue);background:#e9f1ff;border-radius:50%;place-items:center;margin:0 auto 20px;font-size:34px;display:grid}.center-copy{text-align:center}.center-copy p{color:var(--muted);line-height:1.6}.notice{color:#314463;background:#eff5ff;border:1px solid #d9e6ff;border-radius:8px;padding:13px;font-size:12px;line-height:1.5}.qr-placeholder{width:165px;height:165px;box-shadow:0 0 0 1px var(--border);background:repeating-conic-gradient(#081a39 0 25%,white 0 50%) 50%/22px 22px;border:12px solid #fff;margin:15px auto}.setup-key{background:var(--bg);border:1px solid var(--border);border-radius:8px;justify-content:space-between;padding:13px;font-family:monospace;font-size:12px;display:flex}.steps{counter-reset:steps;gap:13px;margin:20px 0;display:grid}.steps div{gap:10px;font-size:13px;line-height:1.5;display:flex}.steps div:before{counter-increment:steps;content:counter(steps);width:22px;min-width:22px;height:22px;color:var(--blue);background:#e9f1ff;border-radius:50%;place-items:center;font-weight:800;display:grid}.success{color:var(--green)}@media (max-width:800px){.auth-layout.with-side{grid-template-columns:1fr}.auth-side{display:none}.auth-main{padding:75px 18px 25px}.back-link{top:25px;left:20px}.auth-card{padding:27px 20px}.field-row,.social-row,.password-rules{grid-template-columns:1fr}.otp-wrap{gap:5px}.otp-wrap input{width:42px;height:51px}}a.social-button{justify-content:center;align-items:center;text-decoration:none;display:flex}
