body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--base-text-color: #ddd;--background-color: #333;--misplacedKeyBackground: rgb(255, 189, 67);--misplacedKeyColor: #222;--correctKeyBackground: rgb(47, 156, 14);--correctKeyColor: #222;--failKeyBackground: rgb(185, 19, 19);--failKeyColor: #ddd}:root.high-contrast{--misplacedKeyBackground: rgb(245, 121, 58);--correctKeyBackground: rgb(133, 192, 249)}:root.hard-mode{--background-color: #1a1a1a;--base-text-color: #eee;--correctKeyBackground: rgb(30, 180, 0);--misplacedKeyBackground: rgb(255, 170, 30);--failKeyBackground: rgb(220, 20, 20)}:root.hard-mode.high-contrast{--background-color: #1a1a1a;--base-text-color: #eee;--correctKeyBackground: rgb(133, 192, 249);--misplacedKeyBackground: rgb(245, 121, 58);--failKeyBackground: rgb(220, 20, 20)}html,body{margin:0;padding:0;color:var(--base-text-color);background-color:var(--background-color);font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;overflow:hidden;-webkit-user-select:none;user-select:none}.game{position:relative;padding:70px 0 0;margin:0;width:100%;height:100%;min-width:300px;display:flex;justify-content:space-between;align-items:center;flex-direction:column;background-color:var(--background-color);box-sizing:border-box}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:16px}.loading-text,.error-text{font-size:1.2rem;color:var(--base-text-color)}.retry-button{padding:10px 20px;font-size:1rem;background-color:var(--correctKeyBackground);color:var(--correctKeyColor);border:none;border-radius:4px;cursor:pointer}.retry-button:hover{opacity:.9}._wordgrid_container_1y9f9_1{position:relative}._wordgrid_1y9f9_1{box-sizing:border-box;padding:5px;background-color:var(--background-color);display:grid;grid-template-rows:repeat(1,1fr);grid-template-columns:repeat(5,1fr);grid-auto-flow:row;gap:2px}._character_1y9f9_20{grid-row:auto;grid-column:auto;width:100%;height:100%;place-self:stretch center;text-align:center;vertical-align:middle;color:#ccc;font-weight:700;text-transform:capitalize;font-size:30px;display:flex;justify-content:center;align-items:center;border-radius:2px;box-shadow:#111a 1px 1px 2px;background-color:#222;border:rgb(90,90,90) 1px solid;box-sizing:border-box}._character_1y9f9_20._active_1y9f9_49{border-color:#ccc;background-color:#222;color:#ddd}._character_1y9f9_20._correct_1y9f9_55{background-color:var(--correctKeyBackground);color:var(--correctKeyColor)}._character_1y9f9_20._incorrect_1y9f9_60{background-color:#222;color:#b1b1b1}._character_1y9f9_20._misplaced_1y9f9_65{background-color:var(--misplacedKeyBackground);color:var(--misplacedKeyColor)}._character_1y9f9_20._fail_1y9f9_70{background-color:var(--failKeyBackground);color:var(--failKeyColor)}._character_1y9f9_20._answer_1y9f9_75{border-color:red}._wordrow_1y9f9_80{display:grid;grid-template-columns:repeat(5,1fr);grid-column:1 / -1;gap:2px}._wordrow_1y9f9_80._invalid_1y9f9_87{animation:_shake_1y9f9_1 .3s ease-in-out}@keyframes _shake_1y9f9_1{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}._character_1y9f9_20._justEntered_1y9f9_98{animation:_pop_1y9f9_1 .1s ease-out}@keyframes _pop_1y9f9_1{0%{transform:scale(1.1)}to{transform:scale(1)}}._character_1y9f9_20._winner_1y9f9_108{animation:_bounce_1y9f9_1 .5s ease forwards;animation-delay:calc(var(--char-index) * .1s)}@keyframes _bounce_1y9f9_1{0%,to{transform:translateY(0)}40%{transform:translateY(-10px)}}._character_1y9f9_20._revealing_1y9f9_119{animation:_flip_1y9f9_1 .6s ease forwards;animation-delay:calc(var(--char-index) * .25s);transform-style:preserve-3d;backface-visibility:hidden}@keyframes _flip_1y9f9_1{0%{transform:rotateX(0)}50%{transform:rotateX(90deg)}to{transform:rotateX(0)}}@media(prefers-reduced-motion:reduce){._wordrow_1y9f9_80._invalid_1y9f9_87,._character_1y9f9_20._justEntered_1y9f9_98,._character_1y9f9_20._winner_1y9f9_108,._character_1y9f9_20._revealing_1y9f9_119{animation:none}}._keyboard_13ukh_1{box-sizing:border-box;flex:0 1 auto;display:flex;flex-direction:column;position:relative;margin:5px;width:100vw;max-width:400px;height:150px;justify-content:stretch}._keyboard_row_13ukh_14{display:flex;flex-direction:row;flex:1 1 auto;justify-content:center;align-items:stretch}._key_13ukh_1{flex:1 1 auto;margin:1px;padding:5px;background-color:#111;border-radius:5px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color .2s ease,color .2s ease,transform .1s ease,filter .1s ease}._key_13ukh_1:active{transform:scale(.95);filter:brightness(1.2)}._key_13ukh_1>*{text-transform:capitalize;cursor:pointer}._key_13ukh_1._special_key_13ukh_48{width:auto;min-width:20px}._key_13ukh_1._correct_13ukh_53{background-color:var(--correctKeyBackground);color:var(--correctKeyColor)}._key_13ukh_1._misplaced_13ukh_58{background-color:var(--misplacedKeyBackground);color:var(--misplacedKeyColor)}._key_13ukh_1._incorrect_13ukh_63{background-color:#222;color:#777}._key_13ukh_1._unknown_13ukh_68{background-color:#111}@media only screen and (min-width:400px){._keyboard_13ukh_1{max-width:400px}}@media only screen and (min-width:700px){._key_13ukh_1{min-width:30px;font-size:25px}._key_13ukh_1._special_key_13ukh_48{width:auto}._keyboard_13ukh_1{max-width:500px}}@media only screen and (min-width:900px){._key_13ukh_1{min-width:30px;margin:3px}._key_13ukh_1._special_key_13ukh_48{width:auto}._keyboard_13ukh_1{max-width:600px}}@media(prefers-reduced-motion:reduce){._key_13ukh_1{transition:none}._key_13ukh_1:active{transform:none}}._shareBlock_1vnqu_2{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;height:120px}._shareButton_1vnqu_11{background-color:transparent;padding:10px 20px;margin:5px;border-radius:5px;border:white 1px solid;color:var(--base-text-color);font-size:20px;cursor:pointer;transition:all .2s ease}._shareButton_1vnqu_11:hover{background-color:#ffffff1a;border-color:var(--correctKeyBackground)}._shareButton_1vnqu_11:active{transform:scale(.98)}._shareButton_1vnqu_11:focus-visible{outline:2px solid var(--correctKeyBackground);outline-offset:2px}@media(prefers-reduced-motion:reduce){._shareButton_1vnqu_11{transition:none}._shareButton_1vnqu_11:active{transform:none}}._backdrop_s75ml_1{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}._modal_s75ml_14{background-color:#222;border-radius:8px;width:90%;max-width:400px;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #00000080}._header_s75ml_24{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #444}._title_s75ml_32{margin:0;font-size:20px;font-weight:700;color:#ddd}._closeButton_s75ml_39{background:none;border:none;color:#888;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}._closeButton_s75ml_39:hover{color:#ddd}._content_s75ml_55{padding:20px}._settingRow_s75ml_59{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #333}._settingRow_s75ml_59:last-child{border-bottom:none}._settingInfo_s75ml_71{display:flex;flex-direction:column;gap:4px}._settingLabel_s75ml_77{font-size:16px;color:#ddd}._settingDescription_s75ml_82{font-size:12px;color:#888}._toggle_s75ml_87{position:relative;display:inline-block;width:50px;height:28px}._toggle_s75ml_87 input{opacity:0;width:0;height:0}._slider_s75ml_100{position:absolute;cursor:pointer;inset:0;background-color:#555;transition:.3s;border-radius:28px}._slider_s75ml_100:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#ddd;transition:.3s;border-radius:50%}._toggle_s75ml_87 input:checked+._slider_s75ml_100{background-color:var(--correctKeyBackground)}._toggle_s75ml_87 input:checked+._slider_s75ml_100:before{transform:translate(22px)}._toggle_s75ml_87._disabled_s75ml_132{opacity:.5;cursor:not-allowed}._toggle_s75ml_87._disabled_s75ml_132 ._slider_s75ml_100{cursor:not-allowed}._header_1eamp_1{padding:10px 50px;width:100vw;height:40px;font-size:30px;font-weight:700;color:#ddd;background-color:#111;box-shadow:#00000080 1px 0 5px;text-shadow:#585858 1px 1px 2px;position:fixed;left:0;top:0;display:flex;justify-content:center;align-items:center;box-sizing:border-box}._titleContainer_1eamp_20{display:flex;align-items:center;justify-content:center}._hardLabel_1eamp_26{font-size:14px;font-weight:700;color:#dc1414;margin-left:32px;letter-spacing:2px}._settingsButton_1eamp_34{position:absolute;right:15px;background:none;border:none;color:#888;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:color .2s}._settingsButton_1eamp_34:hover{color:#ddd}@media only screen and (min-width:700px){._header_1eamp_1{width:100%;justify-content:flex-start}._titleContainer_1eamp_20{justify-content:flex-start}}._toast_1ohqp_1{position:fixed;top:60px;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:700;z-index:500;box-shadow:0 2px 10px #00000080;pointer-events:none}
