@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.animated-shiny-text{color:rgba(153,102,204,.55);background:linear-gradient(90deg,transparent,rgba(153,102,204,.8),transparent);background-size:var(--shimmer-width) 100%;background-repeat:no-repeat;background-clip:text;-webkit-background-clip:text;animation:shimmer 3s linear infinite alternate}