.auth-container{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem 1rem;display:flex}.auth-card-wrapper{width:100%;max-width:420px;position:relative}.auth-glow{background:radial-gradient(circle, rgb(var(--accent-rgb), .12) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:180px;height:180px;position:absolute;top:-60px;right:-60px}.auth-card{padding:2rem;position:relative}.auth-title{text-align:center;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}@media (min-width:480px){.auth-title{font-size:1.75rem}}.auth-subtitle{color:var(--muted);text-align:center;margin-bottom:2rem;font-size:.875rem}.auth-input-group{flex-direction:column;gap:.375rem;display:flex}.auth-label{color:var(--foreground);font-size:.8125rem;font-weight:500}.auth-input{border:1px solid var(--card-border);width:100%;color:var(--foreground);background:#ffffff08;border-radius:8px;outline:none;padding:.625rem .875rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.auth-input::placeholder{color:var(--muted)}.auth-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgb(var(--accent-rgb), .15)}.auth-error{color:#fca5a5;background:#ef444414;border:1px solid #ef444440;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.8125rem;display:flex}.auth-divider{margin:1.5rem 0;position:relative}.auth-divider-line{align-items:center;display:flex;position:absolute;inset:0}.auth-divider-line:before{content:"";border-top:1px solid var(--card-border);width:100%}.auth-divider-label{text-transform:uppercase;letter-spacing:.05em;justify-content:center;font-size:.75rem;display:flex;position:relative}.auth-divider-label span{background:var(--card-bg);color:var(--muted);padding:0 .75rem}.auth-oauth-list{display:flex}.auth-footer{text-align:center;color:var(--muted);margin-top:1.5rem;font-size:.8125rem}.auth-footer a{color:var(--accent);font-weight:500;text-decoration:none;transition:opacity .2s}.auth-footer a:hover{opacity:.8;text-decoration:underline}.auth-success{text-align:center;padding:2rem 0}.auth-success-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.auth-success-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}@media (min-width:480px){.auth-success-title{font-size:1.75rem}}.auth-success-text{color:var(--muted);font-size:.875rem;line-height:1.6}.auth-success-text strong{color:var(--foreground);font-weight:600}.auth-success-cta{margin-top:1.5rem}
