.animated-gradient-text{position:relative;display:inline-block}.animated-gradient-text .text-content{background-size:200% auto;background-clip:text;-webkit-background-clip:text;color:transparent;animation:gradient-text-flow linear infinite}.animated-gradient-text .gradient-overlay{position:absolute;inset:-2px;border-radius:inherit;background-size:200% auto;animation:gradient-text-flow linear infinite;z-index:-1;filter:blur(4px)}@keyframes gradient-text-flow{to{background-position:200%}}