.shiny-text{color:#fff;background:linear-gradient(90deg,#f8fafc 0,#fff 10%,#4ade80 50%,#3b82f6 90%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block;vertical-align:middle;padding-bottom:.2em;line-height:1.2;animation:shine 3s linear infinite;font-weight:900}.shiny-text.disabled{animation:none}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text-custom{background:linear-gradient(90deg,#fff,#4ade80,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent;position:relative}.shiny-text-custom:after{content:attr(data-text);position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(120deg,transparent 40%,hsla(0,0%,100%,.8) 50%,transparent 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:shine 3s linear infinite}