.words-search_container__I3gJU{font-family:Press Start\ 2P,monospace;padding:1rem;background:#111;color:#fff;min-height:100vh;display:flex;flex-direction:column;gap:1rem;box-sizing:border-box}.words-search_title__1Ht9D{font-size:1.25rem;margin-bottom:.5rem;text-align:center;color:#00ffe7;text-shadow:0 0 3px aqua}.words-search_statusBar__BqgsK{display:flex;flex-direction:column;gap:.5rem;text-align:center}.words-search_statusBar__BqgsK .words-search_stats__h3n66{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;font-size:.75rem}.words-search_statusBar__BqgsK .words-search_toggleTimer__mwc0J{font-size:.65rem;padding:.4rem 1rem;background:aqua;border:none;color:#000;cursor:pointer;border-radius:4px}.words-search_grid__BMWVr{display:flex;flex-direction:column;align-items:center;gap:4px;margin:0 auto;max-width:100%;overflow-x:auto}.words-search_row__WdWTv{display:flex;gap:4px}.words-search_cell___b5f2{width:30px;height:30px;background:#222;border:2px solid aqua;color:aqua;display:flex;align-items:center;justify-content:center;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease-in-out}.words-search_cell___b5f2.words-search_found__TKroJ{background:#ff0;color:#000;animation:words-search_pop__o6Wjq .3s ease-out}@keyframes words-search_pop__o6Wjq{0%{transform:scale(1);background:#ff0}50%{transform:scale(1.3);background:#fff95f}to{transform:scale(1);background:#ff0}}.words-search_wordInputForm__Q70wD{display:flex;justify-content:center;margin:1rem 0}.words-search_wordInput__Au_Lq{font-family:inherit;font-size:1rem;padding:.5rem 1rem;border:2px solid aqua;background:#111;color:aqua;outline:none;min-width:300px;text-align:center;border-radius:4px}.words-search_wordList____JlG{text-align:center}.words-search_wordList____JlG .words-search_listTitle__Lok_8{font-size:1rem;color:aqua;margin-bottom:.5rem}.words-search_wordList____JlG ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.words-search_wordList____JlG .words-search_wordItem__SBF_Q{font-size:.75rem;color:#fff;transition:all .2s}.words-search_wordList____JlG .words-search_wordItem__SBF_Q.words-search_foundWord__iHA7_{text-decoration:line-through;color:#999;transform:scale(1.1)}.words-search_noneFound__8Arl0{font-size:.7rem;color:#888;font-style:italic}.words-search_timeUpMsg__p5Oo_{text-align:center;margin-top:1rem;font-size:.8rem;color:#f33;font-weight:700}@media(max-width:600px){.words-search_grid__BMWVr .words-search_cell___b5f2{width:26px;height:26px;font-size:.9rem}.words-search_wordInput__Au_Lq{min-width:200px;font-size:.9rem}.words-search_statusBar__BqgsK .words-search_stats__h3n66{flex-direction:column;align-items:center}}.words-search_wrongXOverlay__Vi_wJ{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);font-size:6rem;color:red;font-weight:700;z-index:10;opacity:0;pointer-events:none;animation:words-search_explodeX__nQz50 .6s ease-out forwards}@keyframes words-search_explodeX__nQz50{0%{transform:translate(-50%,-50%) scale(.1);opacity:0}30%{transform:translate(-50%,-50%) scale(1.5);opacity:1}to{transform:translate(-50%,-50%) scale(3);opacity:0}}.words-search_gameOverOverlay__EzjHo{position:absolute;top:0;left:0;z-index:20;width:100%;height:100%;background:rgba(10,0,0,.7);color:red;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Press Start\ 2P,monospace;font-size:1.25rem;text-align:center;animation:words-search_fadeIn__4GulC .4s ease-in}.words-search_restartButton__e_jnx{margin-top:1.5rem;padding:.8rem 1.2rem;font-size:.75rem;background:#ff0;color:#000;border:none;border-radius:6px;cursor:pointer;transition:transform .2s}.words-search_restartButton__e_jnx:hover{transform:scale(1.05)}@keyframes words-search_fadeIn__4GulC{0%{opacity:0}to{opacity:1}}.words-search_victoryFlash___6y8d{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,#ff0,#f00,#000);opacity:0;z-index:15;pointer-events:none;animation:words-search_flashPulse__dfWoc .6s ease-out forwards}@keyframes words-search_flashPulse__dfWoc{0%{opacity:.2;transform:scale(.9)}50%{opacity:.8;transform:scale(1.02)}to{opacity:0;transform:scale(1)}}