.SnakeGame{position:fixed;inset:0;width:100vw;height:100vh;background:#000000f2;z-index:10000;display:flex;align-items:center;justify-content:center;touch-action:none}.SnakeGame__container{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:90vmin;width:100%}.SnakeGame__header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 1rem;position:relative}.SnakeGame__board-wrapper{display:flex;justify-content:center;align-items:center;width:100%;position:relative}.GameOverlay__scores{display:flex;justify-content:space-between;flex:1;font-family:Courier New,monospace;color:#0f0;font-size:1.2rem;gap:1rem}@media screen and (max-width:500px){.GameOverlay__scores{font-size:1rem;flex-direction:column;gap:.5rem}}.GameOverlay__score,.GameOverlay__highscore{display:flex;gap:.5rem}.GameOverlay__label{font-weight:700}.GameOverlay__close{background:#f00c;border:2px solid #ff0000;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:none;padding:0;flex-shrink:0;margin-left:1rem}.GameOverlay__close:hover{background:red}.GameOverlay__gameover{position:absolute;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10002}.GameOverlay__gameover-content{background:#000;border:3px solid #00ff00;padding:2rem;border-radius:10px;text-align:center;max-width:400px;width:90%}.GameOverlay__title{font-family:Courier New,monospace;color:red;font-size:2.5rem;margin-bottom:1rem;text-shadow:0 0 10px #ff0000}.GameOverlay__final-score{font-family:Courier New,monospace;color:#0f0;font-size:1.5rem;margin-bottom:1rem}.GameOverlay__new-high{font-family:Courier New,monospace;color:#ff0;font-size:1.2rem;margin-bottom:1rem;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.GameOverlay__buttons{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}@media screen and (max-width:500px){.GameOverlay__buttons{flex-direction:column}}.GameOverlay__countdown{position:absolute;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10002}.GameOverlay__countdown-content{text-align:center}.GameOverlay__countdown-number{font-family:Courier New,monospace;color:#0f0;font-size:8rem;font-weight:700;text-shadow:0 0 20px #00ff00;animation:countdown-pulse 1s ease-in-out}.GameOverlay__countdown-text{font-family:Courier New,monospace;color:#0f0;font-size:2rem;margin-top:1rem}@keyframes countdown-pulse{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@media screen and (max-width:500px){.GameOverlay__countdown-number{font-size:6rem}.GameOverlay__countdown-text{font-size:1.5rem}}.GameOverlay__button{font-family:Courier New,monospace;font-size:1.2rem;padding:.75rem 1.5rem;border-radius:5px;cursor:pointer;font-weight:700;text-transform:uppercase;letter-spacing:1px;transition:all .2s ease;box-shadow:none}.GameOverlay__button--primary{background:#0f0;color:#000;border:3px solid #00ff00}.GameOverlay__button--primary:hover{background:#0c0;border-color:#0c0;box-shadow:0 0 10px #0f0}.GameOverlay__button--primary:active{transform:scale(.95)}.GameOverlay__button--secondary{background:transparent;color:red;border:3px solid #ff0000}.GameOverlay__button--secondary:hover{background:#f003;box-shadow:0 0 10px red}.GameOverlay__button--secondary:active{transform:scale(.95)}.GameControls{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:1rem}.GameControls__row{display:flex;gap:.5rem}.GameControls__button{width:60px;height:60px;background:#0f03;border:2px solid #00ff00;color:#0f0;font-size:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;border-radius:8px;box-shadow:none;padding:0;font-family:monospace}@media screen and (max-width:768px){.GameControls__button{width:80px;height:80px;font-size:2.5rem}.GameControls__row,.GameControls{gap:.75rem}}.GameControls__button:active{background:#0f06;transform:scale(.95)}.GameControls__button:hover{background:#00ff004d}
