.auth-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:#f5f7fb}.auth-shell{flex:1;display:flex;align-items:center;justify-content:center;padding:32px 16px}.auth-card{display:flex;width:100%;max-width:960px;background:#fff;border:1px solid #e6e8ee;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #1018280f}.auth-brand{width:42%;background:#05c;color:#fff;padding:40px 34px;display:flex;flex-direction:column;gap:22px}.auth-brand h2{color:#fff;font-size:24px;font-weight:600;margin:0;line-height:1.3}.auth-brand-sub{color:#ffffffd9;font-size:15px;margin:0;line-height:1.6}.auth-brand-features{display:flex;flex-direction:column;gap:16px;margin-top:6px}.auth-brand-feature{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#fffffff2}.auth-brand-feature svg{flex-shrink:0;margin-top:2px;font-size:18px}.auth-brand-trust{margin-top:auto;font-size:13px;color:#ffffffb3}.auth-form-col{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 36px}.auth-form{width:100%!important;max-width:380px}.auth-form-col .forms-att{box-shadow:none!important;background:transparent!important;margin:0!important;padding:0!important;width:100%!important;max-width:440px!important;min-height:0!important}.auth-primary-btn{background-color:#05c!important;color:#fff!important;border:none!important;border-radius:10px!important;font-family:sans-serif;padding:10px 16px;transition:background-color .15s ease}.auth-primary-btn:hover,.auth-primary-btn:focus,.auth-primary-btn:active{color:#fff!important}.auth-primary-btn:hover{background-color:#0465ec!important}.auth-primary-btn:focus-visible{outline:none!important;box-shadow:0 0 0 3px #0055cc59!important}@media (max-width: 860px){.auth-brand{display:none}.auth-card{max-width:520px}.auth-form-col{padding:28px 22px}}@media (max-width: 800px){.auth-page input[type=checkbox]{width:auto!important;flex:0 0 auto}.auth-page input:not([type=checkbox]):not([type=radio]),.auth-page select,.auth-page textarea{font-size:16px!important}}.auth-brand-logo{max-height:46px;max-width:170px;-o-object-fit:contain;object-fit:contain;margin-bottom:6px;background:#ffffff24;padding:6px 10px;border-radius:8px;align-self:flex-start}.auth-brand-avatar{width:48px;height:48px;border-radius:12px;background:#fff3;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;margin-bottom:8px}.auth-form-stack{width:100%;max-width:380px;display:flex;flex-direction:column}.auth-form-stack .auth-form{max-width:100%!important}.auth-form-head{text-align:center;margin-bottom:22px}.auth-form-title{font-size:22px;font-weight:600;color:#101828;margin:0 0 6px;font-family:sans-serif}.auth-form-sub{font-size:14px;color:#667085;margin:0;line-height:1.5}.auth-alert{display:flex;align-items:flex-start;gap:8px;background:#fdecea;border:1px solid #f5c2c0;color:#b42318;border-radius:8px;padding:10px 12px;font-size:13.5px;line-height:1.45;margin-bottom:16px}.auth-alert-icon{flex-shrink:0}.auth-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 16px;border:none;border-radius:10px;background-color:#05c;color:#fff;font-size:15px;font-weight:500;font-family:sans-serif;cursor:pointer;transition:filter .15s ease,background-color .15s ease}.auth-submit:hover:not(:disabled){filter:brightness(1.08)}.auth-submit:disabled{opacity:.7;cursor:default}.auth-link-btn{background:none;border:none;color:#05c;font-size:14px;padding:0;cursor:pointer;text-decoration:none}.auth-link-btn:hover{text-decoration:underline}.auth-foot-note{text-align:center;font-size:13px;color:#667085;margin-top:16px}.auth-foot-note code{background:#eef1f6;padding:1px 6px;border-radius:4px;font-size:12px;color:#05c}.auth-divider{display:flex;align-items:center;text-align:center;margin:18px 0;color:#98a2b3;font-size:13px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e6e8ee}.auth-divider span{padding:0 12px}.auth-sso-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:10px 16px;border:1px solid #0055cc;border-radius:10px;color:#05c;background:#fff;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s ease;box-sizing:border-box}.auth-sso-btn:hover{filter:brightness(.97);background:#f5f8ff}.auth-sso-icon{width:20px;height:20px;flex-shrink:0}.auth-forgot-box{border:1px solid #e6e8ee;border-radius:12px;padding:16px;margin-top:16px;background:#f9fafb}.auth-forgot-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.auth-forgot-title{font-weight:600;font-size:15px;color:#101828}.auth-forgot-close{background:none;border:none;font-size:16px;cursor:pointer;color:#667085;line-height:1}.auth-forgot-desc{font-size:13px;color:#667085;margin:0 0 12px;line-height:1.5}.auth-forgot-msg{border-radius:8px;padding:8px 10px;font-size:13px;margin-bottom:10px;line-height:1.45}.auth-forgot-msg--error{background:#fdecea;color:#b42318}.auth-forgot-msg--success{background:#e7f6ec;color:#1a7f37}.auth-status-card{text-align:center;padding:40px 24px;width:100%}.auth-status-icon{font-size:40px;margin-bottom:12px;line-height:1}.auth-spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:auth-spin .7s linear infinite;vertical-align:middle}.auth-spinner--dark{border:2px solid #cdd3e0;border-top-color:#05c}.auth-spinner--lg{width:34px;height:34px;border-width:3px}@keyframes auth-spin{to{transform:rotate(360deg)}}
