.WordSearchGame_gameGrid__KrubT{display:grid;gap:2px;justify-content:center;margin:0 auto;max-width:fit-content;touch-action:none}.WordSearchGame_gridCell__PERfP{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;border:1px solid #e2e8f0;background-color:#ffffff;cursor:pointer;user-select:none;transition:all .2s ease;touch-action:none}.WordSearchGame_gridCell__PERfP:hover{background-color:#f1f5f9;border-color:#cbd5e1}.WordSearchGame_gridCell__PERfP.WordSearchGame_selected__equtf{background-color:#3b82f6;color:white;border-color:#2563eb}.WordSearchGame_gridCell__PERfP.WordSearchGame_found__8uzVV{background-color:#10b981;color:white;border-color:#059669}.WordSearchGame_gridCell__PERfP.WordSearchGame_highlighted__1ZEs0{background-color:#fbbf24;color:white;border-color:#f59e0b}.WordSearchGame_wordsList__b5S1u{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.WordSearchGame_wordItem__V8fpA{padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;background-color:#ffffff;font-size:14px;font-weight:500;text-align:center;transition:all .2s ease}.WordSearchGame_wordItem__V8fpA.WordSearchGame_found__8uzVV{background-color:#dcfce7;border-color:#16a34a;color:#15803d;text-decoration:line-through}.WordSearchGame_wordItem__V8fpA.WordSearchGame_highlighted__1ZEs0{background-color:#fef3c7;border-color:#f59e0b;color:#d97706}@media (max-width:640px){.WordSearchGame_gridCell__PERfP{width:28px;height:28px;font-size:12px}.WordSearchGame_wordsList__b5S1u{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.WordSearchGame_wordItem__V8fpA{padding:6px 8px;font-size:12px}}@media (max-width:480px){.WordSearchGame_gridCell__PERfP{width:24px;height:24px;font-size:11px}.WordSearchGame_wordsList__b5S1u{grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}}