.TicTacToe-module__h-iPHG__container{background-color:var(--card-bg);border:1px hidden var(--border);border-radius:12px;flex-direction:column;align-items:center;gap:2rem;max-width:400px;margin:2rem auto;padding:2rem;display:flex}.TicTacToe-module__h-iPHG__title{color:var(--primary);font-size:1.5rem;font-weight:700}.TicTacToe-module__h-iPHG__status{color:var(--secondary);height:1.5rem;font-size:1.1rem}.TicTacToe-module__h-iPHG__board{background-color:var(--border);border-radius:8px;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.5rem;display:grid}.TicTacToe-module__h-iPHG__cell{background-color:var(--card-bg);cursor:pointer;width:80px;height:80px;color:var(--foreground);border:none;border-radius:4px;justify-content:center;align-items:center;font-size:2.5rem;transition:background-color .2s;display:flex}.TicTacToe-module__h-iPHG__cell:hover:not(:disabled){background-color:#222}.TicTacToe-module__h-iPHG__cell:disabled{cursor:default}.TicTacToe-module__h-iPHG__cell.TicTacToe-module__h-iPHG__x{color:var(--accent)}.TicTacToe-module__h-iPHG__cell.TicTacToe-module__h-iPHG__o{color:#ef4444}.TicTacToe-module__h-iPHG__controls{gap:1rem;display:flex}.TicTacToe-module__h-iPHG__button{background-color:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:opacity .2s}.TicTacToe-module__h-iPHG__button:hover{opacity:.9}.TicTacToe-module__h-iPHG__button:disabled{opacity:.5;cursor:not-allowed}
