.grid-pattern{background-image:linear-gradient(rgba(147,197,253,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(147,197,253,.1) 1px,transparent 1px);background-size:50px 50px;animation:grid-breathe 8s ease-in-out infinite;width:100%;height:100%}@keyframes grid-breathe{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.blob{position:absolute;border-radius:50%;filter:blur(40px);animation:blob-float 12s ease-in-out infinite}.blob-1{width:200px;height:200px;background:linear-gradient(45deg,#3b82f6,#8b5cf6);top:20%;left:10%;animation-delay:0s}.blob-2{width:150px;height:150px;background:linear-gradient(45deg,#06b6d4,#3b82f6);top:60%;right:15%;animation-delay:3s}.blob-3{width:180px;height:180px;background:linear-gradient(45deg,#8b5cf6,#ec4899);bottom:20%;left:20%;animation-delay:6s}.blob-4{width:120px;height:120px;background:linear-gradient(45deg,#10b981,#06b6d4);top:40%;right:30%;animation-delay:9s}@keyframes blob-float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.1)}50%{transform:translate(-20px,20px) scale(.9)}75%{transform:translate(20px,10px) scale(1.05)}}
