.shiny-text{position:relative;color:hsl(var(--muted-foreground));background:linear-gradient(120deg,hsl(var(--muted-foreground)) 20%,hsl(var(--foreground)) 40%,hsl(var(--foreground)) 60%,hsl(var(--muted-foreground)) 80%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:shiny-text-anim var(--speed) infinite linear;display:inline-block;white-space:pre-wrap}.shiny-text.shiny-text-inactive{color:inherit;background-image:none;background-clip:unset;-webkit-background-clip:unset;animation:none}@keyframes shiny-text-anim{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}