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;overscroll-behavior:none}#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}.mobile-gameplay-controls{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.mobile-gameplay-controls.is-active{display:block}.mobile-control{-moz-appearance:none;appearance:none;-webkit-appearance:none;box-sizing:border-box;min-width:52px;min-height:52px;border:3px solid rgba(242,223,174,.92);border-radius:14px;background:#26382fd1;color:#f2dfae;font-family:Trebuchet MS,Segoe UI,sans-serif;font-weight:900;font-size:16px;line-height:1;text-align:center;pointer-events:auto;touch-action:none;box-shadow:inset 0 0 0 2px #634a36b8,0 3px #16221c73}.mobile-control.is-pressed{transform:translateY(2px);background:#496448f0;box-shadow:inset 0 0 0 2px #d7c28acc,0 1px #16221c80}.mobile-control:focus-visible{outline:3px solid #d7c28a;outline-offset:2px}.mobile-dpad{position:absolute;left:calc(14px + env(safe-area-inset-left));bottom:calc(14px + env(safe-area-inset-bottom));width:174px;height:174px;display:grid;grid-template-columns:56px 56px 56px;grid-template-rows:56px 56px 56px;gap:3px;pointer-events:none}.mobile-dpad .mobile-control{min-width:56px;min-height:56px;border-radius:11px;font-size:26px}.mobile-dpad-up{grid-column:2;grid-row:1}.mobile-dpad-left{grid-column:1;grid-row:2}.mobile-dpad-right{grid-column:3;grid-row:2}.mobile-dpad-down{grid-column:2;grid-row:3}.mobile-action-cluster{position:absolute;right:calc(14px + env(safe-area-inset-right));bottom:calc(16px + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:flex-end;gap:10px;pointer-events:none}.mobile-utility-row,.mobile-primary-row{display:flex;align-items:flex-end;justify-content:flex-end;gap:10px;pointer-events:none}.mobile-utility-button{min-width:64px;min-height:48px;font-size:13px;border-radius:12px}.mobile-back-button{min-width:72px;min-height:58px;font-size:13px;border-radius:18px}.mobile-action-button{min-width:92px;min-height:92px;border-radius:50%;font-size:15px}@media(max-width:460px){.mobile-dpad{left:calc(8px + env(safe-area-inset-left));bottom:calc(8px + env(safe-area-inset-bottom));width:156px;height:156px;grid-template-columns:50px 50px 50px;grid-template-rows:50px 50px 50px;gap:3px}.mobile-dpad .mobile-control{min-width:50px;min-height:50px;font-size:23px}.mobile-action-cluster{right:calc(8px + env(safe-area-inset-right));bottom:calc(10px + env(safe-area-inset-bottom));gap:8px}.mobile-utility-row,.mobile-primary-row{gap:8px}.mobile-utility-button{min-width:58px;min-height:46px}.mobile-back-button{min-width:64px;min-height:54px}.mobile-action-button{min-width:82px;min-height:82px}}
