.live-game-host-livestream{width:100%;height:100%}.live-game-host-livestream .livestream-container{background-color:#2c3e50;border-radius:8px;padding:1rem;margin-bottom:1rem;display:flex;flex-direction:column;height:calc(100% - 1rem)}.live-game-host-livestream .livestream-container .livestream-status{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem;align-items:center}.live-game-host-livestream .livestream-container .livestream-status .live-status.online{color:#e74c3c;font-weight:bold;display:flex;align-items:center}.live-game-host-livestream .livestream-container .livestream-status .live-status.online:before{content:"";display:inline-block;width:8px;height:8px;background-color:#e74c3c;border-radius:50%;margin-right:6px;animation:pulse 2s infinite}.live-game-host-livestream .livestream-container .livestream-status .live-status.offline{color:#bdc3c7}.live-game-host-livestream .livestream-container .stream-layout{display:flex;flex-direction:row;gap:1rem;flex:1 1}.live-game-host-livestream .livestream-container .stream-layout .video-container{position:relative;width:250px;height:250px;flex:0 0 250px;border-radius:4px;overflow:hidden;background-color:#1a2530;border:1px solid #34495e;align-self:flex-start}.live-game-host-livestream .livestream-container .stream-layout .video-container div[data-testid=participant-view]{width:100%;height:100%}.live-game-host-livestream .livestream-container .stream-layout .video-container div[data-testid=participant-view] video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.live-game-host-livestream .livestream-container .stream-layout .video-container>div:not([data-testid]){height:100%;display:flex;align-items:center;justify-content:center;color:#95a5a6}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start;gap:.75rem;min-width:0}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .connection-status{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background-color:#34495e;border-radius:4px;font-size:.9rem}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .connection-status div{display:flex;justify-content:space-between}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .connection-status div strong{font-weight:bold;color:#ecf0f1}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .connection-status .status-indicator{height:6px;margin-top:.5rem;background-color:#2c3e50;border-radius:3px;overflow:hidden}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .connection-status .status-indicator .indicator-bar{height:100%;transition:width .3s ease}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .connection-status .status-indicator .indicator-bar.live{background-color:#e74c3c;width:100%}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .connection-status .status-indicator .indicator-bar.offline{background-color:#95a5a6;width:0%}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .connection-status .voice-visualization{height:60px;background-color:#1a2530;border-radius:4px;margin-top:.5rem;padding:5px;overflow:hidden;display:flex;align-items:flex-end;gap:2px}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .connection-status .voice-visualization.disabled{opacity:.3}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .connection-status .voice-visualization .voice-bar{flex:1 1;background-color:#3498db;min-height:2px;max-height:180px;border-radius:2px;transition:height .1s ease}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .connection-status .voice-visualization .voice-bar.speaking{background-color:#2ecc71}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .livestream-controls{display:flex;flex-direction:column;gap:.75rem}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .livestream-controls .control-row{display:flex;gap:.75rem}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .livestream-controls .control-row button{flex:1 1;padding:.75rem .5rem;border:none;border-radius:4px;font-weight:bold;font-size:.9rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .livestream-controls .control-row button:hover{transform:translateY(-2px);box-shadow:0 2px 5px rgba(0,0,0,.2)}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .livestream-controls .control-row button:active{transform:translateY(0)}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .livestream-controls .control-row button:disabled{opacity:.5;cursor:not-allowed;transform:none}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .livestream-controls .control-row button.go-live-btn{background-color:#2ecc71;color:#fff}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .livestream-controls .control-row button.stop-live-btn{background-color:#e74c3c;color:#fff}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .livestream-controls .control-row button.camera-btn{background-color:#3498db;color:#fff}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .livestream-controls .control-row button.camera-btn.disabled{background-color:#95a5a6}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .livestream-controls .control-row button.mic-btn{background-color:#3498db;color:#fff}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper .livestream-controls .control-row button.mic-btn.disabled{background-color:#95a5a6}.live-game-host-livestream .loading-state,.live-game-host-livestream .error-state{background-color:#2c3e50;border-radius:8px;padding:1.5rem;text-align:center;margin-bottom:1rem;font-weight:bold}.live-game-host-livestream .error-state{color:#e74c3c;border-left:4px solid #e74c3c}@media(max-width: 768px){.live-game-host-livestream .livestream-container .stream-layout{flex-direction:column}.live-game-host-livestream .livestream-container .stream-layout .video-container{width:100%;max-width:250px;height:250px;margin:0 auto;align-self:center}.live-game-host-livestream .livestream-container .stream-layout .controls-wrapper{margin-top:1rem}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(231,76,60,.7)}70%{box-shadow:0 0 0 6px rgba(231,76,60,0)}100%{box-shadow:0 0 0 0 rgba(231,76,60,0)}}@keyframes voice-speak{0%,100%{height:5px}50%{height:20px}}
.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-layout{display:flex;flex-direction:column;height:100vh;width:100%;background-color:#f8f9fa;overflow:hidden;position:relative}@media(min-width: 768px){.live-game-layout{flex-direction:row}}.debug-controls{position:fixed;bottom:20px;right:20px;background-color:rgba(0,0,0,.8);color:#fff;padding:12px;border-radius:8px;z-index:1000;width:240px;box-shadow:0 0 10px rgba(0,0,0,.5)}.debug-controls h4{margin-top:0;margin-bottom:10px;font-size:14px;text-align:center;color:#3498db;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:5px}.debug-controls .debug-buttons{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:10px}.debug-controls .debug-buttons button{background-color:#3498db;border:none;color:#fff;padding:5px 8px;font-size:12px;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.debug-controls .debug-buttons button:hover{background-color:#5faee3}.debug-controls .debug-buttons button:disabled{background-color:#124364;cursor:not-allowed;opacity:.5}.debug-controls .debug-buttons button:first-child{grid-column:span 2;background-color:#e74c3c}.debug-controls .debug-buttons button:first-child:hover{background-color:#ed7669}.debug-controls .game-state{font-size:12px;text-align:center;margin-top:5px}.debug-controls .game-state strong{color:#3498db}.debug-hint{position:fixed;bottom:5px;right:5px;font-size:11px;color:rgba(255,255,255,.6);background-color:rgba(0,0,0,.6);padding:4px 8px;border-radius:4px;pointer-events:none;z-index:900;transition:opacity .3s ease}.debug-hint:hover{opacity:1}@media(max-width: 768px){.debug-hint{font-size:10px;padding:3px 6px}}.live-game-content-wrapper{position:relative;width:100%;max-width:660px;margin:0 auto;min-height:100svh}@media screen and (min-width: 660px){.live-game-content-wrapper{height:98svh;min-height:98svh}}.live-game-content-wrapper:has(.live-game-admin){max-width:100%}.live-game-content-wrapper-full-width{max-width:100% !important}.live-game-floating-livestream{top:16px;z-index:1000;width:70px;height:70px;border-radius:50%;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:all .3s ease;position:absolute;left:10%;transform:translateX(-10%)}.live-game-floating-livestream .live-game-player-livestream{padding:0}.livestream-standalone-message{display:flex;justify-content:center;align-items:center;height:200px;color:#4338ca;font-size:18px;text-align:center;padding:20px;background-color:#f8f8ff;border-radius:8px;margin:20px}
.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}
.UnityLoadingScreen_loadingScreen__nUDEY{z-index:9999;display:flex;align-items:center;justify-content:center;height:100vh;width:100%;background:radial-gradient(80.55% 69.69% at 50% 37.61%, #2069D7 0%, #0C39AD 100%);flex-direction:column}.UnityLoadingScreen_loadingScreen__wordGame__Z1b3A{background:#cee7e8}.UnityLoadingScreen_loadingScreen__wordGame__Z1b3A .UnityLoadingScreen_loader_text__u9LfK{font-family:Pridi,sans-serif;color:#312946}.UnityLoadingScreen_loadingScreen__wordGame__Z1b3A .UnityLoadingScreen_progressBar__VT1bM{background-color:#26efa4 !important}.UnityLoadingScreen_loader__uAJVj{display:flex;flex-direction:column;align-items:center;justify-content:center;width:60%}.UnityLoadingScreen_loader_text__u9LfK{margin-bottom:16px;color:#fff;font-size:26px;font-weight:bold}.UnityLoadingScreen_loader_progress__BVjWV{width:80%;background-color:#e0e0e0;border-radius:10px;overflow:hidden}.UnityLoadingScreen_loader_progress__BVjWV .UnityLoadingScreen_progressBar__VT1bM{width:0;height:18px;background-color:#36cf00;transition:width .3s ease}.UnityLoadingScreen_loader__uAJVj .UnityLoadingScreen_loader_footer__3koA4{position:absolute;bottom:12vh;width:100%}.UnityLoadingScreen_loader__uAJVj .UnityLoadingScreen_loader_footer__3koA4 .UnityLoadingScreen_didYouKnowWrapper__Uj6NL{position:relative;margin-right:auto;margin-left:auto;display:flex;justify-content:center;padding-left:1.2svh;padding-right:1.2svh}@media screen and (max-height: 660px)and (orientation: landscape){.UnityLoadingScreen_loader__uAJVj .UnityLoadingScreen_loader_footer__3koA4 .UnityLoadingScreen_didYouKnowWrapper__Uj6NL{width:50%}}
.unity-global_fullScreenTransparent__uA-NE{position:absolute;width:100vw;height:100svh;top:0;left:0;z-index:999;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 660px){.unity-global_fullScreenTransparent__uA-NE{height:98svh;max-width:660px}}@media screen and (max-height: 660px)and (orientation: landscape){.unity-global_fullScreenTransparent__uA-NE{height:100vh;max-width:none;max-width:initial;width:100%}}.unity-global_unityContainer__Zzl8b{width:100%;height:100svh;max-width:660px}@media screen and (max-height: 660px)and (orientation: landscape){.unity-global_unityContainer__Zzl8b{height:100vh;max-width:none;max-width:initial}}@media screen and (min-width: 660px){.unity-global_unityContainer__Zzl8b{height:98svh;margin-top:auto;margin-bottom:auto;border-radius:1.6svh;box-shadow:0px 3.988px 99.692px 0px rgba(0,47,119,.5)}}@media screen and (min-width: 660px)and (max-height: 660px)and (orientation: landscape){.unity-global_unityContainer__Zzl8b{height:100svh}}.unity-global_currentLevel__ezrRL{font-family:Pridi;font-size:30px;font-weight:600;text-align:center;color:#312946;position:absolute;top:8svh;left:50%;transform:translate(-50%, 4px)}@media screen and (max-height: 660px)and (orientation: landscape){.unity-global_currentLevel__ezrRL{top:6svh;left:4svh;transform:translate(0, 0)}}@media screen and (max-height: 660px)and (orientation: landscape){.unity-global_levelCentered__P\+u7D{top:7svh;left:50%;transform:translate(-50%, 0)}}.unity-global_colorWhite__jE2m9{color:#fff}.unity-global_tutorialHand__JWaha{position:absolute;top:40% !important;left:50% !important;transform:translate(-50%, -50%);z-index:999}.unity-global_colorRunTutorialHand__95AJ9{position:absolute;top:80% !important;left:50% !important;transform:translate(-50%, -50%);z-index:999;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.unity-global_leftToRight__JLPte{animation:unity-global_handMovement__pMjEU 2s ease-in-out infinite}@keyframes unity-global_handMovement__pMjEU{0%,100%{transform:translateX(-10svh) translateY(-1svh) scale(1)}50%{transform:translateX(10svh) translateY(-1svh) scale(0.9)}}.unity-global_unityGame__HX\+TR{display:flex;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.unity-global_loaderOverlay__Ac7j2{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:2}.unity-global_delayedMessage__sTPvG{margin-bottom:20px}.unity-global_touchToRestart__Pqrh9{font-size:4svh;position:fixed;width:100%;bottom:10svh;z-index:1;font-weight:700;left:50%;transform:translateX(-50%)}.unity-global_gameOver__lZxKZ{font-size:6svh;position:fixed;width:100%;top:20svh;z-index:1;font-weight:700;left:50%;transform:translateX(-50%)}.unity-global_wrapper__\+ZCmX{color:#fff;font-family:Mikado,sans-serif;text-align:center;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:100svh;position:relative}@media screen and (min-width: 660px){.unity-global_wrapper__\+ZCmX{height:98svh;min-height:98svh}}.unity-global_timerOverlay__zCLDC{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);color:#fff;text-align:center;font-size:2.6svh;padding:1svh 4.7svh;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase;background:linear-gradient(270deg, rgba(0, 29, 130, 0) 0%, rgba(0, 29, 130, 0.7) 25.37%, rgba(0, 29, 130, 0.7) 72.78%, rgba(0, 29, 130, 0) 96.5%);animation:unity-global_appear__4q2ir .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-height: 660px)and (orientation: landscape){.unity-global_timerOverlay__zCLDC{zoom:1.7}}.unity-global_ballSortTimerOverlay__cqZhT{position:absolute;left:50%;top:80%;transform:translate(-50%, -50%);color:#fff;text-align:center;font-size:2.6svh;padding:1svh 4.7svh;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase;background:linear-gradient(270deg, rgba(0, 29, 130, 0) 0%, rgba(0, 29, 130, 0.5) 25.37%, rgba(0, 29, 130, 0.5) 72.78%, rgba(0, 29, 130, 0) 96.5%);animation:unity-global_appear__4q2ir .3s ease-in-out}@keyframes unity-global_appear__4q2ir{0%{transform:translate(-50%, -50%) scale(0)}100%{transform:translate(-50%, -50%) scale(1)}}.unity-global_bonusTextContainer__lbU5G{display:flex;justify-content:center;align-items:center}.unity-global_bonusText__ffg7o{font-size:2.6svh;font-style:normal;font-weight:900;line-height:150%;text-transform:uppercase}.unity-global_bonusArrow__O3IDy{height:2.6svh;width:auto;margin-left:.5svh;margin-right:.5svh}.unity-global_cashImage__KgIU2{height:3.5svh;width:auto;margin-left:1svh;margin-right:1svh}.unity-global_cashTutorial__HENDu{display:flex;justify-content:center;align-items:center;top:25% !important}
.UnityGameHeader_wrapper__hQEhF{position:absolute;top:0;width:100%;background:rgba(0,5,100,.8);padding:1.8svh 1.7svh 1.9svh;font-family:"Mikado",sans-serif;color:#fff;z-index:999;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (min-width: 660px){.UnityGameHeader_wrapper__hQEhF{border-top-left-radius:1.6svh;border-top-right-radius:1.6svh}}.UnityGameHeader_container__aJ36b{max-width:660px;margin-left:auto;margin-right:auto;width:100%}.UnityGameHeader_topData__zIUZc{display:flex;justify-content:space-between;align-items:center;font-size:2.5svh;font-style:normal;font-weight:900;line-height:150%;text-transform:uppercase}@media screen and (max-height: 660px)and (orientation: landscape){.UnityGameHeader_topData__zIUZc{font-size:3.5svh}}.UnityGameHeader_cash__GkU8V{display:flex;gap:1svh;align-items:center;justify-content:center}.UnityGameHeader_cash__GkU8V img{height:3svh;width:auto}.UnityGameHeader_bar__DsrnF{height:1.4svh;width:100%;background:#09004d;margin-top:2vh;border-radius:10svh;position:relative}@media screen and (max-height: 660px)and (orientation: landscape){.UnityGameHeader_bar__DsrnF{height:2.4svh}}.UnityGameHeader_barFill__e\+Bg2{height:100%;background:#0ad264;position:absolute;top:0;left:0;border-top-left-radius:10svh;border-bottom-left-radius:10svh;transition:width .3s}.UnityGameHeader_barBall__mttFv{position:absolute;font-size:1.8svh;font-style:normal;font-weight:700;line-height:150%;text-transform:uppercase;color:#6685da;width:3.2svh;height:3.2svh;border-radius:10svh;background:#0c0552;display:flex;justify-content:center;align-items:center;top:50%;transform:translateY(-50%)}@media screen and (max-height: 660px)and (orientation: landscape){.UnityGameHeader_barBall__mttFv{font-size:2.8svh;width:4.2svh;height:4.2svh}}.UnityGameHeader_barBallFilled__1b7Tu{background:#0ad264;color:#fff}.UnityGameHeader_gamesPlayed__1H3Jy{font-size:1.8svh;font-weight:500;line-height:150%;text-transform:uppercase;text-align:left}@media screen and (max-height: 660px)and (orientation: landscape){.UnityGameHeader_gamesPlayed__1H3Jy{font-size:2.8svh}}.UnityGameHeader_topBar__BolLd{display:flex;justify-content:space-between}
.UnityQuestionViewModal_header__FGxJ9{padding:4.7svh 1.7svh 1.9svh;color:#fff;max-width:660px;margin-left:auto;margin-right:auto;width:100%;z-index:2}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_header__FGxJ9{max-width:70vw}}@media screen and (min-width: 660px){.UnityQuestionViewModal_header__FGxJ9{border-top-left-radius:1.6svh;border-top-right-radius:1.6svh}}.UnityQuestionViewModal_wrapper__BEMoL{background:rgba(0,5,100,.8);font-family:"Mikado",sans-serif;overflow-y:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.UnityQuestionViewModal_wrapper__BEMoL .modal-content{background:rgba(0,0,0,0)}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_wrapper__BEMoL .modal-content{zoom:1.2}}.UnityQuestionViewModal_topData__UK\+9U{display:flex;justify-content:space-between;align-items:center;font-size:2.5svh;font-style:normal;font-weight:900;line-height:150%;text-transform:uppercase}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_topData__UK\+9U{font-size:3.5svh}}.UnityQuestionViewModal_userAmounts__ClDUk{display:flex;flex-direction:column;align-items:end}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_userAmounts__ClDUk{flex-direction:row;gap:3svh}}.UnityQuestionViewModal_cash__iqdHh{display:flex;gap:1svh;align-items:center;justify-content:center}.UnityQuestionViewModal_cash__iqdHh img{height:3svh;width:auto}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_cash__iqdHh img{height:4svh}}.UnityQuestionViewModal_cash__iqdHh .UnityQuestionViewModal_wordGameCoin__dzb-S{height:2.5svh;width:2.5svh}.UnityQuestionViewModal_totalXp__0gB55{height:2svh !important;width:auto}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_totalXp__0gB55{height:3svh !important}}.UnityQuestionViewModal_bar__udEq\+{height:1.4svh;width:100%;background:#09004d;margin-top:2vh;border-radius:10svh;position:relative}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_bar__udEq\+{height:2.4svh}}.UnityQuestionViewModal_barFill__QezFl{height:100%;background:#0ad264;position:absolute;top:0;left:0;border-top-left-radius:10svh;border-bottom-left-radius:10svh;transition:width .3s}.UnityQuestionViewModal_barBall__non0O{position:absolute;font-size:1.8svh;font-style:normal;font-weight:700;line-height:150%;text-transform:uppercase;color:#6685da;width:3.2svh;height:3.2svh;border-radius:10svh;background:#0c0552;display:flex;justify-content:center;align-items:center;top:50%;transform:translateY(-50%)}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_barBall__non0O{font-size:2.8svh;width:4.2svh;height:4.2svh}}.UnityQuestionViewModal_barBallFilled__BtHtP{background:#0ad264;color:#fff}.UnityQuestionViewModal_questionImage__fo8QL{height:17svh;width:auto;margin-left:auto;margin-right:auto;margin-top:2svh}.UnityQuestionViewModal_question__RWr07{color:#fff;text-align:center;font-size:2.4svh;font-style:normal;font-weight:500;line-height:normal;margin-bottom:2svh;padding-left:2svh;padding-right:2svh}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_question__RWr07{font-size:4.5svh}}.UnityQuestionViewModal_answers__G7jCq{position:relative;gap:1.2svh;padding-left:2svh;padding-right:2svh;width:100%;justify-content:center;align-items:center;display:flex;flex-direction:column}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_answers__G7jCq{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, minmax(0, auto));max-width:60vw;margin:0 auto;grid-row-gap:5svh;row-gap:5svh;grid-column-gap:5svh;-moz-column-gap:5svh;column-gap:5svh;margin-top:auto;margin-bottom:auto}}.UnityQuestionViewModal_answer__VnEoH{position:relative;cursor:pointer;display:flex;justify-content:center;align-items:center}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_answer__VnEoH{width:100%;max-height:12svh}}.UnityQuestionViewModal_answerBg__j5n-r{width:38vh;height:11.5svh}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_answerBg__j5n-r{width:100%;height:14svh}}.UnityQuestionViewModal_answerText__QRRv6{color:#fff;text-align:center;font-size:2.4svh;font-style:normal;font-weight:500;line-height:normal;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:90%;max-width:38vh}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_answerText__QRRv6{font-size:3.5svh}}.UnityQuestionViewModal_answerCheck__HOBeW{position:absolute;top:50%;transform:translateY(-50%);right:-1svh;z-index:4;width:8svh;height:auto}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_answerCheck__HOBeW{width:10svh;right:-4svh}}.UnityQuestionViewModal_bigMultiplier__1mJn-{font-size:6.7svh;font-style:normal;font-weight:900;line-height:150%;text-transform:uppercase;text-align:center}.UnityQuestionViewModal_multiplierText__-VfQy{color:#fff;font-size:2.5svh;font-style:normal;font-weight:900;line-height:150%;text-transform:uppercase}.UnityQuestionViewModal_multiplierTexts__gz7nT{position:relative;margin:auto;text-align:center;display:flex;flex-direction:column;z-index:2}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_multiplierTexts__gz7nT{flex-direction:row}}.UnityQuestionViewModal_finishScreen__H00yw{display:flex;flex-direction:column;height:100%}.UnityQuestionViewModal_tapToContinue__bXACS{padding-bottom:6svh;color:#39a0ff;text-align:center;font-size:2.4svh;font-style:normal;font-weight:700;line-height:150%;cursor:pointer;z-index:2}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_tapToContinue__bXACS{font-size:3.4svh}}.UnityQuestionViewModal_explainer__95BkR{color:#fff;text-align:center;font-size:2.4svh;font-style:normal;font-weight:500;line-height:normal;margin-top:2.4svh}.UnityQuestionViewModal_skillXpGain__l7GYL{color:#fff;text-align:center;font-size:2.4svh;font-style:normal;font-weight:500;line-height:normal;margin-top:2.4svh}.UnityQuestionViewModal_skillXpGain__l7GYL{margin-top:5svh}.UnityQuestionViewModal_mobileLeft__e3WWJ{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_mobileLeft__e3WWJ{zoom:1.2}}.UnityQuestionViewModal_mobileRight__EM4A\+{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}@media screen and (max-height: 660px)and (orientation: landscape){.UnityQuestionViewModal_mobileRight__EM4A\+{zoom:1.2}}.UnityQuestionViewModal_didYouKnowWrapper__Fs46O{bottom:12vh;width:100%;display:flex;justify-content:center;padding-left:1.2svh;padding-right:1.2svh;margin-top:2svh;max-width:380px}
.UnityBlockBlastView_moves__cGNGK{font-size:1.8svh;font-weight:500}@media screen and (max-height: 660px)and (orientation: landscape){.UnityBlockBlastView_moves__cGNGK{font-size:3.2svh}}
.UnityBubbleMergeView_moves__mbXLs{font-size:1.8svh;font-weight:500}@media screen and (max-height: 660px)and (orientation: landscape){.UnityBubbleMergeView_moves__mbXLs{font-size:3.2svh}}.UnityBubbleMergeView_backBtn__ziCqF{bottom:12svh}@media screen and (max-height: 660px)and (orientation: landscape){.UnityBubbleMergeView_backBtn__ziCqF{bottom:14svh}}.UnityBubbleMergeView_restartButton__cAklr{bottom:14svh !important}.UnityBubbleMergeView_muteButton__G5brp{bottom:14svh !important;right:4svh !important;top:auto !important;top:initial !important;left:auto !important;left:initial !important}
.UnityDotConnectView_moves__9bPS1{font-size:1.8svh;font-weight:500}@media screen and (max-height: 660px)and (orientation: landscape){.UnityDotConnectView_moves__9bPS1{font-size:3.2svh}}
.UnityPlankPuzzleView_handIcon__aDkJ6{position:absolute;top:50% !important;left:70% !important;transform:translate(-50%, -50%);z-index:999;animation:UnityPlankPuzzleView_tapOnScreen__jrM6T 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite}@media screen and (max-height: 660px)and (orientation: landscape){.UnityPlankPuzzleView_handIcon__aDkJ6{top:61% !important;left:58% !important;zoom:1.5}}@keyframes UnityPlankPuzzleView_tapOnScreen__jrM6T{0%,100%{transform:translate(-50%, -50%) scale(1.3)}20%,60%{transform:translate(-50%, -45%) scale(1.5) rotate(10deg)}40%,80%{transform:translate(-50%, -50%) scale(1.3)}}
.UnityTheSkyscraperView_handIcon__w36\+A{position:absolute;top:50% !important;left:70% !important;transform:translate(-50%, -50%);z-index:999;animation:UnityTheSkyscraperView_tapOnScreen__o\+KGk 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite}@media screen and (max-height: 660px)and (orientation: landscape){.UnityTheSkyscraperView_handIcon__w36\+A{top:61% !important;left:58% !important;zoom:1.5}}@keyframes UnityTheSkyscraperView_tapOnScreen__o\+KGk{0%,100%{transform:translate(-50%, -50%) scale(1.3)}20%,60%{transform:translate(-50%, -45%) scale(1.5) rotate(10deg)}40%,80%{transform:translate(-50%, -50%) scale(1.3)}}@media screen and (max-height: 660px)and (orientation: landscape){.UnityTheSkyscraperView_bubble__T9oIT{top:0;zoom:.8;transform:translateX(-50%)}}
.UnityTileMatchView_handIcon__u9Yvz{position:absolute;top:50% !important;left:70% !important;transform:translate(-50%, -50%);z-index:999;animation:UnityTileMatchView_tapOnScreen__qcAk0 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite}@media screen and (max-height: 660px)and (orientation: landscape){.UnityTileMatchView_handIcon__u9Yvz{top:61% !important;left:58% !important;zoom:1.5}}@keyframes UnityTileMatchView_tapOnScreen__qcAk0{0%,100%{transform:translate(-50%, -50%) scale(1.3)}20%,60%{transform:translate(-50%, -45%) scale(1.5) rotate(10deg)}40%,80%{transform:translate(-50%, -50%) scale(1.3)}}
.UnityWaterSortView_handIcon__uwG1r{position:absolute;top:50% !important;left:70% !important;transform:translate(-50%, -50%);z-index:999;animation:UnityWaterSortView_tapOnScreen__D2-e9 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite}@media screen and (max-height: 660px)and (orientation: landscape){.UnityWaterSortView_handIcon__uwG1r{top:61% !important;left:58% !important;zoom:1.5}}@keyframes UnityWaterSortView_tapOnScreen__D2-e9{0%,100%{transform:translate(-50%, -50%) scale(1.3)}20%,60%{transform:translate(-50%, -45%) scale(1.5) rotate(10deg)}40%,80%{transform:translate(-50%, -50%) scale(1.3)}}
.HubLCQuestionView_wrapper__wVHA0{border-top-left-radius:16px;border-top-right-radius:16px;min-height:100svh;height:auto;display:flex;background:#fff;flex-direction:column}@media screen and (max-height: 660px)and (orientation: landscape){.HubLCQuestionView_wrapper__wVHA0{min-height:auto;width:100%}}.HubLCQuestionView_buttonContainer__ptR9H{max-width:450px;width:100%}.HubLCQuestionView_container__39mRq{max-width:660px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex-grow:1}@media screen and (max-height: 660px)and (orientation: landscape){.HubLCQuestionView_container__39mRq{max-width:100%}}.HubLCQuestionView_questionOptions__iK47T{display:flex;flex-direction:column;gap:16px}@media screen and (max-height: 660px)and (orientation: landscape){.HubLCQuestionView_questionOptions__iK47T{grid-gap:8px;gap:8px;display:grid;grid-template-columns:repeat(2, 1fr)}}.HubLCQuestionView_rewardsWrapper__jOcwp{background:#fff;box-shadow:0px 6.6501px 5.32008px rgba(0,0,0,.0282725),0px 2.76726px 2.21381px rgba(0,0,0,.0196802);border-radius:16px;padding:16px;margin-top:auto;position:relative;overflow:hidden}.HubLCQuestionView_rewardsTitle__PTAXc{font-weight:600;font-size:14px;line-height:160%;padding-bottom:16px;z-index:1;position:relative}.HubLCQuestionView_dots__y\+MN\+{width:1px;height:50px;margin-top:10px;border-left:1px dashed rgba(13,47,113,.7019607843);position:absolute;left:25.5px}.HubLCQuestionView_dotsLight__Xwxt2{width:1px;height:50px;margin-top:10px;border-left:1px dashed #edf4ff;position:absolute;left:25.5px}.HubLCQuestionView_completedWrapper__V-9ai{display:flex;flex-direction:column;margin-top:32px}.HubLCQuestionView_image__gxQLB{width:100%;display:flex}.HubLCQuestionView_image__gxQLB svg{margin-left:auto;margin-right:auto}.HubLCQuestionView_completedText__dPU-p{font-weight:600;font-size:22px;line-height:130%;padding-top:24px;justify-content:center;text-align:center}.HubLCQuestionView_ellipse1__YuL1J{width:124px;height:124px;position:absolute;border-radius:200px;top:-48px;right:32px;background:#edf4ff;opacity:.3}.HubLCQuestionView_ellipse2__wIxAr{width:63px;height:63px;position:absolute;border-radius:200px;bottom:-23px;right:38px;background:#edf4ff;opacity:.3}.HubLCQuestionView_questionContainer__hsNfi{overflow:auto;display:flex;flex-direction:column;justify-content:space-between;max-width:450px}.HubLCQuestionView_questionContent__gpl9S{display:flex;flex-direction:column;gap:20px;padding:16px}.HubLCQuestionView_buttons__21HAS{padding:0 2vh 4vh;max-width:450px;width:100%}.HubLCQuestionView_buttons__21HAS button{width:100%;margin-top:24px}.HubLCQuestionView_bottomSection__H7J3-{width:100%;display:flex;flex-direction:column;position:absolute;left:0px;bottom:0px;margin-left:auto;margin-right:auto;padding:24px 16px}.HubLCQuestionView_bottomSection--answered__qI7Iw{background:#edf4ff}.HubLCQuestionView_backButton__iEeen{padding:16px;padding-top:32px;position:absolute}.HubLCQuestionView_wordGameBottomSection__QcQn8{width:100%;display:flex;flex-direction:column;padding:24px 16px;max-width:660px;align-items:center}.HubLCQuestionView_wordGameBottomSection--answered__8UfkZ{background:#edf4ff}@media screen and (max-height: 660px)and (orientation: landscape){.HubLCQuestionView_wordGameBottomSection__QcQn8{padding-bottom:24px;position:relative;width:100%;margin-right:0;margin-bottom:0px;max-width:none;max-width:initial}.HubLCQuestionView_wordGameBottomSection--answered__8UfkZ{background:#edf4ff}}.HubLCQuestionView_explanationTitle__hSvDI{font-weight:600;padding-bottom:12px}.HubLCQuestionView_explanationText__YsyRd{line-height:150%}.HubLCQuestionView_green__rF-mE{color:#17c993}.HubLCQuestionView_red__LUtuc{color:#ff2055}.HubLCQuestionView_progress__zKscH{display:flex;gap:8px;align-items:center;justify-content:center;font-size:14px;font-style:normal;font-weight:600;margin-bottom:30px;padding-top:32px}.HubLCQuestionView_progress__bar__rqNtg{width:136px;height:8px;border-radius:100px;background:#d8e7ff;overflow:hidden}.HubLCQuestionView_progress__fill__oH0aJ{height:100%;left:0;top:0;background:#17c993;z-index:1;transition:width 1s}@media screen and (max-height: 660px)and (orientation: landscape){.HubLCQuestionView_progress__zKscH{margin-bottom:10px}}.HubLCQuestionView_title__P0rea{line-height:130%}.HubLCQuestionView_redeemContainer__qchXu{position:relative}.HubLCQuestionView_gift__G1FBa{position:relative;display:flex;justify-content:center;align-items:center;margin-left:auto;width:40px}.HubLCQuestionView_gift__bg__tHuAh{position:absolute;animation:HubLCQuestionView_rotate__bXH6c 5s linear infinite;width:56px;height:56px}@keyframes HubLCQuestionView_rotate__bXH6c{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.HubLCQuestionView_gift__image__MhMIf{width:24px;height:24px;z-index:2}
.LCAnswer_wrapper__S9sJN{display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.LCAnswer_wrapper__S9sJN:not(:first-child){padding-top:20px}.LCAnswer_isAnswered__VApqR{cursor:auto;margin-left:2px}.LCAnswer_iconWrapper__T5iQB{margin-right:16px}.LCAnswer_userAnswer__2jOvv{border:1px solid #000;padding:4px;border-radius:100px}.LCAnswer_notUserAnswer__nGYVL{margin-left:5px}.LCAnswer_icon__G4F2L svg{width:20px;height:20px}.LCAnswer_text__KlchQ{line-height:150%}.LCAnswer_textRed__lhB5W{color:#ff2055}.LCAnswer_textGreen__4IZqz{color:#17c993}
.OverviewGoals_rewardsView__avIJA{background-color:#fff;border-radius:16px;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:20px 16px;font-family:"Arial",sans-serif;width:100%;max-width:660px;margin:auto;margin-bottom:24px}.OverviewGoals_rewardItem__eV\+Ox{margin-bottom:20px;text-align:center}.OverviewGoals_header__wf2Fi{display:flex;align-items:center;justify-content:center;margin-bottom:10px}.OverviewGoals_icon__gVVUP{width:24px;height:24px;margin-right:10px}.OverviewGoals_rewardButton__IlwqC{background-color:#6200ee;color:#fff;padding:10px 20px;border-radius:20px;border:none;font-weight:bold;cursor:pointer;display:inline-block}.OverviewGoals_goal__6QyA5:not(:last-child){margin-bottom:20px}.OverviewGoals_goal__6QyA5 span{font-size:16px;font-weight:bold;line-height:130%;margin-bottom:12px}.OverviewGoals_goal__6QyA5 .OverviewGoals_goalGift__POfza{margin-left:-3px;z-index:3;width:25px;height:25px}.OverviewGoals_goalContainer__Dvdje{display:flex;flex-direction:row}.OverviewGoals_progressBarContainer__WsHZL{position:relative;width:100%}.OverviewGoals_progressBarContainer__WsHZL .OverviewGoals_btn__NIl0Y{padding:4px 24px;font-weight:600;line-height:150%;border-radius:100px;color:#fff;position:relative;overflow:hidden}.OverviewGoals_progressBarContainer__WsHZL .OverviewGoals_btn--disabled__Bvqyk{cursor:auto;pointer-events:none}.OverviewGoals_progressBarContainer__WsHZL .OverviewGoals_btn__goalFinished__8yj46{animation:OverviewGoals_bounce__Gb34R 1s infinite}.OverviewGoals_progressBarContainer__WsHZL .OverviewGoals_goalIcon__WIUX3{top:-13px;position:absolute;z-index:2}.OverviewGoals_progressBarContainer__WsHZL .OverviewGoals_indicator__Csau8{display:flex;opacity:.7}.OverviewGoals_progressBarContainer__WsHZL .OverviewGoals_indicator__full__pN3V9{margin-left:auto}.OverviewGoals_progressBarContainer__WsHZL .OverviewGoals_labelHover__4CciR{display:block;font-size:12px;position:absolute;top:16px;background:#edf4ff;box-shadow:0px 6.6501px 5.32008px rgba(0,0,0,.0282725),0px 2.76726px 2.21381px rgba(0,0,0,.0196802);padding:5px;border-radius:5px}.OverviewGoals_progressBarContainer__WsHZL .OverviewGoals_labelHover__4CciR:after{content:"";position:absolute;left:22px;top:-4px;width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-bottom:4px solid #edf4ff;clear:both}.OverviewGoals_progressBarContainer__WsHZL .OverviewGoals_progressBar__Jb1W1{background-color:#edf4ff;border-radius:10px;height:20px;margin:10px 0}.OverviewGoals_progressBarContainer__WsHZL .OverviewGoals_progress__fWYXH{background-color:#82c3ff;border-radius:10px 0 0 10px;height:100%}.OverviewGoals_progressBarContainer__WsHZL .OverviewGoals_progressLabel__JzA8d{color:#0d2f71;margin-top:-25px;font-size:.85rem;text-align:center;margin-bottom:10px}.OverviewGoals_goalCompletedProgress__AD\+LE{height:78px;position:relative}.OverviewGoals_dissapearContainer__IIgVk{opacity:0;animation:OverviewGoals_hideGoalProcess__AFUqy 3.5s ease-in-out}@keyframes OverviewGoals_hideGoalProcess__AFUqy{0%,50%{opacity:1}100%{opacity:0}}.OverviewGoals_giftAnimation__qJ4hg{position:absolute;top:0;left:0;width:35px;height:35px;display:flex;margin-left:16px;margin-top:16px;z-index:2;animation:OverviewGoals_giftMovement__qisNT 3.5s ease-in-out}@keyframes OverviewGoals_giftMovement__qisNT{0%,50%{left:calc(100% - 39px);top:2px;width:25px;height:25px}100%{top:0;left:0;width:35px;height:35px}}.OverviewGoals_goalCompleted__nCy7H{display:flex;flex-direction:row;margin-bottom:16px}.OverviewGoals_goalCompleted__nCy7H .OverviewGoals_leftSideCompleted__8iPJ2{position:relative}.OverviewGoals_goalCompleted__nCy7H .OverviewGoals_leftSideCompleted__8iPJ2 .OverviewGoals_radialContainer__-cH7s{animation:OverviewGoals_showGoalRedeem__kOsqL .5s ease-in-out}.OverviewGoals_goalCompleted__nCy7H .OverviewGoals_leftSideCompleted__8iPJ2 .OverviewGoals_radial__an4xW{position:absolute;top:0;left:0;margin-left:-2px;margin-top:-9px;width:71px;height:90px;animation:OverviewGoals_rotate__InFwG 8s linear infinite}@keyframes OverviewGoals_rotate__InFwG{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.OverviewGoals_goalCompleted__nCy7H .OverviewGoals_leftSideCompleted__8iPJ2 .OverviewGoals_goalCompleteIcon__20XKW{position:relative;z-index:1;top:0;left:0;width:35px;height:35px;display:flex;margin-left:16px;margin-top:16px;justify-content:center;align-items:center;margin-right:32px}.OverviewGoals_goalCompleted__nCy7H .OverviewGoals_leftSide__SfdA1{width:30%}.OverviewGoals_goalCompleted__nCy7H .OverviewGoals_leftSide__SfdA1 svg{width:40px;height:40px}.OverviewGoals_goalCompleted__nCy7H .OverviewGoals_goalText__hHZzz{color:#0d2f71;font-size:16px;margin-left:8px;font-weight:600}.OverviewGoals_goalCompleted__nCy7H .OverviewGoals_rightSide__lu80g{display:flex;flex-direction:column;justify-content:center;width:70%;animation:OverviewGoals_showGoalRedeem__kOsqL .5s ease-in-out}.OverviewGoals_goalCompleted__nCy7H .OverviewGoals_rightSide__lu80g div{margin-bottom:12px}@keyframes OverviewGoals_showGoalRedeem__kOsqL{0%{opacity:0}100%{opacity:1}}.OverviewGoals_rewardModal__QCZdz{overflow:hidden}.OverviewGoals_rewardModal__QCZdz .OverviewGoals_rewardModalBody__03IGz{display:flex;justify-content:center;flex-direction:column;align-items:center;background:linear-gradient(350deg, #4089E1 -20%, #014DB4 85.33%);height:100dvh}.OverviewGoals_rewardModal__QCZdz .OverviewGoals_rewardModalBody__03IGz .OverviewGoals_gift__5\+gMF svg{width:150px;height:150px}.OverviewGoals_rewardModal__QCZdz .OverviewGoals_rewardModalBody__03IGz .OverviewGoals_goalText__hHZzz{color:#fff;font-size:16px;margin-left:8px;font-weight:600}.OverviewGoals_rewardContainer__KRPAu{display:flex;height:100%;width:100%;max-width:300px;flex-direction:column;justify-content:center;align-items:center}.OverviewGoals_rewardContainer__KRPAu .OverviewGoals_title__t3VBG{font-size:22px;font-style:normal;text-align:center;font-weight:600;line-height:130%;color:#fff;padding-bottom:24px;z-index:1}.OverviewGoals_rewardContainer__KRPAu .OverviewGoals_progressBar__Jb1W1{width:100%;display:flex;justify-content:center;align-items:center;border-radius:100px;padding-top:4px;padding-bottom:4px;position:relative}.OverviewGoals_rewardContainer__KRPAu .OverviewGoals_fill__KgXeu{position:absolute;left:0;background:#82c3ff;width:100%;height:100%;animation:OverviewGoals_fill-bar__KGw9S 3s ease-in;border-radius:100px}@keyframes OverviewGoals_fill-bar__KGw9S{0%{width:0}100%{width:100%}}.OverviewGoals_rewardContainer__KRPAu .OverviewGoals_progressText__VF7zQ{z-index:2}.OverviewGoals_rewardContainer__KRPAu .OverviewGoals_goalIcon__WIUX3{z-index:2;position:absolute;top:-6px;animation:OverviewGoals_goal-size__aOh2e 2.5s ease-in}@keyframes OverviewGoals_goal-size__aOh2e{0%{transform:scale(1)}70%{transform:scale(2.5)}100%{transform:scale(100)}}.OverviewGoals_goalAchieved__uUHyj{display:flex;flex-direction:column;justify-content:center;align-items:center}.OverviewGoals_goalAchieved__title__aIpSS{font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:130%;text-align:center;color:#fff;padding-top:26px}.OverviewGoals_goalAchieved__goal__YcCBA{text-align:center;padding-top:24px}.OverviewGoals_goalAchieved__animation__QtFvG{position:relative}.OverviewGoals_goalAchieved__uUHyj .OverviewGoals_giftLottie__kabNH{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:180px;height:180px;z-index:100}.OverviewGoals_giftBg__eIC1p{width:100%;height:auto;animation:OverviewGoals_roate-bg__\+oPyy 8s linear infinite;margin-bottom:64px}@keyframes OverviewGoals_roate-bg__\+oPyy{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.OverviewGoals_winnings__4mMUo{display:flex;flex-direction:column}.OverviewGoals_texts__8-Yxu{position:absolute;left:50%;top:40%;transform:translate(-50%, -50%);text-align:center}.OverviewGoals_texts__title__Z8B0K{font-size:22px;font-style:normal;font-weight:600;line-height:130%;color:#fff;padding-bottom:16px}.OverviewGoals_texts__amount__f9whF{font-size:40px;font-style:normal;font-weight:600;line-height:130%;color:#ffd43b;padding-bottom:8px}.OverviewGoals_texts__multiplier__bOVXh{font-weight:600;line-height:150%;color:#ffd43b}.OverviewGoals_button__Cjb86{opacity:0;display:block;width:100%;max-width:236px;margin-left:auto;margin-right:auto;position:relative;top:-124px}@media screen and (max-width: 660px){.OverviewGoals_button__Cjb86{top:-90px}}.OverviewGoals_coinImage__oSMAy{position:absolute;z-index:100;transform:rotate(-92deg);width:36px;height:36px}.OverviewGoals_coinWrapper__i9CKv{position:relative;height:50px;left:35px;transform:scale(0)}.OverviewGoals_coinsVisible__9tKXA{transform:scale(1);transform-origin:left center;transition:transform .5s ease-in-out}.OverviewGoals_claimButton__3NSdV{position:relative;color:red}.OverviewGoals_redeemButton__P1V3C{max-width:160px}.OverviewGoals_pig__hNcqA{position:absolute;bottom:-175px;z-index:2;left:50%;transform:translate(-50%, 0)}.OverviewGoals_pigVisible__ysvxe{animation:OverviewGoals_pig__hNcqA 3s ease-in-out}@keyframes OverviewGoals_pig__hNcqA{0%{bottom:-175px}20%{bottom:0}80%{bottom:0}100%{bottom:-175px}}.OverviewGoals_barFill__6x2n2{height:100%;position:absolute;overflow:hidden;top:0;left:0}.OverviewGoals_cashImage__D57dB{width:4.5svh;height:auto;position:relative;z-index:999;max-height:50px;max-width:50px}.OverviewGoals_cashAmount__GYRc6{height:-moz-fit-content;height:fit-content;margin-bottom:.2svh;position:relative;left:-0.8svh;padding:.4svh 1.2svh;width:100%;background:linear-gradient(90deg, rgba(0, 0, 0, 0.4) 89.5%, rgba(0, 0, 0, 0) 100%);background:var(--Linear, linear-gradient(90deg, rgba(0, 0, 0, 0.4) 89.5%, rgba(0, 0, 0, 0) 100%));text-align:right;color:#fff;font-size:1.6svh;font-weight:900}
.LCSkillCard_skill__e7k5P{position:relative;display:flex;flex-direction:row;align-items:center;width:100%;min-height:72px;height:auto;background-color:#fff;padding:16px 32px 16px 24px;margin:8px;border-radius:16px;box-shadow:0 0 10px 0 rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease}.LCSkillCard_skill__e7k5P img{width:62px;height:62px}.LCSkillCard_icon__uXEfG{position:relative}.LCSkillCard_locked__Vb0UK{position:absolute;top:0;right:0;width:32px;height:32px;background-color:#0a55ba;border-top-right-radius:16px;border-bottom-left-radius:16px}.LCSkillCard_lockIcon__\+7jBR{width:16px;height:16px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.LCSkillCard_title__E4kcH{font-weight:600;font-size:14px}.LCSkillCard_subtitle__IpotD{color:#556d9c;display:flex;align-items:center;gap:8px;font-size:12px}.LCSkillCard_subtitle--purple__xnScY{font-weight:600;color:#a055ff}.LCSkillCard_texts__bUgOA{padding-left:24px;display:flex;gap:4px;flex-direction:column;line-height:160%}.LCSkillCard_giftDisabled__0Omsj{width:20px;height:20px;opacity:.5;margin-left:8px}.LCSkillCard_checkMark__D3n6\+{position:absolute;top:12px;right:12px;width:16px;height:16px}.LCSkillCard_gift__XCj9W{position:relative;display:flex;justify-content:center;align-items:center;margin-left:auto;width:40px}.LCSkillCard_gift__bg__oqUDE{position:absolute;animation:LCSkillCard_rotate__qHww9 5s linear infinite;width:56px;height:56px}@keyframes LCSkillCard_rotate__qHww9{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.LCSkillCard_gift__image__wbi3C{width:24px;height:24px;z-index:2}.LCSkillCard_coin__ueE0W{width:24px;height:24px;margin:0 4px;vertical-align:middle}
.LCSkillsView_wrapper__lHwju{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.LCSkillsView_wrapper__lHwju .LCSkillsView_container__H2TTD{display:flex;flex-direction:column;justify-content:flex-start;max-width:450px;align-items:center;width:100%}.LCSkillsView_buttonContainer__6YZxC{width:100%;max-width:450px}.LCSkillsView_displayedTopic__4VfAi{display:flex;align-items:center;margin-left:24px;gap:24px}.LCSkillsView_displayedTopic__4VfAi img{width:72px;height:72px}.LCSkillsView_displayedTopic__4VfAi h3{font-size:18px;font-weight:600;line-height:130%}.LCSkillsView_bg__OaL9F{padding:16px;padding-bottom:100px;border-radius:16px;flex:1 1;width:100%}@media screen and (max-height: 660px)and (orientation: landscape){.LCSkillsView_bg__OaL9F{padding-right:68px}}.LCSkillsView_topicContent__BwvEf{display:flex;flex-direction:column;justify-content:center;gap:8px}.LCSkillsView_selectedTopic__p3wgx{color:#556d9c;line-height:160%;font-size:14px}.LCSkillsView_skillsContainer__5pR9g{padding-top:32px;display:flex;flex-direction:column;align-items:center;width:100%}.LCSkillsView_keys__JShes{padding-top:16px;padding-bottom:32px}.LCSkillsView_title__mmv9B{line-height:130%}
.HubLCTheoryView_wrapper__VmGzC{color:#312946;padding-left:16px;padding-right:16px;height:auto;min-height:100vh;display:flex;flex-direction:column}@media screen and (max-height: 660px)and (orientation: landscape){.HubLCTheoryView_wrapper__VmGzC{min-height:auto;height:auto}}.HubLCTheoryView_wrapper__VmGzC img{width:40px;height:40px}.HubLCTheoryView_container__dW8jJ{max-width:660px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;height:100%;min-height:100vh;flex-grow:1;width:100%}@media screen and (max-height: 660px)and (orientation: landscape){.HubLCTheoryView_container__dW8jJ{max-width:none;max-width:initial;width:100%;padding-right:32px;margin-left:0;height:100%;min-height:100vh}}.HubLCTheoryView_wrapperContainer__46gFT{padding-bottom:24px;position:relative}.HubLCTheoryView_displayedSkill__gJqi6{display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;background:rgba(255,255,255,.3);padding:12px 24px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;gap:16px;font-weight:600;margin-bottom:12px;font-family:Pridi,sans-serif}.HubLCTheoryView_theoryWrapper__PINwT{display:flex;justify-content:flex-start;flex-direction:column;align-items:center;width:100%}.HubLCTheoryView_theoryWrapper__PINwT .HubLCTheoryView_buttonContainer__cPsty{width:100%;max-width:450px}.HubLCTheoryView_theoryWrapper__PINwT .HubLCTheoryView_theoryContainer__wKk6O{display:flex;flex-direction:column;height:100%;flex-grow:1;max-width:450px}.HubLCTheoryView_backButton__93YXz span{opacity:.7}.HubLCTheoryView_title__gvzDt{font-size:28px;font-weight:600;line-height:130%;padding-bottom:24px}.HubLCTheoryView_description__1Q0C8{white-space:pre-wrap;max-width:100%;padding-bottom:165px;line-height:150%;z-index:1}.HubLCTheoryView_nav__9SRVS{width:90%;padding-top:24px;position:absolute;bottom:0;margin-right:16px;margin-top:auto;padding-bottom:56px;z-index:999;left:50%;transform:translateX(-50%)}.HubLCTheoryView_wordGameNav__ZSBo3{position:fixed;width:90%;bottom:0;z-index:999;left:50%;transform:translateX(-50%);margin-bottom:16px;max-width:450px;padding:24px 2vh 2vh;margin-left:auto;margin-right:auto}@media screen and (max-height: 660px)and (orientation: landscape){.HubLCTheoryView_wordGameNav__ZSBo3{margin-bottom:16px;padding-right:32px}}.HubLCTheoryView_dots__maOS4{display:flex;gap:8px;justify-content:center;align-items:center;padding-bottom:24px}.HubLCTheoryView_dot__-9VUK{width:8px;height:8px;border-radius:50%;background:#fff;opacity:.4}.HubLCTheoryView_dot--active__TOmFx{background:#ffd43b;opacity:1}.HubLCTheoryView_buttons__RPbxr{width:100%;display:flex;gap:8px;justify-content:center;align-items:center}.HubLCTheoryView_buttons__RPbxr button{width:100%}.HubLCTheoryView_bgImage__GfEUJ{position:absolute;bottom:0;left:-47px;width:375px !important;height:375px !important;opacity:.06}.HubLCTheoryView_button__NrzDB{padding:12px 24px;box-shadow:0px 41.778px 33.422px 0px rgba(0,0,0,.05),0px 22.336px 17.869px 0px rgba(0,0,0,.04),0px 12.522px 10.017px 0px rgba(0,0,0,.04),0px 6.65px 5.32px 0px rgba(0,0,0,.03),0px 2.767px 2.214px 0px rgba(0,0,0,.02)}.HubLCTheoryView_button__NrzDB:hover{opacity:1}
@keyframes LCTopicsView_pulse__kncjS{0%{transform:scale(0.95)}50%{transform:scale(1.1)}100%{transform:scale(0.95)}}.LCTopicsView_unlockedTopic__glDE4{animation:LCTopicsView_pulse__kncjS 1.5s infinite}.LCTopicsView_wordGameWrapper__Ihbx-{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.LCTopicsView_wrapper__DIVBs{display:grid}.LCTopicsView_bg__fdi3B{padding:16px;border-radius:16px;flex:1 1;width:100%;padding-bottom:12svh}@media screen and (max-height: 660px)and (orientation: landscape){.LCTopicsView_bg__fdi3B{padding-right:108px}}.LCTopicsView_topicsContainer__T1lL\+{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:18px;max-width:450px}.LCTopicsView_title__8u2oG{font-size:16px;font-weight:600;padding-top:12px;padding-bottom:8px}.LCTopicsView_subTitle__HNKg9{font-size:14px;color:#556d9c;display:flex;align-items:center;gap:8px}.LCTopicsView_topic__GWtqO{display:flex;position:relative;flex-direction:column;background-color:#fff;padding:0 0 16px 12px;border-radius:16px;box-shadow:0 0 10px 0 rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease;flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 40px);transition:transform .2s}.LCTopicsView_topic__GWtqO:hover{transform:scale(1.05)}.LCTopicsView_topic__GWtqO img{width:56px;height:56px;top:-8px;position:relative;border-radius:16px}.LCTopicsView_topic__content__SqUDr{position:relative;z-index:1}.LCTopicsView_leftCorner__7nGCg{position:absolute;top:0;left:0;width:54px;height:42px;background-color:#edf4ff;border-radius:12px;border-top-left-radius:16px}.LCTopicsView_locked__2WGgQ{position:absolute;top:0;right:0;width:32px;height:32px;background-color:#0a55ba;border-top-right-radius:16px;border-bottom-left-radius:16px}.LCTopicsView_locked__2WGgQ svg{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:16px;height:16px}.LCTopicsView_keys__lu23O{padding-top:16px;padding-bottom:32px}.LCTopicsView_bouncingHand__\+Xq6h{top:1.5vh !important;left:1vh !important;width:7vh}
.UnityHexaSortView_moves__VRC9y{font-size:1.8svh;font-weight:500}@media screen and (max-height: 660px)and (orientation: landscape){.UnityHexaSortView_moves__VRC9y{font-size:3.2svh}}
@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}}
