.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}
@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}}
