html,body,#game{width:100%;min-width:100%;min-height:100%;margin:0}html,body{min-height:100vh;background:#26382f}body{min-height:100vh;overflow:hidden}#game{min-height:100vh;display:grid;place-items:center;background:#26382f}#visual-reset-stage{display:block;width:min(100vw,calc(100vh * 16 / 9));height:auto;max-height:100vh;aspect-ratio:16 / 9;image-rendering:pixelated;image-rendering:crisp-edges;touch-action:manipulation}.player-name-capture{position:fixed;left:-10000px;top:0;width:1px;height:1px;opacity:0;pointer-events:none;box-sizing:border-box}.player-name-capture.is-active{opacity:1;pointer-events:auto;z-index:20;transform:translateY(-50%);border:3px solid #634a36;border-radius:0;background:#f2dfae;color:#26382f;padding:3px 10px;text-align:center;font-family:Trebuchet MS,Segoe UI,sans-serif;font-weight:800;line-height:1;caret-color:#26382f;outline:none;box-shadow:inset 0 0 0 2px #d7c28a,0 2px #26382f47}.player-name-capture.is-active:focus{border-color:#496448;box-shadow:inset 0 0 0 2px #ead59e,0 0 0 2px #49644847}
