.TicTacToe_game__kyTVM{font-family:Arial,sans-serif;max-width:400px;margin:0 auto}.TicTacToe_gameInfo__63Uln,.TicTacToe_game__kyTVM{display:flex;flex-direction:column;align-items:center}.TicTacToe_gameInfo__63Uln{margin-bottom:20px;width:100%}.TicTacToe_status__sJb0i{font-size:1.2rem;font-weight:700;margin-bottom:10px;color:#e5e7eb}.TicTacToe_scores__yay3Q{display:flex;justify-content:space-around;width:100%;margin-bottom:15px;background-color:#1f2937;padding:10px;border-radius:8px;color:#e5e7eb}.TicTacToe_board__6z7Hp{display:flex;flex-direction:column;margin-bottom:20px}.TicTacToe_boardRow__0hZ0z{display:flex}.TicTacToe_square__4i8Lt{width:80px;height:80px;border:2px solid #6b7280;font-size:2.5rem;font-weight:700;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:#1f2937;color:#e5e7eb;transition:background-color .2s}.TicTacToe_square__4i8Lt:hover:not(:disabled){background-color:#374151}.TicTacToe_square__4i8Lt:disabled{cursor:default}.TicTacToe_square__4i8Lt:first-child{border-top-left-radius:8px;border-right-width:1px;border-bottom-width:1px}.TicTacToe_square__4i8Lt:nth-child(2){border-right-width:1px;border-bottom-width:1px;border-left-width:1px}.TicTacToe_square__4i8Lt:nth-child(3){border-top-right-radius:8px;border-left-width:1px;border-bottom-width:1px}.TicTacToe_boardRow__0hZ0z:nth-child(2) .TicTacToe_square__4i8Lt:first-child{border-right-width:1px;border-bottom-width:1px;border-top-width:1px}.TicTacToe_boardRow__0hZ0z:nth-child(2) .TicTacToe_square__4i8Lt:nth-child(2){border-width:1px}.TicTacToe_boardRow__0hZ0z:nth-child(2) .TicTacToe_square__4i8Lt:nth-child(3){border-left-width:1px;border-bottom-width:1px;border-top-width:1px}.TicTacToe_boardRow__0hZ0z:nth-child(3) .TicTacToe_square__4i8Lt:first-child{border-bottom-left-radius:8px;border-right-width:1px;border-top-width:1px}.TicTacToe_boardRow__0hZ0z:nth-child(3) .TicTacToe_square__4i8Lt:nth-child(2){border-right-width:1px;border-top-width:1px;border-left-width:1px}.TicTacToe_boardRow__0hZ0z:nth-child(3) .TicTacToe_square__4i8Lt:nth-child(3){border-bottom-right-radius:8px;border-left-width:1px;border-top-width:1px}.TicTacToe_gameControls__IZGSH{display:flex;gap:10px;margin-bottom:20px}.TicTacToe_button__reiQQ{padding:8px 16px;background-color:#3b82f6;color:white;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.TicTacToe_button__reiQQ:hover{background-color:#2563eb}.TicTacToe_moveHistory__ARjAV{width:100%;margin-top:10px}.TicTacToe_moveHistory__ARjAV h3{margin-bottom:10px;text-align:center;color:#e5e7eb}.TicTacToe_moveList__Mf1VW{display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.TicTacToe_moveButton__T4Jp6{padding:5px 10px;background-color:#1f2937;border:1px solid #4b5563;border-radius:4px;cursor:pointer;font-size:.9rem;color:#e5e7eb}.TicTacToe_moveButton__T4Jp6:hover{background-color:#374151}.TicTacToe_currentMove__suv69{background-color:#4b5563;font-weight:700}.SnakeGame_gameContainer__mqLQH{display:flex;flex-direction:column;align-items:center;margin:0 auto;max-width:100%}.SnakeGame_scoreBoard__m_6Jr{display:flex;justify-content:space-between;width:100%;max-width:400px;margin-bottom:10px;font-size:1.2rem;font-weight:700;color:#e5e7eb}.SnakeGame_pausedText__FJLdj{color:#ef4444}.SnakeGame_gameBoard__b4qUJ{position:relative;background-color:#1f2937;border:2px solid #d1d5db;border-radius:4px;overflow:hidden;max-width:100%;aspect-ratio:1/1}.SnakeGame_snakeSegment__9lMZZ{position:absolute;background-color:#10b981;border-radius:2px}.SnakeGame_snakeHead__9cO0R{background-color:#059669}.SnakeGame_food__1JfbM{position:absolute;background-color:#ef4444;border-radius:50%}.SnakeGame_overlay__tF381{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:10}.SnakeGame_gameOverText__rcgc9,.SnakeGame_startText__6nNNE{text-align:center;color:white;padding:20px;border-radius:8px;background-color:rgba(0,0,0,.8)}.SnakeGame_button__f62tU{margin-top:15px;padding:8px 16px;background-color:#3b82f6;color:white;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.SnakeGame_button__f62tU:hover{background-color:#2563eb}.SnakeGame_mobileControls__Brs_0{display:flex;flex-direction:column;align-items:center;margin-top:20px;gap:10px}.SnakeGame_horizontalControls__MQHqe{display:flex;gap:10px}.SnakeGame_controlButton__gMmEA{width:50px;height:50px;background-color:#3b82f6;color:white;border:none;border-radius:50%;font-size:1.5rem;display:flex;justify-content:center;align-items:center;cursor:pointer;user-select:none}.SnakeGame_controlButton__gMmEA:hover{background-color:#2563eb}@media (min-width:768px){.SnakeGame_mobileControls__Brs_0{display:none}}.Sandbox_tabContainer__XEITz{margin-bottom:2rem}.Sandbox_tabs__tzXcJ{display:flex;border:1px solid #4b5563;border-radius:8px;overflow:hidden;margin-bottom:1.5rem}.Sandbox_tab__R_94e{flex:1;padding:.75rem 1.5rem;font-weight:500;text-align:center;background:#1f2937;cursor:pointer;transition:all .2s;border-right:1px solid #4b5563;color:#e5e7eb}.Sandbox_tab__R_94e:last-child{border-right:none}.Sandbox_tab__R_94e:hover{background:#374151;color:#3b82f6}.Sandbox_activeTab__nOfWq{background:#111827;color:#3b82f6;box-shadow:0 2px 4px rgba(0,0,0,.2)}.Sandbox_tabContent__fxaUg{min-height:200px;padding:1rem;border:1px solid #4b5563;border-radius:8px}@font-face{font-family:Raleway;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/200388358b398524-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Raleway;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/6e67fad4fa881005-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Raleway;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/10dadb2e82d03733-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Raleway;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/95d1875af7c44e92-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Raleway;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/630c17af355fa44e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Raleway Fallback;src:local("Arial");ascent-override:90.51%;descent-override:22.53%;line-gap-override:0.00%;size-adjust:103.86%}.__className_ea7542{font-family:Raleway,Raleway Fallback;font-style:normal}