.shiny-text{background:linear-gradient(120deg,var(--secondary-text) 20%,#f07474 50%,var(--secondary-text) 80%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none;font-weight:600;font-size:1em;display:inline-block;animation:shine 2s linear infinite}@keyframes shine{0%{background-position:200%}to{background-position:-200%}}.shiny-text.disabled{animation:none}