.aurora-background{inset:0;z-index:0;overflow:hidden;filter:blur(80px);opacity:.8;pointer-events:none;isolation:isolate}.aurora-background,.aurora-blob{position:absolute;will-change:transform;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.aurora-blob{border-radius:50%;filter:blur(40px);mix-blend-mode:screen}.blob-1{width:600px;height:600px;background:rgba(59,130,246,.2);top:-200px;left:-100px;animation:float 20s ease-in-out infinite;animation-play-state:running}.blob-2{width:500px;height:500px;background:rgba(236,72,153,.15);bottom:-150px;right:-100px;animation:float 25s ease-in-out infinite;animation-delay:-5s;animation-play-state:running}.blob-3{width:400px;height:400px;background:rgba(56,189,248,.1);top:50%;left:50%;transform:translate(-50%,-50%);animation:float 30s ease-in-out infinite;animation-delay:-10s;animation-play-state:running}@keyframes float{0%{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-50px) rotate(5deg)}66%{transform:translate(-20px,20px) rotate(-5deg)}to{transform:translate(0) rotate(0deg)}}@media (max-width:768px){.aurora-background{filter:blur(60px)}.blob-1{width:400px;height:400px}.blob-2{width:300px;height:300px}.blob-3{width:250px;height:250px}}