#game-container{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1;max-width:600px;max-height:600px;margin:0 auto}#game-container.immersive{max-width:none;max-height:none;aspect-ratio:auto;height:calc(100vh - 110px);height:calc(100dvh - 110px);padding:8px;box-sizing:border-box}#maze-canvas{cursor:pointer;touch-action:none}#sound-toggle{padding:8px;display:flex;align-items:center;justify-content:center;min-width:40px}#sound-toggle .sound-icon{width:20px;height:20px}#sound-toggle .sound-icon.hidden{display:none}@media (max-width: 768px){#game-container.immersive{height:calc(100vh - 100px);height:calc(100dvh - 100px);padding:4px}}@media (max-width: 480px){#game-container.immersive{height:calc(100vh - 90px);height:calc(100dvh - 90px)}}
