.shiny-text{color:currentColor;background:linear-gradient(120deg,rgba(30,58,95,0) 30%,rgba(96,165,216,.8) 45%,rgba(255,255,255,.9) 50%,rgba(16,185,129,.8) 55%,rgba(30,58,95,0) 70%);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 6s ease-in-out infinite;text-shadow:0 1px 2px rgba(30,58,95,.3);position:relative}.shiny-text:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(120deg,rgba(30,58,95,.1) 30%,rgba(96,165,216,.2) 45%,rgba(255,255,255,.3) 50%,rgba(16,185,129,.2) 55%,rgba(30,58,95,.1) 70%);background-size:300% 100%;animation:shine-glow 6s ease-in-out infinite;border-radius:4px;z-index:-1;filter:blur(1px)}@keyframes shine{0%{background-position:100%}50%{background-position:-50%}to{background-position:-100%}}@keyframes shine-glow{0%{background-position:100%;opacity:.3}50%{background-position:-50%;opacity:.8}to{background-position:-100%;opacity:.3}}.shiny-text.disabled{animation:none}