.tic-tac-toe_gameContainer__8pGqb{--p1-color:#2980b9;--p2-color:#c0392b;max-width:600px;margin:0 auto;padding:1.5rem 0 2rem}.tic-tac-toe_scoreBar__W5M44{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:15px 20px;background:#1e1e1e;border-radius:8px;border:1px solid #34495e;font-size:1rem;font-weight:700}.tic-tac-toe_playerScoreP1__QAnn7{color:var(--p1-color)}.tic-tac-toe_playerScoreP2__LIvUE{color:var(--p2-color)}.tic-tac-toe_turnIndicator__cfe55{font-weight:700;color:#f1c40f}.tic-tac-toe_grid__L_rRn{display:grid;grid-template-columns:1fr repeat(3,1fr);grid-template-rows:1fr repeat(3,1fr);gap:5px;background-color:#34495e;border:5px solid #34495e;border-radius:10px;overflow:hidden;width:100%;aspect-ratio:1/1}.tic-tac-toe_cornerCell__A53jX{background:#1a252f}.tic-tac-toe_headerCell__ThWQa{background:#2c3e50;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:5px;min-height:56px}.tic-tac-toe_headerImg__zos7p{max-width:45px;max-height:45px;margin-bottom:5px;object-fit:contain}.tic-tac-toe_categoryText__qJIvE{font-size:.7rem;font-weight:600;color:#ecf0f1;line-height:1.2;word-break:break-word}.tic-tac-toe_cell___Xzlx{background-color:#2ecc71;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;transition:background-color .2s;color:#e2e8f0;font-size:.8rem;padding:0;overflow:hidden}.tic-tac-toe_cell___Xzlx:hover:not(:disabled):not(.tic-tac-toe_cellTaken__QjEa5){background-color:#27ae60}.tic-tac-toe_cell___Xzlx:disabled{cursor:default}.tic-tac-toe_cellTaken__QjEa5{cursor:not-allowed}.tic-tac-toe_cellP1__vZ0I2{background-color:var(--p1-color)!important;box-shadow:inset 0 0 30px rgba(0,0,0,.3)}.tic-tac-toe_cellP2___6O2K{background-color:var(--p2-color)!important;box-shadow:inset 0 0 30px rgba(0,0,0,.3)}.tic-tac-toe_cellPlus__fIyPg{font-size:1.6rem;color:rgba(255,255,255,.5);font-weight:300}.tic-tac-toe_cellContent__RL4JV{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;position:relative}.tic-tac-toe_playerPhoto__tRyIP{width:70px;height:70px;object-fit:cover;border-radius:50%;border:3px solid white;background-color:#ecf0f1;box-shadow:0 4px 10px rgba(0,0,0,.4);animation:tic-tac-toe_popIn__RaVWB .4s cubic-bezier(.175,.885,.32,1.275);margin-bottom:16px}@keyframes tic-tac-toe_popIn__RaVWB{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.tic-tac-toe_playerNameLabel__SzBbE{font-size:.75rem;font-weight:700;position:absolute;bottom:0;color:white;text-align:center;width:100%;padding:4px 2px;box-sizing:border-box;background:rgba(0,0,0,.6);line-height:1.2}@keyframes tic-tac-toe_cellReveal__3nwJx{0%{transform:scale(.9);opacity:.5}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.tic-tac-toe_cellAnimating__zIVgH{animation:tic-tac-toe_cellReveal__3nwJx .35s ease-out}.tic-tac-toe_turnMessage__7jwQw{margin-top:15px;font-weight:700;color:#e74c3c;text-align:center;font-size:1rem}.tic-tac-toe_gameOverMessage__1lMlR{margin-top:15px;font-weight:700;color:#2ecc71;text-align:center;font-size:1.2rem}.tic-tac-toe_generateBtn__a5Zvg{display:block;margin:20px auto 0;background-color:#27ae60;color:white;border:none;padding:12px 24px;font-size:1.1rem;border-radius:5px;cursor:pointer;transition:background .2s;font-weight:600}.tic-tac-toe_generateBtn__a5Zvg:hover{background-color:#2ecc71}.tic-tac-toe_searchOverlay__W_bA1{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem}.tic-tac-toe_searchCard__oG9YF{background:#1e1e1e;border:1px solid #34495e;border-radius:10px;padding:30px;width:100%;max-width:400px;text-align:center;animation:tic-tac-toe_modalIn__EQCvP .2s ease-out}@keyframes tic-tac-toe_modalIn__EQCvP{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.tic-tac-toe_searchHeader__ErnQ0{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.tic-tac-toe_modalTitle__2Gq9n{font-size:1.2rem;font-weight:700;margin:0}.tic-tac-toe_modalDesc__3wJ9_{color:#ecf0f1;font-size:.95rem;margin:0 0 15px}.tic-tac-toe_searchCloseBtn__aiNLn{background:none;border:none;color:#7f8c8d;font-size:1.4rem;cursor:pointer;padding:.25rem;line-height:1}.tic-tac-toe_searchCloseBtn__aiNLn:hover{color:#ecf0f1}.tic-tac-toe_searchInput__d2qVE{width:100%;background:#2c3e50;border:2px solid #7f8c8d;border-radius:5px;padding:12px;color:white;font-size:1.1rem;outline:none;box-sizing:border-box}.tic-tac-toe_searchInput__d2qVE:focus{border-color:#3498db}.tic-tac-toe_searchInput__d2qVE::placeholder{color:#7f8c8d}.tic-tac-toe_searchResults__2UVb2{max-height:180px;overflow-y:auto;margin-top:.5rem;text-align:left}.tic-tac-toe_searchResultItem__KnwKq{width:100%;background:transparent;padding:10px;cursor:pointer;text-align:left;color:#ecf0f1;display:flex;flex-direction:column;gap:2px;transition:background .15s;border:none;border-bottom:1px solid #2c3e50}.tic-tac-toe_searchResultItem__KnwKq:hover{background-color:#3498db;color:#fff}.tic-tac-toe_playerName__FWBRi{font-weight:600;font-size:.9rem}.tic-tac-toe_playerMeta__2S3gP{font-size:.75rem;color:#95a5a6}.tic-tac-toe_searchResultItem__KnwKq:hover .tic-tac-toe_playerMeta__2S3gP{color:rgba(255,255,255,.8)}.tic-tac-toe_noResults__O5N_W{padding:1rem;text-align:center;color:#7f8c8d;font-size:.85rem}.tic-tac-toe_modalMessage__bfT_e{margin-top:15px;min-height:24px;font-weight:700}.tic-tac-toe_msgError__q25Wb{color:#e74c3c}.tic-tac-toe_msgSuccess__032hX{color:#2ecc71}@media (max-width:500px){.tic-tac-toe_gameContainer__8pGqb{padding:1rem 0}.tic-tac-toe_grid__L_rRn{max-width:100%}.tic-tac-toe_headerCell__ThWQa{font-size:.65rem;padding:3px;min-height:48px}.tic-tac-toe_headerImg__zos7p{max-width:30px;max-height:30px}.tic-tac-toe_categoryText__qJIvE{font-size:.55rem}.tic-tac-toe_playerPhoto__tRyIP{width:45px;height:45px;margin-bottom:16px}.tic-tac-toe_playerNameLabel__SzBbE{font-size:.6rem}.tic-tac-toe_cellPlus__fIyPg{font-size:1.3rem}.tic-tac-toe_scoreBar__W5M44{font-size:.8rem;padding:10px 12px}}[dir=rtl] .tic-tac-toe_searchResultItem__KnwKq{text-align:right}