.auth-page{--fs-13-5:.9375rem;--fs-14-5:1rem;--fs-15:1.03125rem;--fs-17:1.125rem;--fs-28:1.75rem;--fs-32:2rem;--fs-34:2.125rem;--text-sm:.96875rem;--text-base:1.09375rem;--text-xl:1.3125rem;--brand-400:#7592ff;--brand-500:#465fff;--brand-600:#3641f5;--gray-50:#f9fafb;--gray-200:#e4e7ec;--gray-300:#d0d5dd;--gray-400:#98a2b3;--gray-500:#667085;--gray-600:#475467;--gray-700:#344054;--gray-800:#1d2939;--gray-900:#101828;--error-50:#fef3f2;--error-200:#fecdca;--error-400:#f97066;--error-500:#f04438;--error-700:#b42318;--success-50:#ecfdf3;--success-500:#12b76a;--navy:#1a1f5c;--navy-text:#c7cbf0;background:#fff;position:relative}body.dark .auth-page{background:var(--gray-900)}.auth-row{flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative}.auth-col{flex-direction:column;flex:1;width:100%;display:flex}.auth-col-inner{flex-direction:column;flex:1;justify-content:center;padding:40px 24px;display:flex}.auth-box{width:100%;max-width:400px;margin:0 auto}.auth-box h1{font-size:var(--fs-34);letter-spacing:-.02em;color:var(--gray-900);margin:0;font-weight:700}body.dark .auth-box h1{color:#fff}.auth-sub{font-size:var(--text-base);color:var(--gray-600);text-wrap:pretty;margin:12px 0 34px}body.dark .auth-sub{color:var(--gray-500)}.auth-label{font-size:var(--fs-15);color:var(--gray-900);margin-bottom:10px;font-weight:500;display:block}body.dark .auth-label{color:var(--gray-300)}.auth-label span{color:var(--error-500)}.auth-input{border:1px solid var(--gray-200);width:100%;height:52px;font-size:var(--fs-15);color:var(--gray-900);background:#fff;border-radius:10px;outline:none;padding:0 18px;transition:border-color .15s}.auth-input::placeholder{color:var(--gray-400)}.auth-input:focus{border-color:var(--brand-500)}body.dark .auth-input{border-color:var(--gray-700);background:var(--gray-800);color:#fff}.auth-gap{margin-bottom:22px}.auth-gap-lg{margin-bottom:26px}.auth-pw{margin-bottom:14px;position:relative}.auth-pw .auth-input{padding-right:52px}.auth-pw-toggle{color:var(--gray-500);background:0 0;border:none;padding:0;display:flex;position:absolute;top:50%;right:18px;transform:translateY(-50%)}body.dark .auth-pw-toggle{color:var(--gray-400)}.auth-links{justify-content:space-between;align-items:center;gap:12px;margin-bottom:26px;display:flex}.auth-link{font-size:var(--fs-15);color:var(--brand-500);text-decoration:none}.auth-link:hover{color:var(--brand-600)}body.dark .auth-link{color:var(--brand-400)}.auth-submit{background:var(--brand-500);width:100%;height:54px;font-family:inherit;font-size:var(--text-base);color:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;font-weight:600;text-decoration:none;transition:background-color .15s;display:flex}.auth-submit:hover{background:var(--brand-600)}.auth-submit:disabled{opacity:.6}.auth-back{font-family:inherit;font-size:var(--fs-14-5);color:var(--gray-600);background:0 0;border:none;align-items:center;gap:8px;margin-bottom:26px;padding:0;font-weight:500;text-decoration:none;display:inline-flex}.auth-back:hover{color:var(--brand-500)}body.dark .auth-back{color:var(--gray-500)}.auth-foot{text-align:center;font-size:var(--fs-15);color:var(--gray-600);margin-top:24px}.auth-foot a{color:var(--gray-900);text-decoration:none}.auth-foot a:hover{color:var(--brand-500)}body.dark .auth-foot{color:var(--gray-500)}body.dark .auth-foot a{color:#fff}.auth-note{background:var(--gray-50);font-size:var(--text-sm);color:var(--gray-600);text-wrap:pretty;border-radius:10px;gap:12px;margin-top:24px;padding:14px 16px;display:flex}body.dark .auth-note{color:var(--gray-500);background:#ffffff0d}.auth-done-ring{background:var(--success-50);width:52px;height:52px;color:var(--success-500);border-radius:50%;justify-content:center;align-items:center;margin-bottom:18px;display:flex}body.dark .auth-done-ring{background:#12b76a26}.auth-done h1{font-size:var(--fs-28)}.auth-done .auth-submit{margin-top:26px}.auth-otp{gap:8px;margin-bottom:26px;display:flex}.auth-otp input{border:1px solid var(--gray-200);text-align:center;width:100%;min-width:0;height:54px;font-family:inherit;font-size:var(--text-xl);color:var(--gray-900);font-variant-numeric:tabular-nums;background:#fff;border-radius:10px;outline:none;padding:0;font-weight:600;transition:border-color .15s}.auth-otp input:focus{border-color:var(--brand-500)}body.dark .auth-otp input{border-color:var(--gray-700);background:var(--gray-800);color:#fff}.auth-otp-foot{font-size:var(--fs-15);color:var(--gray-600);flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;margin-top:24px;display:flex}body.dark .auth-otp-foot{color:var(--gray-500)}.auth-otp-foot button{font-family:inherit;font-size:inherit;background:0 0;border:none;padding:0}.auth-otp-foot .auth-link:disabled{opacity:.6}.auth-otp-foot .auth-muted{color:var(--gray-900)}body.dark .auth-otp-foot .auth-muted{color:#fff}.auth-otp-foot .auth-muted:hover{color:var(--brand-500)}.auth-lang{justify-content:flex-end;gap:4px;margin-bottom:20px;display:flex}.auth-lang button{font-family:inherit;font-size:var(--fs-13-5);color:var(--gray-500);background:0 0;border:1px solid #0000;border-radius:8px;padding:5px 10px;font-weight:600;transition:background-color .15s,color .15s,border-color .15s}.auth-lang button:hover{color:var(--gray-900)}.auth-lang button.on{border-color:var(--gray-200);background:var(--gray-50);color:var(--brand-500)}body.dark .auth-lang button:hover{color:#fff}body.dark .auth-lang button.on{border-color:var(--gray-700);background:var(--gray-800);color:var(--brand-400)}.auth-brand{display:none}.auth-brand-logo{align-items:center;gap:16px;text-decoration:none;display:flex}.auth-brand-mark{background:var(--brand-500);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.auth-brand-name{font-size:var(--fs-32);letter-spacing:-.01em;white-space:nowrap;color:#fff;font-weight:700}.auth-brand-name i{color:var(--brand-500);font-style:normal}.auth-brand-sub{max-width:420px;font-size:var(--fs-17);color:var(--navy-text);text-wrap:pretty;margin:22px 0 0}@media (min-width:640px){.auth-col-inner{padding-left:40px;padding-right:40px}.auth-otp{gap:12px}}@media (min-width:1024px){.auth-row{flex-direction:row}.auth-col{width:50%}.auth-brand{background:var(--navy);text-align:center;flex-direction:column;justify-content:center;align-items:center;width:50%;padding:60px 40px;display:flex}}
