@keyframes flowGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes flowRight{0%{background-position:0 50%}to{background-position:200% 50%}}@keyframes pulseGlow{0%{filter:brightness(1) saturate(1);transform:scale(1)}to{filter:brightness(1.2) saturate(1.3);transform:scale(1.02)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.gradient-flow{background:linear-gradient(90deg,#0f9,#c0ffd0 50%,#0f9);background-size:200% 100%;animation:flowRight 4s linear infinite}.gradient-wave{background:linear-gradient(90deg,#0f9,#c0ffd0 50%,#0f9);background-size:300% 100%;animation:flowGradient 3s ease-in-out infinite}.gradient-pulse{background:linear-gradient(90deg,#0f9,#c0ffd0);animation:pulseGlow 2s ease-in-out infinite alternate}.glow-text{text-shadow:"0 0 10px #00ff00, 0 0 20px #00ff00",}.glow-box{box-shadow:"0 0 10px #00ff00, 0 0 20px #00ff00",}