.animated-gradient-text{position:relative;margin:0 auto;display:flex;max-width:fit-content;flex-direction:row;align-items:center;justify-content:center;border-radius:1.25rem;font-weight:500;backdrop-filter:blur(10px);transition:box-shadow .5s ease-out;overflow:hidden;cursor:pointer}.gradient-overlay{right:0;bottom:0;background-size:200% auto;animation:text-gradient 8s linear infinite;z-index:0;pointer-events:none}.gradient-overlay,.gradient-overlay:before{position:absolute;top:0;left:0;border-radius:inherit}.gradient-overlay:before{content:"";width:calc(100% - 2px);height:calc(100% - 2px);left:50%;top:50%;transform:translate(-50%,-50%);background-color:#060010;z-index:-1}@keyframes text-gradient{0%{background-position:0 0}to{background-position:-200% 0}}.text-content{display:inline-block;position:relative;z-index:2;background-clip:text;-webkit-background-clip:text;color:transparent;background-image:repeating-linear-gradient(90deg,#40ffaa 0,#4079ff 20%,#40ffaa 40%,#4079ff 60%,#40ffaa 80%);background-size:200% auto;animation:text-gradient var(--gradient-speed,8s) linear infinite}