/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Cabinet Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/vendor/fonts/cabinet-grotesk/CabinetGrotesk-Regular.woff2) format("woff2"),url(/vendor/fonts/cabinet-grotesk/CabinetGrotesk-Regular.woff) format("woff"),url(/vendor/fonts/cabinet-grotesk/CabinetGrotesk-Regular.otf) format("opentype")}@font-face{font-family:Cabinet Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/vendor/fonts/cabinet-grotesk/CabinetGrotesk-Bold.otf) format("opentype")}.app{display:flex;flex-direction:column;position:relative;width:100%;min-height:100vh;margin:0;padding:0;font-family:Cabinet Grotesk,sans-serif}.app__body{display:flex;position:relative;justify-content:center;flex:1;width:100%}.header-profile{position:absolute;right:200px;top:50px;display:flex;gap:20px;height:100px}.header-profile__button{color:#2f71e5;background-color:#fff;border:solid 2px;border-radius:100px;padding:0 20px;height:50%;cursor:pointer;white-space:nowrap}.header-profile__button_username{color:#fff;background-color:#2f71e5;border:transparent;padding:0 15px;cursor:default}.header-profile__button:hover{color:#af76b1;border:rgb(175,118,177) solid 2px}.header-profile__button_username:hover{color:#fff;border:transparent}@media screen and (max-width: 1500px){.header-profile{right:70px}}@media screen and (max-width: 1200px){.header-profile{right:60px;flex-direction:column;gap:10px;top:20px}.header-profile__button{font-size:13px}}@media screen and (max-width: 950px){.header-profile{flex-direction:row;gap:5px;top:95px;left:50%;transform:translate(-50%);right:unset}.header-profile__button{height:30%}}@media screen and (max-width: 400px){.header-profile{top:64px}}.navbar{display:flex;gap:5px;border-bottom:2px solid #e0e0e0}.navbar__button{padding:10px 20px;border:none;background:#f5f5f5;border-radius:8px 8px 0 0;cursor:pointer;position:relative;transition:all .2s ease}.navbar__button:hover{background:#e8e8e8;outline:none}.navbar__button_active{background:#fff;border:2px solid #e0e0e0;border-bottom:2px solid white;margin-bottom:-2px}.navbar__button_active:hover{outline:none}.navbar__button:focus{outline:none}@media screen and (max-width: 985px){.navbar__button_active-wordle{background-color:#4267b2;border-bottom:2px solid #4267b2;color:#fff}.navbar__button{font-size:12px;padding:8px}}@media screen and (max-width: 450px){.navbar__button{font-size:9px;padding:8px 5px}}.header{width:100%;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;font-family:Cabinet Grotesk,sans-serif;color:#000;position:relative;background-color:#e1e1f5;box-sizing:border-box}.header__title{margin:15px auto 0}.header__sub-title{margin:0 auto 10px;font-size:20px}@media screen and (max-width: 950px){.header__title{font-size:40px}.header__sub-title{margin:0 auto 50px;font-size:25px}}@media screen and (max-width: 400px){.header__title{font-size:25px}.header__sub-title{font-size:15px}}.homebody{margin:auto;padding:0;max-width:800px}.homebody__action{font-size:18px;color:#2c3e50;margin:15px 0;line-height:1.6}.homebody__action_button{border:none;background-color:transparent;cursor:pointer;color:#3498db;font-weight:600;font-size:18px;padding:0 5px;transition:all .3s ease}.homebody__action_button:hover{color:#2980b9;text-decoration:underline}.homebody__username{font-size:24px;color:#2c3e50;font-weight:700;margin:10px 0}.homebody__welcome{font-size:28px;color:#2c3e50;margin-bottom:20px;font-weight:600}.homebody__container{display:flex;flex-direction:column;gap:15px;align-items:center}.homebody__button{padding:12px 25px;font-size:18px;cursor:pointer;background-color:#3498db;color:#fff;border:none;border-radius:6px;transition:all .3s ease;box-shadow:0 2px 4px #0000001a;font-weight:500;min-width:150px}.homebody__button:hover{background-color:#2980b9;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.homebody__button:active{transform:translateY(1px);box-shadow:0 1px 2px #0000001a}@media screen and (max-width: 768px){.homebody{margin:15px;padding:15px}.homebody__welcome{font-size:24px}.homebody__username{font-size:20px}.homebody__action,.homebody__action_button{font-size:16px}.homebody__button{width:100%;max-width:280px}}@media screen and (max-width: 450px){.homebody{margin:10px;padding:10px}.homebody__welcome{font-size:22px}.homebody__username{font-size:18px}.homebody__button{font-size:16px;padding:10px 20px}}.home{display:flex;flex-direction:column;text-align:center;min-height:100vh;padding:20px}.home__title{margin:40px 0 0;padding:0;font-size:48px;color:#2c3e50;text-shadow:2px 2px 4px rgba(0,0,0,.1);font-weight:700}.home__sub-title{margin:20px 0;padding:0;font-size:20px;color:#34495e;font-weight:500}.home__body{background-color:#f4fafde6;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:30px}.home__play-selector{margin:30px 0;display:flex;gap:30px;justify-content:center}.home__play-button{padding:15px 20px;font-size:24px;cursor:pointer;background-color:#3498db;color:#fff;border:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;font-weight:600;min-width:170px}.home__play-button:hover{background-color:#2980b9;transform:translateY(-3px);box-shadow:0 6px 12px #00000026}.home__play-button:active{transform:translateY(1px);box-shadow:0 2px 4px #0000001a}@media screen and (max-width: 985px){.home__play-selector{flex-direction:column;align-items:center;gap:20px}.home__play-button{width:80%;max-width:300px}}@media screen and (max-width: 450px){.home__title{font-size:36px}.home__sub-title{font-size:18px}.home__play-button{font-size:20px;width:90%;padding:12px 20px}}.about{left:200px;margin:0 20px}.about__link{color:#2980b9;text-decoration:none}.about__paragraph{width:40vw;text-indent:40px;margin-left:20px}.about__link:hover{text-decoration:underline;color:#3498db}.about__list{margin-left:80px}.about__subtitle{margin-left:20px;font-size:15px}@media screen and (max-width: 800px){.about{left:50px}.about__paragraph{width:70vw;text-indent:40px;margin-left:20px}}@media screen and (max-width: 450px){.about{left:25px}.about__list{margin-left:20px}}.leaderboard{width:100%;margin:20px auto;border-collapse:collapse;background-color:#fff;box-shadow:0 4px 6px #0000001a;border-radius:8px;overflow:hidden}.leaderboard__caption{padding:20px;font-size:24px;font-weight:700;background-color:#2c3e50;color:#fff;text-align:left}.leaderboard__head{background-color:#34495e}.leaderboard__head-data{padding:15px;text-align:left;color:#fff;font-weight:500}.leaderboard__head-data_score{text-align:right;padding-right:30px}.leaderboard__body{background-color:#fff}.leaderboard__row{transition:background-color .2s ease;border-bottom:1px solid #ecf0f1}.leaderboard__row:hover{background-color:#f7f9fc}.leaderboard__rank,.leaderboard__username,.leaderboard__score{padding:15px}.leaderboard__rank{font-weight:700;color:#7f8c8d;width:80px}.leaderboard__username{color:#2c3e50}.leaderboard__score{font-weight:700;color:#27ae60;text-align:right;padding-right:30px}@media (max-width: 600px){.leaderboard{margin:10px;font-size:14px}.leaderboard__caption{font-size:20px;padding:15px}.leaderboard__head-data,.leaderboard__rank,.leaderboard__username,.leaderboard__score{padding:10px}}.leaderboards{display:flex;flex-direction:column;width:100%;max-width:800px;margin:0 auto;padding:20px;gap:20px;align-items:center}.leaderboards__title{margin:10px 0 0;font-size:40px}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;display:flex;justify-content:center;align-items:center;font-family:Cabinet Grotesk,sans-serif;font-size:16px;line-height:20px;font-weight:700}.modal__content{background-color:#fff;position:relative;padding:28px 28px 36px;max-width:496px;width:100%;box-sizing:border-box;border-radius:20px}.modal__close{position:absolute;width:20px;height:20px;top:20px;right:28px;background-color:transparent;border:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACySURBVHgBzdSxDgQREAbgGbmGN6L13FreiPLuRkI2WP5ii/0bsjFfWBP8/YcejKKH82mTEEIdnXOktYaKSykUY6xz7z1NO2wLZESxcW0HrbV1Zwh6XSM1UjuBxhgIXWFSO4EIesIkvGqbnDOllHqhXJTkhN2CK7TtcIdtwRGVnDDJtrGZGfoGgeMFoC2lEEyOifapQjD5Z2ifKgRrQVCFYijaQQTbocsjI9gKvYZf/2L/AKxH7UTT64agAAAAAElFTkSuQmCC);background-size:contain;background-repeat:no-repeat;background-position:center}.modal__close:hover{cursor:pointer}.modal__title{margin:0 0 24px;font-family:Cabinet Grotesk,sans-serif}.modal__form{display:flex;flex-direction:column;width:100%}.modal__input{display:block;margin-bottom:24px;width:100%;border:none;border-bottom:1px solid rgb(84 84 84 / .7)}.modal__error{color:red;font-size:12px}.modal__buttons-container{display:flex;gap:20px}.modal__submit{background-color:#2f71e5;color:#fff;width:120px;height:36px;border:none;border-radius:4px}.modal__submit:hover{background-color:#af76b1;cursor:pointer}.modal__switch{background:transparent;color:#2f71e5;border:none;width:auto;padding:0 20px;height:36px;border:solid 2px rgba(47,113,229,1);border-radius:100px}.modal__switch:hover{cursor:pointer;color:#af76b1;border:solid 2px rgb(175,118,177)}@media screen and (max-width: 520px){.modal{padding:0 8px}.modal__switch{padding:0 12px}}.input-row{display:flex;gap:10px}@media screen and (max-width: 450px){.input-row{gap:5px}}.box{height:50px;width:50px;background-color:#00000026;border:2px solid #000;margin:0;padding:0}.box__input{color:#000;font-size:40px;text-align:center;margin:2px 0 0;padding:0}.box_green{background-color:green}.box_yellow{background-color:#ff0}.box_wrong{background-color:#00000059}@media screen and (max-width: 1300px){.box{height:30px;width:30px}.box__input{font-size:27px;margin:-1px 0 0}}@media screen and (max-width: 450px){.box{height:15px;width:15px}.box__input{font-size:14px;margin:-2px 0 0}}.grid{margin-top:50px;padding:0 10px;display:flex;flex-direction:column;align-items:center;gap:20px}.grid__notice{width:400px;text-align:center;margin:0;padding:0;font-size:24px}.grid__rules{margin:-25px 0 0;padding:0;text-align:center;font-size:20px}@media screen and (max-width: 800px){.grid{margin:0}.grid__notice{width:300px}}.wordle-tools{margin:0;padding:20px;color:#fff;text-align:center;background-color:#4267b2}.wordle-tools__text{font-size:22px;margin:10px 0 0;padding:0;font-weight:600}.wordle-tools__text-button{background-color:transparent;border:none;margin:0;padding:0;font-size:22px;font-weight:600;color:#f7f7f7;cursor:pointer}.wordle-tools__text-button:hover{color:#12a0ff;text-decoration:underline}.wordle-tools__score{color:red}.wordle-tools__letters-container{border:solid #fff 2px;width:175px;margin:10px auto 0;padding:0;border-radius:10px}.wordle-tools__letters-title{font-size:15px;margin:0 0 5px;font-weight:600;padding:7px 0 0 7px}.wordle-tools__letters{width:160px;margin:0;padding:0 7px 7px}.wordle-tools__reset-button{margin-top:20px;color:#2f71e5;background-color:#fff;border:solid 2px;border-radius:100px;padding:.6em 1.2em;cursor:pointer}.wordle-tools__reset-button:hover{color:#af76b1;border:rgb(175,118,177) solid 2px}.wordle-tools__reset-button:focus{outline:none}@media screen and (max-width: 1100px){.wordle-tools__text{font-size:18px;margin:10px 0 0;padding:0;font-weight:600}.wordle-tools__letters-container{width:140px;margin-left:35px}.wordle-tools__letters{width:125px}.wordle-tools__reset-button{margin:20px 0 0 35px}}@media screen and (max-width: 985px){.wordle-tools{padding:0;background-color:#fff;width:100%;display:flex;flex-direction:column;align-items:center;color:#000}.wordle-tools__letters-container{margin:10px auto;border-color:#000}.wordle-tools__reset-button{margin:20px auto}.wordle-tools__text-button{color:#000;font-size:18px}}@media screen and (max-width: 400px){.wordle-tools__letters-container{margin:10px auto}.wordle-tools__reset-button{margin:20px auto}}.popup{background:#fff;width:300px;height:200px;border:2px solid #4267b2;position:absolute;z-index:99;top:620px;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;border-radius:25px;padding:20px}.popup__body{text-align:center}.popup__button{margin-top:20px;font-weight:700;color:#4267b2;background-color:#fcfcfc;border:rgb(175,118,177) solid 2px;border-radius:100px;padding:.6em 1.2em;cursor:pointer}.popup__button:hover{color:#af76b1}.popup__close{position:absolute;width:20px;height:20px;top:20px;right:28px;background-color:transparent;border:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACySURBVHgBzdSxDgQREAbgGbmGN6L13FreiPLuRkI2WP5ii/0bsjFfWBP8/YcejKKH82mTEEIdnXOktYaKSykUY6xz7z1NO2wLZESxcW0HrbV1Zwh6XSM1UjuBxhgIXWFSO4EIesIkvGqbnDOllHqhXJTkhN2CK7TtcIdtwRGVnDDJtrGZGfoGgeMFoC2lEEyOifapQjD5Z2ifKgRrQVCFYijaQQTbocsjI9gKvYZf/2L/AKxH7UTT64agAAAAAElFTkSuQmCC);background-size:contain;background-repeat:no-repeat;background-position:center}.popup__close:hover{cursor:pointer}.toggle-switch{margin:0;padding:0;height:85px;flex-basis:20%}.toggle-switch__title{margin:0 0 5px;color:#000;font-size:18px;font-weight:600;color:#fff}.toggle-switch__switch{display:inline-block;width:56px;height:28px;border:2px solid #8fbc8f;border-radius:20px;cursor:pointer;overflow:visible;position:relative;transition:all .3s;margin-bottom:5px}.toggle-switch__checkbox{opacity:0}.toggle-switch__circle{background-color:#8fbc8f;width:28px;height:28px;border-radius:50%;position:absolute;left:0;transition:all .5s}.toggle-switch__text{font-size:14px;line-height:17px;position:absolute;top:6px}.toggle-switch__text_N{left:9px;color:#fff;transition:all 1s}.toggle-switch__text_Y{right:9px;transition:all 1s;color:#fff}.toggle-switch__progress{margin:0 0 25px}.toggle-switch__progress-hidden{visibility:hidden}.toggle-switch__checkbox:checked~.toggle-switch__circle{left:28px}.toggle-switch__switch:hover{border:2px solid #485f48}@media screen and (max-width: 985px){.toggle-switch__title{margin:3px 0 0;max-width:100px;padding-bottom:8px}.toggle-switch{width:100px;height:90px;flex-basis:20%;display:flex;flex-direction:column}.toggle-switch__switch{margin-bottom:10px;padding-bottom:9px}}@media screen and (max-width: 550px){.toggle-switch__title{margin-top:10px;max-width:118px;font-size:14px;height:36px}.toggle-switch__switch{width:40px;height:18px;padding-bottom:0;margin-top:auto}.toggle-switch__circle{height:18px;width:18px}.toggle-switch__text{font-size:10px;line-height:9px;position:absolute;top:5px}.toggle-switch__text_N{left:5px}.toggle-switch__text_Y{right:6px}.toggle-switch__checkbox:checked~.toggle-switch__circle{left:22px}.toggle-switch__progress{font-size:12px}}@media screen and (max-width: 400px){.toggle-switch{height:90px;max-width:50px}.toggle-switch__title{margin-top:10px;max-width:118px;font-size:12px}.toggle-switch__switch{width:40px;height:18px}.toggle-switch__circle{height:18px;width:18px}.toggle-switch__text{font-size:10px;line-height:9px;position:absolute;top:5px}.toggle-switch__text_N{left:5px}.toggle-switch__text_Y{right:6px}.toggle-switch__checkbox:checked~.toggle-switch__circle{left:22px}}.sidebar{width:200px;background-color:#4267b2;flex-shrink:0;color:#fff;font-family:Cabinet Grotesk,sans-serif;padding:0 0 0 50px;margin:0}.sidebar__title{font-size:27px;margin:20px 0;padding:4px;color:#fff}.sidebar__progress{margin:0}@media screen and (max-width: 1100px){.sidebar{width:150px}.sidebar__title{font-size:23px}}@media screen and (max-width: 985px){.sidebar{width:100%;box-sizing:border-box;padding:0}.sidebar__container{margin:0 20px -10px;max-width:100%;width:90%;display:flex;justify-content:flex-start;box-sizing:border-box;padding-bottom:10px;flex-wrap:wrap}.sidebar__title{margin:15px 20px 0}}@media screen and (max-width: 450px){.sidebar{width:100%;box-sizing:border-box}.sidebar__title{font-size:20px;margin:20px 10px 0 20px}}@media screen and (max-width: 400px){.sidebar__title{font-size:18px}}.wordle{display:flex;justify-content:space-between;gap:20px;width:100%;box-sizing:border-box}.wordle__grid-button{background-color:transparent;border:none}@media screen and (max-width: 985px){.wordle{width:100%;height:700px;flex-direction:column;gap:40px;align-items:center}}@media screen and (max-width: 450px){.wordle{height:600px}}.error-popup{background:#fff;width:300px;height:200px;border:2px solid #4267b2;position:absolute;z-index:99;top:620px;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;border-radius:25px;padding:20px}.error-popup__body{text-align:center}.error-popup__button{margin-top:20px;font-weight:700;color:#4267b2;background-color:#fcfcfc;border:rgb(175,118,177) solid 2px;border-radius:100px;padding:.6em 1.2em;cursor:pointer}.error-popup__button:hover{color:#af76b1}.error-popup__close{position:absolute;width:20px;height:20px;top:20px;right:28px;background-color:transparent;border:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACySURBVHgBzdSxDgQREAbgGbmGN6L13FreiPLuRkI2WP5ii/0bsjFfWBP8/YcejKKH82mTEEIdnXOktYaKSykUY6xz7z1NO2wLZESxcW0HrbV1Zwh6XSM1UjuBxhgIXWFSO4EIesIkvGqbnDOllHqhXJTkhN2CK7TtcIdtwRGVnDDJtrGZGfoGgeMFoC2lEEyOifapQjD5Z2ifKgRrQVCFYijaQQTbocsjI9gKvYZf/2L/AKxH7UTT64agAAAAAElFTkSuQmCC);background-size:contain;background-repeat:no-repeat;background-position:center}.error-popup__close:hover{cursor:pointer}.popup-route-change{background:#fff;width:300px;height:200px;border:2px solid #4267b2;position:absolute;z-index:99;top:620px;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;border-radius:25px;padding:20px}.popup-route-change__body{text-align:center}.popup-route-change__button{margin:20px 10px 0;font-weight:700;color:#4267b2;background-color:#fcfcfc;border:rgb(175,118,177) solid 2px;border-radius:100px;padding:.6em 1.2em;cursor:pointer}.popup-route-change__button:hover{color:#af76b1}.popup-route-change__close{position:absolute;width:20px;height:20px;top:20px;right:28px;background-color:transparent;border:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACySURBVHgBzdSxDgQREAbgGbmGN6L13FreiPLuRkI2WP5ii/0bsjFfWBP8/YcejKKH82mTEEIdnXOktYaKSykUY6xz7z1NO2wLZESxcW0HrbV1Zwh6XSM1UjuBxhgIXWFSO4EIesIkvGqbnDOllHqhXJTkhN2CK7TtcIdtwRGVnDDJtrGZGfoGgeMFoC2lEEyOifapQjD5Z2ifKgRrQVCFYijaQQTbocsjI9gKvYZf/2L/AKxH7UTT64agAAAAAElFTkSuQmCC);background-size:contain;background-repeat:no-repeat;background-position:center}.popup-route-change__close:hover{cursor:pointer}.spelling-bee{margin:0 auto;gap:20px;width:100%;box-sizing:border-box;color:#000;justify-content:center;text-align:center}.spelling-bee__buttons{margin:250px auto}.spelling-bee__buttons{padding:10px}.spelling-bee__input{font-size:larger;color:red;height:30px}
