.dungeon-dash-game #game-wrapper{position:relative;width:100%;max-width:800px;aspect-ratio:800/500;margin:0 auto}.dungeon-dash-game canvas{width:100%;height:100%;display:block;image-rendering:pixelated;image-rendering:crisp-edges;border:2px solid var(--color-border,#16213e);box-shadow:0 0 20px rgba(0,255,255,.15);touch-action:none}.dungeon-dash-game #hud{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:8px 12px;pointer-events:none;font-family:var(--font-retro,'Press Start 2P',monospace);font-size:8px;z-index:10}.dungeon-dash-game .hud-item{background:rgba(10,10,10,.85);border:1px solid var(--color-border,#16213e);padding:4px 8px;color:var(--neon-blue,#00ffff);text-shadow:0 0 6px var(--neon-blue,#00ffff)}.dungeon-dash-game .hud-coins{color:gold;text-shadow:0 0 6px rgba(255,215,0,.7)}.dungeon-dash-game .hud-axes{color:silver;text-shadow:0 0 6px rgba(192,192,192,.7)}.dungeon-dash-game .hud-lives{color:var(--neon-pink,#ff00ff);text-shadow:0 0 6px var(--neon-pink,#ff00ff)}.dungeon-dash-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}.dungeon-dash-game .overlay.active{display:flex}.dungeon-dash-game .ov-title{font-size:36px;margin-bottom:8px;letter-spacing:4px}.dungeon-dash-game .ov-title.main{color:var(--neon-blue,#00ffff);text-shadow:0 0 15px var(--neon-blue,#00ffff),0 0 40px var(--neon-blue,#00ffff)}.dungeon-dash-game .ov-title.go{color:var(--neon-pink,#ff00ff);text-shadow:0 0 15px var(--neon-pink,#ff00ff)}.dungeon-dash-game .ov-sub{font-size:14px;color:#888;margin-bottom:20px;line-height:2}.dungeon-dash-game .ov-stats{font-size:12px;color:#aaa;margin-bottom:20px;line-height:2.2}.dungeon-dash-game .ov-stats span{color:var(--neon-yellow,#ffff00)}.dungeon-dash-game .btn{font-family:var(--font-retro,'Press Start 2P',monospace);font-size:14px;padding:16px 36px;background:var(--color-panel,#1a1a2e);color:var(--neon-green,#00ff00);border:2px solid var(--neon-green,#00ff00);cursor:pointer;margin:6px}.dungeon-dash-game .btn:hover{background:#0f3460;box-shadow:0 0 15px rgba(0,255,0,.3)}.dungeon-dash-game .controls-hint{font-size:10px;color:#555;line-height:2.2;margin-top:16px;max-width:360px}.dungeon-dash-game .key{color:#777;background:var(--color-panel,#1a1a2e);padding:2px 5px;border-radius:2px}.dungeon-dash-game .touch-layer{display:none;position:fixed;bottom:0;left:0;right:0;z-index:5;padding:10px 14px 20px;pointer-events:none}.dungeon-dash-game .touch-layer.active{display:flex;justify-content:center;align-items:flex-end}.dungeon-dash-game .touch-area{pointer-events:auto;display:flex;gap:6px;flex-direction:column;align-items:center}.dungeon-dash-game .touch-area.row{flex-direction:row}.dungeon-dash-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}.dungeon-dash-game .touch-btn:active{background:rgba(15,52,96,.8)}.dungeon-dash-game .touch-btn.sm{width:62px;height:62px;font-size:22px}@media(max-width:500px){.dungeon-dash-game #hud{font-size:6px;padding:4px 6px}.dungeon-dash-game .ov-title{font-size:24px}.dungeon-dash-game .btn{font-size:12px;padding:12px 24px}}