@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animated-auth-bg{position:relative;min-height:100vh;background:#000;overflow:hidden;z-index:-1}.animated-auth-bg:before{width:600px;height:600px;background:conic-gradient(from 0deg,transparent 0deg,#ff0080 90deg,#ffff00 180deg,#00ff00 270deg,transparent 1turn);animation:rotate 8s linear infinite;filter:blur(60px);opacity:.8}.animated-auth-bg:after,.animated-auth-bg:before{content:"";position:absolute;top:50%;left:50%;border-radius:50%;transform:translate(-50%,-50%) rotate(0deg);z-index:-1}.animated-auth-bg:after{width:500px;height:500px;background:conic-gradient(from 180deg,transparent 0deg,#00ffff 90deg,#ff00ff 180deg,#ffff00 270deg,transparent 1turn);animation:rotate 12s linear infinite reverse;filter:blur(70px);opacity:.6}.animated-circle{position:absolute;border-radius:50%;border:3px solid;animation:pulse 4s ease-in-out infinite;z-index:-1}.circle-1{top:50%;left:50%;width:400px;height:400px;border-color:rgba(255,0,128,.6);transform:translate(-50%,-50%) rotate(0deg);animation:rotate 10s linear infinite,pulse 4s ease-in-out infinite}.circle-2{top:50%;left:50%;width:480px;height:480px;border-color:rgba(255,255,0,.6);transform:translate(-50%,-50%) rotate(45deg);animation:rotate 15s linear infinite reverse,pulse 4s ease-in-out 1s infinite}.circle-3{top:50%;left:50%;width:560px;height:560px;border-color:rgba(0,255,0,.6);transform:translate(-50%,-50%) rotate(90deg);animation:rotate 20s linear infinite,pulse 4s ease-in-out 2s infinite}.auth-card-overlay{position:relative;z-index:10;backdrop-filter:blur(10px);background:rgba(0,0,0,.6);border:1px solid rgba(255,255,255,.1)}