.touch-controls{position:absolute;top:50%;left:0;width:100%;height:50%;display:flex;justify-content:center;align-items:center;flex-direction:row;z-index:1;color:red}.touch-controls>*{width:50%;height:100%;display:flex;align-items:center;flex-direction:row;opacity:.2;gap:10%;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.touch-controls__direction{justify-content:flex-start;align-items:flex-end;padding-left:10%;padding-bottom:20%}.touch-controls__direction>*{border-radius:50%;width:80px;height:80px;display:flex;justify-content:center;align-items:center;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;background-color:rgba(var(--background-color-rgb),.7);border:1px solid rgba(255,0,0,.7);color:red}.touch-controls__direction>*:active{background-color:#f009;color:rgba(var(--background-color-rgb),.7)}.touch-controls__direction__left{position:relative;top:-30px;transform:rotate(45deg)}.touch-controls__direction__right{position:relative;top:60px;transform:rotate(45deg)}.touch-controls__action{justify-content:flex-end;align-items:flex-end;padding-right:10%;padding-bottom:20%}.touch-controls__action>*{border-radius:50%;width:80px;height:80px;display:flex;justify-content:center;align-items:center;user-select:none;color:red;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;background-color:rgba(var(--background-color-rgb),.7);border:1px solid rgba(255,0,0,.7)}.touch-controls__action>*:active{background-color:#f009;color:rgba(var(--background-color-rgb),.7)}.touch-controls__action__jump{position:relative;top:60px}.touch-controls__action__lookup{position:relative;top:-30px}@media screen and (max-width: 768px){.touch-controls>*{width:100%;height:50%;gap:0;padding:0}.touch-controls__direction{padding-left:1rem;padding-bottom:0}.touch-controls__action{padding-right:1rem;padding-bottom:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-to-black{0%{background:#0000}to{background:#000}}.death-ui{position:absolute;height:100%;width:100%;top:0;-webkit-backdrop-filter:blur(5px) grayscale(100%);backdrop-filter:blur(5px) grayscale(100%);text-align:center;align-items:center;display:flex;flex-direction:column;justify-content:center;font-family:BaskervvilleSC,serif;animation:fade-to-black 2s ease 5s 1 normal forwards;z-index:10}.death-ui__text{opacity:0;animation:fade-in 2s ease 1s 1 normal forwards,fade-in 2s ease 3s 1 reverse forwards;font-size:6rem;color:#ff0000b3;clip-path:polygon(0% 0%,95% 7%,0% 10%,0% 21%,24% 22%,0% 29%,0% 63%,46% 68%,0% 69%,0% 98%,99% 99%,100% 77%,73% 65%,100% 70%,99% 43%,42% 41%,100% 36%,100% 17%,86% 14%,100% 11%,100% 0%)}.death-ui__scores{display:flex;color:#ff0000b3;gap:2rem;font-size:1.2rem;opacity:0;position:absolute;top:30%;animation:fade-in 2s ease 7s 1 normal forwards}.death-ui__scores__point{transform:rotate(5deg)}.death-ui__scores__high{transform:rotate(-5deg) scale(1.1) translateY(.5rem)}.death-ui__button{opacity:0;font-family:BaskervvilleSC,serif;animation:fade-in 2s ease 7s 1 normal forwards;font-size:2rem;position:absolute;color:#ff0000b3;background:#000000b3;border:2px solid rgba(255,0,0,.7);padding:1rem 2rem;margin-top:2rem;cursor:pointer;transition:all .3s;transform:rotate(-5deg);clip-path:polygon(0% 0%,95% 7%,0% 10%,2% 21%,24% 22%,1% 29%,0% 63%,46% 68%,1% 69%,0% 98%,99% 99%,100% 77%,73% 65%,100% 70%,99% 43%,42% 41%,100% 36%,100% 17%,86% 14%,100% 11%,100% 0%)}.death-ui__button:hover{background:#ff0000b3;color:#000000b3}.death-ui:after{opacity:0;animation:fade-in 2s ease .5s 1 normal forwards,fade-in 2s ease 3s 1 reverse forwards;content:"";position:absolute;top:calc(50% - 5rem);left:-5%;width:110%;height:10rem;background:rgba(var(--background-color-rgb),.8);filter:blur(10px);z-index:-1}.death-ui__social{position:absolute;bottom:2rem;right:2rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem;opacity:0;animation:fade-in 2s ease 7s 1 normal forwards;clip-path:polygon(0% 0%,95% 7%,0% 10%,0% 21%,24% 22%,0% 29%,0% 63%,46% 68%,0% 69%,0% 98%,99% 99%,100% 77%,73% 65%,100% 70%,99% 43%,42% 41%,100% 36%,100% 17%,86% 14%,100% 11%,100% 0%)}.death-ui__social__icon{color:#ff00004d;transition:color .3s}.death-ui__social__icon:hover{color:#ff0000b3}.loading-ui{position:absolute;top:0;left:0;width:100%;padding:10%;box-sizing:border-box;height:100%;display:flex;justify-content:center;align-items:center;color:red;font-family:MedievalSharp,cursive;text-align:center;font-size:1.5rem}@media screen and (max-width: 768px){.loading-ui{font-size:1rem}}.pause-ui{position:absolute;top:0;left:0;font-family:MedievalSharp,serif;background-color:#000c;-webkit-backdrop-filter:blur(5px) grayscale(90%);backdrop-filter:blur(5px) grayscale(90%);font-size:2rem;text-align:center;z-index:100;height:100%;width:100%;display:grid;place-content:center;z-index:5}.pause-ui__title{font-size:3rem}.pause-ui__content{color:#ff0000b3;display:flex;flex-direction:column;gap:2rem;position:relative;clip-path:polygon(0% 0%,95% 7%,0% 10%,2% 21%,24% 22%,1% 29%,0% 63%,46% 68%,1% 69%,0% 98%,99% 99%,100% 77%,73% 65%,100% 70%,99% 43%,42% 41%,100% 36%,100% 17%,86% 14%,100% 11%,100% 0%);justify-content:center;align-items:center;box-sizing:border-box}.pause-ui__content__menu{display:flex;justify-content:center;align-items:center;flex-direction:column;padding-inline-start:0;gap:1rem}.pause-ui__content__menu__item{box-sizing:border-box;list-style:none;padding:.5rem 1rem;display:flex;justify-content:center;align-items:center;gap:.5rem;cursor:pointer}.pause-ui__content__menu__item:hover{background-color:#ff0000b3}.pause-ui__content__menu__item:hover *{color:#000000b3}.pause-ui__content__menu__item:nth-child(n){transform:rotate(-5deg)}.pause-ui__content__menu__item:nth-child(2n){transform:rotate(5deg)}.pause-ui__content__menu__item:nth-child(3n){transform:rotate(-3deg)}.pause-ui__content__menu__item button{font-family:MedievalSharp,serif;font-size:2rem;color:#ff0000b3;background-color:transparent;border:none;cursor:pointer;transition:all .3s}.pause-ui__content__menu__item input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;margin:0;font:inherit;color:currentColor;width:1em;height:1em;border:.15em solid currentColor;border-radius:.15em;transform:translateY(-.075em);display:grid;place-content:center;cursor:pointer}.pause-ui__content__menu__item input[type=checkbox]:hover{color:#000000b3}.pause-ui__content__menu__item input[type=checkbox]:before{content:"";width:.65em;height:.65em;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em currentColor}.pause-ui__content__menu__item input[type=checkbox]:checked:before{transform:scale(.8)}.pause-ui__content__menu__item label{cursor:pointer}.pause-ui__content__menu__item input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:50%;height:1em;cursor:pointer;outline:none;transform:rotate(0);border-radius:0;background-color:transparent;transition:all .3s;overflow:visible;clip-path:polygon(0% 0%,95% 7%,0% 10%,2% 21%,24% 22%,1% 29%,0% 63%,46% 68%,1% 69%,0% 98%,99% 99%,100% 77%,73% 65%,100% 70%,99% 43%,42% 41%,100% 36%,100% 17%,86% 14%,100% 11%,100% 0%)}.pause-ui__content__menu__item input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:.5rem;height:5rem;position:relative;top:-20px;background:#ff0000b3;cursor:pointer;transition:all .3s}.pause-ui__content__menu__item input[type=range]::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:.5rem;height:5rem;position:relative;top:-20px;background:#ff0000b3;cursor:pointer;transition:all .3s}.pause-ui__content__menu__item input[type=range]::-webkit-slider-runnable-track{width:100%;height:.5em;cursor:pointer;background:#ff0000b3;border-radius:.5em;transition:all .3s}.pause-ui__content__menu__item input[type=range]::-moz-range-track{width:100%;height:.5em;cursor:pointer;background:#ff0000b3;border-radius:.5em;transition:all .3s}.pause-ui__content__menu__item input[type=range]::-webkit-progr{background-color:#000000b3;height:2rem;width:100%}.pause-ui__content__how-to-play{font-size:1.3rem}.pause-ui__content__how-to-play>p{margin-block-start:0;margin-block-end:0}.pause-ui-button{z-index:5;position:absolute;top:2rem;right:1rem;font-family:MedievalSharp,serif;font-size:2rem;color:#ff0000b3;background:#000000b3;border:2px solid rgba(255,0,0,.7);padding:8px;margin-top:0;cursor:pointer;transition:all .3s;transform:rotate(-5deg);display:flex;justify-content:center;align-items:center;clip-path:polygon(0% 0%,95% 7%,0% 10%,2% 21%,24% 22%,1% 29%,0% 63%,46% 68%,1% 69%,0% 98%,99% 99%,100% 77%,73% 65%,100% 70%,99% 43%,42% 41%,100% 36%,100% 17%,86% 14%,100% 11%,100% 0%)}.pause-ui-button:hover{background:#ff0000b3;color:#000000b3}.status-ui{position:absolute;top:2rem;left:2rem;height:fit-content;display:flex;justify-content:center;align-items:center;font-family:MedievalSharp,serif;z-index:5;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.status-ui__point{display:flex;gap:.5rem;height:60px;padding:8px 8px 4px;color:#ffff00b3;border:1px solid rgba(255,0,0,.7);background-color:rgba(var(--background-color-rgb),.3);justify-content:center;align-items:center;font-weight:700;font-size:4rem;clip-path:polygon(0% 0%,95% 7%,0% 10%,2% 21%,24% 22%,1% 29%,0% 63%,46% 68%,1% 69%,0% 98%,99% 99%,100% 77%,73% 65%,100% 70%,99% 43%,42% 41%,100% 36%,100% 17%,86% 14%,100% 11%,100% 0%);transform:rotate(-10deg)}.status-ui__point-multiplier{position:absolute;top:65px;color:red;left:2px;font-size:1.5rem;font-family:MedievalSharp,serif;transform:rotate(5deg)}.status-ui__health{display:flex;color:red;gap:0;padding:0 8px;position:relative;left:-26px;clip-path:polygon(0% 0%,95% 7%,0% 10%,0% 21%,24% 22%,0% 29%,0% 63%,46% 68%,0% 69%,0% 98%,99% 99%,100% 77%,73% 65%,100% 70%,99% 43%,42% 41%,100% 36%,100% 17%,86% 14%,100% 11%,100% 0%);transform:rotate(3deg)}.status-ui__health__heart{background-color:rgba(var(--background-color-rgb),.5);border-radius:16px 16px 50% 50%;height:38px;width:38px;display:flex;justify-content:center;align-items:center}.status-ui__health__heart:not(:first-child){margin-left:-16px}.menu-ui{position:absolute;top:0;left:0;font-family:MedievalSharp,serif;font-size:2rem;text-align:left;z-index:100;height:100%;width:100%;display:grid;justify-content:flex-start;align-content:flex-end;pointer-events:none}.menu-ui__title{font-size:3rem}.menu-ui__content{color:#ff0000b3;display:flex;flex-direction:column;gap:2rem;padding:4rem;position:relative;justify-content:center;align-items:center;box-sizing:border-box}.menu-ui__content__menu{display:flex;justify-content:center;align-items:center;flex-direction:column;padding-inline-start:0;gap:1rem}.menu-ui__content__menu__item{box-sizing:border-box;list-style:none;padding:.5rem 1rem;display:flex;justify-content:center;align-items:center;gap:.5rem;cursor:pointer;pointer-events:all}.menu-ui__content__menu__item:hover{background-color:#ff0000b3}.menu-ui__content__menu__item:hover *{color:#000000b3}.menu-ui__content__menu__item:nth-child(n){transform:rotate(-5deg)}.menu-ui__content__menu__item:nth-child(2n){transform:rotate(5deg)}.menu-ui__content__menu__item:nth-child(3n){transform:rotate(-3deg)}.menu-ui__content__menu__item button{font-family:MedievalSharp,serif;font-size:2rem;color:#ff0000b3;background-color:transparent;border:none;cursor:pointer;transition:all .3s}.menu-ui__content__how-to-play{font-size:1.3rem}.menu-ui__content__how-to-play>p{margin-block-start:0;margin-block-end:0}html,body,#root{--background-color: #0c0c0c;--background-color-rgb: 12, 12, 12;position:fixed;top:0;left:0;width:100%;height:100%;background:var(--background-color)}@font-face{font-family:MedievalSharp;src:url(/fonts/MedievalSharp.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:BaskervvilleSC;src:url(/fonts/BaskervvilleSC.ttf) format("truetype");font-weight:400;font-style:normal}
