:root{--dark-navy: #261676;--blue: #2463ff;--white: #ffffff}@layer Reset{*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-weight:400}img,picture,video,canvas,svg{display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;font-weight:400}#root{isolation:isolate}button{border:none;background-color:transparent;color:inherit}input{border:none}ul{list-style:none}a{text-decoration:none}}@font-face{font-family:Mouse Memoirs;src:url(/fonts/MouseMemoirs-Regular.ttf) format("truetype")}html,body{height:100%;scroll-behavior:smooth}body{padding-bottom:10px;font-family:Mouse Memoirs,sans-serif;display:flex;justify-content:center;align-items:center;background-image:url(/images/background-mobile.svg);background-size:cover;background-position:center;overflow-x:hidden}#app{height:100%;width:100%;overflow-x:hidden}.heading-xl{font-size:136px;line-height:163.2px;letter-spacing:-.68px}.heading-lg{font-size:88px;line-height:105.6px}.heading-md{font-size:48px;line-height:calc(48px * 1.2);letter-spacing:calc(48px * .05)}.heading-sm{font-size:32px;line-height:38.4px;letter-spacing:1.6px}.text-body{font-size:26px;line-height:31.2px;letter-spacing:1.3px}.page-wrapper{padding-inline:25px;padding-bottom:40px}.select-language-wrapper{text-align:center;padding-top:2rem;color:var(--white);display:flex;flex-direction:column;align-items:center;gap:1rem}.how-to-button{background-color:var(--blue);box-shadow:inset 0 -2px 0 3px #140e66,inset 0 1px 0 9px #3c74ff;width:260px;height:62px;border-radius:40px;margin-bottom:12px;font-size:32px;line-height:120%;letter-spacing:.25px;color:var(--white);text-transform:uppercase;display:flex;align-items:center;justify-content:center;position:relative}.how-to-button:hover:before{content:"";position:absolute;top:0;left:0;width:260px;height:62px;border-radius:40px;background:#ffffff40;z-index:1;pointer-events:none}.game-header-icons{display:flex;align-items:center;gap:.5rem}.game-header-icons img{width:26px;height:26px;cursor:pointer}.game-header-icons img:hover{filter:brightness(1.2)}.game-header-icons img:nth-child(2){width:30px;height:30px}.game-header-button{background:linear-gradient(180deg,#fe71fe,#7199ff);box-shadow:inset 0 -5px 0 -1px #9d2df540;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.game-header{max-width:1216px;margin-inline:auto;padding:46px 26px 79px;display:flex;align-items:center;justify-content:space-between;gap:6px}.game-header h1{--size: 32px;font-size:var(--size);line-height:calc(var(--size) * 1.2);letter-spacing:calc(var(--size) * .05);color:var(--white)}.game-header-left,.game-header-right{display:flex;align-items:center;justify-content:center;gap:1rem}.health-bar{width:77px;height:16px;border-radius:96px;background-color:var(--white);padding:4px;display:flex;align-items:center;gap:4px}.health-bar span{display:inline-block;background-color:var(--dark-navy);border-radius:96px;min-height:8px}.hangman-wrapper{margin-bottom:117px}.hangman-wrapper.one-word{margin-bottom:177px}.hangman-word-wrapper{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:22px;gap:6px;max-width:1195px;margin-inline:auto}@media (width <= 360px){.hangman-word-wrapper{gap:2px}}.hangman-letter{--size: 38px;width:36px;height:60px;border-radius:12px;box-shadow:inset 0 -2px 0 3px #140e66,inset 0 1px 0 6px #3c74ff;background-color:var(--blue);opacity:.25;font-size:calc(var(--size) + 2vw);line-height:calc(var(--size) * 1.2);letter-spacing:calc(var(--size) * .05);color:#fff;text-transform:uppercase;display:flex;align-items:center;justify-content:center}.correct{opacity:1}.keyboard-wrapper{display:flex;flex-direction:column;align-items:center;max-width:1173px;margin-inline:auto;gap:16px;padding-inline:26px}.keyboard-wrapper.tr div{gap:5px}@media (width <= 360px){.keyboard-wrapper.tr div{gap:4px}}.keyboard-wrapper.tr .keyboard-key{width:29px;height:56px}@media (width <= 360px){.keyboard-wrapper.tr .keyboard-key{width:28px}}.keyboard-wrapper div{display:flex;gap:6px}.keyboard-key{--size: 26px;background-color:var(--white);color:var(--dark-navy);border-radius:8px;width:30px;height:56px;font-size:var(--size);line-height:calc(var(--size) * 1.5);letter-spacing:calc(var(--size) * -.02);text-transform:uppercase;display:flex;align-items:center;justify-content:center;transition:all 125ms ease-in-out}.keyboard-key:not(.correct,.incorrect):hover{background-color:var(--blue);color:#fff}.keyboard-key.correct{animation:correct .5s ease-in-out forwards}.keyboard-key.incorrect{animation:incorrect .5s ease-in-out forwards}@keyframes correct{0%{transform:scale(1)}50%{transform:scale(1.2);background-color:#59f759;color:var(--white)}to{transform:scale(1);background-color:#59f759;color:var(--white)}}@keyframes incorrect{0%{transform:scale(1)}50%{transform:scale(1.2);background-color:#f75959;color:var(--white)}to{transform:scale(1);background-color:#f75959;color:var(--white)}}.language-title{font-size:1.8rem;letter-spacing:calc(1.8rem * .05);line-height:2.16rem;margin-bottom:40px;color:var(--white);text-align:center}.language-options{display:flex;align-items:center;gap:15px}.language-option-button{background-color:transparent;border:1px solid var(--white);color:var(--white);padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;transition:background-color 125ms ease-in-out}.language-option-button:hover{background-color:#0056b3}.flag-icon{width:40px;height:40px}.language-switcher{margin-inline:auto;border:1px solid var(--white);color:var(--white);padding:.5rem 1rem;font-size:1rem;line-height:1.2rem;letter-spacing:.05rem;border-radius:.5rem;display:flex;align-items:center;gap:.5rem;margin-bottom:64px;cursor:pointer}.language-switcher:hover{background-color:#0056b3}.back-header{display:flex;justify-content:space-between;align-items:center;padding:32px 26px 80px}.header-button{background:linear-gradient(180deg,#fe71fe,#7199ff);box-shadow:inset 0 -5px 0 -1px #9d2df5;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:9px 11px 14px}.back-header.category{padding:32px 26px 100px}.how-to-play-card{padding:32px;background-color:var(--white);border-radius:20px;margin-bottom:24px;display:flex;align-items:center}.lose .modal-menu-list{gap:34px!important;margin-top:0!important}.how-to-play-card h2 span{color:var(--blue);margin-right:16px}.card-code{color:var(--blue);display:none}.how-to-play-card h2{--size: 24px;margin-bottom:16px;font-size:var(--size);line-height:calc(var(--size) * 1.2);letter-spacing:calc(var(--size) * .05);color:var(--dark-navy);text-transform:uppercase}.how-to-play-card p{--size: 16px;font-size:var(--size);line-height:calc(var(--size) * 1.2);letter-spacing:calc(var(--size) * .05);color:#887dc0}.game-card{margin:156px auto 0;width:324px;background:linear-gradient(180deg,#344aba,#001479d4);border-radius:48px;box-shadow:inset 0 -8px 0 4px #140e66,inset 0 6px 0 8px var(--blue);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,transform .3s ease-in-out;transform:translate(-300px)}.pause .game-card,.win .game-card,.lose .game-card{margin:206px auto 0;height:445px!important}.lottie-animation{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10;width:650px!important;height:650px!important;animation:notShow 2s ease-in-out forwards}.lottie-animation.lose{animation:notLoseShow 2s ease-in-out forwards;width:400px!important;height:400px!important}@keyframes notLoseShow{0%{z-index:1;left:50%}to{left:38%;visibility:hidden}}@keyframes notShow{0%{z-index:1}to{visibility:hidden}}#error-page{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#333;text-align:center}#error-page>div{background-color:#f4f4f4;padding:20px;border-radius:10px}#error-page h1{font-size:3rem;margin-bottom:1rem;color:#ff6f61}#error-page p{font-size:1.2rem;margin:.5rem 0}#error-page button{padding:8px 20px;font-size:1.4rem;border:none;border-radius:5px;background-color:#ff6f61;color:#fff;cursor:pointer;margin:10px;transition:background-color .3s ease}#error-page button:hover{background-color:#e55b50}#error-page a{font-size:1.4rem;color:#ff6f61;text-decoration:none;border:2px solid #ff6f61;padding:10px 20px;border-radius:5px;transition:background-color .3s ease,color .3s ease;margin:10px}#error-page a:hover{background-color:#ff6f61;color:#fff}.game-card.show{opacity:1;visibility:visible;transform:translate(0)}.game-card .logo{position:absolute;top:-50px;left:0;right:0;margin-inline:auto;width:223px;height:110px}.game-card .play-button{background:linear-gradient(180deg,#fe71fe,#7199ff);box-shadow:inset 0 -4px 0 5px #243041,inset 0 -12px 0 11px #9d2df5;height:160px;width:160px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-block:144px 24px;position:relative}.game-card .play-button:hover:before{content:"";position:absolute;top:0;left:0;height:160px;width:160px;border-radius:50%;background:#ffffff40;z-index:1;pointer-events:none}.overlay{opacity:0;visibility:hidden;position:fixed;z-index:1;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#1a043abf,#151278bf 70%,#2b1677bf)}.overlay.show{opacity:1;visibility:visible}.modal-menu-list{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:44px}.modal-menu-link{height:62px;background-color:var(--blue);box-shadow:inset 0 -2px 0 3px #140e66,inset 0 1px 0 6px #3c74ff;border-radius:40px;padding:12px 48px;text-transform:uppercase;color:var(--white);position:relative}.modal-menu-link:hover:before{content:"";position:absolute;top:0;left:0;height:62px;width:100%;border-radius:40px;background:#ffffff40;z-index:1;pointer-events:none}.modal-menu-link.quit{background:linear-gradient(180deg,#fe71fe,#7199ff);box-shadow:inset 0 -2px 0 3px #140e66,inset 0 1px 0 6px #c642fb}.game-card-word{font-size:24px;line-height:calc(24px * 1.2);letter-spacing:calc(24px * .2);color:var(--white);margin-block:0 40px}.game-card-word span{text-transform:uppercase}.pick-category-wrapper{padding-inline:26px}.pick-category-list{display:grid;justify-content:center;place-items:center;max-width:1200px;margin-inline:auto}.pick-category-item{margin-bottom:16px}.pick-category-link{--size: 24px;width:324px;height:77px;display:flex;align-items:center;justify-content:center;background-color:var(--blue);color:var(--white);font-size:var(--size);line-height:calc(var(--size) * 1.2);letter-spacing:calc(var(--size) * .05);border-radius:20px;box-shadow:inset 0 -2px 0 3px #140e66,inset 0 1px 0 6px #3c74ff;text-transform:uppercase;position:relative}.pick-category-link:hover:before{content:"";position:absolute;top:0;left:0;height:77px;width:324px;border-radius:20px;background:#ffffff40;z-index:1;pointer-events:none}.modal-menu-list{gap:48px;margin-top:74px}.game-header-button:hover,.header-button:hover{filter:brightness(1.2)}@media (width >= 412px){.hangman-wrapper.one-word{margin-bottom:181px}.game-header-icons img{width:28px;height:28px}.game-header-icons img:nth-child(2){width:32px;height:32px}.game-card{margin:176px auto 0;width:362px;height:560px!important}.how-to-play-card h2{--size: 28px}.how-to-play-card p{--size: 17px}.keyboard-wrapper.tr div{gap:6px}.keyboard-wrapper div{gap:8px}.keyboard-wrapper.tr .keyboard-key{--size: 28px;width:30px;height:58px}.keyboard-wrapper .keyboard-key{--size: 29px;width:32px;height:62px}.hangman-letter{--size: 40px;width:38px;height:64px}}@media (width >= 600px){.hangman-wrapper.one-word{margin-bottom:213px}.game-header-icons img{width:32px;height:32px}.game-header-icons img:nth-child(2){width:36px;height:36px}.keyboard-wrapper{gap:18px}.keyboard-wrapper.tr div{gap:6px}.keyboard-wrapper div{display:flex;gap:10px}.keyboard-wrapper.tr .keyboard-key{border-radius:16px;width:48px;height:62.4px;--size: 38px}.keyboard-wrapper .keyboard-key{border-radius:16px;width:50px;height:66px;--size: 38px}.hangman-letter{--size: 56px;width:60px;height:96px;border-radius:18px}.game-header-button{width:54px;height:54px}.game-header-button img{width:22px;height:22px}.game-header h1{--size: 42px}.game-header-left{gap:1.4rem}.game-header-right{gap:2.4rem}.health-bar{width:160px;height:32px;padding:9px}.helath-bar span{min-height:13px}.health-icon{width:54px;height:49px}.health-icon:hover{filter:brightness(1.2)}}@media (width >= 768px){.lottie-animation{width:800px!important;height:800px!important}.language-options{gap:20px}.language-option-button{padding:1rem 2rem;border-radius:1rem}.language-option-button:hover{background-color:#0056b3}.flag-icon{width:80px;height:80px}.hangman-wrapper.one-word{margin-bottom:220px}.game-header-icons img{width:54px;height:54px}.game-header-icons img:nth-child(2){width:58px;height:58px}body{background-image:url(/images/background-tablet.svg);background-position:center}.game-card{margin:217px auto 0;width:592px;height:600px!important}.modal-menu-list{gap:48px;margin-top:74px}.game-card .logo{position:absolute;width:351px;height:150px;top:-18%}.game-card .play-button{height:200px;width:200px}.game-card .play-button:hover:before{height:200px;width:200px}.game-card .play-button img{width:66px}.back-header{display:flex;justify-content:center;padding:61px 48px 100px 40px}.back-header.category{padding:61px 48px 114px 40px}.header-button{width:64px;height:64px;position:absolute;top:91px;left:40px}.back-header>img{width:343px;height:125px}.back-header.category>img{width:451px}.how-to-play-card{padding:32px 40px;height:200px;margin-bottom:32px;border-radius:40px}.how-to-play-card .card-code{display:block;margin-right:40px}.how-to-play-card h2{--size: 40px}.how-to-play-card h2 span{display:none}.how-to-play-card p{--size: 20px}.pick-category-list{grid-template-columns:repeat(2,1fr);gap:32px}.pick-category-item{margin-bottom:0}.pick-category-link{--size: 48px;height:182px;border-radius:40px}.pick-category-link:hover:before{content:"";height:182px;width:324px;border-radius:40px}.keyboard-wrapper{gap:18px}.keyboard-wrapper.en{gap:14px}.keyboard-wrapper.tr div{gap:8px}.keyboard-wrapper.tr .keyboard-key{border-radius:18px;width:60px;height:76px;cursor:pointer;--size: 42px}.keyboard-wrapper .keyboard-key{border-radius:16px;width:64px;height:84px;--size: 46px}.keyboard-wrapper div{gap:10px}.hangman-letter{--size: 60px;width:78px;height:103px;border-radius:24px}.game-header-button{width:64px;height:64px}.game-header-button img{width:25px;height:25px}.game-header h1{--size: 48px}.game-header-left,.game-header-right{gap:2.4rem}.health-bar{width:160px;height:32px;padding:9px}.helath-bar span{min-height:13px}.health-icon{width:54px;height:49px}#error-page>div{background-color:#f4f4f4;padding:40px;width:500px;height:400px;border-radius:20px}#error-page h1{font-size:5rem}#error-page p{font-size:1.8rem}#error-page button{padding:7px 20px;font-size:2rem}#error-page a{font-size:2rem}}@media (width >= 1124px){.lottie-animation{width:1200px!important;height:1200px!important}body{background-image:url(/images/background-desktop.svg)}.flag-icon{width:100px;height:100px}.game-card{margin:214px auto 0;width:592px;height:610px}button:not(.incorrect,.correct){cursor:pointer}.hangman-wrapper.one-word{margin-bottom:234px}.game-header{padding:46px 26px 89px}.keyboard-wrapper.tr div{gap:12px}.keyboard-wrapper div{gap:14px}.keyboard-wrapper.tr .keyboard-key{border-radius:16px;width:90px;height:69px;--size: 46px}.keyboard-wrapper .keyboard-key{border-radius:18px;width:98px;height:76px;--size: 48px}.hangman-letter{--size: 78px;width:104px;height:117px;border-radius:34px}.game-header-button{width:54px;height:54px}.game-header-button img{width:22px;height:22px}.game-header h1{--size: 42px}.game-header-left{gap:1.4rem}.game-header-right{gap:2.4rem}.health-bar{width:160px;height:32px;padding:9px}.helath-bar span{min-height:13px}.health-icon{width:54px;height:49px}.page-wrapper{display:flex;text-align:center;justify-content:center;gap:32px}.how-to-play-card .card-code{display:none}.how-to-play-card{padding:60px 48px;height:550px;width:384px}.how-to-play-card h2{--size: 48px;margin-bottom:40px}.how-to-play-card h2 span{display:block;margin-bottom:40px}.how-to-play-card p{--size: 26px}.pick-category-list{grid-template-columns:repeat(3,1fr)}.pick-category-item{margin-bottom:50px}.pick-category-link{height:190px;width:344px}.pick-category-link:hover:before{height:190px;width:344px}}@media (width >= 1440px){body{background-image:url(/images/background-desktop.svg)}.hangman-wrapper.one-word{margin-bottom:245px}.hangman-word-wrapper{max-width:1300px}.game-card{margin:245px auto 0;width:592px;height:610px}.keyboard-wrapper.tr div{gap:20px}.keyboard-wrapper div{gap:24px}.keyboard-wrapper.tr .keyboard-key,.keyboard-wrapper .keyboard-key{border-radius:24px;width:109px;height:84px;--size: 48px}.pick-category-link{height:190px;width:384px}.pick-category-link:hover:before{width:384px}.hangman-letter{--size: 88px;width:112px;height:128px;border-radius:40px}.game-header-button{width:54px;height:54px}.game-header-button img{width:22px;height:22px}.game-header h1{--size: 42px}.game-header-left{gap:1.4rem}.game-header-right{gap:2.4rem}.health-bar{width:160px;height:32px;padding:9px}.helath-bar span{min-height:13px}.health-icon{width:54px;height:49px}}
