body{margin:0;padding:0;overflow:hidden;background-color:#222;touch-action:none;display:flex;justify-content:center;align-items:center;height:100dvh;width:100vw;padding-bottom:env(safe-area-inset-bottom)}#game-container{width:100%;height:100%;position:relative}canvas{display:block;width:100%;height:100%}.score-container{position:absolute;display:flex;flex-wrap:wrap;gap:15px;pointer-events:none;z-index:10;width:100%;justify-content:center}.score-container.top{top:30px;transform:rotate(180deg)}.score-container.bottom{bottom:30px}.tally-block{position:relative;width:40px;height:30px;display:flex;justify-content:flex-start;gap:4px}.mark{width:4px;height:100%;background-color:#fff6;border-radius:2px}.slash{position:absolute;width:4px;height:150%;background-color:#fff6;left:35%;top:-20%;transform:translate(-50%) rotate(-65deg);border-radius:2px}
