@keyframes indeterminateProgress{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes hedgyWiggle{0%{transform:rotate(-5deg)}25%{transform:rotate(0)translateY(-3px)}50%{transform:rotate(5deg)}75%{transform:rotate(0)translateY(-3px)}to{transform:rotate(-5deg)}}.progress-bar{background:linear-gradient(90deg,#292524 0%,#44403c 20%,#78716c 50%,#44403c 80%,#292524 100%);border-radius:9999px;width:0%;height:100%;transition:width .5s ease-out}.indeterminate-progress-bar{background-image:linear-gradient(90deg,#0003 0%,#000c 25% 50%,#0003 100%);background-size:200% 100%;animation:3s ease-in-out infinite indeterminateProgress;width:100%!important}.hedgy-icon{transform-origin:50%;background-image:url(/hedgy.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;margin-right:.5rem;animation:1.5s ease-in-out infinite hedgyWiggle;display:inline-block}
