.maze-game{display:flex;flex-direction:column;height:100%;position:relative;align-items:center}.maze-hud{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:.5rem;padding:.35rem .65rem;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin:.4rem;width:calc(100% - .8rem);max-width:640px;box-sizing:border-box;flex-shrink:0}.maze-goal{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.3rem;font-family:var(--font-heading);font-size:1.2rem;color:var(--color-leo);min-width:0}.maze-arrow{line-height:1;flex-shrink:0}.maze-goal img{width:32px;height:32px;object-fit:contain;flex-shrink:0}.diff-bar{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.2rem;flex-shrink:0}.diff-bar .btn-diff{font-size:.75rem;padding:3px 7px;letter-spacing:-.05em}.maze-board{flex-grow:1;width:100%;max-width:640px;display:flex;align-items:center;justify-content:center;min-height:0;padding:0 .5rem;box-sizing:border-box}#maze-canvas{background:transparent;touch-action:none;border-radius:16px;box-shadow:var(--shadow-sm)}.dpad{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px 0 12px;user-select:none}.dpad-row{display:flex;gap:6px}.dpad-btn{width:58px;height:58px;border-radius:18px;border:none;background:var(--color-zuna-sky, #7EC8F2);color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:0 4px #00000026;transition:transform .08s;touch-action:manipulation}.dpad-btn:active{transform:translateY(3px);box-shadow:0 1px #00000026}@media(min-height:700px)and (min-width:769px){.dpad-btn{width:64px;height:64px}}
