body:has(.auth-page) #navbar,body:has(.auth-page) footer{display:none!important}.auth-page{min-height:100vh;min-height:100dvh;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.25rem;padding:2.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.auth-logo{display:block;opacity:.95;transition:opacity .2s ease}.auth-logo:hover{opacity:1}.auth-logo img{display:block}.auth-page-footer{font-size:.72rem;color:#b4bcc7;font-weight:500;letter-spacing:.02em;margin:0}.auth-card{width:100%;max-width:380px;background:transparent;border:none;box-shadow:none;padding:0;animation:auth-fadein .5s cubic-bezier(.16,1,.3,1) both}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{font-size:1.5rem;font-weight:600;color:#0a192f;margin:0 0 .4rem;letter-spacing:-.025em}.auth-subtitle{font-size:.9rem;color:#6b7686;margin:0;font-weight:400;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:.9rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.label-row{display:flex;justify-content:space-between;align-items:center}.form-group label{font-size:.78rem;font-weight:500;color:#4a5567;letter-spacing:.01em}.forgot-link{font-size:.76rem;color:#6b7686;text-decoration:none;font-weight:500;transition:color .2s}.forgot-link:hover{color:#0a192f}.auth-sso-secondary{display:block;width:100%;text-align:center;background:none;border:none;padding:.6rem 0 0;font-family:inherit;font-size:.8rem;font-weight:500;color:#6b7686;cursor:pointer;transition:color .2s}.auth-sso-secondary:hover{color:#0a192f}.checkbox-row{flex-direction:row;align-items:center;gap:.5rem}.checkbox-row input[type=checkbox]{margin:0;width:16px;height:16px;cursor:pointer;accent-color:#0a192f}.checkbox-row label{cursor:pointer;user-select:none}.form-input{width:100%;box-sizing:border-box;padding:.72rem .9rem;border:1px solid #e4e8ee;border-radius:10px;font-size:.95rem;color:#0a192f;background:#fff;transition:all .18s cubic-bezier(.16,1,.3,1);outline:none}.form-input::placeholder{color:#aab2bf}.form-input:hover{border-color:#cdd4dd}.form-input:focus{border-color:#0a192f;box-shadow:0 0 0 3px #0a192f14}.pw-wrap{position:relative;display:flex}.pw-wrap .form-input{padding-right:2.6rem}.pw-toggle{all:unset;position:absolute;top:50%;right:.55rem;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;color:#8891a0;cursor:pointer;transition:color .15s,background .15s}.pw-toggle:hover{color:#0a192f;background:#f5f5f7}.pw-toggle:focus-visible{outline:2px solid rgba(10,25,47,.25);outline-offset:1px}.pw-toggle svg{display:block;width:18px;height:18px}.pw-strength{display:flex;align-items:center;gap:.5rem;margin-top:.35rem}.pw-strength-bars{display:flex;gap:3px;flex:1}.pw-strength-bar{height:3px;flex:1;border-radius:2px;background:#e4e8ee;transition:background .2s}.pw-strength-bar.on-weak{background:#ef4444}.pw-strength-bar.on-ok{background:#f59e0b}.pw-strength-bar.on-strong{background:#10b981}.pw-strength-label{font-size:.7rem;font-weight:500;color:#9aa3b1;white-space:nowrap}.pw-strength-label.is-weak{color:#ef4444}.pw-strength-label.is-ok{color:#b45309}.pw-strength-label.is-strong{color:#059669}.btn-primary{width:100%;margin-top:.6rem;background:#0a192f;color:#fff;border:none;padding:.78rem 1rem;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;letter-spacing:-.01em;transition:all .18s cubic-bezier(.16,1,.3,1)}.btn-primary:hover:not(:disabled){background:#112444;transform:translateY(-1px);box-shadow:0 8px 22px -8px #0a192f66}.btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:none}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-error{font-size:.82rem;color:#dc2626;background:#fef2f2;padding:.7rem .875rem;border-radius:8px;border:1px solid #fecaca}.auth-notice{font-size:.82rem;color:#0a192f;background:#f5f5f7;padding:.7rem .875rem;border-radius:8px;border:1px solid #e4e8ee;line-height:1.5}.auth-suggest{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.82rem;color:#0a192f;background:#f5f5f7;padding:.75rem .9rem;border-radius:10px;border:1px solid #e4e8ee;text-decoration:none;transition:background .15s,border-color .15s}.auth-suggest:hover{background:#eef0f3;border-color:#d7dbe2}.auth-suggest-text b{font-weight:600}.auth-suggest-arrow{flex-shrink:0;color:#6b7686;transition:transform .15s}.auth-suggest:hover .auth-suggest-arrow{transform:translate(2px);color:#0a192f}.auth-divider{position:relative;text-align:center;margin:1.5rem 0}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#ebeef2}.auth-divider span{position:relative;background:#fff;padding:0 .875rem;color:#aab2bf;font-size:.74rem;font-weight:500}.auth-social{display:flex;flex-direction:column;gap:.6rem}.auth-name-row{display:flex;gap:1rem}.btn-social{display:flex;align-items:center;justify-content:center;gap:.7rem;background:#fff;border:1px solid #e4e8ee;padding:.72rem 1rem;border-radius:10px;font-size:.9rem;font-weight:500;color:#1e293b;cursor:pointer;transition:all .18s cubic-bezier(.16,1,.3,1);width:100%}.btn-social:hover:not(:disabled){border-color:#cdd4dd;background:#fafbfc}.btn-social:disabled{opacity:.5;cursor:not-allowed}.auth-footer{margin-top:1.75rem;text-align:center;font-size:.85rem;color:#6b7686}.auth-footer a{color:#0a192f;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@keyframes auth-fadein{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.auth-page{justify-content:flex-start;gap:1.75rem;padding:max(1.5rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1.5rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left))}.auth-logo{margin-top:.25rem}.auth-card{margin-block:auto}.auth-header{margin-bottom:1.5rem}.auth-title{font-size:1.4rem;text-wrap:balance}.auth-name-row{flex-direction:column;gap:.9rem!important}.form-input{min-height:46px;font-size:16px}.pw-toggle{right:0;width:44px;height:44px}.checkbox-row{min-height:44px}.checkbox-row input[type=checkbox]{width:20px;height:20px}.forgot-link,.auth-sso-secondary{min-height:44px;display:inline-flex;align-items:center}.auth-sso-secondary{justify-content:center;padding-top:0}.btn-primary,.btn-secondary,.btn-social,.auth-suggest{min-height:46px}.auth-page-footer{text-align:center}}@media(prefers-reduced-motion:reduce){.auth-card{animation:none}}
