:root{--mobile-controls-height: 16rem;--mobile-joystick-size: 11.5rem;--mobile-joystick-knob-size: 5.25rem;--mobile-action-size: 8rem;--mobile-dialogue-hint-size: 1rem;color-scheme:dark;background:#101411;font-family:system-ui,sans-serif}html,body,#game{width:100%;min-height:100%;margin:0}body{min-height:100vh;background:#101411}#game{min-height:100vh;display:flex;align-items:center;justify-content:center;overscroll-behavior:none}#game canvas{display:block;image-rendering:pixelated;max-width:100vw;max-height:100dvh}#mobile-controls-zone{display:contents}#touch-joystick{position:fixed;left:calc(1rem + env(safe-area-inset-left));bottom:calc(1rem + env(safe-area-inset-bottom));display:none;width:7rem;height:7rem;align-items:center;justify-content:center;border:1px solid rgb(247 230 210 / 45%);border-radius:50%;background:#10141199;touch-action:none;-webkit-user-select:none;user-select:none;overscroll-behavior:none;z-index:20}#touch-joystick-knob{width:2.75rem;height:2.75rem;border-radius:50%;background:#f7e6d2a6}#touch-joystick[hidden]{display:none!important}#touch-interaction{position:fixed;right:calc(1rem + env(safe-area-inset-right));bottom:calc(1rem + env(safe-area-inset-bottom));display:none;min-width:5rem;height:4.5rem;padding:0 .65rem;border:1px solid rgb(247 230 210 / 55%);border-radius:999px;background:#24303ac7;color:#fff4dc;font:800 clamp(.85rem,3vw,1.05rem)/1 system-ui,sans-serif;touch-action:none;-webkit-user-select:none;user-select:none;z-index:20}#touch-interaction.is-pressed{background:#e6b566d1;color:#151b18}#touch-interaction[hidden]{display:none!important}#orientation-hint{position:fixed;top:calc(1rem + env(safe-area-inset-top));left:50%;display:none;width:min(24rem,calc(100vw - 2rem));margin:0;color:#f7e6d2;font-weight:700;text-align:center;transform:translate(-50%);pointer-events:none;z-index:20}@media(pointer:coarse){#touch-joystick{display:flex}#touch-interaction{display:block}}@media(pointer:coarse)and (orientation:portrait){html,body{height:100svh;overflow:hidden}#game{min-height:0;height:calc(100svh - var(--mobile-controls-height));align-items:center;justify-content:center}#game canvas{max-width:100vw;max-height:calc(100svh - var(--mobile-controls-height))}#mobile-controls-zone{position:fixed;right:0;bottom:0;left:0;box-sizing:border-box;display:block;height:var(--mobile-controls-height);padding-bottom:env(safe-area-inset-bottom);border-top:1px solid rgb(247 230 210 / 18%);background:#0a0d0beb;z-index:19}#touch-joystick{left:calc(1rem + env(safe-area-inset-left));bottom:calc(var(--mobile-controls-height) / 2 - var(--mobile-joystick-size) / 2 + env(safe-area-inset-bottom) / 2);width:var(--mobile-joystick-size);height:var(--mobile-joystick-size);background:#101411c2}#touch-joystick-knob{width:var(--mobile-joystick-knob-size);height:var(--mobile-joystick-knob-size)}#touch-interaction{right:calc(1rem + env(safe-area-inset-right));bottom:calc(var(--mobile-controls-height) / 2 - var(--mobile-action-size) / 2 + env(safe-area-inset-bottom) / 2);min-width:var(--mobile-action-size);height:var(--mobile-action-size);padding:0 1rem;font-size:clamp(1.35rem,5.4vw,1.8rem)}#orientation-hint{display:none}}@media(pointer:coarse)and (orientation:landscape){#touch-joystick{width:6rem;height:6rem}#touch-interaction{right:calc(.75rem + env(safe-area-inset-right));bottom:calc(.75rem + env(safe-area-inset-bottom))}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#game.fatal-error{box-sizing:border-box;flex-direction:column;gap:.75rem;padding:2rem;color:#f7e6d2;text-align:center}.fatal-error h1,.fatal-error p{margin:0}.fatal-error h1{color:#ffb36b;font-size:clamp(1.5rem,4vw,2.5rem)}.fatal-error p{max-width:36rem;font-size:1rem;line-height:1.5}
