.SnakeGame_container__p7YPl{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;max-height:100dvh;min-width:100dvw;max-width:100dvw;background:linear-gradient(135deg,#232526,#414345);padding:0 1rem;box-sizing:border-box;overflow:hidden}.SnakeGame_board__PqGW5{display:grid;grid-template-rows:repeat(20,1fr);grid-template-columns:repeat(20,1fr);width:400px;height:400px;border-radius:18px;box-shadow:0 8px 32px 0 rgba(31,38,135,.37);border:3px solid #0f0;background:rgba(34,34,34,.95);margin:0 auto;position:relative;transition:box-shadow .3s;max-width:100vw;max-height:100vh;overflow:hidden}.SnakeGame_snake__stBFQ{width:100%;height:100%;background:linear-gradient(135deg,#43e97b,#38f9d7);box-shadow:0 0 8px #0f08;border-radius:6px;z-index:2;transition:background .2s}.SnakeGame_food__gpxSx{width:100%;height:100%;background:radial-gradient(circle,#ff512f 0,#dd2476 100%);box-shadow:0 0 12px #f004;border-radius:50%;z-index:1}.SnakeGame_gameOver__htbfX{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:2.2rem;background:rgba(0,0,0,.85);padding:2rem 3rem 1.5rem;border-radius:18px;z-index:10;box-shadow:0 4px 24px #000a;text-align:center;letter-spacing:1px;word-break:break-word;max-width:90vw}.SnakeGame_restartBtn__MdpVv{margin-top:1.5rem;padding:.7rem 2.2rem;font-size:1.3rem;background:linear-gradient(90deg,#43e97b,#38f9d7);color:#222;border:none;border-radius:10px;cursor:pointer;font-weight:700;box-shadow:0 2px 8px #0f08;transition:background .2s,color .2s,transform .1s}.SnakeGame_restartBtn__MdpVv:hover{background:linear-gradient(90deg,#38f9d7,#43e97b);color:#111;transform:scale(1.05)}.SnakeGame_header__6U9b_{text-align:center;margin-bottom:1.5rem;color:#fff;letter-spacing:2px;text-shadow:0 2px 8px #000a}.SnakeGame_subtitle__2R_4H{color:#b2ffb2;font-size:1.1rem;margin-top:.5rem;text-shadow:0 1px 4px #000a}.SnakeGame_footer__Qe0WB{text-align:center;margin-top:2.5rem;color:#b2ffb2;font-size:1rem;text-shadow:0 1px 4px #000a}.SnakeGame_footer__Qe0WB a{color:#38f9d7;text-decoration:none;margin-left:.5rem;font-weight:700;transition:color .2s}.SnakeGame_footer__Qe0WB a:hover{color:#43e97b;text-decoration:underline}