.auth-bg{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:48px 20px;display:flex;position:relative;overflow:hidden}.auth-bg:before{content:"";pointer-events:none;background:radial-gradient(70% 50% at 10% 15%,#cc2a1e12 0%,#0000 60%),radial-gradient(50% 40% at 90% 85%,#e070200a 0%,#0000 55%),radial-gradient(40% 30%,#f2ede604 0%,#0000 70%);position:fixed;inset:0}.auth-card{z-index:1;flex-direction:column;gap:28px;width:100%;max-width:400px;animation:.3s cubic-bezier(.4,0,.2,1) both fadeUp;display:flex;position:relative}.auth-logo{align-items:center;gap:10px;padding-left:2px;display:flex}.auth-logo .mark{align-items:flex-end;gap:3px;display:flex}.auth-logo .mark span{background:var(--red);border-radius:1px;width:3px}.auth-logo .mark span:first-child{height:12px}.auth-logo .mark span:nth-child(2){height:16px}.auth-logo .mark span:nth-child(3){height:20px}.auth-logo .mark span:nth-child(4){height:16px}.auth-logo .mark span:nth-child(5){height:12px}.auth-logo .wordmark{font-family:var(--fh);letter-spacing:.12em;color:var(--tx);font-size:22px}.auth-logo .wordmark em{color:var(--red);font-style:normal}.auth-panel{background:var(--bg2);border:1px solid var(--bdr);border-radius:var(--radius-lg);padding:32px;box-shadow:0 8px 40px #00000040}.auth-panel h2{font-family:var(--fh);letter-spacing:.06em;color:var(--tx);margin-bottom:6px;font-size:26px;line-height:1.1}.auth-panel .subtitle{color:var(--tx3);margin-bottom:24px;font-size:13px;line-height:1.5}.auth-fields{flex-direction:column;gap:14px;display:flex}.auth-field label{color:var(--tx4);text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px;font-size:10px;font-weight:600;display:block}.auth-field input{background:var(--input);border:1px solid var(--bdr2);border-radius:var(--radius-sm);width:100%;color:var(--tx);font-family:var(--fb);outline:none;padding:10px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.auth-field input:focus{border-color:var(--red);box-shadow:0 0 0 3px #cc2a1e1a}.auth-field input::placeholder{color:var(--tx4)}.auth-submit{background:var(--red);border-radius:var(--radius-sm);color:#fff;width:100%;font-family:var(--fb);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;margin-top:6px;padding:11px;font-size:14px;font-weight:600;transition:opacity .13s,transform .1s;display:flex}.auth-submit:hover:not(:disabled){opacity:.88}.auth-submit:active:not(:disabled){transform:scale(.98)}.auth-submit:disabled{opacity:.4;cursor:not-allowed}.auth-error{border-radius:var(--radius-sm);color:var(--red2);background:#e034281a;border:1px solid #e0342833;margin-bottom:12px;padding:10px 12px;font-size:13px;line-height:1.5}.auth-link{text-align:center;color:var(--tx4);font-size:13px}.auth-link a{color:var(--tx2);text-underline-offset:2px;text-decoration:underline}.auth-divider{color:var(--tx4);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:12px;font-size:10px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--bdr2);flex:1;height:1px}.auth-sent-icon{background:#4fad721a;border:1px solid #4fad7233;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;font-size:22px;display:flex}.otp-wrap{justify-content:center;gap:8px;display:flex}.otp-input{text-align:center;width:44px;height:52px;font-size:20px;font-weight:600;font-family:var(--fm);background:var(--input);border:1px solid var(--bdr2);border-radius:var(--radius-sm);color:var(--tx);caret-color:var(--red);outline:none;transition:border-color .15s,box-shadow .15s}.otp-input:focus{border-color:var(--red);box-shadow:0 0 0 3px #cc2a1e1a}.qr-placeholder{background:var(--bg3);border:1px solid var(--bdr2);border-radius:var(--radius);width:160px;height:160px;color:var(--tx4);font-size:11px;font-family:var(--fm);justify-content:center;align-items:center;margin:0 auto 16px;display:flex}
