.shiny-text{color:var(--text-color,#B5FF6D);font-family:coolvetica;background:linear-gradient(120deg,var(--text-color,#B5FF6D) 30%,rgba(255,255,255,.9) 45%,rgba(255,255,255,.9) 55%,var(--text-color,#B5FF6D) 70%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-color:var(--text-color,#B5FF6D);display:inline;animation:shine var(--animation-duration,3s) linear infinite;font-weight:600;letter-spacing:.05em;margin:0;padding:0;line-height:1}@keyframes shine{0%{background-position:100% 0}to{background-position:-100% 0}}.shiny-text.disabled{animation:none;background:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:var(--text-color,#B5FF6D);color:var(--text-color,#B5FF6D)}