.SnakeGame_snakeGameWrapper__i2nkI{width:100%;margin:auto;display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media(min-width:640px){.SnakeGame_snakeGameWrapper__i2nkI{grid-template-columns:1fr 1fr}}.SnakeGame_snakeControls__UCmwE{margin:1rem 0}.SnakeGame_snakeGame__0SIC1{display:grid;grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(10,1fr);width:100%;max-width:480px;padding:3px;box-sizing:border-box;background-color:#1f2937;border-radius:3px}@supports(aspect-ratio:1/1){.SnakeGame_snakeGame__0SIC1{aspect-ratio:1/1}}.SnakeGame_snakeBoard__Rhnhm{width:100%;display:flex;margin:auto}.SnakeGame_snakeScore__Gp6eL{font-size:1.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;margin-bottom:.25rem}.SnakeGame_snakeCell__O5E92{border:.5px solid #6b7280;border-radius:1px;display:inline-block;color:#fff;padding:5px;display:flex;align-items:center;justify-content:center}.SnakeGame_activeSnakeCell__88aLN{background-color:#4b5563}.SnakeGame_fruit__Wq3aQ{font-size:1.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;margin:.5rem 0}.SnakeGame_fruitPen__H15Ni{padding:8px;box-sizing:border-box;background-color:#1f2937;border-radius:6px;margin:.25rem 0;overflow-y:auto;max-height:200px}