.live-game-player-livestream{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:20px}.live-game-floating-livestream .live-game-player-livestream{padding:0}.live-game-player-livestream__container{width:100px;height:100px;position:relative;border-radius:50%;margin:0 auto;overflow:hidden}@media(max-width: 660px){.live-game-player-livestream__container{width:70px;height:70px}}.live-game-player-livestream__container div[data-rsc]{width:100%;height:100%;position:relative;z-index:2;border-radius:50%;overflow:hidden}.live-game-player-livestream__container div[data-rsc]>*{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.live-game-player-livestream__container video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.live-game-player-livestream__container .str-video__participant-view{width:100%;height:100%}.live-game-player-livestream__container .str-video__participant-view video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.live-game-player-livestream__container .livestream-participant-view{width:100%;height:100%}.live-game-player-livestream__container .livestream-participant-view video{width:100px;height:100px;-o-object-fit:cover;object-fit:cover;border-radius:50%}@media(max-width: 660px){.live-game-player-livestream__container .livestream-participant-view video{width:70px;height:70px}}.live-game-player-livestream__container .livestream-placeholder,.live-game-player-livestream__container .livestream-not-live{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#4338ca;background-color:#f0f0f0;border-radius:50%;font-size:12px;text-align:center;padding:5px;z-index:2;position:relative}.live-game-player-livestream__status{text-align:center;margin-top:10px;font-weight:500}.livestream-error{color:#cf1717;background-color:#ffdada;border:1px solid #ffbdbd;border-radius:4px;padding:10px;margin:10px 0;font-size:14px;text-align:center}.livestream-error p{margin-bottom:10px}.livestream-error .retry-button{background-color:#4338ca;color:#fff;border:none;border-radius:4px;padding:5px 12px;font-size:14px;cursor:pointer;transition:background-color .2s}.livestream-error .retry-button:hover{background-color:#3730a3}.livestream-error .retry-button:active{background-color:#312e81}.livestream-loading{color:#4338ca;text-align:center;margin:10px 0;font-size:14px}
.live-game-lobby{display:flex;flex-direction:column;width:100%;height:100svh;overflow:hidden;background:#e8f8f9;color:#312946;font-family:"Poppins",sans-serif}.live-game-lobby .player-count-header{display:none}.live-game-lobby .question-area{flex:1 1;display:flex;justify-content:center;overflow-y:auto;padding:1rem;position:relative;scrollbar-width:none}.live-game-lobby .question-area::-webkit-scrollbar{display:none}.live-game-lobby .question-container{width:90%;max-width:500px;display:flex;flex-direction:column;margin-top:62px;position:relative}.live-game-lobby .game-info{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;padding-top:1rem;flex-direction:column}@media(max-width: 660px){.live-game-lobby .game-info{margin-bottom:0 !important}}.live-game-lobby .game-info .game-logo{color:#312946;font-weight:bold;font-size:1.5rem;display:flex;align-items:center}.live-game-lobby .game-info .game-logo img{height:40px}.live-game-lobby .game-info .game-logo span{color:#26efa4;font-style:italic}.live-game-lobby .game-info .player-count{color:#008187;display:flex;position:absolute;top:0;right:0;align-items:center;font-size:1rem;font-weight:bold}.live-game-lobby .game-info .player-count .player-count-icon{width:20px;height:20px;margin-right:8px;color:#008187}.live-game-lobby .game-header{text-align:center;padding:1.5rem;background-color:#bddfe1;background-size:cover;height:auto;display:flex;justify-content:center;align-items:center;position:relative;margin-top:3rem;margin-bottom:1rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05)}@media(max-width: 660px){.live-game-lobby .game-header{margin-top:1rem !important}}.live-game-lobby .game-header .butterfly{position:absolute;font-size:2rem;z-index:2;animation:float 6s infinite ease-in-out}.live-game-lobby .game-header .butterfly.top-left{top:1.5rem;left:1.5rem;animation-delay:0s}.live-game-lobby .game-header .butterfly.top-right{top:2.5rem;right:1.5rem;animation-delay:1.5s}.live-game-lobby .game-header .title-container{display:flex;flex-direction:column;align-items:center;z-index:2;position:relative}.live-game-lobby .game-header .title-container::before{content:"";position:absolute;left:-20px;right:-20px;top:-10px;bottom:-10px;background-color:rgba(38,239,164,.1);border-radius:8px;z-index:-1}.live-game-lobby .game-header .title-container h1{font-size:2.5rem;color:#312946;text-shadow:2px 2px 4px rgba(0,0,0,.1);font-weight:bold;text-transform:uppercase;margin:0;display:flex;flex-direction:column;align-items:center}.live-game-lobby .game-header .title-container h1 .live-text{display:block;font-size:2.8rem;font-style:italic;font-weight:normal;color:#008187;text-transform:lowercase;position:relative}.live-game-lobby .game-header .title-container h1 .live-text::after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background-color:#008187;border-radius:2px}.live-game-lobby .game-header::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom, rgba(255, 255, 255, 0.3), transparent);border-radius:12px}.live-game-lobby .game-start-info{text-align:center;margin-bottom:2rem;width:100%;position:relative}.live-game-lobby .game-start-info::after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:6px;background:#bddfe1;border-radius:3px}.live-game-lobby .game-start-info h3{font-size:1.8rem;margin-bottom:1.5rem;color:#312946;font-weight:500;font-family:"Pridi",sans-serif}.live-game-lobby .waiting-room-button{display:block;width:100%;max-width:300px;padding:1rem;font-size:1.1rem;font-weight:600;text-transform:uppercase;background-color:#26efa4;color:#312946;border:none;border-radius:10px;cursor:pointer;transition:background-color .2s,transform .1s;height:60px;box-shadow:none}.live-game-lobby .waiting-room-button:hover{background-color:#1ed693;transform:translateY(-2px)}.live-game-lobby .waiting-room-button:active{transform:translateY(1px)}.live-game-lobby .waiting-room-button.active{background-color:#26efa4;color:#312946}.live-game-lobby .waiting-room-button.active:hover{background-color:#26efa4}.live-game-lobby .chat-container{width:100%;text-align:center;border-top:1px solid #bddfe1;background-color:rgba(0,0,0,0)}.live-game-lobby .chat-container h3{margin:0;padding:.5rem;font-weight:normal;font-size:1rem;color:#312946}@keyframes float{0%{transform:translate(0, 0) rotate(0deg)}25%{transform:translate(5px, -5px) rotate(5deg)}50%{transform:translate(0, -10px) rotate(0deg)}75%{transform:translate(-5px, -5px) rotate(-5deg)}100%{transform:translate(0, 0) rotate(0deg)}}.countdown-timer .timer-display{display:flex;justify-content:center;gap:1rem}.countdown-timer .timer-display .timer-unit{display:flex;flex-direction:column;align-items:center;min-width:4rem}.countdown-timer .timer-display .timer-unit .timer-value{font-size:2rem;font-weight:bold;color:#008187;background-color:#bddfe1;border-radius:.5rem;padding:.5rem;min-width:3rem;text-align:center;box-shadow:0 2px 4px rgba(0,0,0,.1)}.countdown-timer .timer-display .timer-unit .timer-label{font-size:.8rem;color:#312946;font-weight:500;font-family:"Poppins",sans-serif;margin-top:.25rem;text-transform:uppercase}@media screen and (min-width: 660px){.live-game-lobby .question-container{max-width:600px}}@media screen and (max-width: 480px){.live-game-lobby .game-header{height:auto}.live-game-lobby .game-header h1{font-size:2rem}.live-game-lobby .game-header h1 .live-text{font-size:2.2rem}.live-game-lobby .countdown-timer .timer-display{gap:.5rem}.live-game-lobby .countdown-timer .timer-display .timer-unit{min-width:3rem}.live-game-lobby .countdown-timer .timer-display .timer-unit .timer-value{font-size:1.5rem;min-width:2.5rem}}
@font-face{font-family:"Mikado";src:url(/static/media/Mikado-Regular.8cd6df9b2778e5d2001b.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:"Mikado";src:url(/static/media/Mikado-Bold.b0c7c19e2afca0414e9d.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:"Mikado";src:url(/static/media/Mikado-Light.391bf7deeb1eacaf06f4.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:"Mikado";src:url(/static/media/Mikado-Medium.94f1607dfa32f926df75.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:"Mikado";src:url(/static/media/Mikado-Ultra.1bd2766fba1fe1aa3868.otf) format("opentype");font-weight:900;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-ExtraLight.74f6214c609a8d7ff8ce.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-Light.b47cd93fa930fe25710a.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-Regular.d55bd1ae3127176e6d92.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-Medium.f4eec46470606d3fd505.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-SemiBold.dab73a00fbfa33dc9456.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-Bold.ca7c6d9c8b8e31ecefa1.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:"FF Uberhand Pro";src:url(/static/media/UberhandTextProBold.98aeb70c5be3a55306d2.TTF) format("truetype");font-weight:400;font-style:normal}.LiveGameQuestion_mikado-regular__7Y6gZ{font-family:"Mikado",sans-serif;font-weight:400;font-style:normal}.LiveGameQuestion_mikado-bold__F5Ys0{font-family:"Mikado",sans-serif;font-weight:700;font-style:normal}.LiveGameQuestion_mikado-light__j2mBI{font-family:"Mikado",sans-serif;font-weight:300;font-style:normal}.LiveGameQuestion_mikado-medium__HYa\+Q{font-family:"Mikado",sans-serif;font-weight:500;font-style:normal}.LiveGameQuestion_mikado-ultra__zweNe{font-family:"Mikado",sans-serif;font-weight:900;font-style:normal}.LiveGameQuestion_wrapper__PtiaF{background:#e8f8f9;color:#312946;font-family:"Mikado",sans-serif}.LiveGameQuestion_container__wUzPh{height:100svh;padding-top:3.2svh;display:flex;flex-direction:column;align-items:center;max-width:660px;margin-left:auto;margin-right:auto;position:relative;z-index:1}@media screen and (min-width: 660px){.LiveGameQuestion_container__wUzPh{height:98svh}}@media screen and (max-height: 660px)and (orientation: landscape){.LiveGameQuestion_container__wUzPh{max-width:100%}}.LiveGameQuestion_questionContainer__b7npy{margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center}.LiveGameQuestion_top__lsbZn{height:22vh;display:flex;flex-direction:column;padding-left:1.6svh;padding-right:1.6svh;padding-top:8svh;width:100%;align-items:center;margin-top:auto;justify-content:center}.LiveGameQuestion_top__lsbZn .LiveGameQuestion_question__NiKEu{font-size:2.3svh;font-style:normal;font-weight:500;line-height:124%;margin-top:1.2svh;text-align:center}@media screen and (max-height: 660px)and (orientation: landscape){.LiveGameQuestion_top__lsbZn .LiveGameQuestion_question__NiKEu{font-size:4.5svh}}.LiveGameQuestion_gameInfo__awZQv{position:absolute;right:16px;top:40px;display:flex;justify-content:flex-end;align-items:center;width:100%;margin-bottom:2rem;padding-top:1rem}@media screen and (max-width: 660px){.LiveGameQuestion_gameInfo__awZQv{margin-bottom:0}}.LiveGameQuestion_playerCount__COHTD{color:#008187;display:flex;align-items:center;font-size:1rem;font-weight:bold}.LiveGameQuestion_playerCountIcon__OIqsV{width:20px;height:20px;margin-right:8px;color:#008187}.LiveGameQuestion_questionHeader__I0YiV{display:flex;justify-content:center;align-items:center;width:100%;position:relative}.LiveGameQuestion_questionHeader__I0YiV .LiveGameQuestion_timeUp__S0eaV{font-size:2rem;font-weight:bold;margin:0 auto;height:60px;position:relative;text-wrap:nowrap}.LiveGameQuestion_questionHeader__I0YiV .LiveGameQuestion_timeRunningOut__Vbdtb{color:#ff6b5b !important}.LiveGameQuestion_questionHeader__I0YiV .LiveGameQuestion_timer__YO0UW{font-size:2rem;font-weight:bold;color:#fff;margin:0 auto;position:relative;width:60px;height:60px;display:flex;align-items:center;justify-content:center;z-index:2}.LiveGameQuestion_questionHeader__I0YiV .LiveGameQuestion_timer__YO0UW:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background-color:rgba(38,239,164,.1);z-index:-1}.LiveGameQuestion_bottom__sbGU8{position:relative;height:100%;width:100%;z-index:1}.LiveGameQuestion_timer__YO0UW{width:100%;display:flex;justify-content:center;align-items:center;gap:.8svh;text-align:center;z-index:2;font-size:2.1svh;font-weight:500;padding:.5svh 1.5svh;position:relative}@media screen and (max-height: 660px)and (orientation: landscape){.LiveGameQuestion_timer__YO0UW{font-size:5svh;padding:1svh 3svh}}.LiveGameQuestion_timerBg__9j6fk{position:absolute;bottom:0;width:100%;transition:height 1s linear;background-color:#bddfe1}.LiveGameQuestion_timeUpBg__OSLPy{position:absolute;bottom:0;width:100%;transition:height 1s linear;background-color:#fff4de}.LiveGameQuestion_timerIcon__NNJ53{height:2.1svh;width:auto}.LiveGameQuestion_timerLine__WRqOz{width:660px;height:1px;position:absolute;top:50%;transform:translateY(-50%);background-color:#b5e4e0}.LiveGameQuestion_timerText__tp5AP{display:flex;justify-content:center;align-items:center;gap:.8svh;position:relative;z-index:2;padding:0 1svh;background-color:#e8f8f9}.LiveGameQuestion_answers__RsAmk{display:flex;flex-direction:column;gap:24px;height:100%;align-items:center;padding-top:3svh}@media screen and (max-height: 660px)and (orientation: landscape){.LiveGameQuestion_answers__RsAmk{display:grid;grid-template-columns:1fr 1fr;align-content:center;justify-items:center;grid-column-gap:0;-moz-column-gap:0;column-gap:0}}.LiveGameQuestion_progressDots__Z1osU{display:flex;justify-content:center;align-items:center;width:100%;gap:3px}@media screen and (max-width: 660px){.LiveGameQuestion_progressDots__Z1osU{margin-bottom:3svh}}.LiveGameQuestion_progressDot__C0bNS{width:20px;height:6px;background:#bddfe1;border-radius:2px}.LiveGameQuestion_progressDot__active__zPJXu{background:#26efa4}.LiveGameQuestion_eliminatedMessage__802JT{font-family:"Pridi",sans-serif;color:#312946;text-align:center;margin-top:1rem;font-size:2svh;margin-bottom:1rem}
@font-face{font-family:"Mikado";src:url(/static/media/Mikado-Regular.8cd6df9b2778e5d2001b.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:"Mikado";src:url(/static/media/Mikado-Bold.b0c7c19e2afca0414e9d.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:"Mikado";src:url(/static/media/Mikado-Light.391bf7deeb1eacaf06f4.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:"Mikado";src:url(/static/media/Mikado-Medium.94f1607dfa32f926df75.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:"Mikado";src:url(/static/media/Mikado-Ultra.1bd2766fba1fe1aa3868.otf) format("opentype");font-weight:900;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-ExtraLight.74f6214c609a8d7ff8ce.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-Light.b47cd93fa930fe25710a.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-Regular.d55bd1ae3127176e6d92.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-Medium.f4eec46470606d3fd505.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-SemiBold.dab73a00fbfa33dc9456.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-Bold.ca7c6d9c8b8e31ecefa1.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:"FF Uberhand Pro";src:url(/static/media/UberhandTextProBold.98aeb70c5be3a55306d2.TTF) format("truetype");font-weight:400;font-style:normal}.LiveGameQuestionAnswer_mikado-regular__spW0m{font-family:"Mikado",sans-serif;font-weight:400;font-style:normal}.LiveGameQuestionAnswer_mikado-bold__nRFas{font-family:"Mikado",sans-serif;font-weight:700;font-style:normal}.LiveGameQuestionAnswer_mikado-light__5zXkJ{font-family:"Mikado",sans-serif;font-weight:300;font-style:normal}.LiveGameQuestionAnswer_mikado-medium__86cCH{font-family:"Mikado",sans-serif;font-weight:500;font-style:normal}.LiveGameQuestionAnswer_mikado-ultra__JBeY2{font-family:"Mikado",sans-serif;font-weight:900;font-style:normal}.LiveGameQuestionAnswer_answer__ixMmv{width:100%;border-radius:100px;text-align:center;cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative;height:9svh}@media screen and (max-height: 660px)and (orientation: landscape){.LiveGameQuestionAnswer_answer__ixMmv{max-width:90vh;height:15svh}}@media screen and (max-height: 660px)and (orientation: landscape){.LiveGameQuestionAnswer_answer__ixMmv:nth-child(odd){justify-self:end}}@media screen and (max-height: 660px)and (orientation: landscape){.LiveGameQuestionAnswer_answer__ixMmv:nth-child(even){justify-self:start}}.LiveGameQuestionAnswer_answer__disabled__o2xfT{cursor:default}.LiveGameQuestionAnswer_answer_bg__VzxEz{filter:drop-shadow(0px 3px 14px rgba(0, 80, 122, 0.2)) drop-shadow(0px 2px 3px rgba(0, 70, 83, 0.1));position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:90%;height:100%}@media screen and (max-height: 660px)and (orientation: landscape){.LiveGameQuestionAnswer_answer_bg__VzxEz{height:100%}}.LiveGameQuestionAnswer_answer_texts__eJ5mY{display:flex;position:relative;width:100%;padding-left:2.2svh;justify-content:center;align-items:center;height:100%}.LiveGameQuestionAnswer_answer_text__8AjXa{position:relative;z-index:1;color:#312946;font-size:2.4svh;font-style:normal;font-weight:500;line-height:124%;margin-left:auto;margin-right:auto;width:78%;display:flex;justify-content:space-between;align-items:center;text-align:left}.LiveGameQuestionAnswer_answer_text__disabled__1n6U0{color:#45888b;text-decoration:line-through}@media screen and (max-height: 660px)and (orientation: landscape){.LiveGameQuestionAnswer_answer_text__8AjXa{font-size:4.5svh}}.LiveGameQuestionAnswer_answer_lockedIn__Xreze{color:#c95a00}.LiveGameQuestionAnswer_answer_letter__x82Cc{font-size:2.4svh;font-style:normal;font-weight:500;line-height:124%;color:#426cac;position:relative;height:100%;display:flex;justify-content:center;align-items:center;margin-left:.9svh}@media screen and (max-height: 660px)and (orientation: landscape){.LiveGameQuestionAnswer_answer_letter__x82Cc{font-size:4.5svh}}.LiveGameQuestionAnswer_answer_letter__disabled__VbULB{color:#45888b}.LiveGameQuestionAnswer_answer_letter__bg__vdbB3{height:94%}.LiveGameQuestionAnswer_answer_letter__character__lB1Qu{position:absolute;height:100%;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;justify-content:center;align-items:center}.LiveGameQuestionAnswer_answer_letter__lockedIn__GfvxK{color:#c95a00}.LiveGameQuestionAnswer_answer_icon__jl2E\+{width:2svh;height:2svh;display:flex;justify-content:center;align-items:center;margin-left:8svh}@media screen and (max-width: 660px){.LiveGameQuestionAnswer_answer_icon__jl2E\+{margin-left:6svh}}@media screen and (max-height: 660px)and (orientation: landscape){.LiveGameQuestionAnswer_answer_icon__jl2E\+{width:10svh;height:10svh}}.LiveGameQuestionAnswer_audienceScore__lD0U5{color:#8491ae;font-size:1.8svh;font-style:normal;font-weight:500;line-height:124%;padding:1svh;border-radius:100vh;right:3.5svh;width:6svh;text-align:right}@media screen and (max-width: 660px){.LiveGameQuestionAnswer_audienceScore__lD0U5{right:1.8vh}}@media screen and (max-height: 660px)and (orientation: landscape){.LiveGameQuestionAnswer_audienceScore__lD0U5{font-size:4.5svh;width:12svh;right:1vh}}.LiveGameQuestionAnswer_audienceScore__correct__TZ-oZ{background:#26efa4}
.live-game-results{display:flex;flex-direction:column;width:100%;height:100%;background:#e8f8f9;position:relative;padding-top:140px}@media(min-width: 768px){.live-game-results{flex-direction:row}}.live-game-results .results-area{flex:1 1;padding:1rem;display:flex;flex-direction:column;overflow-y:auto;padding-bottom:12.5rem}.results-container{max-width:800px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;padding:0 1rem}.results-container .game-info{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;padding-top:1rem;flex-direction:column}@media(max-width: 660px){.results-container .game-info{margin-bottom:0 !important}}.results-container .game-info .game-logo{color:#312946;font-weight:bold;font-size:1.5rem;display:flex;align-items:center}.results-container .game-info .game-logo img{height:40px}.results-container .game-info .game-logo span{color:#26efa4;font-style:italic}.results-container .game-info .player-count{color:#008187;display:flex;position:absolute;top:0;right:0;align-items:center;font-size:1rem;font-weight:bold;margin-top:16px;margin-right:16px}.results-container .game-info .player-count .player-count-icon{width:20px;height:20px;margin-right:8px;color:#008187}.results-container .results-title{font-size:2rem;margin-bottom:2rem;color:#312946;text-align:center;line-height:1.4;font-weight:bold}.game-stats{background-color:rgba(255,255,255,.9);border-radius:10px;padding:1.5rem;margin-bottom:1.5rem;width:100%;box-shadow:0 2px 8px rgba(0,0,0,.1)}.game-stats h3{font-size:1.3rem;margin-bottom:1.5rem;color:#312946;text-align:center;font-weight:bold}.game-stats .stats-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media(min-width: 576px){.game-stats .stats-container{flex-direction:row;justify-content:space-around}}.game-stats .stats-container .stat-item{display:flex;flex-direction:column;align-items:center}.game-stats .stats-container .stat-item .stat-label{font-size:.9rem;color:#45888b}.game-stats .stats-container .stat-item .stat-value{font-size:1.5rem;font-weight:bold;color:#312946}.game-stats .result-message{text-align:center;padding:.5rem;border-radius:8px}.game-stats .result-message .winner-message{background-color:#26efa4;border-radius:8px;padding:1.5rem}.game-stats .result-message .winner-message h2{color:#312946;margin-bottom:.5rem}.game-stats .result-message .winner-message p{color:#312946}.game-stats .result-message .eliminated-message{background-color:rgba(236,240,241,.6);border-radius:8px;padding:1.5rem}.game-stats .result-message .eliminated-message h2{color:#312946;margin-bottom:.5rem}.game-stats .result-message .eliminated-message p{color:#312946}.winners-section{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem;width:100%}@media(min-width: 768px){.winners-section{grid-template-columns:1fr 1fr}}.prize-breakdown{background-color:rgba(255,255,255,.9);border-radius:10px;padding:1.5rem;height:100%;box-shadow:0 2px 8px rgba(0,0,0,.1)}.prize-breakdown h3{font-size:1.3rem;margin-bottom:1.5rem;color:#312946;text-align:center;font-weight:bold}.prize-breakdown .prize-info .prize-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid rgba(236,240,241,.8)}.prize-breakdown .prize-info .prize-row:last-child{border-bottom:none}.prize-breakdown .prize-info .prize-row .prize-label{color:#45888b}.prize-breakdown .prize-info .prize-row .prize-value{font-weight:bold;color:#312946}.winners-list{background-color:rgba(255,255,255,.9);border-radius:10px;padding:1.5rem;height:100%;box-shadow:0 2px 8px rgba(0,0,0,.1)}.winners-list h3{font-size:1.3rem;margin-bottom:1.5rem;color:#312946;text-align:center;font-weight:bold}.winners-list .no-winners{text-align:center;color:#45888b;font-style:italic}.winners-list ul{list-style-type:none;padding:0}.winners-list ul .winner-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid rgba(236,240,241,.8)}.winners-list ul .winner-item:last-child{border-bottom:none}.winners-list ul .winner-item .winner-name{color:#312946}.winners-list ul .winner-item .winner-prize{font-weight:bold;color:#26efa4}.winners-list ul .winner-item.current-user{background-color:rgba(38,239,164,.1);padding:.75rem .5rem;border-radius:6px;margin-bottom:4px}.winners-list ul .winner-item.current-user .winner-name{font-weight:bold}.next-game-info{background-color:rgba(255,255,255,.9);border-radius:10px;padding:1.5rem;text-align:center;width:100%;margin-bottom:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.next-game-info h3{font-size:1.3rem;margin-bottom:1rem;color:#312946;font-weight:bold}.next-game-info p{margin-bottom:1.5rem;color:#45888b}.next-game-info .return-home-button{background-color:#26efa4;color:#312946;border:none;border-radius:24px;padding:.75rem 1.5rem;font-size:1rem;font-weight:bold;cursor:pointer;transition:background-color .2s}.next-game-info .return-home-button:hover{background-color:#1ed697}.your-performance{background-color:rgba(255,255,255,.9);border-radius:10px;padding:1.5rem;margin-bottom:1.5rem;width:100%;box-shadow:0 2px 8px rgba(0,0,0,.1)}.your-performance h3{font-size:1.3rem;margin-bottom:1.5rem;color:#312946;text-align:center;font-weight:bold}.your-performance .performance-stats{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-bottom:1rem}@media(min-width: 576px){.your-performance .performance-stats{grid-template-columns:1fr 1fr}}.your-performance .performance-stats .performance-item{background-color:rgba(236,240,241,.4);padding:1rem;border-radius:8px;display:flex;justify-content:space-between;align-items:center}.your-performance .performance-stats .performance-item .performance-label{color:#45888b}.your-performance .performance-stats .performance-item .performance-value{font-weight:bold;color:#312946}
@font-face{font-family:"Mikado";src:url(/static/media/Mikado-Regular.8cd6df9b2778e5d2001b.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:"Mikado";src:url(/static/media/Mikado-Bold.b0c7c19e2afca0414e9d.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:"Mikado";src:url(/static/media/Mikado-Light.391bf7deeb1eacaf06f4.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:"Mikado";src:url(/static/media/Mikado-Medium.94f1607dfa32f926df75.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:"Mikado";src:url(/static/media/Mikado-Ultra.1bd2766fba1fe1aa3868.otf) format("opentype");font-weight:900;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-ExtraLight.74f6214c609a8d7ff8ce.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-Light.b47cd93fa930fe25710a.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-Regular.d55bd1ae3127176e6d92.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-Medium.f4eec46470606d3fd505.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-SemiBold.dab73a00fbfa33dc9456.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Pridi";src:url(/static/media/Pridi-Bold.ca7c6d9c8b8e31ecefa1.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:"FF Uberhand Pro";src:url(/static/media/UberhandTextProBold.98aeb70c5be3a55306d2.TTF) format("truetype");font-weight:400;font-style:normal}.LoginView_mikado-regular__\+6Luh{font-family:"Mikado",sans-serif;font-weight:400;font-style:normal}.LoginView_mikado-bold__fbFWb{font-family:"Mikado",sans-serif;font-weight:700;font-style:normal}.LoginView_mikado-light__\+-lL7{font-family:"Mikado",sans-serif;font-weight:300;font-style:normal}.LoginView_mikado-medium__cfWZk{font-family:"Mikado",sans-serif;font-weight:500;font-style:normal}.LoginView_mikado-ultra__X761i{font-family:"Mikado",sans-serif;font-weight:900;font-style:normal}.LoginView_wrapper__an13F{background:linear-gradient(0deg, #2480d0 0.02%, #1556bf 99.9%);height:inherit;overflow:hidden;width:100%;display:flex;flex-direction:column;color:#fff;position:relative;min-height:100svh;font-family:Mikado,sans-serif}.LoginView_homeWrapper__77uRf{background:#e0f1f2;color:#312946;font-family:Pridi,sans-serif}.LoginView_homeWrapper__77uRf button{background:#26efa4 !important;color:#312946 !important;box-shadow:0px 14.57px 17.163px -4px rgba(0,255,160,.27) !important}.LoginView_login__35iV1{display:flex;flex-direction:column;flex-grow:1;font-family:Mikado,sans-serif}.LoginView_login__35iV1 button{text-transform:uppercase}.LoginView_homeLogin__L6-VD{font-family:Pridi,sans-serif}.LoginView_homeLogin__L6-VD input{border-radius:8px !important;border:1px solid #9db5b6}.LoginView_homeLogin__L6-VD input:focus{border:1px solid #9db5b6}.LoginView_homeLogin__L6-VD input::-moz-placeholder{color:#9bbcbe}.LoginView_homeLogin__L6-VD input::placeholder{color:#9bbcbe}.LoginView_container__xOJJP{padding:16px;padding-top:36px;max-width:375px;display:flex;margin-left:auto;margin-right:auto;flex-direction:column;height:100%;width:100%;z-index:1;flex-grow:1}@media only screen and (max-width: 660px){.LoginView_container__xOJJP{padding-top:36px}}@media only screen and (min-width: 481px){.LoginView_container__xOJJP{margin-left:auto;margin-right:auto}}@media only screen and (min-width: 481px){.LoginView_container__xOJJP{max-width:430px}}.LoginView_tabs__HU0Jf{display:flex;border-bottom:1.5px solid rgba(254,254,254,.2901960784);justify-content:space-around;font-size:22px;font-style:normal;font-weight:600;line-height:130%}.LoginView_tab__6HNmD{padding-bottom:24px;width:100%;text-align:center;cursor:pointer}.LoginView_tab--active__WtwGu{border-bottom:4px solid #fff}.LoginView_socialButtons__DyeO8{padding-top:48px;display:flex;flex-direction:column;justify-content:space-around;gap:24px}.LoginView_socialButton__M4Wqq{width:100%;background:#fff;box-shadow:0px 41.7776px 33.4221px rgba(0,0,0,.0503198),0px 22.3363px 17.869px rgba(0,0,0,.0417275),0px 6.6501px 5.32008px rgba(0,0,0,.0282725),0px 2.76726px 2.21381px rgba(0,0,0,.0196802);border-radius:100px;border:none;display:flex;color:#1c327f;font-size:23px;font-style:normal;font-weight:700;line-height:normal}.LoginView_socialButton__M4Wqq .LoginView_button__yn5T5{width:100%;text-align:center;padding:16px 24px;display:flex;align-items:center;font-size:16px;cursor:pointer}.LoginView_socialButton__M4Wqq .LoginView_button__yn5T5:hover{color:#0d2f71}.LoginView_socialButton__M4Wqq svg{float:left;width:24px !important;height:24px !important}.LoginView_socialButton__text__PHnJw{width:100%}.LoginView_socialButton__M4Wqq:active,.LoginView_socialButton__M4Wqq:focus{background:#fff;color:#0d2f71}.LoginView_emailSection__oHlMh{padding-top:48px;display:flex;flex-direction:column;align-items:center;width:100%}.LoginView_emailSection__text__0qEGE{line-height:150%}.LoginView_form__xpANW{padding-top:36px;width:100%;display:flex;flex-direction:column;gap:24px;justify-content:space-between;flex-grow:1;padding-bottom:46px}.LoginView_passwords__P3J-9{width:100%;display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.LoginView_registerText__l3a0o{padding-top:40px;text-align:center}.LoginView_signupButtons__dH6Cx{padding-top:40px}.LoginView_footer__M4EaN{flex-grow:1;margin-bottom:auto;margin-top:24px;justify-content:center;display:flex;flex-direction:column;padding-bottom:30px;font-weight:600;align-items:center}.LoginView_footer__M4EaN a{text-decoration:underline}.LoginView_footer__M4EaN a:hover{color:#ffd43c}.LoginView_footer__forgotPassword__9-4Al{padding-top:16px}.LoginView_footer__link__wqnHe{font-weight:600;line-height:150%;text-decoration-line:underline;cursor:pointer}.LoginView_success__wjBeL{color:#2fd07f !important}.LoginView_errorMessage__5Go\+P{display:flex;justify-content:flex-start;padding-top:32px;color:#ff7052;font-weight:600;line-height:130%;margin-bottom:-12px}.LoginView_errorMessage__icon__GcukR{margin-right:12px}.LoginView_errorMessage__icon__GcukR svg{width:16px;height:16px}.LoginView_errorMessage__link__D-GW\+{color:#fff;text-decoration:underline;cursor:pointer}.LoginView_homeGameMessageLink__MUrWC{color:#312946}.LoginView_criterias__f6Wic{padding-left:16px}.LoginView_loginButton__yvqMi{box-shadow:0px 3.24326px 2.59461px 0px rgba(0,0,0,.02),0px 7.794px 6.2352px 0px rgba(0,0,0,.03),0px 26.17841px 20.94273px 0px rgba(0,0,0,.04),0px 48.96384px 39.17108px 0px rgba(0,0,0,.05);text-transform:none !important;font-family:Poppins,sans-serif;font-size:22px !important;font-weight:600;background:#0ad264}.LoginView_title__PsIOw{font-size:36px;font-style:normal;font-weight:700;line-height:normal;text-align:center;padding-bottom:22px}.LoginView_description__Fb\+7Z{font-size:21px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.LoginView_homeDescription__sEuwx{font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:500;line-height:150%}.LoginView_loginImage__RYawn{position:absolute;bottom:0;right:0;width:70%;height:auto}@media only screen and (min-width: 660px){.LoginView_loginImage__RYawn{display:none}}.LoginView_loginImageDesktop__kyxgK{position:absolute;bottom:0;right:0;width:70%;height:auto}@media only screen and (max-width: 660px){.LoginView_loginImageDesktop__kyxgK{display:none}}
.ResetPassword_wrapper__jP2Sr{padding-top:48px;display:flex;flex-direction:column;align-items:center;gap:24px}.ResetPassword_title__T4REp{font-size:22px;font-weight:600;line-height:130%;text-align:center}.ResetPassword_description__g06b4{line-height:150%;padding-top:8px;text-align:center}.ResetPassword_descriptionSent__N9hDn{line-height:150%;padding-top:8px}.ResetPassword_email__8skU7{margin-top:24px;box-shadow:0px 3.24326px 2.59461px 0px rgba(0,0,0,.02),0px 7.794px 6.2352px 0px rgba(0,0,0,.03),0px 26.17841px 20.94273px 0px rgba(0,0,0,.04),0px 48.96384px 39.17108px 0px rgba(0,0,0,.05)}.ResetPassword_resetButton__Uyu7w{width:100%;box-shadow:0px 3.24326px 2.59461px 0px rgba(0,0,0,.02),0px 7.794px 6.2352px 0px rgba(0,0,0,.03),0px 26.17841px 20.94273px 0px rgba(0,0,0,.04),0px 48.96384px 39.17108px 0px rgba(0,0,0,.05)}.ResetPassword_form__igyTe{width:100%;gap:24px;display:flex;flex-direction:column}.ResetPassword_buttons__WnrTZ{display:flex;justify-content:space-around;margin-top:12px;gap:24px;width:100%}.ResetPassword_sentButton__LNov0{padding:12px;width:100%;box-shadow:0px 3.24326px 2.59461px 0px rgba(0,0,0,.02),0px 7.794px 6.2352px 0px rgba(0,0,0,.03),0px 26.17841px 20.94273px 0px rgba(0,0,0,.04),0px 48.96384px 39.17108px 0px rgba(0,0,0,.05)}
.MowoAdminView_passwordProtectedView__KQAjP{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f0f2f5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.MowoAdminView_passwordBox__cA5vU{background:#fff;padding:40px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);text-align:center;width:100%;max-width:400px}.MowoAdminView_passwordBox__cA5vU h1{margin-top:0;margin-bottom:16px;font-size:24px;color:#333}.MowoAdminView_passwordBox__cA5vU p{margin-bottom:24px;color:#666}.MowoAdminView_inputGroup__fLHJ6{display:flex;gap:10px}.MowoAdminView_inputGroup__fLHJ6 input{flex-grow:1;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:16px}.MowoAdminView_inputGroup__fLHJ6 input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.MowoAdminView_inputGroup__fLHJ6 button{padding:10px 20px;font-size:16px;color:#fff;background-color:#007bff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.MowoAdminView_inputGroup__fLHJ6 button:hover{background-color:#0056b3}.MowoAdminView_adminViewContainer__Q7INZ{padding:20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;max-width:600px;margin:40px auto;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.MowoAdminView_tabContainer__beAdk{display:flex;margin-bottom:20px;border-bottom:1px solid #eee}.MowoAdminView_tabContainer__beAdk button{padding:10px 20px;font-size:16px;border:none;background-color:rgba(0,0,0,0);cursor:pointer;color:#666;transition:color .2s ease,border-bottom .2s ease;border-bottom:2px solid rgba(0,0,0,0)}.MowoAdminView_tabContainer__beAdk button:hover{color:#007bff}.MowoAdminView_tabContainer__beAdk button.MowoAdminView_activeTab__ew1sp{color:#007bff;border-bottom:2px solid #007bff;font-weight:600}.MowoAdminView_contentArea__8gpsk h2{font-size:20px;color:#333;margin-bottom:20px}.MowoAdminView_inputForm__9yLc0{display:flex;flex-direction:column;gap:15px}.MowoAdminView_inputForm__9yLc0 input{padding:12px;border:1px solid #ccc;border-radius:4px;font-size:16px}.MowoAdminView_inputForm__9yLc0 input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.MowoAdminView_inputForm__9yLc0 button{padding:12px 20px;font-size:16px;color:#fff;background-color:#28a745;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.MowoAdminView_inputForm__9yLc0 button:hover{background-color:#218838}.MowoAdminView_successMessage__NOELv{margin-top:15px;padding:10px;background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:4px;text-align:center}
