.animated-background-canvas{opacity:.6}.animated-background-canvas,.animated-background-gradients{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.animated-background-gradients{overflow:hidden}.gradient-orb{position:absolute;border-radius:50%;filter:blur(50px);opacity:.3;animation:floatOrb 20s ease-in-out infinite;will-change:transform}.gradient-orb.gradient-orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(139,92,246,.4) 0,transparent 70%);top:-300px;right:-200px;animation-delay:0s}.gradient-orb.gradient-orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(94,64,223,.3) 0,transparent 70%);bottom:-200px;left:-150px;animation-delay:7s}.gradient-orb.gradient-orb-3{width:400px;height:400px;background:radial-gradient(circle,rgba(167,139,250,.3) 0,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:14s}@keyframes floatOrb{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}