.shiny-text{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fff 0%,#f0f0f0 25%,#fff 50%,#f0f0f0 75%,#fff 100%) 0 0/200% 100%;-webkit-background-clip:text;background-clip:text;animation:5s ease-in-out infinite shiny-sweep;display:inline-block}.shiny-text.disabled{-webkit-text-fill-color:inherit;color:inherit;background:0 0;animation:none}@keyframes shiny-sweep{0%{background-position:-200% 0}50%{background-position:200% 0}to{background-position:-200% 0}}.shiny-text.dark{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fff 0%,#e0e0e0 25%,#fff 50%,#e0e0e0 75%,#fff 100%) 0 0/200% 100%;-webkit-background-clip:text;background-clip:text}.shiny-text.blue{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#5ac8fa 0%,#0a84ff 25%,#5ac8fa 50%,#0a84ff 75%,#5ac8fa 100%) 0 0/200% 100%;-webkit-background-clip:text;background-clip:text}.shiny-text.green{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#32d74b 0%,#28a745 25%,#32d74b 50%,#28a745 75%,#32d74b 100%) 0 0/200% 100%;-webkit-background-clip:text;background-clip:text}.shiny-text.purple{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#bf5af2 0%,#8e44ad 25%,#bf5af2 50%,#8e44ad 75%,#bf5af2 100%) 0 0/200% 100%;-webkit-background-clip:text;background-clip:text}
.glare-hover{width:var(--gh-width);height:var(--gh-height);background:var(--gh-bg);border-radius:var(--gh-br);border:1px solid var(--gh-border);cursor:pointer;position:relative;overflow:hidden}.glare-hover:before{content:"";background:linear-gradient(var(--gh-angle),transparent,var(--gh-rgba),transparent);width:100%;height:100%;transition:left var(--gh-duration)ease;z-index:1;position:absolute;top:0;left:-100%}.glare-hover:hover:before{left:100%}.glare-hover--play-once:hover:before{animation:glare-sweep var(--gh-duration)ease forwards}@keyframes glare-sweep{0%{left:-100%}to{left:100%}}.glare-hover>*{z-index:2;position:relative}
