.shiny-text{color:#b5b5b5a4;background:linear-gradient(120deg,rgba(255,255,255,0) 40%,rgba(255,255,255,.8) 50%,rgba(255,255,255,0) 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 5s linear infinite}:root:not(.dark) .shiny-text{background:linear-gradient(120deg,rgba(99,102,241,0) 40%,rgba(99,102,241,.7) 50%,rgba(99,102,241,0) 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}@media (prefers-reduced-motion:reduce){.shiny-text{animation:none}}