.auth-container{background:var(--color-bg-primary);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);width:100%;max-width:400px;box-shadow:var(--shadow-lg);border-radius:1rem;padding:2rem}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{color:var(--color-text-primary);margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.auth-subtitle{color:var(--color-text-secondary);margin:0;font-size:.9375rem}.auth-error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.875rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--color-text-secondary);font-size:.875rem;font-weight:500}.form-group input{background:var(--color-bg-tertiary);border:1px solid var(--color-border);color:var(--color-text-primary);border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus{border-color:var(--color-accent-primary);outline:none;box-shadow:0 0 0 3px #6366f11a}.form-group input::placeholder{color:var(--color-text-muted)}.auth-button{cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.auth-button.primary{background:var(--color-accent-gradient);color:#fff;border:none}.auth-button.primary:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.auth-button.primary:disabled{opacity:.6;cursor:not-allowed}.auth-button.oauth{background:var(--color-bg-tertiary);border:1px solid var(--color-border);color:var(--color-text-primary)}.auth-button.oauth:hover{background:var(--color-bg-elevated);border-color:var(--color-accent-primary)}.auth-divider{align-items:center;gap:1rem;margin:1.5rem 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--color-border);flex:1;height:1px}.auth-divider span{color:var(--color-text-muted);font-size:.8125rem}.oauth-buttons{gap:1rem;display:flex}.oauth-buttons .auth-button{flex:1}.auth-footer{text-align:center;color:var(--color-text-secondary);margin-top:1.5rem;font-size:.875rem}.auth-footer a{color:var(--color-accent-primary);font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-not-configured{text-align:center}.auth-not-configured p{color:var(--color-text-secondary);margin:0 0 1rem}.auth-not-configured .auth-button{width:100%;margin:1rem 0}.auth-hint{color:var(--color-text-muted);font-size:.8125rem;margin-top:1.5rem!important}.auth-loading{text-align:center;color:var(--color-text-secondary);padding:2rem}
