*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;background:#0b0d1a;overflow:hidden;font-family:Trebuchet MS,Segoe UI,system-ui,sans-serif;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}#frame{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 0%,#1a1f3a,#0b0d1a 70%)}#game{width:min(100vw,177.78vh);height:auto;max-height:100vh;image-rendering:pixelated;image-rendering:crisp-edges;background:#000;box-shadow:0 0 60px #000c;border-radius:6px;cursor:pointer}#touch{display:none;position:fixed;left:0;right:0;bottom:0;padding:max(14px,env(safe-area-inset-bottom)) 20px 14px;justify-content:space-between;align-items:flex-end;pointer-events:none;z-index:10}body.touch #touch{display:flex}#touch .dpad{display:flex;gap:16px}#touch .btn{pointer-events:auto;width:78px;height:78px;border-radius:50%;border:2px solid rgba(255,255,255,.55);background:#ffffff21;color:#fff;font:700 22px Trebuchet MS,sans-serif;display:flex;align-items:center;justify-content:center;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}#touch .btn.jump{width:100px;height:100px;font-size:18px;border-color:#ff6e6eb3;background:#ff50502e}#touch .btn:active{background:#ffffff57;transform:scale(.94)}
