.login-module__WEZH7G__container{background-color:var(--bg-primary);background-image:radial-gradient(circle at 50% 0%, #1a1a1a 0%, transparent 70%), linear-gradient(0deg, var(--bg-primary) 0%, transparent 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-module__WEZH7G__loginCard{width:100%;max-width:400px;padding:2.5rem;box-shadow:0 10px 30px #00000080}.login-module__WEZH7G__header{text-align:center;border-bottom:1px solid var(--bg-panel-border);margin-bottom:2rem;padding-bottom:1.5rem}.login-module__WEZH7G__form{flex-direction:column;gap:1.5rem;display:flex}.login-module__WEZH7G__inputGroup{flex-direction:column;gap:.5rem;display:flex}.login-module__WEZH7G__input{background-color:var(--bg-input);border:1px solid var(--bg-panel-border);color:var(--text-primary);border-radius:4px;padding:.8rem 1rem;font-size:1rem;transition:all .2s}.login-module__WEZH7G__input:focus{border-color:var(--accent-orange);background-color:#222;outline:none}.login-module__WEZH7G__input::placeholder{color:#555}.login-module__WEZH7G__errorAlert{border-left:4px solid var(--status-error);color:var(--text-primary);background-color:#e74c3c1a;border-radius:0 4px 4px 0;padding:.8rem;font-size:.85rem}.login-module__WEZH7G__actions{margin-top:1rem}.login-module__WEZH7G__footer{border-top:1px solid var(--bg-panel-border);margin-top:2rem;padding-top:1.5rem}.login-module__WEZH7G__googleButton{border:1px solid var(--bg-panel-border);background-color:var(--text-primary);width:100%;color:var(--bg-primary);padding:.8rem;font-weight:700}.login-module__WEZH7G__googleButton:hover:not(:disabled){border-color:var(--accent-orange)}.login-module__WEZH7G__googleButton:disabled{cursor:wait;opacity:.7}.login-module__WEZH7G__authDivider{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08rem;align-items:center;gap:.75rem;margin:1.25rem 0;font-size:.68rem;display:flex}.login-module__WEZH7G__authDivider:before,.login-module__WEZH7G__authDivider:after{content:"";border-top:1px solid var(--bg-panel-border);flex:1}.login-module__WEZH7G__oauthHint{color:var(--text-secondary);text-align:center;margin-top:.65rem;font-size:.72rem;line-height:1.5}.login-module__WEZH7G__brandHeading{color:var(--text-primary);letter-spacing:.2rem;text-transform:uppercase;font-size:1.5rem;font-weight:900}.login-module__WEZH7G__brandHeading span{color:var(--accent-orange)}.login-module__WEZH7G__invitationCopy{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.85rem;line-height:1.6}.login-module__WEZH7G__invitationActions{gap:.85rem;display:grid}.login-module__WEZH7G__invitationActions button{width:100%;padding:.8rem}.login-module__WEZH7G__signedInIdentity{border-left:3px solid var(--accent-orange);background-color:var(--bg-primary);color:var(--text-secondary);padding:.75rem;font-size:.82rem}.login-module__WEZH7G__signedInIdentity strong{color:var(--text-primary)}