@keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animated-gradient-text{position:relative;display:inline-block}.gradient-overlay{position:absolute;inset:0;border-radius:inherit;padding:2px;background-clip:content-box,border-box;z-index:0}.gradient-overlay,.text-content{background-size:200% auto;animation:gradient-animation linear infinite}.text-content{background-clip:text;-webkit-background-clip:text;color:transparent;position:relative;z-index:1}