.shiny-text{color:#333;background:linear-gradient(120deg,#333,#333 40%,#6db3f2 50%,#333 60%,#333);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 6s linear infinite}.shiny-text,html.dark .shiny-text{-webkit-text-fill-color:transparent}html.dark .shiny-text{background:linear-gradient(120deg,#e0e0e0,#e0e0e0 40%,#6db3f2 50%,#e0e0e0 60%,#e0e0e0);background-size:200% 100%;-webkit-background-clip:text;background-clip:text}@keyframes shine{0%{background-position:200%}to{background-position:-200%}}.shiny-text.disabled{animation:none;-webkit-text-fill-color:initial;background:none}