:root{line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background:linear-gradient(145deg,#242424,#0c0c0c);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:default}*{margin:0;padding:0;box-sizing:border-box}body{display:grid;place-items:center;width:100vw;height:100dvh}.full-wrapper{display:flex;flex-direction:column;gap:2.5px;margin-bottom:24px}.statistics{width:100%;display:flex;justify-content:space-between;padding:0 2.5px}.statistics p{font-family:Google Sans Code,monospace;font-optical-sizing:auto;font-weight:400;font-style:normal}.progress-bar-wrapper{height:100px;width:500px;border:1px solid white;padding:10px}.progress-bar{height:100%;width:100%;background-color:#73737326}.progress{height:100%;background-color:#1e90ff}.backToBlue{animation:backToBlue 5s}@keyframes backToBlue{0%{color:#1e90ff}25%,75%{color:#dc143c}to{color:#1e90ff}}.blinker{animation:blinker 1s infinite}@keyframes blinker{0%{opacity:0%}50%{opacity:100%}to{opacity:0%}}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media screen and (max-width: 550px){.progress-bar-wrapper{height:80px;width:calc(100vw - 50px);border:1px solid white;padding:10px}}
