@keyframes AnimationName{0%{background-position:0 51%}50%{background-position:100%}to{background-position:0 51%}}.green-animated-gradient{color:transparent;-webkit-text-fill-color:transparent;background-image:linear-gradient(60deg,#04cc24,#f0ff48,#00fbb0);background-size:400% 400%;-webkit-background-clip:text;background-clip:text;animation:4s infinite AnimationName}.animated-bg{background-image:linear-gradient(60deg,#1b8780,#005977,#00ab64);background-size:400% 400%;animation:8s infinite AnimationName}@keyframes dotHueRotate{0%{filter:hue-rotate()}50%{filter:hue-rotate(180deg)}to{filter:hue-rotate(360deg)}}.animated-dots{animation:10s linear infinite dotHueRotate}@keyframes sparkleShimmer{0%,to{background-position:-200%}50%{background-position:200%}}@keyframes enterpriseGlow{0%,to{box-shadow:0 0 12px rgba(34,197,94,.5)}50%{box-shadow:0 0 24px rgba(34,197,94,.7)}}@keyframes floatUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes sparkleRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.enterprise-sparkly{animation:3s ease-in-out infinite enterpriseGlow;position:relative;overflow:hidden}.enterprise-sparkly:after{content:"✨";pointer-events:none;font-size:10px;animation:4s linear infinite sparkleRotate;position:absolute;top:2px;right:4px}.enterprise-sparkly:hover{transition:transform .2s;transform:scale(1.02)}
/*# sourceMappingURL=5beeffa0fd9ba8ca.css.map*/