.shiny-text{--text-color:#b5b5b5a4;--shine-start:#fff0;--shine-peak:#fffc;--shine-end:#fff0;color:var(--text-color);background:linear-gradient(120deg, var(--shine-start) 40%, var(--shine-peak) 50%, var(--shine-end) 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:5s linear infinite shine;display:inline-block}.light .shiny-text,[data-theme=light] .shiny-text,:root:not(.dark) .shiny-text{--text-color:#6b7280;--shine-start:#0000;--shine-peak:#000000e6;--shine-end:#0000}.shiny-text.light-metallic{--text-color:#64748b;--shine-start:#94a3b800;--shine-peak:#94a3b8e6;--shine-end:#94a3b800}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}
