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