.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.auth-visual{position:relative;background:var(--bg-primary);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;overflow:hidden}.auth-visual:before{content:"";position:absolute;width:200%;height:200%;top:-50%;left:-50%;background:radial-gradient(ellipse 600px 600px at 30% 40%,rgba(59,130,246,.12) 0%,transparent 70%),radial-gradient(ellipse 400px 400px at 70% 60%,rgba(139,92,246,.1) 0%,transparent 70%),radial-gradient(ellipse 300px 300px at 20% 80%,rgba(16,185,129,.06) 0%,transparent 70%);animation:meshFloat 25s ease-in-out infinite}.auth-visual-content{position:relative;z-index:2;text-align:center}.auth-visual-content h2{font-size:2.2rem;margin-bottom:16px}.auth-visual-content p{color:var(--text-muted);font-size:1rem;max-width:360px;line-height:1.6}.auth-visual-logo{font-size:1.4rem;font-weight:900;color:var(--text-primary);margin-bottom:48px;display:flex;align-items:center;gap:10px}.auth-visual-logo svg{width:28px;height:28px}.auth-float-badge{position:absolute;padding:10px 18px;background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-md);font-size:.75rem;color:var(--text-secondary);animation:float 6s ease-in-out infinite;z-index:1}.auth-float-badge:nth-child(1){top:20%;left:10%;animation-delay:0s}.auth-float-badge:nth-child(2){bottom:25%;right:10%;animation-delay:2s}.auth-float-badge:nth-child(3){bottom:15%;left:15%;animation-delay:4s}.auth-form-side{display:flex;align-items:center;justify-content:center;padding:40px;background:var(--bg-deep);position:relative}.auth-card{width:100%;max-width:400px}.auth-back{display:inline-flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.85rem;font-weight:500;margin-bottom:40px;transition:color .2s}.auth-back:hover{color:var(--accent)}.auth-card h2{font-size:1.8rem;margin-bottom:8px}.auth-card .subtitle{color:var(--text-muted);font-size:.9rem;margin-bottom:32px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-form .field-group{display:flex;flex-direction:column;gap:6px}.auth-form label{font-size:.8rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.name-field-wrapper{overflow:hidden;max-height:0;opacity:0;transition:all .4s var(--ease-out)}.name-field-wrapper.show{max-height:100px;opacity:1}.auth-toggle{text-align:center;margin-top:24px;color:var(--text-muted);font-size:.85rem}.auth-toggle a{color:var(--accent);font-weight:700;cursor:pointer;margin-left:4px;transition:color .2s}.auth-toggle a:hover{color:#60a5fa}@media(max-width:768px){.auth-page{grid-template-columns:1fr}.auth-visual{display:none}.auth-form-side{padding:30px 20px}}
