.auth-wrapper{background:radial-gradient(ellipse at 20% 50%,#6366f114 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,#10b9810f 0%,transparent 50%),var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.auth-card{border-radius:var(--radius-lg);background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);width:100%;max-width:420px;padding:2.5rem;box-shadow:0 8px 32px #0000000f,inset 0 0 0 1px #ffffff14}.auth-logo{justify-content:center;align-items:center;gap:.625rem;margin-bottom:2rem;display:flex}.auth-logo-icon{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex;overflow:hidden}.auth-title{background:linear-gradient(135deg,var(--text-primary),var(--accent-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:700}.auth-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:1.75rem;font-size:.875rem}.auth-form{flex-direction:column;gap:1.125rem;display:flex}.auth-field label{color:var(--text-secondary);margin-bottom:.375rem;font-size:.8125rem;font-weight:500;display:block}.auth-field input{border-radius:var(--radius-sm);border:1px solid var(--border-color);background:var(--glass-bg);width:100%;color:var(--text-primary);transition:var(--transition);box-sizing:border-box;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.875rem}.auth-field input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #6366f11a}.auth-field input::placeholder{color:var(--text-muted)}.auth-submit{border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--accent-primary),#7c3aed);color:#fff;cursor:pointer;width:100%;transition:var(--transition);border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;padding:.75rem;font-family:inherit;font-size:.9375rem;font-weight:600;display:flex}.auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #6366f14d}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-footer{text-align:center;color:var(--text-secondary);margin-top:1.5rem;font-size:.8125rem}.auth-footer a{color:var(--accent-primary);transition:var(--transition);font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-error{border-radius:var(--radius-sm);color:var(--accent-danger);text-align:center;background:#ef444414;border:1px solid #ef444433;padding:.75rem;font-size:.8125rem}.auth-divider{color:var(--text-muted);align-items:center;gap:.75rem;font-size:.75rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border-color);flex:1;height:1px}
