.shiny-text{color:#ffffffa4;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 var(--animation-duration,5s) linear infinite;font-size:var(--font-size-base,32px)}@media (min-width:768px){.shiny-text{font-size:var(--font-size-md,40px)}}@media (min-width:1024px){.shiny-text{font-size:var(--font-size-lg,48px)}}@media (min-width:1280px){.shiny-text{font-size:var(--font-size-xl,64px)}}@keyframes shine{0%{background-position:100%}70%{background-position:-100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}