.shiny-text{color:rgba(181,181,181,.64);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}.shiny-text--bright{color:rgba(238,242,255,.92);background:linear-gradient(120deg,rgba(255,255,255,0) 35%,rgba(255,255,255,.95) 50%,rgba(255,255,255,0) 65%);background-size:220% 100%}.shiny-text--aqua{color:rgba(125,211,252,.95);background:linear-gradient(120deg,rgba(34,211,238,0) 35%,rgba(125,211,252,.95) 50%,rgba(34,211,238,0) 65%);background-size:220% 100%}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}