.shiny-text{color:#b5b5b5a4;background:linear-gradient(120deg,hsla(0,0%,100%,0) 40%,hsla(0,0%,100%,.8) 50%,hsla(0,0%,100%,0) 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 5s linear infinite}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none;background:none;color:inherit}.loading-dots{display:inline-flex;align-items:center;gap:2px}.loading-dots span{width:4px;height:4px;border-radius:50%;background-color:currentColor;opacity:.4;animation:loading-pulse 1.4s ease-in-out infinite both}.loading-dots span:first-child{animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.loading-dots span:nth-child(3){animation-delay:0s}@keyframes loading-pulse{0%,80%,to{opacity:.4;transform:scale(1)}40%{opacity:1;transform:scale(1.2)}}.loading-dots-text{display:inline-block;font-weight:inherit;color:#b5b5b5a4}.loading-dots-text:after{content:"";display:inline-block;animation:loading-text-dots 1.5s steps(4) infinite}@keyframes loading-text-dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}