.WordSearchGame_container__EgOND{position:relative;display:flex;flex-direction:column;align-items:center;background:#d9d9d9;backdrop-filter:blur(12.5px);-webkit-backdrop-filter:blur(12.5px);padding:20px;border-radius:30px;max-height:80vh;overflow:auto}.WordSearchGame_wordsToFind__k6AL_{display:flex;gap:15px;font-size:28px;direction:rtl;flex-wrap:wrap}.WordSearchGame_word__tDCSA{font-size:28px;font-weight:400;background:hsla(0,0%,100%,.3);border:1px solid hsla(0,0%,85%,.5);border-radius:10px;padding:4px 16px;margin-bottom:4px;box-shadow:inset 0 2px 3px 0 rgba(0,0,0,.15);color:#2c5f6f;transition:all .3s}.WordSearchGame_wordFound__9nHwo{text-decoration:line-through;color:#2e7d32;background:rgba(168,213,160,.3);border-color:#7bb661}.WordSearchGame_grid__PzROX{display:flex;flex-direction:column;background:transparent;border-radius:14px}.WordSearchGame_gridRow__9UDsV{display:flex}.WordSearchGame_gridCell__LVUMV{font-size:32px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border:1px solid #91aec0;background:#91aec0;border-radius:15px;box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.25);cursor:pointer;transition:all .3s;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2c5f6f;font-weight:500}.WordSearchGame_gridCell__LVUMV:hover{background:#7a9db0;box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.35)}.WordSearchGame_selected__8m5nl{background:#7a9db0;color:#2c5f6f;box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.35),0 0 0 3px rgba(90,181,204,.4)}.WordSearchGame_found__FDHNv{background:#a8d5a0;border:1px solid #a8d5a0;color:#2e7d32;box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.25),0 0 0 2px #7bb661;animation:WordSearchGame_correctPop__9lxsK .4s}@keyframes WordSearchGame_correctPop__9lxsK{0%{transform:scale(1)}60%{transform:scale(1.08)}to{transform:scale(1)}}.WordSearchGame_selectedWord__wx8Z6{margin-top:20px;font-weight:700;color:#7b5e2e;background:#fffbe9;border-radius:8px;padding:8px 18px;box-shadow:inset 0 1.5px 0 #e2cfa3;font-size:1.1em}.WordSearchGame_notification__36dCC{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.3);padding:32px 40px;text-align:center;color:#333;font-size:1.1em;z-index:10;min-width:300px}.WordSearchGame_notification__36dCC p{margin-bottom:24px;line-height:1.5}.WordSearchGame_notification__36dCC button{margin:0 8px;padding:12px 24px;font-size:1em;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.WordSearchGame_notification__36dCC button:first-of-type{background:#5ab5cc;color:#fff}.WordSearchGame_notification__36dCC button:first-of-type:hover{background:#4a9fb5;transform:translateY(-1px);box-shadow:0 4px 12px rgba(90,181,204,.3)}.WordSearchGame_notification__36dCC button:last-of-type{background:#e0e0e0;color:#666}.WordSearchGame_notification__36dCC button:last-of-type:hover{background:#d0d0d0}@media (max-width:700px){.WordSearchGame_container__EgOND{padding:8px 2px 18px}.WordSearchGame_wordsToFind__k6AL_{font-size:20px;gap:8px}.WordSearchGame_word__tDCSA{font-size:18px;padding:2px 8px}.WordSearchGame_gridCell__LVUMV{width:36px;height:36px;font-size:18px}}.MatchingGame_gameContainer__QKRd6{display:flex;flex-direction:column;align-items:center;background:#f7f1e1;border-radius:18px;padding:12px;max-height:80vh;overflow:auto}.MatchingGame_grid__EiiE7{display:flex;justify-content:space-between;position:relative;width:95vw;max-width:540px}.MatchingGame_leftColumn__ZUlH0,.MatchingGame_rightColumn__AN6pa{display:flex;flex-direction:column;gap:22px}.MatchingGame_leftColumn__ZUlH0{font-family:Segoe UI,Arial,sans-serif}.MatchingGame_rightColumn__AN6pa{font-family:Times New Roman,Times,serif;direction:rtl}.MatchingGame_numberBox__c5zZW{padding:0 14px;width:128px;height:50px;border:2px solid #a67c52;background:#fffbe9;border-radius:12px;box-shadow:inset 0 1.5px 0 #e2cfa3;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.15em;letter-spacing:.01em;transition:background .25s,box-shadow .25s,color .25s;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.MatchingGame_numberBox__c5zZW:not(.MatchingGame_correct__X_nUC):not(.MatchingGame_disabled__7VNq8):hover{background:#f5e6c5;box-shadow:0 0 0 2px #e2cfa3}.MatchingGame_active__SeW88{background:#f9e2b6;box-shadow:0 0 0 2px #c9a86a}.MatchingGame_correct__X_nUC{background:#e6f7d9;color:#2e7d32;border-color:#7bb661;box-shadow:0 0 0 2px #b6e6a3;cursor:not-allowed;animation:MatchingGame_correctPop__tsUFY .4s}@keyframes MatchingGame_correctPop__tsUFY{0%{transform:scale(1)}60%{transform:scale(1.08)}to{transform:scale(1)}}.MatchingGame_disabled__7VNq8{background:#fbeaea;color:#a94442;border-color:#e57373;cursor:not-allowed;opacity:.7;animation:MatchingGame_wrongShake__iexTC .3s}@keyframes MatchingGame_wrongShake__iexTC{0%{transform:translateX(0)}30%{transform:translateX(-6px)}60%{transform:translateX(6px)}to{transform:translateX(0)}}.MatchingGame_svgContainer__XoOgZ{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.MatchingGame_svgContainer__XoOgZ line{filter:drop-shadow(0 1px 0 #e2cfa3)}.MatchingGame_status__ZKW_w{margin-top:28px;display:flex;flex-direction:column;align-items:center;gap:14px}.MatchingGame_winMessage___U2N8{color:#7b5e2e;font-weight:700;font-size:1.3em;background:#fffbe9;border-radius:8px;padding:10px 24px;box-shadow:inset 0 1.5px 0 #e2cfa3;letter-spacing:.03em}.MatchingGame_restartButton__hIKTy{margin-top:12px;padding:10px 24px;font-size:1.1em;background-color:#a67c52!important;color:#fffbe9!important;border:none;cursor:pointer;border-radius:7px;transition:background .3s;box-shadow:inset 0 1.5px 0 #e2cfa3}.MatchingGame_restartButton__hIKTy:hover{background-color:#7b5e2e!important}.MatchingGame_cross__7xz4f{cursor:pointer;font-size:22px;fill:#e57373;pointer-events:all;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:700;transition:transform .2s;position:absolute;z-index:2}.MatchingGame_error__i22J8{color:#a94442;padding:20px;text-align:center;font-size:1.2em}@media (max-width:700px){.MatchingGame_grid__EiiE7{width:99vw;max-width:99vw;padding:8px 0}.MatchingGame_numberBox__c5zZW{width:90vw;max-width:99vw;font-size:1em}}.CrosswordGame_container__n8wTE{display:flex;flex-direction:column;gap:24px;padding:30px;width:100%;max-width:100%;background:#d9d9d9;border-radius:18px}.CrosswordGame_crosswordContainer__fzqLs{display:flex;gap:36px;align-items:flex-start;justify-content:center;flex-wrap:nowrap}.CrosswordGame_crossword__CcudY{display:inline-block;background:transparent;border-radius:14px;padding:20px}.CrosswordGame_crosswordRow__8LogC{display:flex}.CrosswordGame_crosswordCellWrapper__GtKLc{position:relative;display:inline-block;margin:2px}.CrosswordGame_clueNumber__uTFPb{position:absolute;top:3px;left:5px;font-size:.75em;color:#333;font-weight:600;z-index:1;pointer-events:none;font-family:Segoe UI,Arial,sans-serif}.CrosswordGame_crosswordCell__Vfe5p{width:44px;height:44px;text-align:center;font-size:1.4em;border:1px solid #91aec0;background:#91aec0;border-radius:10px;box-shadow:inset 0 3px 3px 0 rgba(0,0,0,.25);transition:all .3s;outline:none;font-family:Segoe UI,Arial,sans-serif;color:#2c5f6f;font-weight:500}.CrosswordGame_crosswordCell__Vfe5p:focus{background:#7a9db0;box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.35),0 0 0 3px rgba(90,181,204,.4)}.CrosswordGame_crosswordCellEmpty__SgJau{background:silver;border:1px solid silver;box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.2);pointer-events:none;opacity:.7}.CrosswordGame_crosswordCellRight__eKg4N{background:#a8d5a0;border:1px solid #a8d5a0;color:#2e7d32;box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.25),0 0 0 2px #7bb661;animation:CrosswordGame_correctPop__Ey60B .4s}.CrosswordGame_crosswordCellWrong__mYXtB{background:#e8a9a9;border:1px solid #e8a9a9;color:#a94442;box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.25);animation:CrosswordGame_wrongShake__FYmFQ .3s}@keyframes CrosswordGame_correctPop__Ey60B{0%{transform:scale(1)}60%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes CrosswordGame_wrongShake__FYmFQ{0%{transform:translateX(0)}30%{transform:translateX(-6px)}60%{transform:translateX(6px)}to{transform:translateX(0)}}.CrosswordGame_clues__TmL1Y{min-width:187px;max-width:200px;background:hsla(0,0%,95%,.2);backdrop-filter:blur(12.5px);-webkit-backdrop-filter:blur(12.5px);border:1px solid #d9d9d9;border-radius:15px;padding:20px;color:#333;font-size:1em}.CrosswordGame_clues__TmL1Y h2{font-size:1.3em;margin-bottom:16px;color:#333;font-weight:600}.CrosswordGame_clue__daoAC{font-size:.95em;margin-bottom:10px;background:hsla(0,0%,77%,.1);border-radius:10px;padding:8px 12px;border:1px solid hsla(0,0%,77%,.1);line-height:1.4;font-weight:300;box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.1)}.CrosswordGame_clue__daoAC strong{font-weight:400}.CrosswordGame_notification__ZDaZ_{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.3);padding:32px 40px;text-align:center;z-index:1002;min-width:300px}.CrosswordGame_notification__ZDaZ_ p{font-size:1.1em;color:#333;margin-bottom:24px;line-height:1.5}.CrosswordGame_notification__ZDaZ_ button{margin:0 8px;padding:12px 24px;border:none;border-radius:8px;font-size:1em;font-weight:600;cursor:pointer;transition:all .2s}.CrosswordGame_notification__ZDaZ_ button:first-of-type{background:#5ab5cc;color:#fff}.CrosswordGame_notification__ZDaZ_ button:first-of-type:hover{background:#4a9fb5;transform:translateY(-1px);box-shadow:0 4px 12px rgba(90,181,204,.3)}.CrosswordGame_notification__ZDaZ_ button:last-of-type{background:#e0e0e0;color:#666}.CrosswordGame_notification__ZDaZ_ button:last-of-type:hover{background:#d0d0d0}@media (max-width:900px){.CrosswordGame_container__n8wTE{padding:12px;gap:16px}.CrosswordGame_crosswordContainer__fzqLs{flex-direction:row;align-items:flex-start;gap:12px;overflow-x:auto}.CrosswordGame_crossword__CcudY{padding:12px}.CrosswordGame_clues__TmL1Y{min-width:150px;max-width:180px;margin-left:0;font-size:.85em;padding:12px;flex-shrink:0}.CrosswordGame_crosswordCellWrapper__GtKLc{margin:1px}.CrosswordGame_clueNumber__uTFPb{font-size:.6em;top:1px;left:2px}.CrosswordGame_crosswordCell__Vfe5p{width:32px;height:32px;font-size:1em;border-radius:6px}}