.animated-gradient-text{position:relative;display:inline-block}.gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;z-index:-1}.gradient-overlay,.text-content{background-size:200% 100%;animation:gradient-shift linear infinite}.text-content{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}@keyframes gradient-shift{0%{background-position:200% 0}to{background-position:-200% 0}}