.lava-lamp-container{position:absolute;width:100%;height:100%;filter:blur(40px);opacity:.7}.lava-blob{position:absolute;border-radius:50%;background:radial-gradient(circle at 30% 30%,#60a5fa,#3489eb);animation:float 20s ease-in-out infinite}.lava-1{width:400px;height:400px;left:-100px;top:-100px;animation-duration:25s;animation-delay:0s}.lava-2{width:300px;height:300px;right:-50px;top:50px;animation-duration:30s;animation-delay:5s;animation-name:floatReverse}.lava-3{width:350px;height:350px;left:30%;bottom:-100px;animation-duration:35s;animation-delay:10s}.lava-4{width:250px;height:250px;right:20%;top:40%;animation-duration:28s;animation-delay:15s;animation-name:floatDiagonal}.lava-5{width:200px;height:200px;left:50%;top:20%;animation-duration:32s;animation-delay:8s}.lava-6{width:280px;height:280px;right:35%;bottom:10%;animation-duration:26s;animation-delay:12s;animation-name:floatReverse}@keyframes float{0%,to{transform:translateY(0) translateX(0) scale(1)}25%{transform:translateY(-30px) translateX(20px) scale(1.1)}50%{transform:translateY(20px) translateX(-10px) scale(.95)}75%{transform:translateY(-20px) translateX(-20px) scale(1.05)}}@keyframes floatReverse{0%,to{transform:translateY(0) translateX(0) scale(1)}25%{transform:translateY(30px) translateX(-20px) scale(.95)}50%{transform:translateY(-20px) translateX(10px) scale(1.1)}75%{transform:translateY(20px) translateX(20px) scale(1.05)}}@keyframes floatDiagonal{0%,to{transform:translateY(0) translateX(0) scale(1) rotate(0deg)}25%{transform:translateY(-40px) translateX(-40px) scale(1.15) rotate(90deg)}50%{transform:translateY(30px) translateX(30px) scale(.9) rotate(180deg)}75%{transform:translateY(-25px) translateX(25px) scale(1.1) rotate(270deg)}}.lava-blob:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(52,137,235,.3),transparent);border-radius:50%}