#root{max-width:100vw;height:100vh;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-around;overflow:none}#cookie-container{display:flex;flex-direction:column;align-content:center;align-items:center}#cookie-container>h2{font-size:1.6rem;margin:1rem;color:#20b2aa}#cookie-container>p{font-size:1rem;margin:.5rem}#cookie{background-repeat:no-repeat;background-position:center;background-size:cover;height:400px;width:400px;z-index:100;margin:-20px 0 0;padding:0}#cookie>h2{font-size:2rem}header{width:100vw;height:auto;background-color:#000;margin:0;padding:2rem}header>h1{font-size:3rem;margin:0;padding-bottom:0;margin-inline-start:0;margin-inline-end:0;margin-block-start:.5em;margin-block-end:0}#game-timer{position:absolute;top:25px;right:25px;border-radius:2rem;background-color:beige;padding:.5rem 1rem}#game-timer>p{color:#000;margin:0;padding:0}#upgrades-title{background-color:teal;padding:1rem;margin-bottom:0}#upgrades-container{display:flex;flex-direction:row;width:100vw;height:auto;background-color:#000;place-items:center;justify-content:space-around;flex-wrap:nowrap;padding:1rem}.upgrade-item{background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:2rem;height:auto;padding:0 2rem;z-index:200;background-color:teal}#upgrade-item p{line-height:.5rem;background-color:teal}#score-container{background-color:teal;border-radius:2rem;font-size:1rem;padding:0 2rem;margin:.2rem}#high-scores-table{position:absolute;top:2rem;right:2rem;background-color:#4682b4;margin:1rem;border-radius:1rem;overflow:auto}#high-scores-table>ul{text-align:left;margin-block-start:0;margin-block-end:0;padding-inline-start:0}#high-scores-table>ul>li{padding:.5rem 2rem;list-style:none}#high-scores-table>ul>li>span{font-weight:900}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:.5;font-weight:400;max-height:100vh;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;height:100vh;align-content:space-around;overflow:none}h1{font-size:2em}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
