#blob-container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;pointer-events:none;overflow:hidden;}.blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:0.4;will-change:transform;}.blob-1{width:600px;height:600px;background:linear-gradient(135deg,rgba(99,102,241,0.6),rgba(139,92,246,0.4));top:-10%;right:-5%;animation:blob-float-1 20s ease-in-out infinite;}.blob-2{width:500px;height:500px;background:linear-gradient(135deg,rgba(139,92,246,0.5),rgba(236,72,153,0.3));top:40%;left:-10%;animation:blob-float-2 25s ease-in-out infinite;}.blob-3{width:400px;height:400px;background:linear-gradient(135deg,rgba(236,72,153,0.4),rgba(99,102,241,0.3));bottom:-5%;right:30%;animation:blob-float-3 22s ease-in-out infinite;}.blob-4{width:350px;height:350px;background:linear-gradient(135deg,rgba(14,165,233,0.4),rgba(34,211,238,0.3));top:60%;left:40%;animation:blob-float-4 18s ease-in-out infinite;}.blob-mouse{width:300px;height:300px;background:radial-gradient(circle,rgba(99,102,241,0.3),rgba(139,92,246,0.15));border-radius:50%;filter:blur(60px);opacity:0;position:fixed;pointer-events:none;transition:opacity 0.5s ease;z-index:-1;transform:translate(-50%,-50%);}@keyframes blob-float-1{0%,100%{transform:translate(0,0) scale(1);}25%{transform:translate(-40px,60px) scale(1.1);}50%{transform:translate(30px,-30px) scale(0.95);}75%{transform:translate(-20px,-50px) scale(1.05);}}@keyframes blob-float-2{0%,100%{transform:translate(0,0) scale(1);}25%{transform:translate(50px,-40px) scale(1.05);}50%{transform:translate(-30px,50px) scale(1.1);}75%{transform:translate(40px,20px) scale(0.95);}}@keyframes blob-float-3{0%,100%{transform:translate(0,0) scale(1);}33%{transform:translate(-60px,-30px) scale(1.08);}66%{transform:translate(40px,-50px) scale(0.92);}}@keyframes blob-float-4{0%,100%{transform:translate(0,0) scale(1);}33%{transform:translate(30px,40px) scale(1.1);}66%{transform:translate(-50px,-20px) scale(0.95);}}.grain-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:0.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");}@media (max-width:768px){.blob{filter:blur(60px);opacity:0.25;}.blob-1{width:300px;height:300px;}.blob-2{width:250px;height:250px;}.blob-3{width:200px;height:200px;}.blob-4{display:none;}.blob-mouse{display:none;}}