:root{--white: #ffffff;--grey-1000: #1E1E1E;--grey-900: #7B7B7B;--grey-850: #bfbebe;--grey-800: #D9D9D9;--grey-700: #E6E6E6;--primary-100: #E5F8FF;--primary-150: #B2E4F7;--primary-200: #0090FF;--green-0: #d9f8dc;--green-100: #7DE28C;--green-200: #5FBF6E;--blue-100: #7DB8E2;--blue-200: #5E95C2;--purple-100: #B87DE2;--purple-200: #955DB8;--red-100: #E27D7F;--red-200: #C25E60}:root{font-family:Figtree,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;color:var(--grey-1000);background-color:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0;border:none;outline:none}html{scrollbar-gutter:stable}h1,h2,h3,h4{font-family:Lilita One,Figtree,system-ui,Avenir,Helvetica,Arial,sans-serif}h1{font-size:3.2em;line-height:1.1}button{background:none;cursor:pointer;min-height:44px;min-width:44px}#root{display:flex;flex-direction:column;min-height:100svh;width:100%;background-color:#fff}._footer_14cxr_1{display:flex;justify-content:center;margin-top:auto;width:100%;border-top:1px solid black}._link_14cxr_11{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;color:inherit}._header_13bze_1{display:flex;justify-content:center;padding:12px 0;border-bottom:1px solid black}._contentContainer_13bze_8{display:flex;justify-content:space-between;max-width:400px;width:100%;padding:0 12px}._title_13bze_17{font-size:2rem}._button_13bze_21{display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px}._icon_13bze_30{height:24px;width:24px}._actionButtons_a1nd7_1{display:grid;grid-template-columns:1fr auto;gap:12px}._gameBodyMain_2xb93_1{align-self:flex-start;display:flex;flex-direction:column;gap:12px;max-width:400px;width:100%;height:100%;padding:12px 12px 48px;margin:0 auto 40px;font:inherit}._board_1i1zi_1{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);gap:4px;width:100%;aspect-ratio:1 / 1}._listHeading_ot6js_1{display:flex;justify-content:space-between;font-size:1.4rem;font-family:Lilita One;border-bottom:1px solid var(--grey-1000)}._wordList_ot6js_11{display:flex;flex-direction:column;color:var(--grey-900)}._wordList_ot6js_11 li:nth-child(-n+5){background-color:var(--primary-100);color:var(--grey-1000)}._guess_ot6js_23{display:flex;justify-content:space-between;width:100%;padding:4px 12px}._word_ot6js_11{font-family:Figtree,sans-serif}._star_ot6js_35{padding-left:4px;height:12px}._score_ot6js_40{font-family:Lilita One}._button_1wst5_1{position:relative;z-index:2;min-width:44px;min-height:44px;padding:4px 20px;font:inherit;color:#000;border:2px solid var(--grey-1000);overflow:hidden}._buttonText_1wst5_19{position:relative;left:15px;z-index:2;font-weight:600}._hintProgressIndicator_1wst5_28{position:absolute;left:-20px;top:0;min-height:44px;background-color:var(--primary-100);transition-property:width;transition-timing-function:ease-out}._full_1wst5_41{background-color:#b2e4f7}._scoreIncreaseIndicator_1wst5_45{position:absolute;right:25%;top:25%;z-index:2;animation:_arcFloatAnimation_1wst5_1 1.2s forwards}@keyframes _arcFloatAnimation_1wst5_1{0%{opacity:0;transform:translate(-50%) scale(.9)}80%{opacity:1;transform:translate(calc(-50% + 5px),-12px) scale(1)}to{opacity:0;transform:translate(calc(-50% + 7px),-10px) scale(1)}}._guess_1ihtd_1{height:3rem;text-align:center;font-family:Figtree,sans-serif;font-size:2rem;overflow-x:scroll;direction:rtl}._lastGuess_1ihtd_14{color:var(--grey-850)}._button_13leq_1{min-width:44px;min-height:44px;padding:4px 20px;font-weight:600;border:2px solid var(--grey-1000)}._countdownTimer_1trpj_1{text-align:center;font-size:2rem}._lastThreeMinutes_1trpj_7{color:orange}._lastMinute_1trpj_11{color:red}._tile_1t74x_1{position:relative;width:100%;aspect-ratio:1 / 1;border:2px solid var(--grey-1000)}._text_1t74x_10{display:flex;align-items:center;justify-content:center;height:100%;width:100%;font-family:Figtree,sans-serif;font-size:2.4rem}._value_1t74x_22{position:absolute;bottom:0;right:8px}._correctGuess_1t74x_28{animation:_bounce_1t74x_1 .2s ease-in-out 1 forwards}._incorrectGuess_1t74x_32{animation:_shake_1t74x_1 .2s ease-in-out forwards}._correctGuess_1t74x_28,._incorrectGuess_1t74x_32{pointer-events:none}@keyframes _bounce_1t74x_1{0%,to{transform:scale(1) translateY(0)}50%{transform:scale(1.01) translateY(-10px)}}@keyframes _shake_1t74x_1{0%{transform:translate(0)}25%{transform:translate(10px)}75%{transform:translate(-10px)}to{transform:translate(0)}}._closeButton_lm8uz_1{position:absolute;right:0;top:0;display:flex;align-items:center;justify-content:center}._hintModal_lm8uz_11{display:flex;flex-direction:column;gap:12px;min-width:280px}._hintPointsContainer_lm8uz_19{display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:4px;font-family:Lilita One;font-size:20px;border-bottom:1px solid}._hintsList_lm8uz_33{display:flex;flex-direction:column;gap:4px;padding-left:8px}._hintItem_lm8uz_41{display:flex;align-items:center;justify-content:space-between}._hintItem_lm8uz_41::marker{content:"•";margin-right:6px}._hintText_lm8uz_51{font-size:20px}._guessedHintText_lm8uz_55{color:#0090ff}._hintButton_lm8uz_59{min-height:24px;padding:.4rem 1.2rem;color:#fff;font-family:Lilita One;background-color:#0090ff;border-radius:100px}._hintButton_lm8uz_59:disabled{color:#8a8a8a;background-color:#c6c6c6;cursor:default}._cancelButton_lm8uz_75{align-self:center;padding:.6rem 3rem;margin-top:2rem;color:#000;font-family:Lilita One;font-size:20px;background-color:#d9d9d9;border-radius:100px}._closeButton_qef7h_1{position:absolute;right:0;top:0;display:flex;align-items:center;justify-content:center}._infoModal_qef7h_11{display:flex;flex-direction:column;align-items:center}._modalHeading_qef7h_17{align-self:flex-start}._tagline_qef7h_21{align-self:flex-start;margin:.6rem 0 1.6rem;font-size:1.1rem;font-weight:600}._hintSection_qef7h_30{display:flex;flex-direction:column;width:100%;margin-top:20px}._hintList_qef7h_38{list-style:inside disc}._hintList_qef7h_38>li{padding-left:12px;margin-top:8px}._image_qef7h_47{height:140px;margin-top:8px;background-color:#e6e6e6}._playButton_qef7h_54{padding:.6rem 3rem;margin-top:2rem;color:#fff;font-family:Lilita One;font-size:20px;background-color:#0090ff;border-radius:100px}._credit_qef7h_66{margin-top:2rem;font-family:Lilita One;font-size:.8rem}._creditLink_qef7h_73{color:#0090ff}._closeButton_cfri7_1{position:absolute;right:0;top:0;display:flex;align-items:center;justify-content:center}._resultModal_cfri7_11{display:flex;flex-direction:column;gap:12px;min-width:280px}._statsContainer_cfri7_19{display:flex;justify-content:space-around;width:100%}._statContainer_cfri7_26{display:flex;flex-direction:column;align-items:center}._stat_cfri7_19{font-family:Lilita One}._topWords_cfri7_36{margin-top:12px}._pointsSection_cfri7_40{margin-top:8px}._wordList_cfri7_44{display:flex;flex-direction:column;padding-left:12px;list-style:inside disc}._guessed_cfri7_53{color:#0090ff}._cancelButton_cfri7_57{align-self:center;padding:.6rem 3rem;margin-top:2rem;color:#000;font-family:Lilita One;font-size:20px;background-color:#d9d9d9;border-radius:100px}._modalBackground_p2zf8_1{position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:2rem;background-color:#00000025;z-index:2}._modalContainer_p2zf8_18{display:flex;flex-direction:column;width:100%;max-width:500px;max-height:85%;padding:2rem 1.4rem;margin:auto;overflow-y:auto}._closeButton_pag7k_1{position:absolute;right:0;top:0;display:flex;align-items:center;justify-content:center}._confirmModal_pag7k_11{display:flex;flex-direction:column;align-items:center;max-height:100%;overflow-y:auto}._modalHeading_pag7k_19{align-self:flex-start}._tagline_pag7k_23{margin:.6rem 0 1.6rem;font-size:1.1rem;font-weight:600}._buttonContainer_pag7k_30{display:flex;gap:12px}._cancelButton_pag7k_35{padding:.6rem 3rem;margin-top:2rem;color:#000;font-family:Lilita One;font-size:20px;background-color:#d9d9d9;border-radius:100px}._finishButton_pag7k_47{padding:.6rem 3rem;margin-top:2rem;color:#fff;font-family:Lilita One;font-size:20px;background-color:#0090ff;border-radius:100px}._loadingMain_jqfql_1{display:flex;align-items:center;margin:auto}._loadingContainer_jqfql_8{display:flex;align-items:flex-end;margin:auto}._loadingDot_jqfql_15{font-size:2rem;animation:_bounce_jqfql_1 3s infinite}@keyframes _bounce_jqfql_1{0%{transform:translateY(0)}20%{transform:translateY(-10px)}40%{transform:translateY(0)}to{transform:translateY(0)}}._duplicateGuessContainer_36rji_1{position:fixed;display:none;top:130px;left:50%;padding:8px 16px;text-align:center;font-size:20px;background-color:var(--primary-100);animation:_appear_36rji_1 1s;transform:translate(-50%,-50%);z-index:3}._visible_36rji_18{display:block}@keyframes _appear_36rji_1{to,0%{opacity:1}}._errorMain_15dl7_1{display:flex;justify-content:center;align-items:center;margin:auto}
