.DotAndBoxesGame_gameContainer__1bMzk{width:100%;max-width:600px;margin:0 auto;position:relative}.DotAndBoxesGame_gameHeader__cUmGl{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:10px}.DotAndBoxesGame_gameInfo__OYy2z{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.DotAndBoxesGame_infoItem__KE7yI{display:flex;align-items:center;gap:5px;color:#e5e7eb;font-weight:700}.DotAndBoxesGame_difficultyBadge__JApcp{background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:white;font-weight:600;padding:4px 12px;border-radius:20px;font-size:.9rem;box-shadow:0 2px 8px rgba(139,92,246,.3)}.DotAndBoxesGame_difficultySelector__wJE9y{display:flex;gap:10px;margin-top:15px;width:100%;justify-content:center}.DotAndBoxesGame_difficultyButton__UYNkO{background:linear-gradient(135deg,#64748b,#475569);border:none;border-radius:6px;padding:6px 12px;font-weight:500;cursor:pointer;transition:all .2s ease;color:white;box-shadow:0 2px 8px rgba(0,0,0,.2)}.DotAndBoxesGame_difficultyButton__UYNkO:hover{background:linear-gradient(135deg,#475569,#334155);transform:translateY(-1px)}.DotAndBoxesGame_difficultyButton__UYNkO.DotAndBoxesGame_active__l_KX2{background:linear-gradient(135deg,#06b6d4,#0891b2);color:white;box-shadow:0 2px 8px rgba(6,182,212,.3)}.DotAndBoxesGame_scoreDisplay__exM_R{display:flex;align-items:center;gap:8px;font-weight:700;color:#e5e7eb}.DotAndBoxesGame_playerScore__vVSJO{padding:4px 10px;border-radius:6px;font-weight:600;background:linear-gradient(135deg,#374151,#1f2937);color:#e5e7eb;border:1px solid rgba(255,255,255,.1)}.DotAndBoxesGame_activePlayer__H_wSi{font-weight:700;background:linear-gradient(135deg,#06b6d4,#0891b2);color:white;box-shadow:0 2px 8px rgba(6,182,212,.3)}.DotAndBoxesGame_controls__92_dx{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px;width:100%;justify-content:center}.DotAndBoxesGame_button__Ecz7B{display:flex;align-items:center;gap:5px;padding:8px 15px;background:linear-gradient(135deg,#06b6d4,#0891b2);color:white;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s;box-shadow:0 2px 8px rgba(6,182,212,.3)}.DotAndBoxesGame_button__Ecz7B:hover{background:linear-gradient(135deg,#0891b2,#0e7490);transform:translateY(-1px)}.DotAndBoxesGame_thinking__NEt2v{color:#9ca3af;font-size:.9rem;font-weight:500;animation:DotAndBoxesGame_pulse___zOKZ 1.5s infinite;display:flex;align-items:center;gap:8px;margin-top:10px;background:linear-gradient(135deg,rgba(30,41,59,.6),rgba(15,23,42,.6));padding:8px 15px;border-radius:20px;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;border:1px solid rgba(255,255,255,.1)}@keyframes DotAndBoxesGame_pulse___zOKZ{0%{opacity:.7;transform:scale(.98)}50%{opacity:1;transform:scale(1.02)}to{opacity:.7;transform:scale(.98)}}.DotAndBoxesGame_gameBoardContainer__Vwiu8{display:flex;justify-content:center;width:100%;overflow-x:auto;padding:15px 10px;margin-top:15px}.DotAndBoxesGame_gameBoard__h0uIa{position:relative;border-radius:14px;padding:20px;transition:transform .3s ease}.DotAndBoxesGame_dot___qPyT{position:absolute;width:12px;height:12px;background-color:#374151;border-radius:50%;transform:translate(-50%,-50%);z-index:2;box-shadow:0 0 4px rgba(0,0,0,.3)}.DotAndBoxesGame_line__Ggs4s{position:absolute;background-color:#e2e2e2;cursor:pointer;transition:all .2s ease;border-radius:4px}.DotAndBoxesGame_line__Ggs4s:hover:not(.DotAndBoxesGame_drawn__NN7W8){background-color:#374151;opacity:.6;box-shadow:0 0 6px rgba(55,65,81,.5)}.DotAndBoxesGame_horizontalLine__HV303{width:60px;height:6px;transform:translateY(-50%)}.DotAndBoxesGame_verticalLine__xCoBu{width:6px;height:60px;transform:translateX(-50%)}.DotAndBoxesGame_drawn__NN7W8{background-color:#333;cursor:default;box-shadow:0 0 5px rgba(0,0,0,.4)}.DotAndBoxesGame_box__z_gdt{position:absolute;width:60px;height:60px;border-radius:5px;z-index:1}.DotAndBoxesGame_playerBox__2PxGo{background-color:rgba(55,65,81,.8);box-shadow:0 0 8px rgba(55,65,81,.5);animation:DotAndBoxesGame_boxCapture__AXicS .3s ease-out}.DotAndBoxesGame_computerBox__aAPTo{background-color:rgba(220,38,38,.7);box-shadow:0 0 8px rgba(220,38,38,.5);animation:DotAndBoxesGame_boxCapture__AXicS .3s ease-out}@keyframes DotAndBoxesGame_boxCapture__AXicS{0%{transform:scale(.8);opacity:.5}70%{transform:scale(1.1);opacity:.9}to{transform:scale(1);opacity:1}}.DotAndBoxesGame_instructions__UiCtH{margin-top:25px;padding:18px;border-radius:10px;background-color:rgba(55,65,81,.05);width:100%;text-align:center;border:1px solid rgba(55,65,81,.1);box-shadow:0 2px 8px rgba(55,65,81,.06)}.DotAndBoxesGame_instructions__UiCtH h3{margin-bottom:12px;color:#374151;font-weight:600;font-size:1.1rem}.DotAndBoxesGame_instructions__UiCtH p{line-height:1.6;color:#9ca3af;margin-bottom:8px}.DotAndBoxesGame_gameOverOverlay__djvMp{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:999;animation:DotAndBoxesGame_fadeIn__yQ1WA .5s ease-in-out}.DotAndBoxesGame_gameOverMessage__iyqnW{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:10px;padding:20px;max-width:300px;width:80%;text-align:center;box-shadow:0 8px 32px rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.1);animation:DotAndBoxesGame_scaleIn__Lu3vE .5s ease-in-out}.DotAndBoxesGame_resultIcon__wXDzy{font-size:4rem;margin-bottom:10px}.DotAndBoxesGame_resultText__g9WnZ{font-size:1.5rem;font-weight:700;margin-bottom:15px;color:#e5e7eb}.DotAndBoxesGame_scoreResult__l_vxX{margin-bottom:20px;color:#9ca3af}.DotAndBoxesGame_playAgainButton__ae0Z_{background:linear-gradient(135deg,#06b6d4,#0891b2);color:white;font-weight:700;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;transition:all .2s;box-shadow:0 4px 16px rgba(6,182,212,.3)}.DotAndBoxesGame_playAgainButton__ae0Z_:hover{background:linear-gradient(135deg,#0891b2,#0e7490);transform:translateY(-2px)}@keyframes DotAndBoxesGame_fadeIn__yQ1WA{0%{opacity:0}to{opacity:1}}@keyframes DotAndBoxesGame_scaleIn__Lu3vE{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width:600px){.DotAndBoxesGame_gameContainer__1bMzk{padding:10px}.DotAndBoxesGame_header__3qmy_ h1{font-size:1.5rem}.DotAndBoxesGame_controls__92_dx{flex-direction:column;gap:10px;align-items:center}.DotAndBoxesGame_scoreBoard__IRXwx{gap:15px}}