.WordSearchGame-module__s1F6Uq__container{flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:20px;display:flex}.WordSearchGame-module__s1F6Uq__gameArea{flex-direction:column;gap:20px;width:100%;display:flex}.WordSearchGame-module__s1F6Uq__controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;display:flex}.WordSearchGame-module__s1F6Uq__gameInfo{align-items:center;gap:10px;display:flex}.WordSearchGame-module__s1F6Uq__difficultyBadge,.WordSearchGame-module__s1F6Uq__categoryBadge{color:#fff;border-radius:20px;padding:6px 12px;font-size:14px;font-weight:600}.WordSearchGame-module__s1F6Uq__difficultyBadge{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.WordSearchGame-module__s1F6Uq__categoryBadge{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.WordSearchGame-module__s1F6Uq__gameButtons{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.WordSearchGame-module__s1F6Uq__newGameButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #667eea4d}.WordSearchGame-module__s1F6Uq__clearButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#dc3545 0%,#fd7e14 100%);border:none;border-radius:8px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #dc35454d}.WordSearchGame-module__s1F6Uq__clearButton:disabled{cursor:not-allowed;box-shadow:none;background:#6c757d}.WordSearchGame-module__s1F6Uq__newGameButton:hover{background:linear-gradient(135deg,#5a67d8 0%,#6b46c1 100%);transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.WordSearchGame-module__s1F6Uq__clearButton:hover:not(:disabled){background:linear-gradient(135deg,#c82333 0%,#e83e8c 100%);transform:translateY(-2px);box-shadow:0 6px 20px #dc354566}.WordSearchGame-module__s1F6Uq__score{color:#495057;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:8px 16px;font-size:18px;font-weight:600}.WordSearchGame-module__s1F6Uq__hintsCounter{color:#667eea;font-weight:500}.WordSearchGame-module__s1F6Uq__gridContainer{justify-content:center;margin:20px 0;display:flex}.WordSearchGame-module__s1F6Uq__grid{-webkit-user-select:none;user-select:none;touch-action:manipulation;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;gap:2px;padding:10px;display:grid}.WordSearchGame-module__s1F6Uq__cell{color:#333;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#fff;border:1px solid #ddd;border-radius:4px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-family:Courier New,monospace;font-size:14px;font-weight:700;transition:all .1s;display:flex}.WordSearchGame-module__s1F6Uq__cell:hover{background:#e3f2fd;border-color:#90caf9}@media (hover:none) and (pointer:coarse){.WordSearchGame-module__s1F6Uq__cell:hover{background:#fff;border-color:#ddd}}.WordSearchGame-module__s1F6Uq__cell:active{transform:scale(.95);background:#bbdefb!important;border-color:#42a5f5!important}.WordSearchGame-module__s1F6Uq__cell.WordSearchGame-module__s1F6Uq__selected{color:#fff;border-color:#1976d2;box-shadow:0 0 0 2px #2196f3;background:#2196f3!important}.WordSearchGame-module__s1F6Uq__cell.WordSearchGame-module__s1F6Uq__found{border-color:#45a049;font-weight:700;color:#fff!important;background:#4caf50!important}.WordSearchGame-module__s1F6Uq__cell.WordSearchGame-module__s1F6Uq__hinted{color:#f57f17;border-color:#ffd54f;animation:1s ease-in-out infinite WordSearchGame-module__s1F6Uq__pulse;background:#ffe082!important}@keyframes WordSearchGame-module__s1F6Uq__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.WordSearchGame-module__s1F6Uq__wordList{text-align:center}.WordSearchGame-module__s1F6Uq__wordList h3{color:#495057;margin-bottom:15px;font-size:20px}.WordSearchGame-module__s1F6Uq__instructions{margin-bottom:15px}.WordSearchGame-module__s1F6Uq__instructions p{color:#1565c0;text-align:center;background:#e3f2fd;border:1px solid #90caf9;border-radius:8px;margin:0 0 8px;padding:8px 16px;font-size:14px}.WordSearchGame-module__s1F6Uq__selectionInfo{font-weight:600;color:#856404!important;background:#fff3cd!important;border-color:#ffeaa7!important}.WordSearchGame-module__s1F6Uq__selectionInstructions{flex-direction:column;align-items:center;gap:8px;display:flex}.WordSearchGame-module__s1F6Uq__cancelButton{color:#fff;cursor:pointer;background:#f44336;border:none;border-radius:6px;padding:6px 12px;font-size:12px;transition:all .3s}.WordSearchGame-module__s1F6Uq__cancelButton:hover{background:#d32f2f;transform:translateY(-1px)}.WordSearchGame-module__s1F6Uq__hintMessage{color:#856404;text-align:center;background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;margin-bottom:15px;padding:8px 16px;font-size:14px}.WordSearchGame-module__s1F6Uq__successMessage{color:#155724;text-align:center;background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;margin-bottom:15px;padding:8px 16px;font-size:14px;font-weight:600;animation:2s ease-in-out WordSearchGame-module__s1F6Uq__fadeInOut}@keyframes WordSearchGame-module__s1F6Uq__fadeInOut{0%{opacity:0;transform:translateY(-10px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.WordSearchGame-module__s1F6Uq__words{flex-wrap:wrap;justify-content:center;gap:10px;max-width:600px;margin:0 auto;display:flex}.WordSearchGame-module__s1F6Uq__wordContainer{background:#fff;border:2px solid #e9ecef;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;transition:all .3s;display:flex;box-shadow:0 2px 4px #0000000d}.WordSearchGame-module__s1F6Uq__wordContainer:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.WordSearchGame-module__s1F6Uq__word{color:#495057;margin:0;font-size:14px;font-weight:600;transition:all .3s}.WordSearchGame-module__s1F6Uq__word.WordSearchGame-module__s1F6Uq__wordFound{color:#2d5a3d;text-decoration:line-through}.WordSearchGame-module__s1F6Uq__wordContainer.WordSearchGame-module__s1F6Uq__wordFound{background:linear-gradient(135deg,#a8e6cf 0%,#88d8a3 100%);border-color:#7cc7a0;box-shadow:0 4px 8px #7cc7a04d}.WordSearchGame-module__s1F6Uq__hintButton{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;transition:all .3s;display:flex}.WordSearchGame-module__s1F6Uq__hintButton:hover:not(:disabled){background:#5a67d8;transform:scale(1.1)}.WordSearchGame-module__s1F6Uq__hintButton:disabled{cursor:not-allowed;background:#28a745}.WordSearchGame-module__s1F6Uq__hintButton.WordSearchGame-module__s1F6Uq__hintUsed{background:#28a745}@media (max-width:768px){.WordSearchGame-module__s1F6Uq__container{padding:10px}.WordSearchGame-module__s1F6Uq__controls{text-align:center;flex-direction:column;gap:15px}.WordSearchGame-module__s1F6Uq__gameInfo{flex-direction:column;gap:8px}.WordSearchGame-module__s1F6Uq__gameButtons{flex-direction:column;gap:8px;width:100%}.WordSearchGame-module__s1F6Uq__gameButtons button{width:100%;max-width:300px}.WordSearchGame-module__s1F6Uq__grid{max-width:100%;padding:5px}.WordSearchGame-module__s1F6Uq__cell{width:30px;min-width:30px;height:30px;min-height:30px;font-size:12px}.WordSearchGame-module__s1F6Uq__instructions p{padding:6px 12px;font-size:13px}}@media (max-width:480px){.WordSearchGame-module__s1F6Uq__cell{width:28px;min-width:28px;height:28px;min-height:28px;font-size:11px}.WordSearchGame-module__s1F6Uq__word{font-size:12px}.WordSearchGame-module__s1F6Uq__wordContainer{padding:6px 12px}.WordSearchGame-module__s1F6Uq__hintButton{width:20px;height:20px;font-size:10px}.WordSearchGame-module__s1F6Uq__difficultyBadge,.WordSearchGame-module__s1F6Uq__categoryBadge{padding:4px 8px;font-size:12px}.WordSearchGame-module__s1F6Uq__instructions p{font-size:12px}.WordSearchGame-module__s1F6Uq__gameButtons button{padding:10px 16px;font-size:13px}}
.GameSetup-module__iAkktq__setupContainer{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.GameSetup-module__iAkktq__setupCard{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:600px;padding:40px;box-shadow:0 20px 40px #0000001a}.GameSetup-module__iAkktq__title{color:#333;margin-bottom:8px;font-size:2.5rem;font-weight:700}.GameSetup-module__iAkktq__subtitle{color:#666;margin-bottom:40px;font-size:1.1rem}.GameSetup-module__iAkktq__settingsSection{margin-bottom:40px}.GameSetup-module__iAkktq__setting{text-align:left;margin-bottom:32px}.GameSetup-module__iAkktq__setting h3{color:#333;margin-bottom:16px;font-size:1.3rem;font-weight:600}.GameSetup-module__iAkktq__difficultyOptions{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;display:grid}.GameSetup-module__iAkktq__difficultyOption{cursor:pointer}.GameSetup-module__iAkktq__difficultyOption input[type=radio]{display:none}.GameSetup-module__iAkktq__difficultyCard{text-align:center;background:#f9f9f9;border:2px solid #e0e0e0;border-radius:12px;padding:20px;transition:all .3s}.GameSetup-module__iAkktq__difficultyOption input[type=radio]:checked+.GameSetup-module__iAkktq__difficultyCard{background:#f0f4ff;border-color:#667eea;transform:translateY(-2px);box-shadow:0 8px 16px #667eea33}.GameSetup-module__iAkktq__difficultyCard:hover{border-color:#667eea;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.GameSetup-module__iAkktq__difficultyCard h4{color:#333;margin-bottom:8px;font-size:1.2rem;font-weight:600}.GameSetup-module__iAkktq__difficultyCard p{color:#666;margin:4px 0;font-size:.9rem}.GameSetup-module__iAkktq__hintsText{color:#667eea!important;font-size:.85rem!important;font-weight:600!important}.GameSetup-module__iAkktq__categorySelect{color:#333;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:12px 16px;font-size:1rem;transition:border-color .3s}.GameSetup-module__iAkktq__categorySelect:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.GameSetup-module__iAkktq__startButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50px;padding:16px 48px;font-size:1.2rem;font-weight:600;transition:all .3s;box-shadow:0 4px 16px #667eea4d}.GameSetup-module__iAkktq__startButton:hover{transform:translateY(-2px);box-shadow:0 8px 24px #667eea66}.GameSetup-module__iAkktq__startButton:active{transform:translateY(0)}@media (max-width:768px){.GameSetup-module__iAkktq__setupCard{margin:16px;padding:24px}.GameSetup-module__iAkktq__title{font-size:2rem}.GameSetup-module__iAkktq__difficultyOptions{grid-template-columns:1fr}}
.page-module___8aEwW__page{min-height:100vh;font-family:var(--font-geist-sans);background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);flex-direction:column;align-items:center;padding:20px;display:flex}.page-module___8aEwW__main{flex-direction:column;align-items:center;gap:20px;width:100%;max-width:1200px;display:flex}.page-module___8aEwW__header{justify-content:space-between;align-items:center;width:100%;margin-bottom:20px;display:flex}.page-module___8aEwW__main h1{color:#495057;text-align:center;text-shadow:0 2px 4px #0000001a;flex:1;margin:0;font-size:2.5rem;font-weight:700}.page-module___8aEwW__backButton{color:#fff;cursor:pointer;background:#6c757d;border:none;border-radius:8px;padding:10px 20px;font-size:1rem;transition:all .3s;box-shadow:0 2px 4px #0000001a}.page-module___8aEwW__backButton:hover{background:#5a6268;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}@media (max-width:768px){.page-module___8aEwW__page{padding:10px}.page-module___8aEwW__main h1{font-size:2rem}}
