*{box-sizing:border-box}body{margin:0;background:#242424;overscroll-behavior:none}#app{display:flex;justify-content:center;width:100vw;height:100vh}#app>div:first-child{transform-origin:top!important}#touch-controls,#rotate-prompt{display:none}body.gba-touch{background:#0a0a0c;overflow:hidden;position:fixed;top:0;left:0;width:100vw;height:100vh;width:100dvw;height:100dvh;touch-action:manipulation;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}body.gba-touch #app{width:100%;height:100%}body.gba-touch #touch-controls{display:block;position:fixed;inset:0;z-index:100;pointer-events:none;font-family:"Press Start 2P",Courier New,monospace}body.gba-touch.controls-hidden #touch-controls{display:none}body.gba-touch #touch-controls button{pointer-events:auto;border:none;font-family:inherit;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;background:#12141861;box-shadow:inset 0 1px #ffffff1f,0 2px 8px #0000004d;color:#ffffffd1}body.gba-touch #touch-controls button.on{background:#ffffff47}body.gba-touch #dpad{position:absolute;left:max(18px,env(safe-area-inset-left));bottom:max(18px,env(safe-area-inset-bottom));width:150px;height:150px}body.gba-touch #dpad-hub{position:absolute;left:50px;top:50px;width:50px;height:50px;background:#12141838;border-radius:50%}body.gba-touch #dpad button{position:absolute;border-radius:10px;font-size:16px;line-height:1}body.gba-touch #tc-up,body.gba-touch #tc-down{left:50px;width:50px;height:58px}body.gba-touch #tc-left,body.gba-touch #tc-right{top:50px;width:58px;height:50px}body.gba-touch #tc-up{top:0}body.gba-touch #tc-down{bottom:0}body.gba-touch #tc-left{left:0}body.gba-touch #tc-right{right:0}body.gba-touch #action-pad{position:absolute;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));width:140px;height:100px}body.gba-touch #action-pad button{position:absolute;border-radius:50%;color:#ffffffeb;text-shadow:0 1px 2px rgba(0,0,0,.4)}body.gba-touch #tc-a{top:0;right:0;width:64px;height:64px;font-size:20px}body.gba-touch #tc-b{bottom:0;left:0;width:54px;height:54px;font-size:16px}body.gba-touch #mid-buttons{position:absolute;left:50%;bottom:max(28px,env(safe-area-inset-bottom));transform:translate(-50%);display:flex;gap:16px}body.gba-touch #touch-controls .pill{width:54px;height:22px;border-radius:11px;font-size:6.5px;letter-spacing:.5px}body.gba-touch .corner-btn{position:absolute;top:max(14px,env(safe-area-inset-top));width:46px;height:26px;border-radius:13px;font-size:7px;letter-spacing:.5px}body.gba-touch .corner-btn.top-left{left:max(14px,env(safe-area-inset-left))}body.gba-touch .corner-btn.top-right{right:max(14px,env(safe-area-inset-right))}@media (orientation: portrait){body.gba-touch #app,body.gba-touch #touch-controls{display:none}body.gba-touch #rotate-prompt{display:flex}}body.gba-touch #rotate-prompt{flex-direction:column;align-items:center;justify-content:center;gap:18px;width:100%;height:100%;font-family:"Press Start 2P",Courier New,monospace;color:#ebeef5d9;text-align:center;padding:0 32px}body.gba-touch #rotate-icon{font-size:44px;line-height:1;animation:rotate-hint 1.6s ease-in-out infinite}body.gba-touch #rotate-prompt p{margin:0;font-size:11px;line-height:1.8;letter-spacing:.5px}@keyframes rotate-hint{0%,to{transform:rotate(0)}50%{transform:rotate(-90deg)}}body.install-gate #app,body.install-gate #touch-controls,body.install-gate #rotate-prompt,#install-gate{display:none}body.install-gate #install-gate{display:flex;position:fixed;inset:0;width:100vw;height:100vh;width:100dvw;height:100dvh;z-index:200;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#0a0a0c;color:#ebeef5eb;font-family:"Press Start 2P",Courier New,monospace;text-align:center;padding:32px;box-sizing:border-box;overflow-y:auto}#install-gate-icon{width:64px;height:64px;border-radius:14px;image-rendering:pixelated}#install-gate h1{font-size:14px;line-height:1.6;margin:0 0 6px;max-width:480px;color:#8fdc7a}#install-gate-steps{display:flex;flex-direction:column;gap:14px;text-align:left;font-size:10px;line-height:1.7;max-width:420px;width:100%;padding:0;margin:8px 0 0;list-style:none}#install-gate-steps li{display:flex;align-items:center;gap:14px}#install-gate-steps .step-num{flex:none;display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#eab54a24;border:1px solid rgba(234,181,74,.55);color:#eab54a;font-size:10px}#install-gate-steps .step-text{flex:1}#install-gate-steps strong{color:#eab54a}
