.login-module__WEZH7G__container{z-index:1;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}.login-module__WEZH7G__loginWrapper{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;width:100%;max-width:1200px;display:grid}@media (max-width:768px){.login-module__WEZH7G__loginWrapper{grid-template-columns:1fr;gap:2rem}}.login-module__WEZH7G__loginCard{text-align:center;width:100%;max-width:420px;margin:0 auto;padding:2rem}.login-module__WEZH7G__authSection{flex-direction:column;justify-content:center;gap:1.5rem;display:flex}.login-module__WEZH7G__authCard{border:1px solid var(--input-border);text-align:center;background:linear-gradient(135deg,#38bdf80d,#6366f10d);border-radius:12px;padding:2.5rem 2rem}.login-module__WEZH7G__authTitle{color:var(--text-primary);margin:0 0 1.5rem;font-size:1.25rem;font-weight:600}.login-module__WEZH7G__authDivider{color:var(--text-secondary);letter-spacing:.05em;margin-top:1.5rem;font-size:.8rem}.login-module__WEZH7G__brandMark{font-family:var(--font-brand,var(--font-heading)), sans-serif;letter-spacing:-.03em;color:var(--text-primary);align-items:center;gap:.55rem;margin-bottom:1.5rem;font-size:1.3rem;font-weight:800;text-decoration:none;transition:transform .25s;display:inline-flex}.login-module__WEZH7G__brandMark:hover{transform:translateY(-1px)}.login-module__WEZH7G__brandSvg{filter:drop-shadow(0 0 8px #38bdf84d);width:28px;height:28px;transition:transform .3s;display:block}.login-module__WEZH7G__brandMark:hover .login-module__WEZH7G__brandSvg{transform:rotate(12deg)scale(1.05)}.login-module__WEZH7G__brandText{color:var(--text-primary)}.login-module__WEZH7G__brandSuffix{background:linear-gradient(135deg,#38bdf8,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.login-module__WEZH7G__title{color:var(--text-primary);margin-bottom:.5rem;font-size:2rem}.login-module__WEZH7G__subtitle{color:var(--text-secondary);margin-bottom:2.25rem;font-size:.9rem;line-height:1.5}.login-module__WEZH7G__form{flex-direction:column;gap:1.25rem;display:flex}.login-module__WEZH7G__inputGroup{text-align:left;flex-direction:column;gap:.45rem;display:flex}.login-module__WEZH7G__label{color:var(--text-secondary);letter-spacing:.01em;font-size:.82rem;font-weight:600}.login-module__WEZH7G__labelRow{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.login-module__WEZH7G__forgotLink{color:var(--accent-cyan);font-size:.78rem;font-weight:500;text-decoration:none;transition:opacity .2s}.login-module__WEZH7G__forgotLink:hover{opacity:.85;text-decoration:underline}.login-module__WEZH7G__input{background:var(--input-bg);border:1px solid var(--input-border);color:var(--input-color);font-family:var(--font-body);border-radius:10px;padding:.8rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.login-module__WEZH7G__input::placeholder{color:var(--input-placeholder)}.login-module__WEZH7G__input:focus{border-color:var(--accent-cyan);outline:none;box-shadow:0 0 0 3px #66fcf11f}[data-theme=light] .login-module__WEZH7G__input:focus{box-shadow:0 0 0 3px #0284c71f}.login-module__WEZH7G__passwordWrapper{align-items:stretch;display:flex;position:relative}.login-module__WEZH7G__passwordWrapper .login-module__WEZH7G__passwordInput{width:100%;padding-right:2.75rem}.login-module__WEZH7G__passwordToggle{width:2rem;height:2rem;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:color .18s,background-color .18s;display:inline-flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.login-module__WEZH7G__passwordToggle:hover{color:var(--text-primary);background:#94a3b81a}.login-module__WEZH7G__passwordToggle:focus-visible{outline:2px solid var(--accent-cyan);outline-offset:1px}.login-module__WEZH7G__error{color:var(--accent-red);text-align:left;background:#f8717114;border:1px solid #f8717133;border-radius:8px;margin-top:-.25rem;padding:.5rem .75rem;font-size:.82rem}.login-module__WEZH7G__submitBtn{width:100%;margin-top:.75rem;padding:.85rem;font-size:.95rem}.login-module__WEZH7G__verifyNotice{text-align:left;background:linear-gradient(135deg,#f59e0b14,#d9770614);border:1px solid #f59e0b52;border-radius:12px;flex-direction:column;gap:.5rem;padding:.85rem 1rem;display:flex}.login-module__WEZH7G__verifyNotice strong{color:#b45309;letter-spacing:.04em;text-transform:uppercase;font-size:.82rem}.login-module__WEZH7G__verifyNotice p{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.55}.login-module__WEZH7G__verifyResendBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:8px;align-self:flex-start;padding:.5rem .9rem;font-size:.82rem;font-weight:700;transition:filter .2s,transform .2s}.login-module__WEZH7G__verifyResendBtn:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.login-module__WEZH7G__verifyResendBtn:disabled{opacity:.7;cursor:not-allowed}.login-module__WEZH7G__switchLink{color:var(--text-secondary);margin-top:1.75rem;font-size:.85rem}.login-module__WEZH7G__link{color:var(--accent-cyan);font-weight:500;text-decoration:none;transition:opacity .2s}.login-module__WEZH7G__link:hover{opacity:.85;text-decoration:underline}
.OAuthButtons-module__0lP7lW__wrap{flex-direction:column;gap:.85rem;margin-top:1.5rem;display:flex}.OAuthButtons-module__0lP7lW__divider{color:var(--text-secondary,#94a3b8);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.75rem;font-size:.78rem;display:flex}.OAuthButtons-module__0lP7lW__divider:before,.OAuthButtons-module__0lP7lW__divider:after{content:"";background:#94a3b840;flex:1;height:1px}.OAuthButtons-module__0lP7lW__buttons{flex-direction:column;gap:.6rem;display:flex}.OAuthButtons-module__0lP7lW__btn{color:var(--text-primary);cursor:pointer;background:#ffffff0a;border:1px solid #94a3b847;border-radius:10px;justify-content:center;align-items:center;gap:.65rem;padding:.75rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;display:flex}.OAuthButtons-module__0lP7lW__btn:hover{background:#ffffff14;border-color:#94a3b873;transform:translateY(-1px)}.OAuthButtons-module__0lP7lW__btn:active{transform:translateY(0)}.OAuthButtons-module__0lP7lW__icon{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}
