.shiny-text{color:white;background:linear-gradient(120deg,rgba(255,255,255,.8) 40%,rgba(255,255,255,1) 50%,rgba(255,255,255,.8) 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 5s linear infinite;-webkit-text-fill-color:white;text-shadow:0 0 10px rgba(255,255,255,.5);font-weight:700;transition:-webkit-text-fill-color .1s ease}.shiny-text.ready{-webkit-text-fill-color:transparent}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none;color:white;-webkit-text-fill-color:white;background:none;text-shadow:0 0 10px rgba(255,255,255,.5)}