:root{--red: #b51700}@font-face{font-family:NotoSansSymbols;font-weight:400;src:url(/assets/NotoSansSymbols-Regular-Cmrdw1vz.woff2) format("woff2")}@font-face{font-family:VastShadow;font-weight:400;src:url(/assets/VastShadow-Regular-B_rPIe6v.woff2) format("woff2")}*{margin:0;padding:0}html{font-size:10px}body{width:100dvw;height:100dvh;font: 1.4rem NotoSansSymbols,sans-serif}body>canvas{display:block;width:100%!important;height:100%!important;object-fit:cover}.page{display:none;position:fixed;z-index:1;top:0;left:0;width:100%;height:100%;flex-direction:column;justify-content:center;align-items:center;gap:15px;text-transform:uppercase;font-family:VastShadow,serif;font-size:1.6rem;background-color:#000;color:#fff}.page.active{display:flex}#loader{position:relative;width:300px;height:20px}#loader>div{position:absolute;left:0;top:0;bottom:0;width:var(--progress);background-color:var(--red)}#number-selection>div{display:flex;align-items:center;gap:15px;cursor:pointer}#number-selection>div span:nth-child(1){visibility:hidden;width:15px;height:15px;border-radius:50%;background-color:#556b2f}#number-selection>div span:nth-child(2){width:150px}#number-selection>div.active span:nth-child(1){visibility:visible}#player-selection{flex-direction:row;flex-wrap:wrap;gap:45px;text-align:center}#player-selection .player{width:35vw;height:60vh;position:relative}#player-selection .player div{width:100%;height:100%;margin-bottom:15px}#player-selection .player div canvas{width:100%!important;height:100%!important;object-fit:contain}#player-selection .player span{position:absolute;left:0;right:0;bottom:-30px}#player-selection .buttons-wrapper{margin-top:-10vh;width:100%;display:flex;justify-content:center;align-items:flex-start;gap:45px}#player-selection .buttons-wrapper span{width:120px;height:auto;padding:5px 15px;background-color:#fff;color:#000;cursor:pointer}#player-1-health,#player-2-health{display:none;position:fixed;top:15px;width:100px;height:10px;border:1px solid #000}:is(#player-1-health,#player-2-health)>div{position:absolute;left:0;top:0;bottom:0;width:var(--health);background-color:var(--red)}#player-1-health{left:15px}#player-2-health{right:15px}
