:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{display:flex;margin:0;min-width:320px;min-height:100vh}#root{box-sizing:border-box;height:1080px;position:relative;width:1920px;z-index:0}#logo{animation:float 3s ease-in-out infinite;bottom:10px;left:30px;height:140px;position:absolute;z-index:20}#overlay{background-image:linear-gradient(23deg,#f7af9d,#f7e3af 60%);bottom:0;box-shadow:0 -.125rem .5rem .25rem #38414280;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:100px;padding:20px 20px 20px 350px;position:absolute;width:1920px;z-index:10}.progress-bar-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;gap:20px}.progress-bar-background{background-color:#fff;border-radius:50px;display:flex;flex-direction:row;flex-grow:1;height:50px;overflow:hidden}.progress-bar-animated-progress{animation:gradient-animation 5s linear infinite;background:linear-gradient(300deg,#f7af9d,#ec96b2,#f7572f,#eb4b24);background-size:180% 180%;display:flex;transform-origin:top right;transition:width .65s ease-in-out}.progress-bar-label-container{align-items:flex-start;display:flex;flex-direction:column;gap:5px;justify-content:center}.progress-bar-label-title{font-family:Luckiest Guy,cursive;font-size:24px;font-weight:700;letter-spacing:.04375rem;line-height:24px;margin:0}.progress-bar-label-value{font-size:24px;line-height:24px;margin:0}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes gradient-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
