body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{font-family:Campton;font-style:normal;font-weight:900;src:url(/static/media/CamptonBlack.727df01354a2150a55f4.otf) format("opentype")}@font-face{font-family:Campton;font-style:normal;font-weight:800;src:url(/static/media/CamptonExtraBold.d150826b5fc60e42c315.otf) format("opentype")}@font-face{font-family:Campton;font-style:normal;font-weight:700;src:url(/static/media/CamptonBold.e4a2f1da59e29aab7524.otf) format("opentype")}@font-face{font-family:Campton;font-style:normal;font-weight:600;src:url(/static/media/CamptonSemiBold.41785f677b9af6d5435e.otf) format("opentype")}@font-face{font-family:Campton;font-style:normal;font-weight:500;src:url(/static/media/CamptonMedium.94bad8d8423881bced44.otf) format("opentype")}@font-face{font-family:Campton;font-style:normal;font-weight:400;src:url(/static/media/CamptonBook.a2d81bc56a7afdbfbca8.otf) format("opentype")}@font-face{font-family:Campton;font-style:normal;font-weight:300;src:url(/static/media/CamptonLight.2aa079c569d182b2ea73.otf) format("opentype")}@font-face{font-family:Campton;font-style:normal;font-weight:200;src:url(/static/media/CamptonExtraLight.be8a0443bdc57d7d3598.otf) format("opentype")}@font-face{font-family:Campton;font-style:normal;font-weight:100;src:url(/static/media/CamptonThin.5be5340ef4612e5009f7.otf) format("opentype")}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box;font-family:Campton,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;margin:0;padding:0}p{height:fit-content}#root{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:scroll;width:100%}body,html{height:100%;margin:0}body{align-items:center;background-color:#f0f0f0;display:flex;justify-content:center;touch-action:manipulation}.quiz-container{background-color:#f0f0f0;background-size:cover;color:#fff;height:fit-content;justify-content:space-between;margin:0 auto;max-width:64rem;min-height:100%;padding:1rem}.lobby-container,.quiz-container{align-items:center;display:flex;flex-direction:column;width:100%}.lobby-container{height:100%;justify-content:start}@media (max-height:1920px),(max-width:1080px){.quiz-container{transform:scale(calc(min(100vw / 1080, 100vh / 1920)))}}.loading{color:#fff;font-size:24px;font-weight:700;margin-top:100%;text-align:center}.header-container{align-items:center;display:flex;height:fit-content;justify-content:space-between;margin-top:2.5rem;position:relative;width:100%}.header-buttons{margin-top:.5rem}.close-button,.header-buttons{align-items:center;display:flex;z-index:10}.close-button{background-color:initial;border:none;cursor:pointer;height:45px;justify-content:center;width:45px}.close-icon,.exit-button{align-items:center;background-color:initial;border:none;cursor:pointer;display:flex;height:45px;justify-content:center;width:45px;z-index:10}.exit-button img{height:45px;width:45px}.timer-container{align-self:center;justify-self:center;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.circular-timer{align-items:center;border-radius:50%;display:flex;height:70px;justify-content:center;position:relative;width:70px}.timer-svg{height:100%;position:absolute;transform:rotate(0deg) scaleX(-1);width:100%}.timer-background{fill:#0000;stroke:#ffffff4d;stroke-width:3px}.timer-progress{fill:#0000;stroke:#fff;stroke-width:3px;stroke-linecap:round;transform:rotate(-90deg);transform-origin:center;transition:stroke-dashoffset .2s ease}.timer-text{color:#fff;font-size:24px;font-weight:700;margin-bottom:-4px;position:relative}.score-container{z-index:10}.score{align-items:center;background-color:#fff;border-radius:30px;color:#333;display:flex;font-size:1.25rem;font-weight:800;justify-content:center;padding:10px}.score p{display:flex;height:fit-content;margin-block:0;margin:0 0 -4px}.coin-icon{margin-right:8px;width:2rem}.content-container{align-items:center;align-self:center;display:flex;flex:1 1;flex-direction:column;gap:2rem;justify-content:center;margin-top:0;width:100%;z-index:1}.question-content{align-items:left;display:flex;flex-direction:column;gap:.5rem;width:100%}.question-number{align-self:flex-start;color:#ffffffe6;font-size:18px;font-weight:400}.question-text{align-self:flex-start;font-size:30px;font-weight:700;line-height:1.2;text-align:left;width:100%}.options-container{display:flex;flex-direction:column;gap:1.5rem;width:100%}.option-button{align-items:center;background-color:#fff;border:none;border-radius:50px;box-shadow:0 8px 0 #0003;color:#2e2e2e;cursor:pointer;display:flex;font-size:18px;font-weight:700;justify-content:space-between;margin:0 auto;padding:1.5rem;position:relative;text-align:center;text-overflow:ellipsis;transition:transform .2s;-webkit-user-select:none;user-select:none;white-space:wrap;width:100%}.option-button:hover{transform:scale(1.02)}.option-button:active{background-color:#f0f0f0;transform:scale(.98)}.option-button.correct{color:#33c481}.option-button.load{background-color:#d0d0d0}.option-button.incorrect{color:#f44336}.option-text{align-items:center;display:flex;flex:1 1;justify-content:center;text-align:center}.answer-icon{position:absolute;right:1.5rem;text-align:right;width:1.5rem}.brand-logo{z-index:10}.home-logo{height:auto;margin-top:-1rem;max-width:35rem;width:100%}.start-button{background:#0000;border:none;margin-top:1rem;width:6rem}.start-button img{border-radius:50px;height:auto;max-width:40rem;width:100%}.buttons-container{align-items:center;display:flex;justify-content:space-between;width:100%}.info-button{background:#0000;border:none;width:4rem}.info-button img{border-radius:50px;height:auto;max-width:40rem;width:100%}.leaderboard-button{background:#0000;border:none;display:none;width:4rem}.leaderboard-button img{border-radius:50px;height:auto;max-width:40rem;width:100%}.sound-button{background:#0000;border:none;width:4rem}.sound-button img{border-radius:50px;height:auto;max-width:40rem;width:100%}.logo-image{height:40px;width:auto}.result-container{background-color:#fff;border-radius:20px;box-shadow:0 4px 20px #0003;color:#000;margin-top:40%;max-width:500px;padding:40px 30px;text-align:center;width:85%}.result-container h2{font-size:36px;margin-bottom:24px}.result-container p{font-size:28px;margin-bottom:40px}.restart-button{background-color:#d40000;border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:22px;font-weight:700;padding:16px 32px;-webkit-user-select:none;user-select:none}.restart-button:active{background-color:#bf0000}.option-button.load .answer-icon{display:none}@media (min-width:600px){.info-button,.leaderboard-button,.sound-button{width:6rem}.start-button{width:9rem}}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:5000}.modal-content{background:none;height:auto;max-height:100vh;max-width:64rem;padding:0;position:relative;width:100%}.modal-border-card{background:#fff;border:8px solid #d40000;border-radius:32px;height:auto;max-width:90vw;min-height:320px;padding:36px 32px;position:relative;width:420px}.modal-border-card,.modal-inner-content{align-items:center;display:flex;justify-content:center}.modal-inner-content{color:#000;flex-direction:column;inset:0;padding:36px 36px 0;position:absolute;text-align:center;z-index:1}.modal-close{background:none;border:none;cursor:pointer;height:48px;padding:0;position:absolute;right:-20px;top:-20px;width:48px;z-index:2}.modal-close-img{height:100%;width:100%}.modal-info-list{color:#000;font-size:.9rem;font-weight:500;list-style:disc inside;margin:1rem 0 0;text-align:left;z-index:2}.modal-info-list li{line-height:1.4}.leaderboard-modal{align-items:stretch;background:#fff;border:8px solid #d40000;border-radius:32px;display:flex;flex-direction:column;height:90vh;justify-content:stretch;max-height:90vh;max-width:1024px;padding:0;position:relative;width:90vw}.leaderboard-iframe{border:none;border-radius:0 0 24px 24px;flex:1 1;height:100%;min-height:400px;width:100%}.score-text{color:#000;font-size:1rem;font-weight:700;margin-top:1.5rem}.score-result{color:#000;font-size:5rem;font-weight:900}.ad-modal-overlay{align-items:center;background:#000000d9;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.ad-modal-content{align-items:center;background:#fff;border-radius:9px;display:flex;flex-direction:column;max-width:90vw;min-width:300px;overflow:hidden;padding:1px;position:relative}.ad-video-progress-bar{background-color:#e41e2b;bottom:0;height:4px;left:0;position:absolute;transition:width .2s ease}.ad-media{border-radius:8px;max-height:60vh;max-width:80vw}.ad-reward{color:#eaad0c;font-weight:700;margin-top:8px}.ad-modal-header{align-items:center;display:flex;gap:12px;position:absolute;right:12px;top:12px;z-index:20}.ad-circular-timer{position:relative}.ad-circular-timer,.ad-timer-svg{height:28px;width:28px}.ad-timer-background{stroke:#eee;stroke-width:4;fill:none}.ad-timer-progress{fill:#0000;stroke:#e41e2b;stroke-width:3px;stroke-linecap:round;transform:rotate(-90deg);transform-origin:center;transition:stroke-dashoffset .2s ease}.ad-timer-text{color:#fff;font-size:12px;left:50%;outline:#000;position:absolute;top:50%;transform:translate(-50%,-50%)}.ad-close-icon-btn{align-items:center;background:#00000080;border:none;border-radius:.25rem;color:#fff;cursor:pointer;display:flex;font-size:12px;gap:6px;justify-content:center;padding:6px 4px}.ad-close-icon-img{color:#000;height:12px;width:12px}.ad-sound-icon-btn{align-items:center;background:#00000080;border:none;border-radius:.25rem;color:#fff;cursor:pointer;display:flex;font-size:12px;gap:6px;justify-content:center;left:12px;padding:6px 4px;position:absolute;top:12px;z-index:21}.ad-sound-icon-img{height:12px;width:12px}.ad-index-info{align-self:self-start;color:#fff;font-size:12px;font-weight:400;justify-self:left;margin-left:4px;margin-top:-14px;outline:#000;text-align:left}.pause-buttons{display:flex;flex-direction:row;gap:20px;justify-content:center;margin-top:20px}.resume-button{background:#0000;border:none;width:3.75rem}.resume-button img{border-radius:50px;height:auto;max-width:40rem;width:100%}.modal-title{color:#000;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.powered-by-container{align-items:center;display:flex;justify-content:center;margin-top:2rem;width:100%}.powered-by-logo{height:3rem;margin-top:1rem;max-width:200px;opacity:.8;width:auto}.version-info{bottom:10px;color:#fff9;font-size:.75rem;font-weight:400;left:50%;position:fixed;text-shadow:1px 1px 2px #00000080;transform:translateX(-50%);z-index:1}
/*# sourceMappingURL=main.c7671e4e.css.map*/