.game{text-align:center;display:flex;flex-direction:column;align-items:center}.app{background-color:#f9fafe;display:flex;flex-direction:column;align-items:center;height:100%;padding:30px 50px 150px;overflow:hidden;justify-content:space-between}.app--dark{background-color:#000;display:flex;flex-direction:column;align-items:center;height:100%;padding:30px 50px 150px;overflow:hidden;justify-content:space-between}.streakBox{width:100%;text-align:center;height:0px;margin:40px 0 20px;padding:10px 0;color:gray;display:flex;justify-content:center;align-items:center;gap:10px}.streak{font-weight:800}.footerBox{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:20px 0}.darkModeToggleBox{display:flex;justify-content:center;align-items:center;height:10px;background-color:#000;color:#fff;padding:10px;border-radius:5px;font-size:15px;cursor:pointer}.streak--dark{color:#fff}.toggle--darkButton{background-color:#fff;color:#000;display:flex;justify-content:center;align-items:center;height:10px;padding:10px;border-radius:5px;font-size:15px;cursor:pointer}.toggle--darkButton:hover{background-color:#f0f8ff}.darkModeToggleBox:hover{background-color:#f0f8ff;color:#000}.clueSpan{color:#00bfff;font-weight:800}.guessesBox{height:20px;width:100px;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:10px}.guessesBoxParent{width:100%;margin-top:20px;height:60px;display:flex;flex-direction:column;justify-content:center;align-items:center}.guessesText{margin-bottom:0;margin-top:10px;color:#000;font-size:15px}.newPuzzle{height:10px;margin-top:0;margin-bottom:20px;padding:4px}.newPuzzle--dark{height:10px;margin-top:0;color:#fff;margin-bottom:20px;padding:4px}.guess{width:100%;height:15px;background-color:#ededed;border-radius:2px;margin-top:10px}.clueComponent{display:flex;flex-direction:column;justify-content:center;align-items:center}.falseStyle{width:100%;height:15px;background-color:#d40000;box-shadow:0 16px 40px #7090b033;border-radius:2px;margin-top:10px}.trueStyle{width:100%;height:15px;background-color:#00bfff;box-shadow:0 16px 40px #7090b033;border-radius:2px;margin-top:10px}.guessNumber{background-color:#00bfff}.youSay{height:40px;padding:10px;display:flex;justify-content:center;align-items:center;background-color:#00bfff;border-radius:5px;color:#fff;font-size:25px}.whenISay{background-color:#000;font-size:15px;color:#fff;padding:0 20px 20px 0;height:40px;display:flex;justify-content:center;align-items:center;border-radius:5px 0 0 5px;width:100px}.whenISayYouSay{display:flex;align-items:center;justify-content:center}.guessInfo{margin-top:10px;display:flex;flex-direction:column}.toggle--dark{background-color:#fff;font-size:15px;color:#000;padding:0 20px 20px 0;height:40px;display:flex;justify-content:center;align-items:center;border-radius:5px 0 0 5px}.toggleDark{color:#fff}.guessInfo--dark{margin-top:20px;margin-bottom:10px;color:#fff}.guessInfo--light{margin-top:20px;margin-bottom:10px;color:#000}.shareButton{display:none}@media screen and (max-width: 640px){.shareButton{display:block;border:none;margin-top:5px;margin-bottom:5px;padding:7px 15px 15px 7px;border-radius:5px;font-size:13px;font-weight:600;color:#fff;background-color:#00bfff;box-shadow:0 16px 40px #7090b033;cursor:pointer}}.board{width:100%;max-width:400px;height:auto;background-color:#fff;padding:20px;box-shadow:0 16px 40px #7090b033;border-radius:10px;margin-top:10px;position:relative}.row{width:100%;height:40px;display:flex;justify-content:space-between}.rowBlur{width:100%;height:40px;display:flex;filter:blur(12px);-webkit-user-select:none;-ms-user-select:none;user-select:none}.answerInput{width:100%;border:none;text-align:center;font-size:25px;font-weight:600}.answerInput:focus{outline:none;font-size:25px;text-transform:uppercase;font-weight:600}.answerInput::placeholder{color:transparent}.solvedTag{color:#00bfff;width:100%;height:40px;display:flex;justify-content:center;align-items:center;position:absolute;z-index:1;margin-left:-20px;font-size:15px}.answerWas{color:#000}.answerWas-2{color:#000;margin-left:5px}@media screen and (max-width: 640px){.board{max-width:300px}.answerInput{width:100%;border:none;text-align:center;font-size:25px;font-weight:600;pointer-events:none}}.keyboardDiv{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:30px}.topKeyboard,.middleKeyboard,.bottomKeyboard{display:flex}.keyboardLetter{width:40px;height:50px;margin:2px;display:flex;justify-content:center;align-items:center;background-color:#fff;box-shadow:0 16px 40px #7090b033;border-radius:5px;cursor:pointer}.keyboardLetter:hover{background-color:#f0f8ff}.specialKey{width:70px;height:50px;margin:2px;display:flex;justify-content:center;background-color:#fff;box-shadow:0 16px 40px #7090b033;border-radius:5px;cursor:pointer;align-items:center}.specialKey:hover{background-color:#f0f8ff}@media screen and (max-width: 640px){.keyboardLetter{width:30px;height:40px}.specialKey{width:60px;height:40px}}body{margin:0;overflow:auto;height:100%;-webkit-overflow-scrolling:touch;font-family:Poppins,sans-serif;background-color:#f9fafe}h1{font-size:40px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{margin:0;overflow:hidden;height:100%}
