.live-game-chat-admin{padding:0rem !important;bottom:0}.live-game-chat-admin .chat-messages{flex:1 1;padding:0 !important;display:flex;flex-direction:column}.live-game-chat-admin .username{color:gray !important}.live-game-chat-admin .message{color:#fff !important;padding:0 !important}.live-game-chat{display:flex;flex-direction:row;border-radius:8px;margin-left:auto;margin-right:auto;position:absolute;bottom:0;left:0;right:0;padding:1rem;align-items:flex-end;z-index:4}.live-game-chat .chat-main-area{flex:1 1;display:flex;flex-direction:column;min-height:12.5rem;max-height:12.5rem;overflow:hidden;mask-image:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 30%);-webkit-mask-image:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 30%)}@media(max-width: 660px){.live-game-chat .chat-main-area{min-height:10rem;max-height:10rem}}.live-game-chat .chat-toggle-area button{padding:.5rem 1rem}.live-game-chat.closed{flex-direction:row}.live-game-chat.closed .chat-input{align-self:flex-end}.live-game-chat .chat-header{padding:.75rem 1rem;background-color:#3498db;color:#fff;display:flex;justify-content:space-between;align-items:center}.live-game-chat .chat-header h3{margin:0;font-size:1.1rem}.live-game-chat .chat-header .chat-participants{font-size:.85rem;background-color:rgba(255,255,255,.25);padding:.2rem .5rem;border-radius:12px;display:flex;align-items:center}.live-game-chat .chat-header .chat-participants:before{content:"";display:inline-block;width:8px;height:8px;background-color:#2ecc71;border-radius:50%;margin-right:.4rem}.live-game-chat .chat-messages{flex:1 1;padding:1rem 1rem 0;display:flex;flex-direction:column;pointer-events:none;justify-content:flex-end}.live-game-chat .chat-messages .empty-chat{color:#95a5a6;text-align:center;font-style:italic;margin:auto 0}.live-game-chat .chat-messages .chat-message{display:flex;flex-direction:row;max-width:85%;align-items:center}.live-game-chat .chat-messages .chat-message .message-header{display:flex;align-items:baseline;margin-top:.25rem;margin-right:.5rem}.live-game-chat .chat-messages .chat-message .message-header .username{font-size:1.6svh;font-weight:bold;color:#312946}.live-game-chat .chat-messages .chat-message .message{padding:.25rem .25rem;border-radius:12px 12px 12px 2px;font-size:1.6svh;font-weight:600;color:#312946}.live-game-chat .chat-messages .chat-message.own-message .message-header .username{color:#008187}.live-game-chat .chat-input{display:flex;flex-direction:row;padding-top:.5rem;align-items:center}.live-game-chat .chat-input form{display:flex;flex:1 1}@media(min-width: 768px){.live-game-chat .chat-input{form-flex:auto}}.live-game-chat .chat-input .input-wrapper{flex:1 1;position:relative}.live-game-chat .chat-input .input-wrapper input{width:100%;padding:.5rem .75rem;padding-right:3rem;border:1px solid #ddd;border-radius:20px;outline:none;font-size:.9rem}.live-game-chat .chat-input .input-wrapper input:focus{border-color:#ff0}.live-game-chat .chat-input .input-wrapper .input-actions{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:.3rem}.live-game-chat .chat-input .input-wrapper .input-actions .emoji-button{background:none;border:none;font-size:1.1rem;padding:.2rem;cursor:pointer;line-height:1;opacity:.7;transition:opacity .2s}.live-game-chat .chat-input .input-wrapper .input-actions .emoji-button:hover{opacity:1}.live-game-chat .chat-input .input-wrapper .input-actions .char-count{font-size:.7rem;color:#95a5a6;margin-left:.3rem}.live-game-chat .chat-input .input-wrapper .emoji-picker{position:absolute;bottom:calc(100% + 10px);right:0;background-color:#fff;border-radius:8px;box-shadow:0 2px 15px rgba(0,0,0,.15);padding:.5rem;display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:.3rem;gap:.3rem;z-index:5}.live-game-chat .chat-input .input-wrapper .emoji-picker:after{content:"";position:absolute;bottom:-8px;right:15px;width:0;height:0;border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-top:8px solid #fff}.live-game-chat .chat-input .input-wrapper .emoji-picker .emoji-option{background:none;border:none;font-size:1.2rem;padding:.4rem;cursor:pointer;border-radius:4px;transition:background-color .2s}.live-game-chat .chat-input .input-wrapper .emoji-picker .emoji-option:hover{background-color:#f1f1f1}.live-game-chat .chat-input .send-button{padding:.5rem 1rem;margin:0 .5rem;background-color:#3498db;color:#fff;border:none;border-radius:20px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.live-game-chat .chat-input .send-button:hover{background-color:#217dbb}.live-game-chat .chat-input .send-button:disabled{background-color:#bdc3c7;cursor:not-allowed}
.live-game-admin{display:flex;flex-direction:column;padding:2rem;background-color:#2c3e50;color:#fff;height:100vh;padding-bottom:30vh;overflow-y:auto}.live-game-admin .admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.live-game-admin .admin-header h1{font-size:2rem;margin:0}.live-game-admin .controls-section{display:flex;flex-direction:row;gap:1.5rem;justify-content:space-between;min-height:500px}.live-game-admin .controls-section .game-state-controls{flex:3 1;display:flex;flex-direction:column}.live-game-admin .controls-section .livestream-controls{flex:2 1;display:flex;flex-direction:column}.live-game-admin .controls-section .livestream-controls h2{margin-top:0;margin-bottom:1rem}.live-game-admin .controls-section .livestream-controls .live-game-host-livestream{height:100%}.live-game-admin .controls-section .livestream-controls .live-game-host-livestream .livestream-container{height:calc(100% - 1rem)}.live-game-admin .controls-section .livestream-controls .live-game-host-livestream .livestream-container .stream-layout{height:calc(100% - 40px)}@media(max-width: 1200px){.live-game-admin .controls-section{flex-direction:column}.live-game-admin .controls-section .game-state-controls,.live-game-admin .controls-section .livestream-controls{flex:1 1;width:100%;max-width:100%}}.live-game-admin .admin-section{background-color:#34495e;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.live-game-admin .admin-section h2{margin-top:0;margin-bottom:1rem;font-size:1.5rem}.live-game-admin .control-buttons{display:flex;gap:1rem;margin-bottom:1rem}.live-game-admin .control-buttons button{padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:bold;cursor:pointer;transition:all .2s}.live-game-admin .control-buttons button:hover{transform:translateY(-2px)}.live-game-admin .control-buttons button:disabled{opacity:.5;cursor:not-allowed;transform:none}.live-game-admin .control-buttons .lobby-btn{background-color:#3498db;color:#fff}.live-game-admin .control-buttons .active-btn{background-color:#2ecc71;color:#fff}.live-game-admin .control-buttons .ended-btn{background-color:#e74c3c;color:#fff}.live-game-admin .control-buttons .next-question-btn{background-color:#f39c12;color:#fff}.live-game-admin .status-display{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));grid-gap:1rem;gap:1rem;margin-bottom:1rem}.live-game-admin .status-display .status-item{background-color:#2c3e50;padding:1rem;border-radius:4px}.live-game-admin .status-display .status-item h3{margin-top:0;margin-bottom:.5rem;font-size:1rem;color:#bdc3c7}.live-game-admin .status-display .status-item .value{font-size:1.5rem;font-weight:bold}.live-game-admin .question-preview{background-color:#2c3e50;padding:1rem;border-radius:4px;margin-top:1rem}.live-game-admin .question-preview h3{margin-top:0;margin-bottom:1rem}.live-game-admin .question-preview .question-text{font-size:1.2rem;margin-bottom:1rem}.live-game-admin .question-preview .options{display:flex;flex-direction:column;gap:.5rem}.live-game-admin .question-preview .options .option{padding:.5rem;background-color:#34495e;border-radius:4px}.live-game-admin .question-preview .options .option.correct{background-color:rgba(46,204,113,.3);border-left:3px solid #2ecc71}.live-game-admin .question-selector{margin-top:1.5rem}.live-game-admin .question-selector h3{margin-top:0;margin-bottom:1rem}.live-game-admin .question-selector .question-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.live-game-admin .question-selector .question-buttons button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#34495e;border:none;border-radius:4px;color:#fff;font-weight:bold;cursor:pointer;transition:all .2s}.live-game-admin .question-selector .question-buttons button:hover{background-color:#3498db;transform:translateY(-2px)}.live-game-admin .question-selector .question-buttons button:disabled{opacity:.5;cursor:not-allowed;transform:none}.live-game-admin .question-selector .question-buttons button.active-question{background-color:#f39c12;color:#fff}.live-game-admin .room-management{margin-bottom:2rem}.live-game-admin .room-management .create-room-btn{background-color:#06c;color:#fff;font-weight:bold;padding:10px 15px;border:none;border-radius:4px;cursor:pointer;margin-bottom:1rem}.live-game-admin .room-management .create-room-btn:hover{background-color:#05a}.live-game-admin .room-management .room-creation-form{background-color:#f5f5f5;border:1px solid #ddd;color:#000;border-radius:4px;padding:1.5rem;margin-bottom:1.5rem}.live-game-admin .room-management .room-creation-form h3{margin-top:0;margin-bottom:1rem}.live-game-admin .room-management .room-creation-form .form-group{margin-bottom:1rem}.live-game-admin .room-management .room-creation-form .form-group label{display:block;margin-bottom:.5rem;font-weight:bold}.live-game-admin .room-management .room-creation-form .form-group input,.live-game-admin .room-management .room-creation-form .form-group select{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:14px}.live-game-admin .room-management .room-creation-form .submit-room-btn{background-color:#28a745;color:#fff;font-weight:bold;padding:10px 15px;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.live-game-admin .room-management .room-creation-form .submit-room-btn:hover{background-color:#218838}.live-game-admin .room-management .room-creation-form .submit-room-btn:disabled{background-color:#6c757d;cursor:not-allowed}.live-game-admin .room-management .rooms-list{margin-top:1.5rem}.live-game-admin .room-management .rooms-list h3{margin-bottom:1rem}.live-game-admin .room-management .rooms-list .placeholder-message{color:#6c757d;font-style:italic;margin-bottom:1rem}.live-game-admin .room-management .rooms-list table{width:100%;border-collapse:collapse}.live-game-admin .room-management .rooms-list table th{color:#000}.live-game-admin .room-management .rooms-list table th,.live-game-admin .room-management .rooms-list table td{padding:10px;text-align:left;border-bottom:1px solid #dee2e6}.live-game-admin .room-management .rooms-list table th{background-color:#f8f9fa;font-weight:bold}.live-game-admin .room-management .rooms-list table tr.sample-row{opacity:.6}.live-game-admin .room-management .rooms-list table tr.selected-room{background-color:#e2f0ff}.live-game-admin .room-management .rooms-list table .select-room-btn{background-color:#6c757d;color:#fff;border:none;border-radius:4px;padding:5px 10px;cursor:pointer}.live-game-admin .room-management .rooms-list table .select-room-btn:hover{background-color:#5a6268}.live-game-admin .room-management .rooms-list table .select-room-selected{background-color:#fff;color:green;border:none;border-radius:4px;padding:5px 10px}
@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}.EventEndedView_mikado-regular__3nZLT{font-family:"Mikado",sans-serif;font-weight:400;font-style:normal}.EventEndedView_mikado-bold__R-Uj0{font-family:"Mikado",sans-serif;font-weight:700;font-style:normal}.EventEndedView_mikado-light__mntlr{font-family:"Mikado",sans-serif;font-weight:300;font-style:normal}.EventEndedView_mikado-medium__pC0Qg{font-family:"Mikado",sans-serif;font-weight:500;font-style:normal}.EventEndedView_mikado-ultra__p-YHq{font-family:"Mikado",sans-serif;font-weight:900;font-style:normal}.EventEndedView_wrapper__m7nEy{display:flex;flex-direction:column;align-items:center;min-height:100%;font-family:Pridi,sans-serif;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2;background:#cee7e8;position:relative;margin-left:auto;margin-right:auto;overflow-y:scroll;width:100%;height:100%;max-width:660px;scrollbar-width:none}.EventEndedView_wrapper__m7nEy::-webkit-scrollbar{display:none}@media screen and (max-height: 660px)and (orientation: landscape){.EventEndedView_wrapper__m7nEy{max-width:none;max-width:initial;height:100%;padding-right:9svw}}.EventEndedView_container__87i9L{overflow:hidden;touch-action:none;width:100%;height:100%;padding:2svh 4svh 2svh 3svh;display:flex;align-self:start;flex-direction:column;justify-content:space-evenly;gap:2vh;-ms-overflow-style:none;scrollbar-width:none;position:relative}@media screen and (max-height: 660px)and (orientation: landscape){.EventEndedView_container__87i9L{padding:2svh 5svh 2svh 4svh;gap:3vh}}.EventEndedView_gameEndedContainer__w8Cpe,.EventEndedView_eventOngoingContainer__G2vL-{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:4vh;padding:2vh}.EventEndedView_gameEndedMessage__YDyAk,.EventEndedView_eventOngoingMessage__HYUQw{font-size:max(32px,4svw);font-weight:700;color:#312946;text-align:center;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.1);animation:EventEndedView_fadeInScale__7yAiw .8s ease-out}@keyframes EventEndedView_fadeInScale__7yAiw{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}.EventEndedView_leaderboardSection__LZV1n{flex:1 1;min-width:0;display:flex;flex-direction:column}.EventEndedView_eventIcon__5Y5ul{display:none}
.PrizeHuntLeaderboard_leaderboardContainer__oTQJA{position:relative;height:29.6vh;width:50vw;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}@media screen and (max-height: 660px)and (orientation: landscape){.PrizeHuntLeaderboard_leaderboardContainer__oTQJA{height:78vh}}.PrizeHuntLeaderboard_leaderboardContent__mGGoV{position:relative;right:-8px;width:calc(100% - 8px);will-change:transform;transition:transform .3s ease-out}.PrizeHuntLeaderboard_playerCard__SNiAl{font-family:Pridi,sans-serif;width:100%;height:7vh;border-radius:1vh;display:flex;flex-direction:row;background-color:#fff;position:relative;max-width:450px;margin:0 auto .4vh;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .3s ease-out}@media screen and (max-height: 660px)and (orientation: landscape){.PrizeHuntLeaderboard_playerCard__SNiAl{max-width:80vh;margin-left:auto;margin-right:auto;margin-bottom:1vh;height:12vh;min-height:12vh;border-radius:2vh}}.PrizeHuntLeaderboard_position__pNuEN{position:absolute;display:flex;justify-content:center;align-items:center;top:50%;left:-1.5vh;transform:translateY(-50%);z-index:2;width:2.4vh;height:2.4vh;border-radius:100%;font-weight:900;font-size:1.42vh;background:#f29100;color:#fff}@media screen and (max-height: 660px)and (orientation: landscape){.PrizeHuntLeaderboard_position__pNuEN{width:4vh;height:4vh;font-size:2.8vh;left:-2vh}}.PrizeHuntLeaderboard_characterImage__XjuyU{position:relative;width:5.4vh;height:100%;display:flex;align-items:center;justify-content:center}@media screen and (max-height: 660px)and (orientation: landscape){.PrizeHuntLeaderboard_characterImage__XjuyU{width:8vh}}.PrizeHuntLeaderboard_playerAvatar__351P2{width:4vh;height:4vh;border-radius:50%;-o-object-fit:cover;object-fit:cover}@media screen and (max-height: 660px)and (orientation: landscape){.PrizeHuntLeaderboard_playerAvatar__351P2{width:6vh;height:6vh}}.PrizeHuntLeaderboard_playerDataContainer__ME6OY{display:flex;width:100%;justify-content:space-between;align-items:center;padding-right:2vh;padding-left:3.5vh}@media screen and (max-height: 660px)and (orientation: landscape){.PrizeHuntLeaderboard_playerDataContainer__ME6OY{padding-right:3vh;padding-left:6.5vh}}.PrizeHuntLeaderboard_playerNameContainer__15qyF{display:flex;flex-direction:column;gap:4px}.PrizeHuntLeaderboard_player__mEkm\+{font-family:Pridi,sans-serif;display:flex;justify-content:flex-start;align-items:center;width:100%;flex-wrap:wrap;-moz-column-gap:12px;column-gap:12px;row-gap:5px}.PrizeHuntLeaderboard_name__Pr5rk{white-space:nowrap;display:flex;justify-content:flex-start;align-items:center;overflow:hidden;text-overflow:ellipsis;color:#312946;font-size:2svh;font-style:normal;font-weight:300;letter-spacing:-0.212px}@media screen and (max-height: 660px)and (orientation: landscape){.PrizeHuntLeaderboard_name__Pr5rk{font-size:3.5vh}}.PrizeHuntLeaderboard_cuName__px3WE{font-size:1.5vh;color:#8aa7a8;margin-top:.2vh}@media screen and (max-height: 660px)and (orientation: landscape){.PrizeHuntLeaderboard_cuName__px3WE{font-size:2.5vh}}.PrizeHuntLeaderboard_score__8A4G1{display:flex;align-items:center;font-weight:600;color:#312946}.PrizeHuntLeaderboard_score_value__P7zFz{font-size:2vh;font-weight:600}@media screen and (max-height: 660px)and (orientation: landscape){.PrizeHuntLeaderboard_score_value__P7zFz{font-size:3vh}}.PrizeHuntLeaderboard_leaderboardItem__X7GRL{transition:all .3s ease-out;position:relative;height:7vh;margin-bottom:.4vh}@media screen and (max-height: 660px)and (orientation: landscape){.PrizeHuntLeaderboard_leaderboardItem__X7GRL{height:12vh;margin-bottom:1vh}}.PrizeHuntLeaderboard_hidden__1KL2-{position:absolute;opacity:0;pointer-events:none;transform:translateY(-100%);transition:transform .3s ease-out,opacity .3s ease-out}.PrizeHuntLeaderboard_transitioning__g9RFa{transition:transform .3s ease-out,opacity .3s ease-out;will-change:transform,opacity}.PrizeHuntLeaderboard_loadingContainer__9Dspa{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#666;font-family:Pridi,sans-serif}.PrizeHuntLeaderboard_loadingSpinner__GXVIo{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #f29100;border-radius:50%;animation:PrizeHuntLeaderboard_spin__v2swH 1s linear infinite;margin-bottom:16px}@keyframes PrizeHuntLeaderboard_spin__v2swH{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.PrizeHuntLeaderboard_emptyState__rumgr{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#666;font-family:Pridi,sans-serif}.PrizeHuntLeaderboard_emptyState__rumgr p{margin:8px 0;font-size:16px}.PrizeHuntLeaderboard_emptyState__rumgr p:first-child{font-weight:600;color:#333}.PrizeHuntLeaderboard_prizeHuntLeaderboardCard__Cr7VR [class*=score_value]{width:-moz-fit-content !important;width:fit-content !important}
@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}.EventGameEndedView_mikado-regular__Tpcjv{font-family:"Mikado",sans-serif;font-weight:400;font-style:normal}.EventGameEndedView_mikado-bold__RHqVJ{font-family:"Mikado",sans-serif;font-weight:700;font-style:normal}.EventGameEndedView_mikado-light__mzzEJ{font-family:"Mikado",sans-serif;font-weight:300;font-style:normal}.EventGameEndedView_mikado-medium__2F1ZG{font-family:"Mikado",sans-serif;font-weight:500;font-style:normal}.EventGameEndedView_mikado-ultra__GrOwU{font-family:"Mikado",sans-serif;font-weight:900;font-style:normal}.EventGameEndedView_bg__tIGKz .modal{background:rgba(0,0,0,.5);z-index:9999}.EventGameEndedView_wrapper__w8Uc6{height:inherit;overflow:hidden;width:100%;display:flex;justify-content:center;flex-direction:column;color:#fff;position:relative;min-height:100svh;font-family:Mikado,sans-serif}.EventGameEndedView_wrapper__w8Uc6 .modal-content{max-width:360px;background:rgba(0,0,0,0)}.EventGameEndedView_imageSection__mcBOe{background:#0047a1;display:flex;justify-content:center;align-items:center;border-top-left-radius:20px;border-top-right-radius:20px}.EventGameEndedView_image__fsDr9{width:100%}.EventGameEndedView_textSection__-PfV1{background:#fff;font-size:23px;line-height:124%;color:#0d2f71;padding:26px;display:flex;font-weight:500;flex-direction:column;gap:28px;text-align:center;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.EventGameEndedView_textSection__-PfV1 span{font-weight:900}.EventGameEndedView_textSectionSignupModal__qHtP2{background:#fff;font-size:23px;line-height:124%;padding:26px;display:flex;flex-direction:column;gap:14px;text-align:center;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.EventGameEndedView_textSectionSignupModal__qHtP2 span{font-weight:900}.EventGameEndedView_btn__JO1Kn{font-size:21px;font-weight:900;line-height:150%;text-transform:uppercase;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;padding-left:48px;padding-right:48px}.EventGameEndedView_btnSignupModal__QRymk{font-size:21px;font-weight:900;line-height:150%;text-transform:uppercase;width:100%;margin-left:auto;margin-right:auto}.EventGameEndedView_cashImg__e6BiP{width:23px;height:auto;margin-left:4px;position:relative}.EventGameEndedView_container__wqRtM{padding:16px;padding-top:140px;max-width:375px;display:flex;margin-left:auto;margin-right:auto;flex-direction:column;height:100%;width:100%;z-index:1;text-align:center}@media only screen and (max-width: 660px){.EventGameEndedView_container__wqRtM{padding-top:120px}}@media only screen and (min-width: 481px){.EventGameEndedView_container__wqRtM{margin-left:auto;margin-right:auto}}@media only screen and (min-width: 481px){.EventGameEndedView_container__wqRtM{max-width:430px}}.EventGameEndedView_container__wqRtM button{text-transform:uppercase}.EventGameEndedView_container__wqRtM input{font-weight:700}.EventGameEndedView_container__wqRtM input::-moz-placeholder{font-weight:700}.EventGameEndedView_container__wqRtM input::placeholder{font-weight:700}.EventGameEndedView_container__wqRtM input::-webkit-input-placeholder{font-weight:700}.EventGameEndedView_rpm-container__53qMv{width:100dvw;height:100dvh;padding:0;margin:0;overflow:hidden}.EventGameEndedView_heading__W4MeO{font-size:2em;padding:1em;margin-bottom:.3em;white-space:nowrap}.EventGameEndedView_subheading__Qim3N{opacity:.7;text-align:start;font-size:16px;font-style:normal;font-weight:500;line-height:normal;white-space:nowrap}.EventGameEndedView_paragraph__Jzn\+F{font-size:1.2em;margin-bottom:1em}.EventGameEndedView_image-container__tHxL7{width:110px;min-height:352px;animation:EventGameEndedView_fadeIn__7jlli 1s}.EventGameEndedView_topImage__0ZDVr{position:absolute;top:0;left:0;height:auto;width:100%}.EventGameEndedView_loginImage__002JL{position:absolute;bottom:0;right:0;width:70%;height:auto}@media only screen and (min-width: 660px){.EventGameEndedView_loginImage__002JL{display:none}}.EventGameEndedView_loginImageDesktop__2kB4b{position:absolute;bottom:0;right:0;width:70%;height:auto}@media only screen and (max-width: 660px){.EventGameEndedView_loginImageDesktop__2kB4b{display:none}}
