.GameBoard_gameContainer__Pii2O{flex-direction:column}.GameBoard_gameContainer__Pii2O,.GameBoard_gameControls__DUv91{display:flex;align-items:center;gap:10px}.GameBoard_soundToggle__fPt1R{background:none;border:2px solid #11b981;padding:8px 12px;border-radius:50%;cursor:pointer;font-size:16px;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.GameBoard_soundToggle__fPt1R:hover{background-color:#11B981;transform:scale(1.1)}.GameBoard_gameBoard__BasKw{display:flex;justify-content:center;align-items:center;background-color:#075F46;border:2px solid #11b981;position:relative;width:400px;height:400px;margin:20px auto;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.3);touch-action:none}.GameBoard_snakeSegment__u_SQ1{background-color:#11B981;position:absolute;width:20px;height:20px;border-radius:3px;border:1px solid #057857;box-shadow:0 2px 4px rgba(0,0,0,.2);transition:all .1s ease}.GameBoard_snakeHead__pgjZa{background-color:#057857;border:2px solid #11b981;box-shadow:0 0 10px rgba(17,185,129,.5)}.GameBoard_food__sPAnK{background-color:#FF5722;position:absolute;width:20px;height:20px;border-radius:50%;border:1px solid #d84315;box-shadow:0 2px 4px rgba(0,0,0,.2);animation:GameBoard_pulse__OVzrm 1s ease-in-out infinite alternate}@keyframes GameBoard_pulse__OVzrm{0%{transform:scale(1)}to{transform:scale(1.1)}}.GameBoard_gameOver__9bsT7{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgba(7,95,70,.95);color:white;padding:30px;border-radius:12px;font-size:18px;font-weight:700;text-align:center;z-index:100;border:2px solid #11b981;box-shadow:0 4px 20px rgba(0,0,0,.6)}.GameBoard_gameOver__9bsT7 h2{margin:0 0 10px;color:#11B981;font-size:24px}.GameBoard_gameOver__9bsT7 p{margin:0;color:#ccc}@media (max-width:480px){.GameBoard_gameBoard__BasKw{width:300px;height:300px}.GameBoard_food__sPAnK,.GameBoard_snakeSegment__u_SQ1{width:15px;height:15px}}