.auth-stepper{display:grid;grid-gap:4px;gap:4px;margin:18px 0 22px;padding:14px 10px 10px;border-radius:14px;background:linear-gradient(180deg,#f4faf6,#eef6f0);border:1px solid #dceee3}.auth-stepper-item{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0}.auth-stepper-track{display:flex;align-items:center;width:100%;justify-content:center}.auth-stepper-line{flex:1 1;height:2px;background:#cfe0d6;border-radius:2px;transition:background .3s}.auth-stepper-line.filled{background:linear-gradient(90deg,var(--g3),var(--g2))}.auth-stepper-node{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800;color:#88a898;background:#fff;border:2px solid #cfe0d6;flex-shrink:0;transition:all .25s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}.auth-stepper-item.active .auth-stepper-node{color:#fff;border-color:transparent;background:linear-gradient(135deg,var(--g2),var(--g3));box-shadow:0 6px 16px rgba(45,106,79,.28);transform:scale(1.08)}.auth-stepper-item.done .auth-stepper-node{color:#fff;border-color:transparent;background:var(--g3)}.auth-stepper-label{font-size:.68rem;font-weight:700;color:#9ab0a4;text-align:center;white-space:nowrap}.auth-stepper-item.active .auth-stepper-label{color:var(--g1)}.auth-stepper-item.done .auth-stepper-label{color:var(--g2)}@media (max-width:380px){.auth-stepper-label{font-size:.62rem}.auth-stepper-node{width:26px;height:26px}}.register-wizard{width:100%;max-width:400px}.register-hint{font-size:.75rem;color:#88a898;margin-bottom:12px;line-height:1.5;text-align:center}.register-otp-hero{text-align:center;margin-bottom:18px}.register-otp-icon{width:56px;height:56px;margin:0 auto 12px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;background:linear-gradient(145deg,#e8f5ee,#d4eddf);box-shadow:0 8px 24px rgba(45,106,79,.15)}.register-otp-hero h2{font-size:1.05rem;color:var(--g1);margin-bottom:6px}.register-otp-hero p{font-size:.8rem;color:#6a8090;line-height:1.5}.register-otp-hero strong{color:var(--g2);direction:ltr;display:inline-block}.otp-input-row{display:flex;justify-content:center;gap:8px;margin:16px 0}.otp-input-cell{width:52px;height:56px;border:2px solid #d8e8df;border-radius:12px;text-align:center;font-size:1.35rem;font-weight:800;color:var(--g1);background:#fafcfb;transition:border-color .2s,box-shadow .2s}.otp-input-cell:focus{outline:none;border-color:var(--g3);box-shadow:0 0 0 3px rgba(64,145,108,.2);background:#fff}.otp-input-cell:disabled{opacity:.6}.register-resend{text-align:center;margin-top:12px;font-size:.8rem;color:#6a8090}.register-resend button{border:none;background:none;color:var(--g2);font-weight:800;cursor:pointer;padding:4px 8px}.register-resend button:disabled{color:#aab8b0;cursor:not-allowed}.register-wizard-actions{display:flex;gap:10px;margin-top:16px}.register-wizard-actions .auth-btn{flex:1 1;margin-top:0}.register-back-btn{flex:0 0 auto;padding:11px 16px;border-radius:10px;border:1px solid #d8e8df;background:#fff;color:var(--g2);font-weight:700;cursor:pointer}.register-back-btn:disabled{opacity:.5;cursor:not-allowed}.register-phone-preview{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;margin-bottom:14px;border-radius:10px;background:#f0f7f3;font-size:.85rem;color:var(--g2)}.register-phone-preview span{direction:ltr;font-weight:800}