html,body{font:Arial, sans-serif;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none;touch-action:none;outline:0;margin:0;padding:0;overflow:hidden}#loading-wrapper{z-index:2;background-color:#283538;width:100%;height:100%;position:absolute;top:0;left:0}#loading-splash{width:264px;position:absolute;top:calc(50% - 28px);left:calc(50% - 132px)}#loading-bar-container{background-color:#1d292c;width:100%;height:10px}#loading-bar{background-color:#f60;width:0%;height:100%}#loading-text{text-align:center;color:#777;margin-top:.5em}@media (width<=480px){#loading-splash{width:170px;left:calc(50% - 85px)}}#canvas{z-index:1;width:100%;height:100%}canvas{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none;-webkit-tap-highlight-color:#fff0;outline:0}#pickpowerups-container{width:100%;position:absolute}#pickpowerups{background-color:#fff;border-radius:10px;width:400px;margin-left:auto;margin-right:auto;padding-bottom:10px;position:relative;top:20px}#pickpowerups h1{margin:0;padding:10px;font-size:2em}.powerup{cursor:pointer;background-color:#c8c8c8;border-radius:10px;grid-template-columns:90px 1fr;margin:5px;display:grid}.powerup.highlight{background-color:#646464}.powerup img{border-radius:10px;width:80px;height:80px;margin:5px}.powerup .details{grid-template-rows:calc(1em + 5px) 1fr 1em;padding:10px;display:grid}.powerup .name{font-size:1em}.powerup .desc{color:#444;font-size:.8em}.powerup .cnt{font-size:1em}.powerup .cnt span:first-child{animation:1s linear infinite blinking}.powerup .cnt span:nth-child(2){color:#2226}@keyframes blinking{50%{opacity:0}}#pause{color:#f2f2f2;-webkit-user-select:none;user-select:none;cursor:pointer;border:1px solid #f2f2f2;padding:5px;font-size:20px;line-height:.55;position:absolute;top:30px;right:10px}#gamble-container{justify-content:center;align-items:center;width:100%;height:100%;position:absolute}#gamble-inner{background-color:#f2f2f2;border-radius:10px;grid-auto-flow:row;justify-items:center;display:grid;position:relative}#gamble-inner h1{color:#222;margin:10px}#gamble{background-color:#fff;border-radius:10px;grid-auto-flow:column;display:grid}.wheel{background:#fafafa;border-radius:10px;width:100px;height:100px;margin:5px;overflow:hidden}.boxes{height:100px;transition:transform 1s ease-in-out}.boxes img{justify-content:center;align-items:center;width:100px;height:100px;display:flex}#gamble-result-container{width:100%;position:absolute}#gamble-result-inner{max-width:400px;margin-top:30px;margin-left:auto;margin-right:auto;position:relative}#gamble-resume{color:#f2f2f2;text-align:center}.fullscreen-blur{background-color:#2226;width:100vw;height:100vw;position:absolute;top:0;left:0}#resume-container{justify-content:center;width:100%;height:100%;position:absolute}#resume-inner{text-align:center;justify-content:center;align-items:end;display:flex;position:relative}#resume-button,#exit-button{color:#f2f2f2;cursor:pointer;background-color:#555;border-radius:5px;height:1.25em;margin:10px;padding:.5em 1em;font-size:2em}#death-container{justify-content:center;align-items:center;width:100%;height:100%;position:absolute}#death-inner{background-color:#f2f2f2;border-radius:10px;grid-auto-flow:row;justify-items:center;gap:10px;min-width:260px;padding:20px;display:grid;position:relative}#death-inner h1{color:#222;margin:0}#death-survived{color:#444}#death-ok-button{cursor:pointer;color:#f2f2f2;background-color:#555;border-radius:5px;padding:.4em 1.5em;font-size:1.2em}#menu{background-image:url(/images/bg.png);background-position:-900px -300px;grid-template-columns:1fr 1fr;height:100%;display:grid;overflow:scroll}#startgame-container{float:left;text-align:center;place-content:center;align-items:center;min-height:100%;display:grid;position:relative}#startgame{cursor:pointer;color:#f2f2f2;background-color:#00f;border-radius:25px;width:350px;height:150px;margin:10px;font-size:2em}#startgame:hover{background-color:#00d}#startgame-text{margin-top:calc(150px - 1.8em);font-size:2em}#startgame-loading-bar-container{background-color:#1d292c;width:calc(100% - 100px);height:10px;margin:0 50px}#startgame-loading-bar{background-color:#f60;width:5%;height:100%}#unlockables{float:left;height:100vh;padding:0 1em;overflow:scroll}.unlockable{cursor:pointer;background-color:#ddd;border-radius:10px;grid-template-columns:90px 1fr;margin:5px;display:grid}.unlockable:hover{background-color:#aaa}.unlockable.next{background-color:#9f9}.unlockable.next:hover{background-color:#6d6}.unlockable.locked{background-color:#f99}.unlockable.locked:hover{background-color:#d66}.unlockable .sprite-outer{justify-content:center;align-items:center;height:80px;margin:5px;display:flex}.unlockable .sprite{object-fit:cover;border-radius:10px;width:80px;height:80px}.unlockable .details{grid-template-rows:calc(1em + 5px) 1fr 1em;padding:10px;display:grid}.unlockable .name{font-size:1em}.unlockable .name span{float:right;font-size:.8em;display:none}.locked .name span,.next .name span{display:inline}.unlockable .desc{color:#444;font-size:.8em}@media (width<=900px){#menu{grid-template-columns:1fr;height:100vh}#startgame-container{min-height:8em}#unlockables{height:fit-content}}
