@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";:root{font-family:"Press Start 2P",ui-monospace,monospace;background:#132238;color:#fff}*{box-sizing:border-box}html,body,#game{width:100%;height:100%;margin:0;overflow:hidden}body{background:radial-gradient(circle at top,#426080,#132238 70%);touch-action:none}canvas{display:block;image-rendering:pixelated;image-rendering:crisp-edges}.mobile-controls{position:fixed;inset:0;z-index:20000;pointer-events:none;-webkit-user-select:none;user-select:none;touch-action:none}.mobile-joystick{position:absolute;left:max(22px,env(safe-area-inset-left));bottom:max(20px,env(safe-area-inset-bottom));width:172px;height:172px;border:5px solid rgb(255 255 255 / 65%);border-radius:50%;background:#13223894;box-shadow:inset 0 0 0 34px #24496d61,0 7px #1322388c;pointer-events:auto}.mobile-joystick__knob{position:absolute;left:50%;top:50%;width:72px;height:72px;margin:-36px;border:4px solid #242449;border-radius:50%;background:#ffffb6;box-shadow:0 6px #242449b3;pointer-events:none}.mobile-actions{position:absolute;right:max(20px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));width:250px;height:205px;pointer-events:none}.mobile-action{position:absolute;width:78px;height:78px;margin:0;padding:0;border:4px solid rgb(255 255 255 / 72%);border-radius:50%;color:#fff;font:700 25px/1 ui-monospace,monospace;box-shadow:0 7px #132238a6;pointer-events:auto;touch-action:none}.mobile-action--a{left:0;bottom:0;background:#f06f8b}.mobile-action--s{right:0;bottom:0;background:#41a6f6}.mobile-action--z{left:0;top:0;background:#ffcd75;color:#242449}.mobile-action--x{right:0;top:0;background:#63c74d}.mobile-action.is-pressed{transform:translateY(5px) scale(.94);box-shadow:0 2px #132238a6}@media(orientation:portrait){body.mobile-controls-enabled{background:#6d6d92}body.mobile-controls-enabled #game{height:56dvh;border-bottom:8px solid #242449;background:#132238}.mobile-controls{top:56dvh;background:linear-gradient(#9292b6,#6d6d92)}.mobile-joystick{left:max(20px,env(safe-area-inset-left));bottom:max(38px,env(safe-area-inset-bottom));width:min(42vw,190px);height:min(42vw,190px)}.mobile-joystick__knob{width:82px;height:82px;margin:-41px}.mobile-actions{right:max(18px,env(safe-area-inset-right));bottom:max(30px,env(safe-area-inset-bottom));width:min(45vw,220px);height:min(42vw,205px)}.mobile-action{width:min(18vw,86px);height:min(18vw,86px);font-size:27px}}.debug-console{position:fixed;top:6px;left:50%;z-index:30000;width:min(94vw,680px);transform:translate(-50%);border:2px solid #ffdb6d;background:#0a121ff0;color:#ffffb6;font:11px/1.35 ui-monospace,monospace;pointer-events:auto}.debug-console summary{cursor:pointer;padding:6px 9px;color:#ffdb6d}.debug-console__toolbar{display:flex;gap:8px;padding:0 8px 6px}.debug-console button{border:1px solid #ffffb6;background:#24496d;color:#fff;padding:4px 8px;font:inherit}.debug-console__output{height:150px;margin:0;padding:8px;overflow:auto;white-space:pre-wrap;color:#d8f3dc}
