@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap";@import "https://fonts.googleapis.com/css2?family=Georgia&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap";*{outline:none}body{margin:0;padding:0}.board{box-sizing:border-box;flex-direction:column;align-items:center;gap:5px;width:100%;max-width:400px;padding:0 10px;display:flex;position:relative}.parent{box-sizing:border-box;background-color:#121213;flex-direction:column;align-items:center;gap:10px;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.word,.wordanimation{gap:5px;display:flex}@keyframes shake{0%{transform:translate(5px)}12%{transform:translate(-5px)}25%{transform:translate(5px)}37.5%{transform:translate(-5px)}50%{transform:translate(5px)}62.5%{transform:translate(-5px)}75%{transform:translate(5px)}87.5%{transform:translate(-5px)}to{transform:translate(5px)}}.wordanimation{animation:.5s linear shake}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.letter,.letterwithborder,.green,.gray,.yellow,.jump{color:#fff;justify-content:center;align-items:center;width:clamp(38px,12vw,48.4px);height:clamp(38px,12vw,48.4px);font-family:Roboto;font-size:clamp(20px,6vw,30px);font-weight:700;display:flex}.letter{border:2px solid #3a3a3c}.letterwithborder{border:2px solid #565758;animation:.1s linear pop!important}@keyframes letterrotategreen{0%{background-color:#121213;border:2px solid #565758;transform:rotateX(0)}50%{background-color:#121213;border:2px solid #565758;transform:rotateX(90deg)}51%{background-color:#538d4e;border:2px solid #538d4e}to{background-color:#538d4e;border:2px solid #538d4e;transform:rotateX(0)}}@keyframes jumpupanddown{0%{transform:translateY(0)}40%{transform:translateY(-25px)}70%{transform:translateY(4px)}85%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes letterrotategray{0%{background-color:#121213;border:2px solid #565758;transform:rotateX(0)}50%{background-color:#121213;border:2px solid #565758;transform:rotateX(90deg)}51%{background-color:#3a3a3c;border:2px solid #3a3a3c}to{background-color:#3a3a3c;border:2px solid #3a3a3c;transform:rotateX(0)}}@keyframes letterrotateyellow{0%{background-color:#121213;border:2px solid #565758;transform:rotateX(0)}50%{background-color:#121213;border:2px solid #565758;transform:rotateX(90deg)}51%{background-color:#b59f3b;border:2px solid #b59f3b}to{background-color:#b59f3b;border:2px solid #b59f3b;transform:rotateX(0)}}.green,.jump{animation:.5s linear both letterrotategreen}.jump{background-color:#538d4e;border:2px solid #538d4e;animation:.5s linear jumpupanddown}.gray{animation:.5s linear both letterrotategray}.yellow{animation:.5s linear both letterrotateyellow}.keyboard{box-sizing:border-box;flex-direction:column;gap:8px;width:100%;max-width:500px;padding:0 10px;display:flex}.keyboardrow{justify-content:center;gap:clamp(3px,1.2vw,6px);width:100%;display:flex}.keyboardletter,.keyboardgreen,.keyboardyellow,.keyboardgray{cursor:pointer;color:#fff;background-color:#818384;border:none;border-radius:4px;flex:1 1 0;min-width:20px;max-width:43px;height:clamp(42px,12vw,58px);padding:0;font-size:clamp(11px,3vw,19px);font-weight:700}.keyboardgreen{background-color:#538d4e;border:2px solid #538d4e}.keyboardyellow{background-color:#b59f3b;border:2px solid #b59f3b}.keyboardgray{background-color:#3a3a3c;border:2px solid #3a3a3c}.ENTER,.DELETE{color:#fff;cursor:pointer;background-color:#818384;border:none;border-radius:4px;flex:1.6 1 0;min-width:30px;max-width:67px;height:clamp(42px,12vw,58px);padding:0 2px;font-size:clamp(9px,2.2vw,11.5px);font-weight:700}.hamburgerbutton{all:unset;cursor:pointer;padding-top:3px}.header{box-sizing:border-box;border-bottom:1px solid #424242;justify-content:space-between;align-items:stretch;width:100%;height:55px;display:flex;overflow:hidden}.rightside{height:100%;margin-right:5px;display:flex}.rightside button{cursor:pointer;box-sizing:border-box;background-color:#121213;border:none;width:55px;height:100%}.rightside button:hover{background-color:#2f2f31}.rightside img{width:35px;height:35px}.hamburgerdiv{box-sizing:border-box;flex-shrink:0;justify-content:center;align-items:center;width:55px;height:100%;margin-left:5px;display:flex}.hamburgerdiv:hover{background-color:#2f2f31}.overlay,.overlayHidden{box-sizing:border-box;background-color:#121213;flex-direction:column;width:375px;height:100vh;transition:transform .2s;display:flex;position:fixed;left:0;overflow-y:auto}.overlay{z-index:1;transform:translate(0)}.overlayHidden{transform:translate(-100%)}@media (width<=375px){.overlay,.overlayHidden{width:100vw}}.overlayheader{width:fit-content;height:55px;display:flex;transform:translate(8px)}.closebutton{all:unset;cursor:pointer}.popupmessage{z-index:3;text-align:center;text-wrap:wrap;box-sizing:border-box;background-color:#fff;border-radius:4px;max-width:90vw;padding:13px 12px;font-family:Inter;font-size:13px;font-weight:600;position:absolute;top:-5px}.gameoverbuttons{box-sizing:border-box;flex-direction:column;gap:12px;width:100%;max-width:252px;margin-top:40px;display:flex}.resultbutton,.homebutton{cursor:pointer;color:#fff;background-color:#121213;border:1px solid #fff;border-radius:24px;height:44px;font-family:Inter;font-size:14px;font-weight:500}.privacysection{color:#fff;box-sizing:border-box;flex-direction:column;width:100%;padding-top:25px;font-family:Inter;font-size:13px;font-weight:700;display:flex;position:relative}.privacy button{all:unset;cursor:pointer;box-sizing:border-box;width:100%;padding:13px 0 13px 40px;display:block}.privacy{flex-direction:column;margin-top:10px;font-size:14px;font-weight:300;display:flex}.privacy button:hover{background-color:#2f2f31}.logoutsection{box-sizing:border-box;background-color:#000;border-top:1px solid #fff;flex-wrap:wrap;gap:10px;width:100%;margin-top:10px;padding:20px 10px;display:flex;position:absolute;bottom:0}.bottomloginbutton,.bottomhome{cursor:pointer;background-color:#fff;border:1px solid #fff;border-radius:3px;flex:1;min-width:100px;max-width:162.5px;height:36px;font-family:Inter;font-size:12px;font-weight:700}.bottomloginbutton:hover,.bottomhome:hover{color:#fff;background-color:#000;border:1px solid #000}.settingsbackground{z-index:2;box-sizing:border-box;background-color:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;padding:16px;display:flex;position:fixed}.settingspopup,.howplaypopup{color:#fff;box-sizing:border-box;background-color:#121213;border:1px solid #121213;border-radius:8px;flex-direction:column;width:min(505px,92vw);max-height:85dvh;padding:20px 17px;display:flex;overflow-y:auto}.statisticpopup{color:#fff;box-sizing:border-box;background-color:#121213;border:1px solid #121213;border-radius:8px;flex-direction:column;width:min(505px,92vw);padding:20px 17px;display:flex}.settingstext{text-align:center;color:#fff;justify-content:center;align-items:center;font-family:Inter;font-size:15.5px;font-weight:700;display:flex;position:relative}.settingbody{flex-direction:column;justify-content:space-between;display:flex}.settingbigtext{font-family:Inter;font-size:clamp(15px,4vw,17px)}.settingsmalltext{color:#dfdfdf;overflow-wrap:break-word;font-family:Inter;font-size:11.5px}.individual{border-bottom:1px solid #3a3a3c;justify-content:space-between;align-items:center;gap:12px;padding:15px 0;display:flex}.individual>div:first-child{flex:auto;min-width:0}@media (width<=480px){.settingsmalltext{width:100%!important;max-width:100%!important}}@keyframes togglemove{0%{transform:translate(0)}to{transform:translate(14px)}}.graybutton,.greenbutton{cursor:pointer;background-color:#565758;border:1px solid #565758;border-radius:15px;flex-shrink:0;align-items:center;width:34px;height:20px;display:flex;position:relative}.greenbutton{background-color:#538d4e;border:1px solid #538d4e}.circle{background-color:#fff;border-radius:10px;width:16px;height:16px;transition:transform .2s;position:absolute;left:1px}.greenbutton .circle{transform:translate(14px)}.statisticclosebutton,.Showhowplayclosebutton{justify-content:end;width:100%;display:flex}.statisticpopup{padding-left:clamp(16px,6vw,30px)}.statisticbody{text-align:center;flex-direction:column;align-items:center;display:flex}.statisticbody img{width:auto;max-width:80%;height:clamp(120px,24vh,300px)}.statistictext{font-family:Saira Condensed;font-size:26px;font-weight:700}.statistictrack{width:100%;max-width:260px;margin-bottom:clamp(10px,3vh,20px);font-family:Saira Condensed;font-size:clamp(22px,6vw,30px);font-weight:700}.statisticaccess{width:100%;max-width:360px;font-family:Inter;font-size:clamp(15px,4vw,18px);font-weight:300}.createfreebutton{color:#121213;letter-spacing:.01em;cursor:pointer;background-color:#fff;border:none;border-radius:1.5em;max-width:100%;height:3em;margin-top:clamp(15px,4vh,30px);margin-bottom:clamp(20px,5vh,50px);padding:0 2em;font-family:Inter;font-size:16px;font-weight:500}@media (height<=700px){.statisticbody img{height:clamp(100px,18vh,180px)}.createfreebutton{margin-top:12px;margin-bottom:16px}.statistictrack{margin-bottom:8px}}.footer{color:#fff;box-sizing:border-box;flex-wrap:wrap;justify-content:center;align-items:center;gap:5px;max-width:100vw;padding:0 8px;display:flex;position:fixed;bottom:20px}.footer a{font-size:11px;text-decoration:none}.footer div{font-size:20px}.howplaypopup{gap:20px;padding-bottom:clamp(30px,8vw,60px);padding-left:clamp(16px,6vw,40px)}.howplay{font-family:Saira Condensed;font-size:25px;font-weight:700}.guess6{font-family:Saira Condensed;font-size:20px;font-weight:500}ul{box-sizing:border-box;width:100%;max-width:400px;margin:0;font-family:Saira Condensed;font-size:17px}.rogue,.examples,.light{flex-direction:column;gap:8px;display:flex}.examples span{font-size:16px;font-weight:700}.rogue p,.examples p,.light p{font-family:Inter;font-size:15px}.wordy{gap:5px;display:flex}.wordy div{background-color:#121213;border:2px solid #565758;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-family:Inter;font-size:25px;font-weight:700;display:flex}.wordy .W{background-color:#538d4e;border:2px solid #538d4e}.wordy .L{background-color:#b59f3b;border:2px solid #b59f3b}.wordy .U{background-color:#3a3a3c;border:2px solid #3a3a3c}.howplayfooter{justify-content:space-between;padding-right:8px;font-family:Inter;font-size:13px;text-decoration:underline;display:flex}.howplayfooter button{all:unset;cursor:pointer}.topstats{box-sizing:border-box;border-top:1px solid #fff;border-bottom:1px solid #fff;justify-content:center;align-items:center;gap:30px;width:97.5%;margin-top:15px;margin-right:auto;padding:15px 10px;font-family:Inter;font-size:13px;font-weight:300;display:flex}.statitem{flex-direction:column;align-items:center;padding:0 6px;display:flex}.statlabel{text-align:center;line-height:1.2}.bignumb{font-family:Inter;font-size:26px;font-weight:400}.guesscontainer{text-align:left;box-sizing:border-box;width:97.5%;margin-bottom:50px;margin-right:auto}.individualguess{align-items:center;gap:8px;width:100%;margin-bottom:4px;display:flex}.guessnum{text-align:center;flex-shrink:0;width:12px;font-family:Inter;font-size:12px;font-weight:500}.guessbartrack{flex:1;min-width:0;display:flex}.guessbarfilled{box-sizing:border-box;background-color:#538d4e;justify-content:flex-end;align-items:center;min-width:28px;height:22px;padding-right:6px;transition:width .4s;display:flex}.guessbarempty{box-sizing:border-box;background-color:#3a3a3c;justify-content:flex-end;align-items:center;width:28px;height:22px;padding-right:6px;display:flex}.guesscount{color:#fff;font-family:Inter;font-size:14px;font-weight:700}.guesstitle{letter-spacing:.5px;padding:15px 0;font-family:Inter;font-size:12px;font-style:normal;font-weight:600}@media (width<=380px){.bignumb{font-size:15px}.statlabel{font-size:9px}.guessnum,.guesscount{font-size:12px}.guesstitle{font-size:11px}}@media (height<=650px){.footer{bottom:10px}}.background{box-sizing:border-box;background-color:#e3e3e1;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;min-height:100vh;padding:40px 16px 0;display:flex}img{width:75px;height:75px}.wordleText{font-family:Playfair Display;font-size:clamp(28px,8vw,36px);font-weight:700}.description{text-align:center;font-family:Georgia;font-size:clamp(18px,5.5vw,24.8px)}.date{text-align:center;font-family:Inter;font-size:16px;font-weight:500}.login,.play{cursor:pointer;box-sizing:border-box;background-color:#e3e3e1;border:1px solid #000;border-radius:25px;width:100%;max-width:150px;height:50px;font-family:Inter;font-size:16px;font-weight:600}.buttonarea{flex-wrap:wrap;justify-content:center;gap:10px;width:100%;max-width:340px;margin-top:25px;margin-bottom:40px;display:flex}.play{color:#fff;cursor:pointer;box-sizing:border-box;background-color:#000;border:1px solid #000;border-radius:25px;width:100%;max-width:150px;font-family:Inter;font-size:16px;font-weight:600}.rest{text-align:center;font-family:Inter;font-size:15px}.bottomtext{flex-direction:column;gap:5px;display:flex}p{margin:0;padding:0}.loginbackground{box-sizing:border-box;background-color:#fff;flex-direction:column;align-items:center;width:100%;min-height:100vh;margin-top:clamp(48px,12vh,100px);padding:0 16px;display:flex}.emailtext{font-family:Inter;font-size:14px;font-weight:600}.LoginText{text-align:center;padding-bottom:10px;font-family:Playfair Display;font-size:clamp(20px,6vw,27px);font-weight:400}.email{flex-direction:column;gap:5px;width:100%;margin-top:16px;display:flex}input{box-sizing:border-box;width:100%;height:2.75rem;padding:0 .75rem;font-size:1rem;font-weight:500}.inputInvalid{border:1px solid #bb0404e6;border-radius:3px}.inputNormal{border:1px solid #000;border-radius:3px}.error{color:#bb0404e6;align-items:center;gap:8px;font-family:Inter;font-size:14px;font-weight:500;display:flex}.error img{margin-left:3px}.forms{flex-direction:column;gap:20px;width:100%;max-width:450px;display:flex}a{cursor:pointer;text-decoration:underline}.alternateOptions{flex-direction:column;gap:10px;display:flex}.termstext{text-align:center;font-family:Inter;font-size:13px}hr{border:none;border-top:1px solid #ccc;width:50%}.horizontalline{align-items:center;gap:7px;font-family:Inter;font-size:14px;font-weight:500;display:flex}.continuebutton{cursor:pointer;color:#fff;background-color:#121212;border:.0625em solid #121212;border-radius:3px;width:100%;height:44px;font-family:Inter;font-size:1em;font-weight:700}.google,.apple{cursor:pointer;box-sizing:border-box;background-color:#fff;border:1px solid #000;border-radius:3px;justify-content:center;align-items:center;width:100%;height:44px;padding:1px;font-family:Inter;font-size:1em;display:flex}.google{gap:10px}.apple{gap:15px}p{line-height:1}.welcome{font-family:Playfair Display;font-size:clamp(24px,7vw,30px);font-weight:400}.headertext{text-align:center;flex-direction:column;gap:25px;display:flex}.passwordbackground{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:0 16px;display:flex}.enterpass{font-family:Inter;font-size:clamp(13px,3.5vw,15px);font-weight:100}.loginPass{cursor:pointer;color:#fff;background-color:#121212;border:.0625em solid #121212;border-radius:3px;height:44px;font-family:Inter;font-size:1em;font-weight:700}.pEmailEdit,.pPasswordEdit{cursor:pointer;border:unset;background:unset;border-radius:2px;justify-content:center;align-items:center;height:42px;font-size:15px;font-weight:600;display:flex;position:absolute;bottom:1px;right:1px}.pEmailEdit:hover,.pPasswordEdit:hover{background-color:#f5f5f5}.pEmailEdit{color:#a9a9a9;width:56px}.pPasswordEdit{width:56px}.email,.password{box-sizing:border-box;flex-direction:column;gap:5px;width:100%;max-width:450px;font-family:Inter;font-size:14px;font-weight:600;display:flex;position:relative}.inputs,.buttons{box-sizing:border-box;flex-direction:column;gap:15px;width:100%;max-width:450px;font-size:14px;display:flex}.forgot{font-size:clamp(13px,3.5vw,15px);font-weight:500}input[type=email]:disabled{color:#bebebe;background-color:#fff;border:1px solid #bebebe;border-radius:3px}.errormessage{color:#bb0404e6;font-family:Inter;font-size:12.5px;font-weight:500}.inner{box-sizing:border-box;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:450px;margin-top:clamp(40px,10vh,80px);padding:0 16px;display:flex}.forgotpasswordbackground{box-sizing:border-box;flex-direction:column;align-items:center;gap:16px;width:100%;min-height:100vh;margin-top:clamp(48px,12vh,110px);padding:0 16px;display:flex}.headingtext{text-align:center;flex-direction:column;gap:24px;width:100%;max-width:450px;display:flex}.checkemail{font-family:Inter;font-size:clamp(18px,5vw,22px);font-weight:300}.submit,.verificationcode{box-sizing:border-box;flex-direction:column;width:100%;max-width:450px;font-size:14px;display:flex}.verificationcode{gap:10px;font-family:Inter;font-size:13px;font-weight:700}.submitbutton{cursor:pointer;color:#fff;box-sizing:border-box;background-color:#121212;border:.0625em solid #121212;border-radius:3px;width:100%;height:44px;margin:0;font-family:Inter;font-size:1em;font-weight:700;display:block}.bottomtext{text-align:center;max-width:450px;font-family:Inter;font-size:clamp(13px,3.5vw,15px);font-weight:100}.codetext{padding-bottom:16px;font-size:clamp(14px,3.8vw,16px)}.verificationinput{text-align:center;box-sizing:border-box;width:100%;margin:0}.verificationinputinvalid{text-align:center;box-sizing:border-box;border:1px solid #bb0404e6;border-radius:3px;width:100%;margin:0}.popup{box-sizing:border-box;background-color:#fff;border:1px solid #e2e2e2;align-items:center;gap:10px;width:calc(100% - 32px);max-width:420px;min-height:44px;padding:10px 14px;font-family:Inter;font-size:14px;font-weight:300;display:flex;position:fixed;bottom:85px;left:50%;transform:translate(-50%);box-shadow:0 9px 12px #00000024,0 3px 16px #0000001f,0 5px 6px #0003}.popup img{flex-shrink:0}.popup span{text-align:left;word-break:break-word;flex:auto;min-width:0;line-height:1.3;margin:0!important}.popup button{flex-shrink:0}@media (width<=400px){.popup{gap:8px;padding:8px 10px;font-size:13px}.popup img{width:18px!important;height:18px!important}}.codeerror img{padding-top:2px}.codeerror{color:#bb0404e6;gap:12px;max-width:450px;height:auto;font-family:Inter;font-size:13px;font-weight:500;display:flex}.CreateFree{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;min-height:100vh;margin-top:clamp(48px,12vh,100px);padding:0 16px;display:flex}.createtext{text-align:center;font-family:Playfair Display;font-size:clamp(24px,7vw,30px);font-weight:400}.SetNewPasswordBackground{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;min-height:100vh;margin-top:clamp(48px,12vh,110px);padding:0 16px;display:flex}.headingtext{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:440px;display:flex}.setnewpassword{font-family:Inter;font-size:clamp(18px,5vw,22px);font-weight:300}.newpasswordtext{box-sizing:border-box;width:100%;max-width:440px;margin-bottom:12px;font-size:clamp(14px,3.8vw,16px)}.setnewpassworderror{color:#bb0404e6;box-sizing:border-box;gap:8px;width:100%;max-width:440px;margin-top:5px;font-family:Inter;font-size:13px;font-weight:500;display:flex}.UpdatedPassText{box-sizing:border-box;flex-direction:column;align-items:center;gap:clamp(24px,6vw,48px);width:100%;min-height:100vh;margin-top:clamp(48px,12vh,110px);padding:0 16px;display:flex}.headingtext{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.loginupdated{font-family:Inter;font-size:clamp(18px,5vw,22px);font-weight:300}.passwordsavedtext{box-sizing:border-box;width:100%;max-width:440px;margin-bottom:12px;font-size:clamp(14px,3.8vw,16px)}.submit{align-items:center;width:100%;display:flex}.submitbutton{width:100%;max-width:450px}.delete{color:#121212;font-family:Inter;font-size:clamp(22px,6.5vw,28px);font-weight:600}.fullcontainer{box-sizing:border-box;justify-content:center;width:100%;margin-top:clamp(40px,10vh,70px);padding:0 16px;display:flex}.innercontainer{box-sizing:border-box;flex-direction:column;gap:20px;width:100%;max-width:620px;display:flex}.permanent{color:#121212;font-family:Inter;font-size:14px;font-weight:400}.checkboxSection{align-items:flex-start;gap:8px;margin-bottom:20px;display:flex}.checkboxSection input{cursor:pointer;flex-shrink:0;width:16px;height:16px;margin:2px 0 0;padding:0}.deleteSection{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.normalButton{color:#fff;cursor:pointer;background-color:#121212;border:none;border-radius:3px;padding:13px 17px;font-size:15px;font-weight:700}.disableButton{color:#fff;cursor:not-allowed;background-color:#7d7d7d;border:none;border-radius:3px;padding:13px 17px;font-size:15px;font-weight:700}.deleteSection a:hover{text-decoration:none}.textareaSection{flex-direction:column;width:100%;display:flex}.textareaSection textarea{resize:vertical;box-sizing:border-box;width:100%;padding:10px;font-family:Inter;font-size:14px}.characters{text-align:right;color:#666;font-family:Inter;font-size:12px;font-weight:500}.deleteContainer{box-sizing:border-box;flex-direction:column;gap:25px;width:100%;max-width:500px;padding-top:40px;display:flex}
