.animated-gradient-text{max-width:fit-content;font-weight:inherit;flex-direction:row;justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:hidden}.gradient-overlay{border-radius:inherit;z-index:0;pointer-events:none;background-size:300% 100%;animation:linear infinite gradientTextShift;position:absolute;inset:0}.gradient-overlay:before{content:"";border-radius:inherit;background-color:var(--color-background,hsl(var(--background)));z-index:-1;width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes gradientTextShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.gradient-text-content{z-index:1;color:#0000;background-size:300% 100%;-webkit-background-clip:text;background-clip:text;animation:linear infinite gradientTextShift;display:inline-block;position:relative}@supports not ((-webkit-background-clip:text)){.gradient-text-content{color:var(--color-foreground,inherit);background:0 0}}@media (prefers-reduced-motion:reduce){.gradient-text-content,.gradient-overlay{animation:none!important}}
