.voidrun-game canvas{display:block;background:#050510;touch-action:none}.voidrun-game .overlay{font-family:var(--font-retro,'Press Start 2P',monospace);display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(5,5,16,.92);z-index:10;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.voidrun-game .overlay.active{display:flex}.voidrun-game .ov-title{font-size:36px;margin-bottom:8px;letter-spacing:4px}.voidrun-game .ov-title.main{color:var(--neon-blue);text-shadow:0 0 15px var(--neon-blue),0 0 40px var(--neon-blue)}.voidrun-game .ov-title.go{color:var(--neon-pink);text-shadow:0 0 15px var(--neon-pink)}.voidrun-game .ov-sub{font-size:14px;color:#888;margin-bottom:20px;line-height:2}.voidrun-game .ov-stats{font-size:12px;color:#aaa;margin-bottom:20px;line-height:2.2}.voidrun-game .ov-stats span{color:var(--neon-yellow)}.voidrun-game .btn{font-family:var(--font-retro,'Press Start 2P',monospace);font-size:14px;padding:16px 36px;background:var(--color-panel);color:var(--neon-green);border:2px solid var(--neon-green);cursor:pointer;margin:6px}.voidrun-game .btn:hover{background:#0f3460;box-shadow:0 0 15px rgba(0,255,0,.3)}.voidrun-game .controls-hint{font-size:10px;color:#555;line-height:2.2;margin-top:16px;max-width:360px}.voidrun-game .key{color:#777;background:var(--color-panel);padding:2px 5px;border-radius:2px}.voidrun-game .touch-layer{display:none;position:fixed;bottom:0;left:0;right:0;z-index:5;padding:10px 14px 20px;pointer-events:none}.voidrun-game .touch-layer.active{display:flex;justify-content:space-between;align-items:flex-end}.voidrun-game .touch-area{pointer-events:auto;display:flex;gap:6px;flex-direction:column;align-items:center}.voidrun-game .touch-area.row{flex-direction:row}.voidrun-game .touch-btn{width:62px;height:62px;background:rgba(26,26,46,.75);border:2px solid rgba(22,33,62,.9);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;color:rgba(238,238,238,.6);-webkit-tap-highlight-color:transparent;user-select:none}.voidrun-game .touch-btn:active{background:rgba(15,52,96,.8)}.voidrun-game .touch-btn.fire{width:62px;height:62px;color:rgba(220,38,38,.8);border-color:rgba(220,38,38,.4);font-size:13px}.voidrun-game .touch-btn.sm{width:62px;height:62px;font-size:22px}