@keyframes glowPulse{0%{text-shadow:0 0 2px #fff,0 0 4px #8b5cf6,0 0 6px #8b5cf6,0 0 8px #3b82f6}50%{text-shadow:0 0 4px #fff,0 0 8px #a855f7,0 0 12px #6366f1,0 0 16px #06b6d4}to{text-shadow:0 0 2px #fff,0 0 4px #8b5cf6,0 0 6px #8b5cf6,0 0 8px #3b82f6}}.glow-gradient,.glow-text{animation:glowPulse 6s ease-in-out infinite;color:#fff;font-weight:700}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes sparkle{0%,to{opacity:.3}50%{opacity:1}}.particle{position:absolute;width:2px;height:2px;background:#8b5cf6;border-radius:50%;animation:float 6s ease-in-out infinite,sparkle 3s ease-in-out infinite}.particle:first-child{left:10%;top:20%;animation-delay:0s}.particle:nth-child(2){left:20%;top:40%;animation-delay:1s}.particle:nth-child(3){left:30%;top:60%;animation-delay:2s}.particle:nth-child(4){left:40%;top:30%;animation-delay:3s}.particle:nth-child(5){left:50%;top:70%;animation-delay:4s}.particle:nth-child(6){left:60%;top:50%;animation-delay:5s}.particle:nth-child(7){left:70%;top:80%;animation-delay:6s}.particle:nth-child(8){left:80%;top:25%;animation-delay:7s}.particle:nth-child(9){left:90%;top:45%;animation-delay:8s}@keyframes wave{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.wave-effect{position:absolute;bottom:0;left:0;width:200%;height:100px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.1),transparent);animation:wave 8s linear infinite}@keyframes gradientRotate{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.rotating-gradient{background:linear-gradient(-45deg,#8b5cf6,#3b82f6,#06b6d4,#6366f1);background-size:400% 400%;animation:gradientRotate 15s ease infinite}.grid-effect{background-image:linear-gradient(rgba(139,92,246,.1) 1px,transparent 0),linear-gradient(90deg,rgba(139,92,246,.1) 1px,transparent 0);background-size:50px 50px;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{background-position:0 0}to{background-position:50px 50px}}