.ticTacToe_container__Ua8vl{max-width:500px;margin:0 auto;padding:2rem 1.5rem 3rem;text-align:center}.ticTacToe_title__NJYiR{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#1e293b}.ticTacToe_description__6vRLc{color:#64748b;margin-bottom:1.5rem;font-size:1rem}.ticTacToe_modeSelector__nlpf2{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.ticTacToe_modeBtn__w6NGV{padding:.5rem 1rem;background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.ticTacToe_modeBtn__w6NGV:hover{border-color:#2563eb;color:#2563eb}.ticTacToe_modeBtn__w6NGV.ticTacToe_active__IxdIV{background:#2563eb;color:#fff;border-color:#2563eb}.ticTacToe_scoreBoard__9oQhG{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.ticTacToe_score__YTV_A{display:flex;flex-direction:column;align-items:center;min-width:60px}.ticTacToe_scoreLabel___2JXx{font-size:.875rem;color:#64748b;font-weight:600}.ticTacToe_scoreValue__Vnle0{font-size:1.5rem;font-weight:700;color:#1e293b}.ticTacToe_status__LAaXB{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem;padding:.5rem 1rem;border-radius:8px;background:#f8fafc}.ticTacToe_status__LAaXB.ticTacToe_winner__68abz{background:#ecfdf5;color:#10b981}.ticTacToe_status__LAaXB.ticTacToe_draw__jJS_a{background:#fffbeb;color:#f59e0b}.ticTacToe_board__dk0Tv{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;max-width:300px;margin:0 auto 1.5rem}.ticTacToe_cell__TQQ0Q{aspect-ratio:1;background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-size:3rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.ticTacToe_cell__TQQ0Q:hover:not(:disabled){border-color:#2563eb;background:#f8fafc}.ticTacToe_cell__TQQ0Q:disabled{cursor:default}.ticTacToe_cell__TQQ0Q.ticTacToe_x__ASdZ4{color:#2563eb}.ticTacToe_cell__TQQ0Q.ticTacToe_o__qN30p{color:#ef4444}.ticTacToe_cell__TQQ0Q.ticTacToe_winning__Qyy70{background:#ecfdf5;border-color:#10b981;animation:ticTacToe_pulse__Np5P_ .5s ease-in-out infinite alternate}@keyframes ticTacToe_pulse__Np5P_{0%{transform:scale(1)}to{transform:scale(1.05)}}.ticTacToe_controls__0kAtD{display:flex;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.ticTacToe_primaryBtn__LGoj3{padding:.625rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s ease}.ticTacToe_primaryBtn__LGoj3:hover{background:#3b82f6}.ticTacToe_secondaryBtn__zn1md{padding:.625rem 1.5rem;background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.ticTacToe_secondaryBtn__zn1md:hover{border-color:#2563eb;color:#2563eb}.ticTacToe_instructions__22523{padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.ticTacToe_instructions__22523 p{color:#64748b;font-size:.875rem;margin:0}