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