.shiny-text{color:rgba(156,163,175,1);background:linear-gradient(120deg,rgba(255,255,255,0) 40%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 0);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 5s linear infinite}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}.fade-in{opacity:0;animation:fadeIn .5s ease-in forwards}.fade-out{opacity:1;animation:fadeOut .5s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}