.auth-container{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.auth-container:before{content:"";pointer-events:none;background:radial-gradient(80% 50% at 50% -20%,#667eea1f 0%,#0000 50%),radial-gradient(60% 40% at 80% 80%,#764ba214 0%,#0000 40%);position:absolute;inset:0}.auth-card{z-index:1;background:#12121acc;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:400px;padding:2rem;position:relative}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;display:flex}.auth-logo svg{color:#fff}.auth-header h1{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.auth-header p{color:var(--text-secondary);font-size:.9rem}.auth-form{flex-direction:column;gap:1rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.form-group input{width:100%;color:var(--text-primary);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.form-group input:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px #667eea26}.form-group input::placeholder{color:var(--text-muted)}.auth-submit{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:.5rem;padding:.85rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .25s}.auth-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea59}.auth-divider{align-items:center;gap:1rem;margin:1.5rem 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#ffffff1a;flex:1;height:1px}.auth-divider span{color:var(--text-muted);font-size:.8rem}.google-btn{width:100%;color:var(--text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;padding:.75rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.google-btn:hover{background:#ffffff14;border-color:#fff3}.auth-footer{text-align:center;color:var(--text-secondary);margin-top:1.5rem;font-size:.85rem}.auth-footer a{color:var(--accent-primary);font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.forgot-password{text-align:right;margin-top:-.5rem}.forgot-password a{color:var(--text-muted);font-size:.8rem;text-decoration:none}.forgot-password a:hover{color:var(--accent-primary)}
