.animated-gradient-text{position:relative;display:flex;max-width:fit-content;align-items:center;justify-content:center;cursor:default;overflow:visible;padding:.3em .1em 0}.animated-gradient-text.with-border{padding:.35rem .75rem;border-radius:1.25rem;overflow:hidden}.gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;z-index:0;pointer-events:none;background-size:300% 100%;animation:gradient-shift linear infinite}.gradient-overlay:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% - 2px);height:calc(100% - 2px);border-radius:inherit;background-color:white;z-index:-1}:is(.dark) .gradient-overlay:before{background-color:#1f2937}.text-content{display:inline-block;position:relative;z-index:2;background-size:300% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:gradient-shift linear infinite;padding:.3em .15em}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}