.shiny{color:#ffffff;text-shadow:0 2px 16px rgba(0,0,0,.35);animation:shine 4.5s linear infinite}@supports ((-webkit-background-clip:text) or (background-clip:text)){.shiny{background-image:linear-gradient(120deg,#ffffff 36%,rgba(158,163,171,.98) 46%,rgba(158,163,171,.98) 54%,#ffffff 64%);background-size:200% 100%;background-position:100%;color:transparent;-webkit-background-clip:text;background-clip:text;text-shadow:none}}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}