:root{--auth-brand:#721d2d;--auth-brand-2:#8b2438;--auth-bg:#f6f4f1;--auth-bg-grad-1:#fdf2f4;--auth-bg-grad-2:#f6f4f1;--auth-card:#fff;--auth-text:#1f1416;--auth-text-muted:#6b5258;--auth-border:#e6dde0;--auth-input-bg:#fafafa;--auth-error:#c0392b;--auth-success:#1f8a4c;--auth-shadow:0 12px 32px -8px #721d2d2e, 0 4px 12px -4px #0000000f}[data-theme=dark]{--auth-bg:#16101a;--auth-bg-grad-1:#1d1219;--auth-bg-grad-2:#15101a;--auth-card:#1f1620;--auth-text:#f3eef0;--auth-text-muted:#a89aa0;--auth-border:#3a2a31;--auth-input-bg:#261b23;--auth-shadow:0 16px 36px -8px #0000008c, 0 4px 14px -4px #00000059}.auth-root{background:linear-gradient(135deg, var(--auth-bg-grad-1) 0%, var(--auth-bg-grad-2) 60%, var(--auth-bg-grad-1) 100%);min-height:100vh;color:var(--auth-text);font-family:var(--font-nunito), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;justify-content:center;align-items:center;padding:24px 16px;display:flex;position:relative;overflow:hidden}.auth-root:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#721d2d29 0%,#721d2d00 70%);border-radius:50%;width:480px;height:480px;position:absolute;top:-120px;right:-120px}.auth-root:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#8b24381f 0%,#8b243800 70%);border-radius:50%;width:360px;height:360px;position:absolute;bottom:-100px;left:-100px}.auth-card{z-index:1;background:var(--auth-card);border:1px solid var(--auth-border);width:100%;max-width:420px;box-shadow:var(--auth-shadow);border-radius:16px;flex-direction:column;gap:18px;padding:36px 32px 28px;display:flex;position:relative}@media (max-width:480px){.auth-card{border-radius:12px;padding:28px 22px 22px}}.auth-theme-toggle{z-index:2;border:1px solid var(--auth-border);background:var(--auth-card);width:36px;height:36px;color:var(--auth-text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:background .15s,border-color .15s,transform .15s;display:inline-flex;position:absolute;top:18px;right:18px}.auth-theme-toggle:hover{background:var(--auth-input-bg);transform:translateY(-1px)}.auth-logo{justify-content:center;align-items:center;gap:10px;margin-bottom:4px;display:flex}.auth-logo-mark{background:linear-gradient(135deg, var(--auth-brand) 0%, var(--auth-brand-2) 100%);color:#fff;letter-spacing:.5px;width:44px;height:44px;font-size:20px;font-weight:700;font-family:var(--font-comfortaa), sans-serif;border-radius:10px;justify-content:center;align-items:center;display:flex;box-shadow:0 6px 14px -4px #721d2d73}.auth-logo-text{font-family:var(--font-comfortaa), sans-serif;color:var(--auth-text);letter-spacing:-.5px;font-size:22px;font-weight:700}.auth-heading{text-align:center;margin-top:4px}.auth-title{color:var(--auth-text);letter-spacing:-.3px;margin:0 0 6px;font-size:22px;font-weight:700}.auth-sub{color:var(--auth-text-muted);margin:0;font-size:13px;line-height:1.5}.auth-tabs{background:var(--auth-input-bg);border:1px solid var(--auth-border);border-radius:10px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.auth-tab{appearance:none;color:var(--auth-text-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:8px 10px;font-size:13px;font-weight:600;transition:background .15s,color .15s}.auth-tab:hover{color:var(--auth-text)}.auth-tab--active{background:var(--auth-card);color:var(--auth-brand);box-shadow:0 1px 3px #0000000a}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-label{color:var(--auth-text-muted);letter-spacing:.2px;text-transform:uppercase;font-size:12px;font-weight:600}.auth-input-wrap{align-items:center;display:flex;position:relative}.auth-input-icon{width:18px;height:18px;color:var(--auth-text-muted);pointer-events:none;position:absolute;left:12px}.auth-input-toggle{width:30px;height:30px;color:var(--auth-text-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;display:inline-flex;position:absolute;right:8px}.auth-input-toggle:hover{color:var(--auth-text);background:var(--auth-input-bg)}.auth-input{border:1px solid var(--auth-border);background:var(--auth-input-bg);width:100%;height:44px;color:var(--auth-text);border-radius:10px;outline:none;padding:0 14px 0 40px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.auth-input::placeholder{color:var(--auth-text-muted);opacity:.7}.auth-input:focus{border-color:var(--auth-brand);background:var(--auth-card);box-shadow:0 0 0 3px #721d2d1f}.auth-input--error{border-color:var(--auth-error)}.auth-input--error:focus{box-shadow:0 0 0 3px #c0392b26}.auth-error-text{color:var(--auth-error);margin-top:2px;font-size:12px}.auth-row{justify-content:space-between;align-items:center;gap:8px;font-size:13px;display:flex}.auth-checkbox{cursor:pointer;color:var(--auth-text-muted);-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:inline-flex}.auth-checkbox input{width:16px;height:16px;accent-color:var(--auth-brand);cursor:pointer}.auth-link{color:var(--auth-brand);font-weight:600;text-decoration:none;transition:color .15s}.auth-link:hover{color:var(--auth-brand-2);text-decoration:underline}.auth-btn{appearance:none;letter-spacing:.2px;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:46px;font-family:inherit;font-size:14px;font-weight:700;transition:background .15s,box-shadow .15s,transform 50ms;display:inline-flex}.auth-btn--primary{background:linear-gradient(135deg, var(--auth-brand) 0%, var(--auth-brand-2) 100%);color:#fff;box-shadow:0 6px 16px -6px #721d2d99}.auth-btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px -6px #721d2db3}.auth-btn--primary:active:not(:disabled){transform:translateY(0)}.auth-btn--ghost{background:var(--auth-input-bg);color:var(--auth-text);border:1px solid var(--auth-border)}.auth-btn--ghost:hover:not(:disabled){background:var(--auth-card);border-color:var(--auth-brand);color:var(--auth-brand)}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite auth-spin}.auth-btn--ghost .auth-spinner{border-color:#00000026;border-top-color:var(--auth-brand)}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-divider{text-transform:uppercase;letter-spacing:.6px;color:var(--auth-text-muted);align-items:center;gap:12px;font-size:11px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--auth-border);flex:1;height:1px}.auth-toast{background:var(--auth-text);color:var(--auth-card);z-index:50;border-radius:10px;padding:12px 18px;font-size:13px;font-weight:600;animation:.25s ease-out auth-toast-in;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 12px 24px -8px #0000004d}.auth-toast--success{background:var(--auth-success);color:#fff}.auth-toast--error{background:var(--auth-error);color:#fff}@keyframes auth-toast-in{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}.auth-footer{text-align:center;color:var(--auth-text-muted);margin-top:8px;font-size:12px;line-height:1.5}.auth-footer a{color:var(--auth-brand);text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-hint{color:var(--auth-text-muted);background:var(--auth-input-bg);border:1px dashed var(--auth-border);text-align:center;border-radius:8px;padding:8px 12px;font-size:11.5px;line-height:1.4}.auth-hint code{background:var(--auth-card);border:1px solid var(--auth-border);color:var(--auth-brand);border-radius:4px;padding:1px 6px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:11.5px}.auth-otp{grid-template-columns:repeat(6,1fr);gap:8px;display:grid}.auth-otp input{aspect-ratio:1/1.15;border:1px solid var(--auth-border);background:var(--auth-input-bg);width:100%;color:var(--auth-text);text-align:center;border-radius:10px;outline:none;font-family:inherit;font-size:22px;font-weight:700;transition:border-color .15s,box-shadow .15s}.auth-otp input:focus{border-color:var(--auth-brand);background:var(--auth-card);box-shadow:0 0 0 3px #721d2d1f}.auth-otp input.is-error{border-color:var(--auth-error)}.auth-split{min-height:100vh;font-family:var(--font-nunito), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;color:#1f1416;background:#fff;grid-template-columns:1.15fr 1fr;display:grid}.auth-split-brand{color:#fff;isolation:isolate;background:linear-gradient(135deg,#5a0f2e 0%,#4b0f2f 45%,#3a0d26 100%);flex-direction:column;justify-content:space-between;padding:56px 64px;display:flex;position:relative;overflow:hidden}.auth-split-brand:before,.auth-split-brand:after{content:"";pointer-events:none;z-index:0;border-radius:50%;position:absolute}.auth-split-brand:before{background:radial-gradient(circle,#a03c6e8c 0%,#a03c6e00 70%);width:380px;height:380px;top:60px;left:-160px}.auth-split-brand:after{background:radial-gradient(circle,#aa508273 0%,#aa508200 70%);width:260px;height:260px;bottom:120px;right:-80px}.auth-split-brand .auth-split-bubble{pointer-events:none;z-index:0;background:radial-gradient(circle,#be5a8c59 0%,#be5a8c00 70%);border-radius:50%;position:absolute}.auth-split-brand .auth-split-bubble.b1{width:90px;height:90px;top:18%;left:22%}.auth-split-brand .auth-split-bubble.b2{width:140px;height:140px;bottom:22%;left:10%}.auth-split-brand .auth-split-bubble.b3{width:70px;height:70px;top:35%;right:18%}.auth-split-brand-top{z-index:1;position:relative}.auth-split-brand-mid{z-index:1;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:28px;padding:24px 0;display:flex;position:relative}.auth-split-brand-foot{z-index:1;text-align:center;color:#ffffff8c;letter-spacing:.2px;font-size:12.5px;position:relative}.auth-brand-logo{color:#fff;justify-content:center;align-items:center;gap:6px;display:inline-flex}.auth-brand-logo-sig{font-family:var(--font-comfortaa), "Brush Script MT", "Lucida Handwriting", cursive;letter-spacing:.5px;color:#fff;text-shadow:0 2px 8px #00000040;font-size:38px;font-style:italic;font-weight:500;line-height:1}.auth-brand-logo-icon{color:#fff;opacity:.9;width:30px;height:30px}.auth-brand-logo-img{justify-content:center;align-items:center;margin-bottom:8px;display:inline-flex}.auth-brand-logo-img img{object-fit:contain;filter:brightness(0)invert();width:auto;max-width:320px;height:84px}@media (max-width:880px){.auth-brand-logo-img img{height:64px}}.auth-brand-title{letter-spacing:-.5px;color:#fff;margin:0;font-size:34px;font-weight:700}.auth-brand-tagline{color:#ffffffeb;max-width:460px;margin:0;font-size:18px;font-weight:600;line-height:1.45}.auth-brand-tagline .auth-brand-accent{font-family:var(--font-comfortaa), "Brush Script MT", "Lucida Handwriting", cursive;color:#eeb500;letter-spacing:.3px;white-space:nowrap;font-size:22px;font-style:italic;font-weight:500}.auth-brand-sub{color:#ffffffb8;max-width:420px;margin:0;font-size:14.5px;font-weight:400;line-height:1.55}.auth-split-form{background:#fff;justify-content:center;align-items:center;padding:48px 56px;display:flex;position:relative}.auth-split-form-inner{flex-direction:column;gap:22px;width:100%;max-width:380px;display:flex}.auth-split-form-head{flex-direction:column;gap:6px;display:flex}.auth-split-form-title{color:#1f1416;letter-spacing:-.3px;margin:0;font-size:26px;font-weight:700}.auth-split-form-sub{color:#6b5258;margin:0;font-size:13.5px;line-height:1.5}.auth-split-form-foot{text-align:center;color:#8a7077;margin-top:4px;font-size:11.5px;line-height:1.5}.auth-split-form-foot a{color:#4b0f2f;margin-top:2px;font-weight:600;text-decoration:none;display:block}.auth-split-form-foot a:hover{text-decoration:underline}.auth-split .auth-input{background:#f6f0f2;border-color:#ece0e4}.auth-split .auth-input:focus{background:#fff;border-color:#4b0f2f;box-shadow:0 0 0 3px #4b0f2f1f}.auth-split .auth-btn--primary{background:linear-gradient(135deg,#5a1338 0%,#4b0f2f 100%);box-shadow:0 6px 16px -6px #4b0f2f8c}.auth-split .auth-btn--primary:hover:not(:disabled){box-shadow:0 8px 20px -6px #4b0f2fb3}.auth-split .auth-link{color:#4b0f2f}.auth-split .auth-link:hover{color:#6a1a44}.auth-split .auth-input:focus{border-color:#4b0f2f}.auth-split-forgot{text-align:center;margin-top:-4px;font-size:13px}.auth-split-forgot a{color:#4b0f2f;font-weight:600;text-decoration:none}.auth-split-forgot a:hover{text-decoration:underline}@media (max-width:960px){.auth-split{grid-template-columns:1fr}.auth-split-brand{min-height:280px;padding:32px 28px}.auth-split-brand-mid{gap:18px}.auth-brand-title{font-size:26px}.auth-brand-tagline{font-size:15px}.auth-brand-tagline .auth-brand-accent{font-size:17px}.auth-brand-sub{font-size:13px}.auth-split-form{padding:32px 24px 48px}}@media (max-width:480px){.auth-split-brand{min-height:240px;padding:28px 20px}.auth-brand-logo-sig{font-size:30px}.auth-brand-title,.auth-split-form-title{font-size:22px}}.auth-brand-features{color:#ffffffeb;flex-direction:column;gap:10px;margin:18px 0 0;padding:0;font-size:13.5px;line-height:1.45;list-style:none;display:flex}.auth-brand-features li{align-items:center;gap:10px;display:flex}.auth-brand-feature-dot{background:#eeb500;border-radius:50%;flex:0 0 7px;width:7px;height:7px;box-shadow:0 0 0 3px #eeb5002e}.reg-inner{max-width:480px}.reg-form{flex-direction:column;gap:14px;display:flex}.reg-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:480px){.reg-row{grid-template-columns:1fr}}.reg-field{flex-direction:column;gap:6px;display:flex}.reg-field label{color:var(--auth-text);letter-spacing:-.1px;font-size:13px;font-weight:600}.reg-opt{color:var(--auth-text-muted);font-size:12px;font-weight:400}.reg-input-wrap{align-items:center;display:flex;position:relative}.reg-input-icon{width:16px;height:16px;color:var(--auth-text-muted);pointer-events:none;position:absolute;left:12px}.reg-input-wrap input{background:var(--auth-input-bg);border:1px solid var(--auth-border);width:100%;height:42px;color:var(--auth-text);border-radius:10px;outline:none;padding:0 12px 0 38px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s,background .15s}.reg-input-wrap input::placeholder{color:var(--auth-text-muted);opacity:.7}.reg-input-wrap input:focus{border-color:var(--auth-brand);background:var(--auth-card);box-shadow:0 0 0 3px #721d2d1f}.reg-input-wrap input:disabled{opacity:.6;cursor:not-allowed}.reg-input-wrap input.is-error,.reg-input-wrap input.is-error:focus{border-color:var(--auth-error);box-shadow:0 0 0 3px #c0392b1f}.reg-select{background:var(--auth-input-bg);border:1px solid var(--auth-border);height:42px;color:var(--auth-text);cursor:pointer;border-radius:10px;outline:none;padding:0 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.reg-select:focus{border-color:var(--auth-brand);box-shadow:0 0 0 3px #721d2d1f}.reg-err{color:var(--auth-error);font-size:12px;line-height:1.35}.reg-err-form{color:var(--auth-error);background:#c0392b14;border:1px solid #c0392b38;border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.4}.reg-hint{color:var(--auth-text-muted);font-size:12px;line-height:1.4}.reg-submit{background:linear-gradient(135deg, var(--auth-brand) 0%, var(--auth-brand-2) 100%);color:#fff;letter-spacing:.1px;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:46px;margin-top:4px;font-size:15px;font-weight:600;transition:filter .15s,transform .12s,box-shadow .15s;display:inline-flex;box-shadow:0 8px 18px -8px #721d2d8c}.reg-submit:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.reg-submit:active:not(:disabled){transform:translateY(0)}.reg-submit:disabled{opacity:.7;cursor:not-allowed}.reg-spinner{width:18px;height:18px;animation:.9s linear infinite reg-spin}@keyframes reg-spin{to{transform:rotate(360deg)}}.reg-foot{text-align:center;color:var(--auth-text-muted);margin-top:6px;font-size:13px}.reg-link{color:var(--auth-brand);font-weight:600;text-decoration:none;transition:color .15s}.reg-link:hover{color:var(--auth-brand-2);text-decoration:underline}.reg-policy{color:var(--auth-text-muted);text-align:center;margin-top:6px;font-size:11.5px;line-height:1.5}.reg-success{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:18px 0 6px;display:flex}.reg-success-icon{width:56px;height:56px;color:var(--auth-success)}.reg-success h2{color:var(--auth-text);margin:0;font-size:20px;font-weight:700}.reg-success p{color:var(--auth-text-muted);max-width:360px;margin:0;font-size:14px;line-height:1.5}.reg-success p strong{color:var(--auth-text);font-weight:600}.reg-success-sub{opacity:.8;margin-top:6px!important;font-size:12.5px!important}.pw{flex-direction:column;gap:16px;display:flex}.pw-steps{justify-content:center;align-items:center;gap:6px;margin:0 0 6px;display:flex}.pw-step-dot{background:var(--auth-input-bg);border:1px solid var(--auth-border);width:26px;height:26px;color:var(--auth-text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.pw-step-dot.is-active{background:var(--auth-brand);color:#fff;border-color:var(--auth-brand)}.pw-step-dot.is-done{background:var(--auth-success);color:#fff;border-color:var(--auth-success)}.pw-step-bar{background:var(--auth-border);border-radius:2px;width:28px;height:2px}.pw-step-bar.is-done{background:var(--auth-success)}.pw-field{flex-direction:column;gap:6px;display:flex}.pw-field label{color:var(--auth-text);font-size:13px;font-weight:600}.pw-input-wrap{align-items:center;display:flex;position:relative}.pw-input-icon{width:16px;height:16px;color:var(--auth-text-muted);pointer-events:none;position:absolute;left:12px}.pw-input-wrap input{background:var(--auth-input-bg);border:1px solid var(--auth-border);width:100%;height:46px;color:var(--auth-text);border-radius:10px;outline:none;padding:0 12px 0 38px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}.pw-input-wrap input::placeholder{color:var(--auth-text-muted);opacity:.7}.pw-input-wrap input:focus{border-color:var(--auth-brand);box-shadow:0 0 0 3px #721d2d1f}.pw-input-wrap input:disabled{opacity:.6;cursor:not-allowed}.pw-input-wrap input.is-error{border-color:var(--auth-error)}.pw-err{color:var(--auth-error);font-size:12.5px;line-height:1.4}.pw-hint{color:var(--auth-text-muted);font-size:12px;line-height:1.4}.pw-submit{background:linear-gradient(135deg, var(--auth-brand) 0%, var(--auth-brand-2) 100%);color:#fff;letter-spacing:.1px;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:46px;font-size:15px;font-weight:600;transition:filter .15s,transform .12s;display:inline-flex;box-shadow:0 8px 18px -8px #721d2d8c}.pw-submit:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.pw-submit:disabled{opacity:.65;cursor:not-allowed}.pw-back{color:var(--auth-text-muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:6px 0;font-size:13px;transition:color .15s;display:inline-flex}.pw-back:hover{color:var(--auth-brand)}.pw-back svg{width:14px;height:14px}.pw-channels{flex-direction:column;gap:10px;margin-top:4px;display:flex}.pw-channel{background:var(--auth-input-bg);border:1px solid var(--auth-border);cursor:pointer;text-align:left;color:var(--auth-text);border-radius:12px;align-items:center;gap:12px;width:100%;padding:14px;font-family:inherit;transition:border-color .15s,background .15s,transform .12s;display:flex}.pw-channel:hover:not(:disabled){border-color:var(--auth-brand);background:var(--auth-card);transform:translateY(-1px)}.pw-channel:disabled{opacity:.55;cursor:not-allowed}.pw-channel-icon{color:#fff;border-radius:10px;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.pw-channel-icon.tg{background:linear-gradient(135deg,#229ed9 0%,#1c8cc0 100%)}.pw-channel-icon.wa{background:linear-gradient(135deg,#25d366 0%,#1ebe5d 100%)}.pw-channel-icon.sms{background:linear-gradient(135deg, var(--auth-brand) 0%, var(--auth-brand-2) 100%)}.pw-channel-icon svg{width:22px;height:22px}.pw-channel-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.pw-channel-title{color:var(--auth-text);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.pw-channel-badge{color:#a07b00;letter-spacing:.2px;text-transform:uppercase;background:#eeb5002e;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}[data-theme=dark] .pw-channel-badge{color:#ffd34f;background:#eeb5003d}.pw-channel-sub{color:var(--auth-text-muted);font-size:12.5px;line-height:1.35}.pw-channel-status{color:var(--auth-text-muted);margin-top:2px;font-size:11.5px}.pw-channel-status.is-warn{color:#c07c00}[data-theme=dark] .pw-channel-status.is-warn{color:#ffc24a}.pw-channel-chev{color:var(--auth-text-muted);flex:0 0 18px}.pw-channel-chev svg{width:18px;height:18px}.pw-code-row{justify-content:center;gap:8px;margin:6px 0 4px;display:flex}.pw-code-cell{text-align:center;background:var(--auth-input-bg);border:1px solid var(--auth-border);width:44px;height:52px;color:var(--auth-text);border-radius:10px;outline:none;font-family:inherit;font-size:22px;font-weight:600;transition:border-color .15s,box-shadow .15s}.pw-code-cell:focus{border-color:var(--auth-brand);box-shadow:0 0 0 3px #721d2d24}.pw-code-cell.is-error{border-color:var(--auth-error)}.pw-code-cell:disabled{opacity:.6;cursor:not-allowed}@media (max-width:380px){.pw-code-cell{width:38px;height:48px;font-size:20px}.pw-code-row{gap:6px}}.pw-code-meta{text-align:center;color:var(--auth-text-muted);margin-top:2px;font-size:12.5px}.pw-resend{color:var(--auth-brand);cursor:pointer;background:0 0;border:0;padding:4px 0;font-size:13px;font-weight:600;transition:color .15s}.pw-resend:hover:not(:disabled){color:var(--auth-brand-2);text-decoration:underline}.pw-resend:disabled{color:var(--auth-text-muted);cursor:not-allowed;font-weight:500}.pw-sent-info{color:var(--auth-text);background:#1f8a4c14;border:1px solid #1f8a4c38;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;line-height:1.4;display:flex}.pw-sent-info svg{width:18px;height:18px;color:var(--auth-success);flex:0 0 18px}[data-theme=dark] .pw-sent-info{background:#1f8a4c24}.reg-bot-steps{color:var(--auth-text);background:#0088cc0f;border:1px solid #0088cc2e;border-radius:10px;flex-direction:column;gap:2px;margin:0;padding:12px 16px;font-size:13.5px;line-height:1.7;list-style:inside decimal;display:flex}.reg-bot-steps li{padding-left:4px}.reg-bot-steps strong{color:var(--auth-text);font-weight:600}.reg-bot-open{color:#fff;background:linear-gradient(135deg,#29b6f6 0%,#0288d1 100%);border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:12px;padding:12px 16px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .12s,box-shadow .12s,filter .12s;display:inline-flex;box-shadow:0 4px 12px #0288d147}.reg-bot-open:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 6px 16px #0288d15c}.reg-bot-open:active{filter:brightness(.95);transform:translateY(0)}.reg-bot-open svg{width:20px;height:20px}.reg-link-btn{color:var(--auth-brand);font-weight:600;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.reg-link-btn:hover{text-decoration:none}
