.animated-gradient-text{position:relative;display:inline-block}.gradient-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.5}.text-content{position:relative;z-index:2;font-weight:inherit;background-size:200% 100%;background-repeat:repeat;animation:gradient-move 3s linear infinite;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes gradient-move{0%{background-position:0 50%}to{background-position:200% 50%}}