.shiny-text{color:transparent;background:linear-gradient(120deg,var(--shiny-text-color) 40%,var(--shiny-secondary-color) 50%,var(--shiny-text-color) 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:shine 1s linear infinite}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}