.animated-gradient-text{display:inline-block;position:relative}.animated-gradient-text .text-content{color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.animated-gradient-text.with-border{border-radius:9999px;justify-content:center;align-items:center;padding:2px;display:inline-flex;position:relative}.animated-gradient-text .gradient-overlay{border-radius:inherit;pointer-events:none;opacity:.6;filter:blur(4px);position:absolute;inset:0}@keyframes animated-gradient-text-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes animated-gradient-text-shift-vertical{0%{background-position:50% 0}50%{background-position:50% 100%}to{background-position:50% 0}}.animated-gradient-text-shift-horiz{animation:animated-gradient-text-shift var(--animation-duration,6s) linear infinite}.animated-gradient-text-shift-vert{animation:animated-gradient-text-shift-vertical var(--animation-duration,6s) linear infinite}.animated-gradient-text-paused{animation-play-state:paused!important}
