@charset "UTF-8";@font-face{src:url(/fonts/anybody-italic.ttf)format("truetype");font-family:anybody;font-style:italic}@font-face{src:url(/fonts/rounded.woff2)format("woff2-variations");font-family:rounded;font-style:normal}@font-face{src:url(/fonts/bricolage-grotesque.ttf)format("truetype");font-family:bricolage-grotesque}@font-face{src:url(/fonts/sora.ttf)format("truetype");font-family:sora}@font-face{src:url(/fonts/grandstander.ttf)format("truetype");font-family:grandstander}@font-face{src:url(/fonts/inter.ttf)format("truetype");font-family:inter}@font-face{src:url(/fonts/nunito.ttf)format("truetype");font-family:nunito}@font-face{font-family:bowlby one sc;src:url(/fonts/BowlbyOneSC-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{src:url(/fonts/unbounded.ttf)format("truetype");font-family:unbounded}.rainbow{--size:200px;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;transform-origin:bottom right;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.rainbow.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.bordered-font{--fontSize:100px;--strokeWidthModifier:5;--strokeColor:#000;--fillColor:#fff;position:relative;font-size:var(--fontSize);line-height:1;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.bordered-font .bordered,.bordered-font .shadow,.bordered-font .normal{transition:.3s ease}.bordered-font .bordered,.bordered-font .shadow{-webkit-text-fill-color:var(--strokeColor);-webkit-text-stroke-width:calc(var(--fontSize)/var(--strokeWidthModifier));-webkit-text-stroke-color:var(--strokeColor);position:absolute}.bordered-font .shadow{--translate:calc(var(--fontSize) / 20);transform:translate(var(--translate),var(--translate))}.bordered-font .normal{color:var(--fillColor);position:relative}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes popIn{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rainbowPopIn{from{transform:scale(.4)}to{transform:scale(1)}}@keyframes popInSkewed{from{transform:scale(.4)skew(-10deg);opacity:0}to{transform:scale(1)skew(-10deg);opacity:1}}@keyframes buttonTap{0%{transform:scale(1)}50%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes flubber{0%{transform:scale(1)}15%{transform:scaleY(1.1)scaleX(.9)}30%{transform:scaleY(1.2)scaleX(.8)}45%{transform:scaleY(1.1)scaleX(.9)}60%{transform:scaleY(.9)scaleX(1.1)}75%{transform:scaleY(1.05)scaleX(.95)}90%{transform:scaleY(1.02)scaleX(.98)}100%{transform:scale(1)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes popDown{from{transform:translateY(calc(0px - var(--vh)/5));opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popInIcon{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(-10deg);opacity:1}}@keyframes popInIconResponse{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(10deg);opacity:1}}@keyframes crashIn{0%{transform:scale(4);opacity:1}100%{transform:scale(1);opacity:1}}@keyframes shockwave{0%{transform:scale(1);opacity:.8}25%{opacity:.6}50%{opacity:.4}75%{opacity:.2}100%{transform:scale(60);opacity:0}}@keyframes overlayPopIn{0%{transform:scale(.7);opacity:0;border-radius:20px;filter:blur(5px)}100%{transform:scale(1);opacity:1;border-radius:0;filter:blur(0)}}@keyframes sizeInEmoji{from{width:0;opacity:0}to{width:280px;opacity:1}}@keyframes jump{0%,100%{transform:translateY(0)}40%{transform:translateY(calc(0px - var(--fontSize)/10))scale(1.05)translateX(calc(var(--fontSize)/30))}}@keyframes drop{0%{transform:none}100%{transform:translateY(450px)}}body,html{height:100%;width:100%;margin:0;padding:0}#main{width:100%;height:100%;transition:.3s ease}:root{--roundedDefault:rounded, ui-rounded, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--oceanBreeze:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #00FF9A 0%, rgba(0, 166, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #00C5FF -121.45deg, #4900FF 143.16deg, #0049FF 177.07deg, #00C5FF 238.55deg, #4900FF 503.17deg);--oceanBreezeP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 0.639) 0%, color(display-p3 0 0.639 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 0 0.761 1) -121.45deg, color(display-p3 0.259 0 1) 143.16deg, color(display-p3 0 0.278 1) 177.07deg, color(display-p3 0 0.761 1) 238.55deg, color(display-p3 0.259 0 1) 503.17deg);--sunsetBlush:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FF87D5 0%, rgba(255, 180, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(255, 244, 0, 0.5) 0%, rgba(255, 74, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg);--sunsetBlushP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.561 0.824) 0%, color(display-p3 1 0.722 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.961 0/0.5) 0%, color(display-p3 1 0.361 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg);--solarFlare:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FFC400 0%, rgba(255, 244, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FFD400 -121.45deg, #FF0000 143.16deg, #FF7000 177.07deg, #FFD400 238.55deg, #FF0000 503.17deg), linear-gradient(99.09deg, #FF0000 0%, #FF9300 100%);--solarFlareP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.78 0) 0%, color(display-p3 1 0.961 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.839 0) -121.45deg, color(display-p3 1 0 0.059) 143.16deg, color(display-p3 1 0.478 0) 177.07deg, color(display-p3 1 0.839 0) 238.55deg, color(display-p3 1 0 0.059) 503.17deg), linear-gradient(99.09deg, color(display-p3 1 0.18 0) 0%, color(display-p3 1 0.6 0) 100%);--twilightDream:radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(0, 255, 255, 0.5) 0%, rgba(0, 255, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF00AC -121.45deg, #0058FF 143.16deg, #7B00FF 177.07deg, #FF00AC 238.55deg, #0058FF 503.17deg);--twilightDreamP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 1/0.5) 0%, color(display-p3 0 1 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0 0.659) -121.45deg, color(display-p3 0 0.341 1) 143.16deg, color(display-p3 0.439 0 1) 177.07deg, color(display-p3 1 0 0.659) 238.55deg, color(display-p3 0 0.341 1) 503.17deg)}*{-webkit-user-select:none;-moz-user-select:none;user-select:none}html{font-size:100%;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}body,input,textarea{font-family:var(--roundedDefault);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto}textarea{resize:none}body{margin:0;position:relative;line-height:1.2;font-size:18px;font-style:normal;text-wrap:pretty;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;position:relative;display:flex;flex-direction:column;align-items:center;text-transform:lowercase}body.lock-screen{pointer-events:none}a{color:inherit;text-decoration:none}.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;font-size:27px;color:var(--inputTextColor);color:var(--inputTextColor_P3);background:0 0;border:none;outline:none;transition:.3s ease;text-align:center;padding:10px 0;margin-bottom:calc(var(--vh)/5);text-transform:lowercase;animation:popIn .3s ease;caret-color:#fff;width:80%;align-self:center;z-index:1}.input::-moz-placeholder{-moz-transition:.3s ease;transition:.3s ease}.input::placeholder{transition:.3s ease}.input:active,.input:focus{outline:none}.input:-webkit-autofill,.input:-webkit-autofill:hover,.input:-webkit-autofill:focus{border:none;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.logo{font-style:italic;text-transform:uppercase;--fontSize:30px;--strokeWidthModifier:3.7}.logo.bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 1000}.remove-animation{animation:none!important}.non-clickable{animation:flubber .3s ease!important}.btn{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;height:72px;width:288px;padding:0 20px;margin-bottom:40px;border-radius:99px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;max-width:600px;transition:.3s ease;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);box-shadow:inset 0 0 0 3px rgba(255,255,255,.5)}.btn.popIn{animation:popIn .3s ease forwards}.btn.inactive{filter:opacity(.5);pointer-events:none}.btn.touched{animation:buttonTap .3s ease forwards;background:rgba(255,255,255,.5)}.btn .bordered-font{--fontSize:21px}.title{width:75%;font-size:30px;animation:popIn .3s ease;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}[class*=-quiztaker-landing]{display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center;position:relative}[class*=-quiztaker-landing] .logo{top:20px;--fontSize:40px}[class*=-quiztaker-landing] .title{margin-top:40px;overflow-wrap:break-word}[class*=-quiztaker-landing] .quiz-creator-image-wrapper{animation:popIn .3s ease;width:147px;height:147px;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);display:flex;justify-content:center;align-items:center;position:absolute;top:35%}[class*=-quiztaker-landing] .quiz-creator-image{animation:popIn .3s ease;width:138px;height:138px;background-size:cover}[class*=-quiztaker-landing] .quiz-stats-label{justify-content:center;display:flex;align-items:flex-end;flex-grow:1;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize);gap:0;animation:popIn .3s ease;width:80%}[class*=-quiztaker-landing] .quiz-stats-label span{color:#fff;font-size:30px;animation:bounce 1s infinite}[class*=-quiztaker-landing] .quiz-stats-label span:nth-of-type(2){animation-delay:-.75s}[class*=-whats-your-name]{display:flex;flex-direction:column;position:relative;align-items:center}[class*=-whats-your-name] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-name] .input{margin:auto 0}[class*=-whats-your-gender]{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;gap:40px}[class*=-whats-your-gender] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-gender] .title{width:70%;text-align:center;overflow-wrap:break-word}[class*=-whats-your-gender] .gender-options-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;-webkit-tap-highlight-color:transparent}[class*=-whats-your-gender] .gender-options-wrapper .gender-option{display:flex;flex-direction:column;align-items:center;gap:12px;margin:0 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;animation:popIn .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option.touched{animation:buttonTap .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option .gender-icon{font-size:107px;display:flex;align-items:center;justify-content:center;width:124px;height:140px;transition:.2s ease}[class*=-quiz] .quiz-wrapper{position:relative;width:100%;height:100%;overflow:auto;transition:.3s ease;display:flex;flex-direction:column;align-items:center;-ms-overflow-style:none;scrollbar-width:none}[class*=-quiz] .quiz-wrapper::-webkit-scrollbar{display:none}[class*=-quiz] .quiz-wrapper .quiz-header{display:flex;padding:20px;width:calc(100% - 40px);max-width:500px;animation:popDown .3s ease;justify-content:space-around}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar{height:18px;width:100%;position:relative;overflow:hidden;transition:.3s ease;margin:16px 0 9px;aspect-ratio:10/1}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{height:18px;width:0;transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-text{transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile-wrapper,[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image-wrapper{display:flex;flex-shrink:0;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:30px;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image{width:40px;height:40px;background-size:cover;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .question-wrapper{padding:0 20px 20px;display:flex;flex-direction:column;gap:calc(var(--vh)/20);flex-grow:1;justify-content:space-evenly;width:calc(100% - 40px);max-width:640px}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{animation:popIn .3s ease;position:relative;display:flex;align-items:center;justify-content:center}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{position:absolute;bottom:calc(var(--vh)/60);left:20px;z-index:10;font-size:calc(var(--vh)/10);animation:popInIcon .3s ease;transform:rotate(-10deg)}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{font-size:calc(var(--vh)/7);height:calc(var(--vh)/7);animation:popIn .3s ease}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{position:absolute;animation:popInIconResponse .3s ease;transform:rotate(10deg);--strokeColor:#fff;--fontSize:54px}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:0 0 20px 40px}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:50px 0 0 100px}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-text{animation:popIn .3s ease;text-align:center}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options{display:flex;flex-direction:column;gap:calc(var(--vh)/40)}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options.disabled{pointer-events:none}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option{min-height:60px;width:100%;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;justify-content:center;box-shadow:0 0 rgba(255,255,255,.8);transition:.3s ease;cursor:pointer;position:relative;animation:popIn .3s ease}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option .answer-option-text{font-size:20px;padding:14px 26px;transition:.3s ease;max-width:100%;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:break-word}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option-text{padding:14px 26px;transition:.3s ease}[class*=-mid-game-award]{z-index:4;position:fixed;inset:0;padding:50px 20px;display:flex;flex-direction:column;align-items:center;animation:overlayPopIn .3s ease-out;overflow:hidden;transition:.3s ease-out}[class*=-mid-game-award].closed{transform:translateY(calc(var(--vh)/5));opacity:0;border-radius:20px}[class*=-mid-game-award] .bordered-font{text-align:center}[class*=-mid-game-award] .bordered-font.streak-number{--fontSize:200px;--strokeWidthModifier:12}[class*=-mid-game-award] .bordered-font.streak-number .shadow{text-shadow:0 calc(var(--fontSize)/10)calc(var(--fontSize)/2)rgba(255,255,255,.7)}[class*=-mid-game-award] .bordered-font.streak-text{--fontSize:57px}[class*=-mid-game-award].streak-3 .bordered-font.streak-number{transform:rotate(9deg)}[class*=-mid-game-award].streak-3 .bordered-font.streak-text{transform:rotate(-4deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-number{transform:rotate(-9deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-text{transform:rotate(8deg)}[class*=-mid-game-award].streak-10 .bordered-font.streak-number{margin-top:50px;transform:rotate(-3deg);--fontSize:100px;--strokeWidthModifier:8}[class*=-mid-game-award].streak-10 .bordered-font.streak-text{transform:rotate(5deg);--fontSize:35px}[class*=-mid-game-award] .emoji{width:280px;aspect-ratio:1;position:absolute;bottom:unset;left:unset;right:unset;top:unset;transform-origin:center;z-index:1;animation:sizeInEmoji .3s ease-in-out;background-size:contain;background-repeat:no-repeat;background-position:50%}[class*=-mid-game-award] .text{flex-grow:1;display:flex;align-items:center;font-size:24px;opacity:.8;text-align:center}[class*=-mid-game-award] .btn{position:absolute;bottom:0}[class*=-mid-game-award] .bordered-font,[class*=-mid-game-award] .text,[class*=-mid-game-award] .btn{z-index:2}[class*=-leaderboard] .leaderboard-wrapper{width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;position:relative;align-items:center;overflow:hidden;gap:10px}[class*=-leaderboard] .leaderboard-wrapper .logo{position:absolute;top:20px;left:25px;--fontSize:40px}[class*=-leaderboard] .leaderboard-wrapper .score-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;transform:rotate(10deg);position:absolute;right:20px;top:30px;opacity:.8}[class*=-leaderboard] .leaderboard-wrapper .place-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:calc(var(--vh)/5);z-index:1}[class*=-leaderboard] .leaderboard-wrapper .place-container{opacity:0;animation:crashIn .2s ease-in .3s forwards;position:relative;display:flex;justify-content:center;align-items:center}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave{opacity:0;width:5px;height:5px;background:#fff;position:absolute;border-radius:50%;box-sizing:border-box;animation:shockwave .9s ease-out forwards}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(1){animation-delay:.5s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(2){animation-delay:.53s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(3){animation-delay:.56s}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.place{--strokeWidthModifier:6;--fontSize:120px;transform:rotate(-5deg)}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.out-of{--strokeWidthModifier:4;--fontSize:22px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.message{width:85%;text-align:center;margin-top:25px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper{display:flex;align-items:center;gap:32px;flex-grow:1;align-items:flex-end;margin:calc(var(--vh)/30)0 calc(var(--vh)/20);animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place{display:flex;flex-direction:column;align-items:center;gap:10px;z-index:1}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{width:80px;height:80px;border-radius:40px;display:flex;align-items:center;justify-content:center}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place{position:relative}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place:before{content:"👑";position:absolute;display:block;top:-41px;left:7px;font-size:48px;transform:rotate(-8deg)}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--fontSize:32px}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--fontSize:20px}.loading-screen{background:#fff;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;position:relative}.loading-screen.finished .loading-dots .bordered-font{animation:drop .4s ease-in forwards}.loading-screen.finished .loading-dots .bordered-font:nth-child(1){animation-delay:0s}.loading-screen.finished .loading-dots .bordered-font:nth-child(2){animation-delay:.1s}.loading-screen.finished .loading-dots .bordered-font:nth-child(3){animation-delay:.2s}.loading-screen .logo,.loading-screen .loading-dots,.loading-screen .coming-soon{z-index:2;flex-shrink:0}.loading-screen .logo{--fontSize:40px;position:absolute;top:20px}.loading-screen .rainbow{transition:.3s ease-in-out;position:absolute;bottom:0;right:0;z-index:1;animation:popIn .3s ease;--size:150vw}@media(min-width:768px){.loading-screen .rainbow{--size:1200px}}.loading-screen .loading-dots{transition:.3s ease-in;padding:20px 0;margin-bottom:calc(var(--vh)/20);flex-grow:1;display:flex;justify-content:center;align-items:center;animation:popIn .3s ease}@media(min-width:768px){.loading-screen .loading-dots{text-align:center;max-width:1200px}}.loading-screen .loading-dots>*{--fontSize:60px}.loading-screen .loading-dots .bordered-font{display:inline-block;animation:jump 1s infinite ease-in-out}.loading-screen .loading-dots .bordered-font:nth-child(1){animation-delay:0s}.loading-screen .loading-dots .bordered-font:nth-child(2){animation-delay:.2s}.loading-screen .loading-dots .bordered-font:nth-child(3){animation-delay:.4s}@font-face{src:url(/fonts/anybody-italic.ttf)format("truetype");font-family:anybody;font-style:italic}@font-face{src:url(/fonts/rounded.woff2)format("woff2-variations");font-family:rounded;font-style:normal}@font-face{src:url(/fonts/bricolage-grotesque.ttf)format("truetype");font-family:bricolage-grotesque}@font-face{src:url(/fonts/sora.ttf)format("truetype");font-family:sora}@font-face{src:url(/fonts/grandstander.ttf)format("truetype");font-family:grandstander}@font-face{src:url(/fonts/inter.ttf)format("truetype");font-family:inter}@font-face{src:url(/fonts/nunito.ttf)format("truetype");font-family:nunito}@font-face{font-family:bowlby one sc;src:url(/fonts/BowlbyOneSC-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{src:url(/fonts/unbounded.ttf)format("truetype");font-family:unbounded}.rainbow{--size:200px;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;transform-origin:bottom right;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.rainbow.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.bordered-font{--fontSize:100px;--strokeWidthModifier:5;--strokeColor:#000;--fillColor:#fff;position:relative;font-size:var(--fontSize);line-height:1;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.bordered-font .bordered,.bordered-font .shadow,.bordered-font .normal{transition:.3s ease}.bordered-font .bordered,.bordered-font .shadow{-webkit-text-fill-color:var(--strokeColor);-webkit-text-stroke-width:calc(var(--fontSize)/var(--strokeWidthModifier));-webkit-text-stroke-color:var(--strokeColor);position:absolute}.bordered-font .shadow{--translate:calc(var(--fontSize) / 20);transform:translate(var(--translate),var(--translate))}.bordered-font .normal{color:var(--fillColor);position:relative}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes popIn{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rainbowPopIn{from{transform:scale(.4)}to{transform:scale(1)}}@keyframes popInSkewed{from{transform:scale(.4)skew(-10deg);opacity:0}to{transform:scale(1)skew(-10deg);opacity:1}}@keyframes buttonTap{0%{transform:scale(1)}50%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes flubber{0%{transform:scale(1)}15%{transform:scaleY(1.1)scaleX(.9)}30%{transform:scaleY(1.2)scaleX(.8)}45%{transform:scaleY(1.1)scaleX(.9)}60%{transform:scaleY(.9)scaleX(1.1)}75%{transform:scaleY(1.05)scaleX(.95)}90%{transform:scaleY(1.02)scaleX(.98)}100%{transform:scale(1)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes popDown{from{transform:translateY(calc(0px - var(--vh)/5));opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popInIcon{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(-10deg);opacity:1}}@keyframes popInIconResponse{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(10deg);opacity:1}}@keyframes crashIn{0%{transform:scale(4);opacity:1}100%{transform:scale(1);opacity:1}}@keyframes shockwave{0%{transform:scale(1);opacity:.8}25%{opacity:.6}50%{opacity:.4}75%{opacity:.2}100%{transform:scale(60);opacity:0}}@keyframes overlayPopIn{0%{transform:scale(.7);opacity:0;border-radius:20px;filter:blur(5px)}100%{transform:scale(1);opacity:1;border-radius:0;filter:blur(0)}}@keyframes sizeInEmoji{from{width:0;opacity:0}to{width:280px;opacity:1}}@keyframes jump{0%,100%{transform:translateY(0)}40%{transform:translateY(calc(0px - var(--fontSize)/10))scale(1.05)translateX(calc(var(--fontSize)/30))}}@keyframes drop{0%{transform:none}100%{transform:translateY(450px)}}body,html{height:100%;width:100%;margin:0;padding:0}#main{width:100%;height:100%;transition:.3s ease}:root{--roundedDefault:rounded, ui-rounded, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--oceanBreeze:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #00FF9A 0%, rgba(0, 166, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #00C5FF -121.45deg, #4900FF 143.16deg, #0049FF 177.07deg, #00C5FF 238.55deg, #4900FF 503.17deg);--oceanBreezeP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 0.639) 0%, color(display-p3 0 0.639 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 0 0.761 1) -121.45deg, color(display-p3 0.259 0 1) 143.16deg, color(display-p3 0 0.278 1) 177.07deg, color(display-p3 0 0.761 1) 238.55deg, color(display-p3 0.259 0 1) 503.17deg);--sunsetBlush:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FF87D5 0%, rgba(255, 180, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(255, 244, 0, 0.5) 0%, rgba(255, 74, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg);--sunsetBlushP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.561 0.824) 0%, color(display-p3 1 0.722 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.961 0/0.5) 0%, color(display-p3 1 0.361 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg);--solarFlare:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FFC400 0%, rgba(255, 244, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FFD400 -121.45deg, #FF0000 143.16deg, #FF7000 177.07deg, #FFD400 238.55deg, #FF0000 503.17deg), linear-gradient(99.09deg, #FF0000 0%, #FF9300 100%);--solarFlareP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.78 0) 0%, color(display-p3 1 0.961 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.839 0) -121.45deg, color(display-p3 1 0 0.059) 143.16deg, color(display-p3 1 0.478 0) 177.07deg, color(display-p3 1 0.839 0) 238.55deg, color(display-p3 1 0 0.059) 503.17deg), linear-gradient(99.09deg, color(display-p3 1 0.18 0) 0%, color(display-p3 1 0.6 0) 100%);--twilightDream:radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(0, 255, 255, 0.5) 0%, rgba(0, 255, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF00AC -121.45deg, #0058FF 143.16deg, #7B00FF 177.07deg, #FF00AC 238.55deg, #0058FF 503.17deg);--twilightDreamP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 1/0.5) 0%, color(display-p3 0 1 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0 0.659) -121.45deg, color(display-p3 0 0.341 1) 143.16deg, color(display-p3 0.439 0 1) 177.07deg, color(display-p3 1 0 0.659) 238.55deg, color(display-p3 0 0.341 1) 503.17deg)}*{-webkit-user-select:none;-moz-user-select:none;user-select:none}html{font-size:100%;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}body,input,textarea{font-family:var(--roundedDefault);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto}textarea{resize:none}body{margin:0;position:relative;line-height:1.2;font-size:18px;font-style:normal;text-wrap:pretty;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;position:relative;display:flex;flex-direction:column;align-items:center;text-transform:lowercase}body.lock-screen{pointer-events:none}a{color:inherit;text-decoration:none}.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;font-size:27px;color:var(--inputTextColor);color:var(--inputTextColor_P3);background:0 0;border:none;outline:none;transition:.3s ease;text-align:center;padding:10px 0;margin-bottom:calc(var(--vh)/5);text-transform:lowercase;animation:popIn .3s ease;caret-color:#fff;width:80%;align-self:center;z-index:1}.input::-moz-placeholder{-moz-transition:.3s ease;transition:.3s ease}.input::placeholder{transition:.3s ease}.input:active,.input:focus{outline:none}.input:-webkit-autofill,.input:-webkit-autofill:hover,.input:-webkit-autofill:focus{border:none;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.logo{font-style:italic;text-transform:uppercase;--fontSize:30px;--strokeWidthModifier:3.7}.logo.bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 1000}.remove-animation{animation:none!important}.non-clickable{animation:flubber .3s ease!important}.btn{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;height:72px;width:288px;padding:0 20px;margin-bottom:40px;border-radius:99px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;max-width:600px;transition:.3s ease;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);box-shadow:inset 0 0 0 3px rgba(255,255,255,.5)}.btn.popIn{animation:popIn .3s ease forwards}.btn.inactive{filter:opacity(.5);pointer-events:none}.btn.touched{animation:buttonTap .3s ease forwards;background:rgba(255,255,255,.5)}.btn .bordered-font{--fontSize:21px}.title{width:75%;font-size:30px;animation:popIn .3s ease;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}[class*=-quiztaker-landing]{display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center;position:relative}[class*=-quiztaker-landing] .logo{top:20px;--fontSize:40px}[class*=-quiztaker-landing] .title{margin-top:40px;overflow-wrap:break-word}[class*=-quiztaker-landing] .quiz-creator-image-wrapper{animation:popIn .3s ease;width:147px;height:147px;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);display:flex;justify-content:center;align-items:center;position:absolute;top:35%}[class*=-quiztaker-landing] .quiz-creator-image{animation:popIn .3s ease;width:138px;height:138px;background-size:cover}[class*=-quiztaker-landing] .quiz-stats-label{justify-content:center;display:flex;align-items:flex-end;flex-grow:1;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize);gap:0;animation:popIn .3s ease;width:80%}[class*=-quiztaker-landing] .quiz-stats-label span{color:#fff;font-size:30px;animation:bounce 1s infinite}[class*=-quiztaker-landing] .quiz-stats-label span:nth-of-type(2){animation-delay:-.75s}[class*=-whats-your-name]{display:flex;flex-direction:column;position:relative;align-items:center}[class*=-whats-your-name] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-name] .input{margin:auto 0}[class*=-whats-your-gender]{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;gap:40px}[class*=-whats-your-gender] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-gender] .title{width:70%;text-align:center;overflow-wrap:break-word}[class*=-whats-your-gender] .gender-options-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;-webkit-tap-highlight-color:transparent}[class*=-whats-your-gender] .gender-options-wrapper .gender-option{display:flex;flex-direction:column;align-items:center;gap:12px;margin:0 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;animation:popIn .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option.touched{animation:buttonTap .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option .gender-icon{font-size:107px;display:flex;align-items:center;justify-content:center;width:124px;height:140px;transition:.2s ease}[class*=-quiz] .quiz-wrapper{position:relative;width:100%;height:100%;overflow:auto;transition:.3s ease;display:flex;flex-direction:column;align-items:center;-ms-overflow-style:none;scrollbar-width:none}[class*=-quiz] .quiz-wrapper::-webkit-scrollbar{display:none}[class*=-quiz] .quiz-wrapper .quiz-header{display:flex;padding:20px;width:calc(100% - 40px);max-width:500px;animation:popDown .3s ease;justify-content:space-around}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar{height:18px;width:100%;position:relative;overflow:hidden;transition:.3s ease;margin:16px 0 9px;aspect-ratio:10/1}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{height:18px;width:0;transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-text{transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile-wrapper,[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image-wrapper{display:flex;flex-shrink:0;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:30px;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image{width:40px;height:40px;background-size:cover;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .question-wrapper{padding:0 20px 20px;display:flex;flex-direction:column;gap:calc(var(--vh)/20);flex-grow:1;justify-content:space-evenly;width:calc(100% - 40px);max-width:640px}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{animation:popIn .3s ease;position:relative;display:flex;align-items:center;justify-content:center}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{position:absolute;bottom:calc(var(--vh)/60);left:20px;z-index:10;font-size:calc(var(--vh)/10);animation:popInIcon .3s ease;transform:rotate(-10deg)}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{font-size:calc(var(--vh)/7);height:calc(var(--vh)/7);animation:popIn .3s ease}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{position:absolute;animation:popInIconResponse .3s ease;transform:rotate(10deg);--strokeColor:#fff;--fontSize:54px}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:0 0 20px 40px}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:50px 0 0 100px}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-text{animation:popIn .3s ease;text-align:center}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options{display:flex;flex-direction:column;gap:calc(var(--vh)/40)}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options.disabled{pointer-events:none}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option{min-height:60px;width:100%;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;justify-content:center;box-shadow:0 0 rgba(255,255,255,.8);transition:.3s ease;cursor:pointer;position:relative;animation:popIn .3s ease}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option .answer-option-text{font-size:20px;padding:14px 26px;transition:.3s ease;max-width:100%;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:break-word}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option-text{padding:14px 26px;transition:.3s ease}[class*=-mid-game-award]{z-index:4;position:fixed;inset:0;padding:50px 20px;display:flex;flex-direction:column;align-items:center;animation:overlayPopIn .3s ease-out;overflow:hidden;transition:.3s ease-out}[class*=-mid-game-award].closed{transform:translateY(calc(var(--vh)/5));opacity:0;border-radius:20px}[class*=-mid-game-award] .bordered-font{text-align:center}[class*=-mid-game-award] .bordered-font.streak-number{--fontSize:200px;--strokeWidthModifier:12}[class*=-mid-game-award] .bordered-font.streak-number .shadow{text-shadow:0 calc(var(--fontSize)/10)calc(var(--fontSize)/2)rgba(255,255,255,.7)}[class*=-mid-game-award] .bordered-font.streak-text{--fontSize:57px}[class*=-mid-game-award].streak-3 .bordered-font.streak-number{transform:rotate(9deg)}[class*=-mid-game-award].streak-3 .bordered-font.streak-text{transform:rotate(-4deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-number{transform:rotate(-9deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-text{transform:rotate(8deg)}[class*=-mid-game-award].streak-10 .bordered-font.streak-number{margin-top:50px;transform:rotate(-3deg);--fontSize:100px;--strokeWidthModifier:8}[class*=-mid-game-award].streak-10 .bordered-font.streak-text{transform:rotate(5deg);--fontSize:35px}[class*=-mid-game-award] .emoji{width:280px;aspect-ratio:1;position:absolute;bottom:unset;left:unset;right:unset;top:unset;transform-origin:center;z-index:1;animation:sizeInEmoji .3s ease-in-out;background-size:contain;background-repeat:no-repeat;background-position:50%}[class*=-mid-game-award] .text{flex-grow:1;display:flex;align-items:center;font-size:24px;opacity:.8;text-align:center}[class*=-mid-game-award] .btn{position:absolute;bottom:0}[class*=-mid-game-award] .bordered-font,[class*=-mid-game-award] .text,[class*=-mid-game-award] .btn{z-index:2}[class*=-leaderboard] .leaderboard-wrapper{width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;position:relative;align-items:center;overflow:hidden;gap:10px}[class*=-leaderboard] .leaderboard-wrapper .logo{position:absolute;top:20px;left:25px;--fontSize:40px}[class*=-leaderboard] .leaderboard-wrapper .score-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;transform:rotate(10deg);position:absolute;right:20px;top:30px;opacity:.8}[class*=-leaderboard] .leaderboard-wrapper .place-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:calc(var(--vh)/5);z-index:1}[class*=-leaderboard] .leaderboard-wrapper .place-container{opacity:0;animation:crashIn .2s ease-in .3s forwards;position:relative;display:flex;justify-content:center;align-items:center}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave{opacity:0;width:5px;height:5px;background:#fff;position:absolute;border-radius:50%;box-sizing:border-box;animation:shockwave .9s ease-out forwards}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(1){animation-delay:.5s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(2){animation-delay:.53s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(3){animation-delay:.56s}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.place{--strokeWidthModifier:6;--fontSize:120px;transform:rotate(-5deg)}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.out-of{--strokeWidthModifier:4;--fontSize:22px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.message{width:85%;text-align:center;margin-top:25px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper{display:flex;align-items:center;gap:32px;flex-grow:1;align-items:flex-end;margin:calc(var(--vh)/30)0 calc(var(--vh)/20);animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place{display:flex;flex-direction:column;align-items:center;gap:10px;z-index:1}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{width:80px;height:80px;border-radius:40px;display:flex;align-items:center;justify-content:center}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place{position:relative}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place:before{content:"👑";position:absolute;display:block;top:-41px;left:7px;font-size:48px;transform:rotate(-8deg)}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--fontSize:32px}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--fontSize:20px}.landing-screen{-ms-overflow-style:none;scrollbar-width:none;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;background:var(--oceanBreeze);background:var(--oceanBreezeP3);overflow:auto}.landing-screen::-webkit-scrollbar{display:none}.landing-screen .wrapper{display:flex;flex-direction:column;align-items:center;width:85%;white-space:normal;gap:30px;word-break:break-word;overflow-wrap:break-word;white-space:normal;z-index:1;padding-bottom:20px}.landing-screen .wrapper .logo{top:20px;--fontSize:40px}.landing-screen .wrapper .bordered-font.header{animation:popIn .3s ease;margin-top:40px;font-size:40px;--strokeWidthModifier:10}.landing-screen .wrapper .bordered-font.header .shadow{--translate:3px}.landing-screen .wrapper .subheader{animation:popIn .3s ease;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:25px;color:#fff;color:color(display-p3 1 1 1/1);flex-wrap:wrap}.landing-screen .wrapper .btn{box-shadow:inset 0 0 0 3px rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:rgba(255,255,255,.7);background:color(display-p3 1 1 1/.7);border-radius:99px;width:auto;padding:0 25px;height:62px;flex-shrink:0;margin-bottom:0}.landing-screen .wrapper .btn .bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;font-size:20px;--strokeColor:#000;--strokeColor_P3:#000;--fillColor:#fff;--fillColor_P3:#fff}.landing-screen .wrapper .image{animation:popIn .3s ease;width:100%;height:100%;max-width:500px}.landing-screen .wrapper .footer{animation:popIn .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding-top:20px;gap:15px}.landing-screen .wrapper .footer .footer-logo,.landing-screen .wrapper .footer .footer-copyright{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:21px;color:#fff}.landing-screen .wrapper .footer .footer-link{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 500;font-size:17px;color:rgba(255,255,255,.8);text-decoration:none}.landing-screen .rainbow{display:none}.error-screen{background:#fff;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;position:relative;gap:20px;height:100%}.error-screen .logo{z-index:2;flex-shrink:0;--fontSize:40px;position:absolute;top:20px}.error-screen .content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;width:100%;height:100%}.error-screen .text{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:25px;text-align:center}.error-screen .text,.error-screen .error{animation:popIn .2s ease-in-out}.error-screen .smiley{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 600;animation:popIn .2s ease-in-out;font-size:20px}.error-screen .btn{width:auto;height:auto;padding:20px;border:2px solid #000;box-shadow:1px 1px 0 2px #000;margin-top:auto;background:radial-gradient(99.13% 39.26% at 9.67% -8.39%,rgba(0,255,255,.5) 0%,rgba(0,255,255,0) 100%),conic-gradient(from 228.23deg at -6.62% 107.1%,#FF00AC -121.45deg,#0058FF 143.16deg,#7B00FF 177.07deg,#FF00AC 238.55deg,#0058FF 503.17deg)}.error-screen .btn.touched{box-shadow:1px 1px 0 2px #000;background:radial-gradient(99.13% 39.26% at 9.67% -8.39%,rgba(0,255,255,.5) 0%,rgba(0,255,255,0) 100%),conic-gradient(from 228.23deg at -6.62% 107.1%,#FF00AC -121.45deg,#0058FF 143.16deg,#7B00FF 177.07deg,#FF00AC 238.55deg,#0058FF 503.17deg)}@font-face{src:url(/fonts/anybody-italic.ttf)format("truetype");font-family:anybody;font-style:italic}@font-face{src:url(/fonts/rounded.woff2)format("woff2-variations");font-family:rounded;font-style:normal}@font-face{src:url(/fonts/bricolage-grotesque.ttf)format("truetype");font-family:bricolage-grotesque}@font-face{src:url(/fonts/sora.ttf)format("truetype");font-family:sora}@font-face{src:url(/fonts/grandstander.ttf)format("truetype");font-family:grandstander}@font-face{src:url(/fonts/inter.ttf)format("truetype");font-family:inter}@font-face{src:url(/fonts/nunito.ttf)format("truetype");font-family:nunito}@font-face{font-family:bowlby one sc;src:url(/fonts/BowlbyOneSC-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{src:url(/fonts/unbounded.ttf)format("truetype");font-family:unbounded}.rainbow{--size:200px;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;transform-origin:bottom right;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.rainbow.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.bordered-font{--fontSize:100px;--strokeWidthModifier:5;--strokeColor:#000;--fillColor:#fff;position:relative;font-size:var(--fontSize);line-height:1;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.bordered-font .bordered,.bordered-font .shadow,.bordered-font .normal{transition:.3s ease}.bordered-font .bordered,.bordered-font .shadow{-webkit-text-fill-color:var(--strokeColor);-webkit-text-stroke-width:calc(var(--fontSize)/var(--strokeWidthModifier));-webkit-text-stroke-color:var(--strokeColor);position:absolute}.bordered-font .shadow{--translate:calc(var(--fontSize) / 20);transform:translate(var(--translate),var(--translate))}.bordered-font .normal{color:var(--fillColor);position:relative}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes popIn{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rainbowPopIn{from{transform:scale(.4)}to{transform:scale(1)}}@keyframes popInSkewed{from{transform:scale(.4)skew(-10deg);opacity:0}to{transform:scale(1)skew(-10deg);opacity:1}}@keyframes buttonTap{0%{transform:scale(1)}50%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes flubber{0%{transform:scale(1)}15%{transform:scaleY(1.1)scaleX(.9)}30%{transform:scaleY(1.2)scaleX(.8)}45%{transform:scaleY(1.1)scaleX(.9)}60%{transform:scaleY(.9)scaleX(1.1)}75%{transform:scaleY(1.05)scaleX(.95)}90%{transform:scaleY(1.02)scaleX(.98)}100%{transform:scale(1)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes popDown{from{transform:translateY(calc(0px - var(--vh)/5));opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popInIcon{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(-10deg);opacity:1}}@keyframes popInIconResponse{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(10deg);opacity:1}}@keyframes crashIn{0%{transform:scale(4);opacity:1}100%{transform:scale(1);opacity:1}}@keyframes shockwave{0%{transform:scale(1);opacity:.8}25%{opacity:.6}50%{opacity:.4}75%{opacity:.2}100%{transform:scale(60);opacity:0}}@keyframes overlayPopIn{0%{transform:scale(.7);opacity:0;border-radius:20px;filter:blur(5px)}100%{transform:scale(1);opacity:1;border-radius:0;filter:blur(0)}}@keyframes sizeInEmoji{from{width:0;opacity:0}to{width:280px;opacity:1}}@keyframes jump{0%,100%{transform:translateY(0)}40%{transform:translateY(calc(0px - var(--fontSize)/10))scale(1.05)translateX(calc(var(--fontSize)/30))}}@keyframes drop{0%{transform:none}100%{transform:translateY(450px)}}body,html{height:100%;width:100%;margin:0;padding:0}#main{width:100%;height:100%;transition:.3s ease}:root{--roundedDefault:rounded, ui-rounded, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--oceanBreeze:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #00FF9A 0%, rgba(0, 166, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #00C5FF -121.45deg, #4900FF 143.16deg, #0049FF 177.07deg, #00C5FF 238.55deg, #4900FF 503.17deg);--oceanBreezeP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 0.639) 0%, color(display-p3 0 0.639 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 0 0.761 1) -121.45deg, color(display-p3 0.259 0 1) 143.16deg, color(display-p3 0 0.278 1) 177.07deg, color(display-p3 0 0.761 1) 238.55deg, color(display-p3 0.259 0 1) 503.17deg);--sunsetBlush:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FF87D5 0%, rgba(255, 180, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(255, 244, 0, 0.5) 0%, rgba(255, 74, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg);--sunsetBlushP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.561 0.824) 0%, color(display-p3 1 0.722 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.961 0/0.5) 0%, color(display-p3 1 0.361 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg);--solarFlare:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FFC400 0%, rgba(255, 244, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FFD400 -121.45deg, #FF0000 143.16deg, #FF7000 177.07deg, #FFD400 238.55deg, #FF0000 503.17deg), linear-gradient(99.09deg, #FF0000 0%, #FF9300 100%);--solarFlareP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.78 0) 0%, color(display-p3 1 0.961 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.839 0) -121.45deg, color(display-p3 1 0 0.059) 143.16deg, color(display-p3 1 0.478 0) 177.07deg, color(display-p3 1 0.839 0) 238.55deg, color(display-p3 1 0 0.059) 503.17deg), linear-gradient(99.09deg, color(display-p3 1 0.18 0) 0%, color(display-p3 1 0.6 0) 100%);--twilightDream:radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(0, 255, 255, 0.5) 0%, rgba(0, 255, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF00AC -121.45deg, #0058FF 143.16deg, #7B00FF 177.07deg, #FF00AC 238.55deg, #0058FF 503.17deg);--twilightDreamP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 1/0.5) 0%, color(display-p3 0 1 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0 0.659) -121.45deg, color(display-p3 0 0.341 1) 143.16deg, color(display-p3 0.439 0 1) 177.07deg, color(display-p3 1 0 0.659) 238.55deg, color(display-p3 0 0.341 1) 503.17deg)}*{-webkit-user-select:none;-moz-user-select:none;user-select:none}html{font-size:100%;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}body,input,textarea{font-family:var(--roundedDefault);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto}textarea{resize:none}body{margin:0;position:relative;line-height:1.2;font-size:18px;font-style:normal;text-wrap:pretty;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;position:relative;display:flex;flex-direction:column;align-items:center;text-transform:lowercase}body.lock-screen{pointer-events:none}a{color:inherit;text-decoration:none}.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;font-size:27px;color:var(--inputTextColor);color:var(--inputTextColor_P3);background:0 0;border:none;outline:none;transition:.3s ease;text-align:center;padding:10px 0;margin-bottom:calc(var(--vh)/5);text-transform:lowercase;animation:popIn .3s ease;caret-color:#fff;width:80%;align-self:center;z-index:1}.input::-moz-placeholder{-moz-transition:.3s ease;transition:.3s ease}.input::placeholder{transition:.3s ease}.input:active,.input:focus{outline:none}.input:-webkit-autofill,.input:-webkit-autofill:hover,.input:-webkit-autofill:focus{border:none;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.logo{font-style:italic;text-transform:uppercase;--fontSize:30px;--strokeWidthModifier:3.7}.logo.bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 1000}.remove-animation{animation:none!important}.non-clickable{animation:flubber .3s ease!important}.btn{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;height:72px;width:288px;padding:0 20px;margin-bottom:40px;border-radius:99px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;max-width:600px;transition:.3s ease;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);box-shadow:inset 0 0 0 3px rgba(255,255,255,.5)}.btn.popIn{animation:popIn .3s ease forwards}.btn.inactive{filter:opacity(.5);pointer-events:none}.btn.touched{animation:buttonTap .3s ease forwards;background:rgba(255,255,255,.5)}.btn .bordered-font{--fontSize:21px}.title{width:75%;font-size:30px;animation:popIn .3s ease;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}[class*=-quiztaker-landing]{display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center;position:relative}[class*=-quiztaker-landing] .logo{top:20px;--fontSize:40px}[class*=-quiztaker-landing] .title{margin-top:40px;overflow-wrap:break-word}[class*=-quiztaker-landing] .quiz-creator-image-wrapper{animation:popIn .3s ease;width:147px;height:147px;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);display:flex;justify-content:center;align-items:center;position:absolute;top:35%}[class*=-quiztaker-landing] .quiz-creator-image{animation:popIn .3s ease;width:138px;height:138px;background-size:cover}[class*=-quiztaker-landing] .quiz-stats-label{justify-content:center;display:flex;align-items:flex-end;flex-grow:1;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize);gap:0;animation:popIn .3s ease;width:80%}[class*=-quiztaker-landing] .quiz-stats-label span{color:#fff;font-size:30px;animation:bounce 1s infinite}[class*=-quiztaker-landing] .quiz-stats-label span:nth-of-type(2){animation-delay:-.75s}[class*=-whats-your-name]{display:flex;flex-direction:column;position:relative;align-items:center}[class*=-whats-your-name] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-name] .input{margin:auto 0}[class*=-whats-your-gender]{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;gap:40px}[class*=-whats-your-gender] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-gender] .title{width:70%;text-align:center;overflow-wrap:break-word}[class*=-whats-your-gender] .gender-options-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;-webkit-tap-highlight-color:transparent}[class*=-whats-your-gender] .gender-options-wrapper .gender-option{display:flex;flex-direction:column;align-items:center;gap:12px;margin:0 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;animation:popIn .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option.touched{animation:buttonTap .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option .gender-icon{font-size:107px;display:flex;align-items:center;justify-content:center;width:124px;height:140px;transition:.2s ease}[class*=-quiz] .quiz-wrapper{position:relative;width:100%;height:100%;overflow:auto;transition:.3s ease;display:flex;flex-direction:column;align-items:center;-ms-overflow-style:none;scrollbar-width:none}[class*=-quiz] .quiz-wrapper::-webkit-scrollbar{display:none}[class*=-quiz] .quiz-wrapper .quiz-header{display:flex;padding:20px;width:calc(100% - 40px);max-width:500px;animation:popDown .3s ease;justify-content:space-around}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar{height:18px;width:100%;position:relative;overflow:hidden;transition:.3s ease;margin:16px 0 9px;aspect-ratio:10/1}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{height:18px;width:0;transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-text{transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile-wrapper,[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image-wrapper{display:flex;flex-shrink:0;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:30px;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image{width:40px;height:40px;background-size:cover;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .question-wrapper{padding:0 20px 20px;display:flex;flex-direction:column;gap:calc(var(--vh)/20);flex-grow:1;justify-content:space-evenly;width:calc(100% - 40px);max-width:640px}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{animation:popIn .3s ease;position:relative;display:flex;align-items:center;justify-content:center}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{position:absolute;bottom:calc(var(--vh)/60);left:20px;z-index:10;font-size:calc(var(--vh)/10);animation:popInIcon .3s ease;transform:rotate(-10deg)}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{font-size:calc(var(--vh)/7);height:calc(var(--vh)/7);animation:popIn .3s ease}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{position:absolute;animation:popInIconResponse .3s ease;transform:rotate(10deg);--strokeColor:#fff;--fontSize:54px}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:0 0 20px 40px}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:50px 0 0 100px}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-text{animation:popIn .3s ease;text-align:center}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options{display:flex;flex-direction:column;gap:calc(var(--vh)/40)}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options.disabled{pointer-events:none}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option{min-height:60px;width:100%;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;justify-content:center;box-shadow:0 0 rgba(255,255,255,.8);transition:.3s ease;cursor:pointer;position:relative;animation:popIn .3s ease}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option .answer-option-text{font-size:20px;padding:14px 26px;transition:.3s ease;max-width:100%;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:break-word}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option-text{padding:14px 26px;transition:.3s ease}[class*=-mid-game-award]{z-index:4;position:fixed;inset:0;padding:50px 20px;display:flex;flex-direction:column;align-items:center;animation:overlayPopIn .3s ease-out;overflow:hidden;transition:.3s ease-out}[class*=-mid-game-award].closed{transform:translateY(calc(var(--vh)/5));opacity:0;border-radius:20px}[class*=-mid-game-award] .bordered-font{text-align:center}[class*=-mid-game-award] .bordered-font.streak-number{--fontSize:200px;--strokeWidthModifier:12}[class*=-mid-game-award] .bordered-font.streak-number .shadow{text-shadow:0 calc(var(--fontSize)/10)calc(var(--fontSize)/2)rgba(255,255,255,.7)}[class*=-mid-game-award] .bordered-font.streak-text{--fontSize:57px}[class*=-mid-game-award].streak-3 .bordered-font.streak-number{transform:rotate(9deg)}[class*=-mid-game-award].streak-3 .bordered-font.streak-text{transform:rotate(-4deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-number{transform:rotate(-9deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-text{transform:rotate(8deg)}[class*=-mid-game-award].streak-10 .bordered-font.streak-number{margin-top:50px;transform:rotate(-3deg);--fontSize:100px;--strokeWidthModifier:8}[class*=-mid-game-award].streak-10 .bordered-font.streak-text{transform:rotate(5deg);--fontSize:35px}[class*=-mid-game-award] .emoji{width:280px;aspect-ratio:1;position:absolute;bottom:unset;left:unset;right:unset;top:unset;transform-origin:center;z-index:1;animation:sizeInEmoji .3s ease-in-out;background-size:contain;background-repeat:no-repeat;background-position:50%}[class*=-mid-game-award] .text{flex-grow:1;display:flex;align-items:center;font-size:24px;opacity:.8;text-align:center}[class*=-mid-game-award] .btn{position:absolute;bottom:0}[class*=-mid-game-award] .bordered-font,[class*=-mid-game-award] .text,[class*=-mid-game-award] .btn{z-index:2}[class*=-leaderboard] .leaderboard-wrapper{width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;position:relative;align-items:center;overflow:hidden;gap:10px}[class*=-leaderboard] .leaderboard-wrapper .logo{position:absolute;top:20px;left:25px;--fontSize:40px}[class*=-leaderboard] .leaderboard-wrapper .score-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;transform:rotate(10deg);position:absolute;right:20px;top:30px;opacity:.8}[class*=-leaderboard] .leaderboard-wrapper .place-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:calc(var(--vh)/5);z-index:1}[class*=-leaderboard] .leaderboard-wrapper .place-container{opacity:0;animation:crashIn .2s ease-in .3s forwards;position:relative;display:flex;justify-content:center;align-items:center}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave{opacity:0;width:5px;height:5px;background:#fff;position:absolute;border-radius:50%;box-sizing:border-box;animation:shockwave .9s ease-out forwards}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(1){animation-delay:.5s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(2){animation-delay:.53s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(3){animation-delay:.56s}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.place{--strokeWidthModifier:6;--fontSize:120px;transform:rotate(-5deg)}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.out-of{--strokeWidthModifier:4;--fontSize:22px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.message{width:85%;text-align:center;margin-top:25px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper{display:flex;align-items:center;gap:32px;flex-grow:1;align-items:flex-end;margin:calc(var(--vh)/30)0 calc(var(--vh)/20);animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place{display:flex;flex-direction:column;align-items:center;gap:10px;z-index:1}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{width:80px;height:80px;border-radius:40px;display:flex;align-items:center;justify-content:center}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place{position:relative}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place:before{content:"👑";position:absolute;display:block;top:-41px;left:7px;font-size:48px;transform:rotate(-8deg)}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--fontSize:32px}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--fontSize:20px}.rainbow-theme{--bg:var(--twilightDream);--bg_P3:var(--twilightDreamP3);--logoStrokeColor:#000;--logoStrokeColor_P3:#000;--logoFillColor:#fff;--logoFillColor_P3:#fff;--titleTextColor:#fff;--titleTextColor_P3:#fff;--buttonBackground:rgba(#fff, 0.7);--buttonBackground_P3:color(display-p3 1 1 1 / 0.7);--buttonTextColor:#000;--buttonTextColor_P3:#000;--profilePictureBackdrop:#fff;--profilePictureBackdrop_P3:#fff;--statsLabelTextColor:rgba(#fff, 0.7);--statsLabelTextColor_P3:color(display-p3 1 1 1 / 0.7);--answerTextColor:#fff;--answerTextColor_P3:color(display-p3 1 1 1 / 1);--correctTextColor:#0a0;--correctTextColor_P3:color(display-p3 0.09 0.655 0);--incorrectTextColor:#ff0000;--incorrectTextColor_P3:color(display-p3 1 0 0);--correctBackgroundColor:#0a0;--correctBackgroundColor_P3:color(display-p3 0.09 0.655 0);--incorrectBackgroundColor:#ff0000;--incorrectBackgroundColor_P3:color(display-p3 1 0 0);--progressBarBackgroundColor:transparent;--progressBarBackgroundColor_P3:transparent;--progressBarFillColor:#fff;--progressBarFillColor_P3:color(display-p3 1 1 1 / 1);--quizBG:transparent;--quizBG_P3:transparent;--quizQuestionNumber:transparent;--quizQuestionNumber_P3:transparent;--quizQuestion:transparent;--quizQuestion_P3:transparent;--quizProgressBarProfileBackdrop:transparent;--quizProgressBarProfileBackdrop_P3:transparent;--labelBG:rgba(255, 255, 255, 0.15);--labelBG_P3:color(display-p3 1 1 1 / 0.15);--selectedLabelBG:rgba(255, 255, 255, 0.9);--selectedLabelBG_P3:color(display-p3 1 1 1 / 0.9);--touchedLabelBG:rgba(255, 255, 255, 0.4);--touchedLabelBG_P3:color(display-p3 1 1 1 / 0.4);--labelFontSize:16px;--inputTextColor:#fff;--inputTextColor_P3:color(display-p3 1 1 1 / 1);--inputPlaceholderColor:rgba(255, 255, 255, 0.5);--inputPlaceholderColor_P3:rgba(255, 255, 255, 0.5);--inputPlaceholderColorFocused:rgba(255, 255, 255, 0.25);--inputPlaceholderColorFocused_P3:rgba(255, 255, 255, 0.25);--inputFontSize:29px;--inputCaretColor:#fff;--questionTextColor:#fff;--questionTextColor_P3:color(display-p3 1 1 1 / 1);--placeTextColor:#fff;--placeTextColor_P3:color(display-p3 1 1 1 / 1);--leaderBoardTextColor:#fff;--leaderBoardTextColor_P3:color(display-p3 1 1 1 / 1);--questionTextFontSize:28px;--answerOptionFontSize:20px;--quizQuestionNumberFontSize:20px;--statsLabelFontSize:21px;--titleFontSize:24px;--buttonFontSize:22px;--scoreFontSize:30px;--correctAnswersTextFontSize:18px}.rainbow-image{display:none}.rainbow-quiztaker-landing{background:var(--bg);background:var(--bg_P3)}.rainbow-quiztaker-landing .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.rainbow-quiztaker-landing .title{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize)}.rainbow-quiztaker-landing .quiz-creator-image-wrapper{width:147px;height:147px;border-radius:50%;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);box-shadow:0 6px rgba(0,0,0,.2)}.rainbow-quiztaker-landing .quiz-creator-image{width:138px;height:138px;border-radius:50%}.rainbow-quiztaker-landing .quiz-stats-label{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize)}.rainbow-quiztaker-landing .btn{box-shadow:inset 0 0 0 3px rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);font-size:var(--buttonFontSize);border-radius:99px}.rainbow-quiztaker-landing .btn .bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;font-size:var(--buttonFontSize);--strokeColor:var(--buttonTextColor);--strokeColor_P3:var(--buttonTextColor_P3);--fillColor:#fff;--fillColor_P3:#fff}.rainbow-whats-your-name{background:var(--bg);background:var(--bg_P3)}.rainbow-whats-your-name .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.rainbow-whats-your-name .input{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;font-size:var(--inputFontSize);color:var(--inputTextColor);color:var(--inputTextColor_P3);caret-color:var(--inputCaretColor)}.rainbow-whats-your-name .input::-moz-placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.rainbow-whats-your-name .input::placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.rainbow-whats-your-name .input:active::-moz-placeholder,.rainbow-whats-your-name .input:focus::-moz-placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.rainbow-whats-your-name .input:active::placeholder,.rainbow-whats-your-name .input:focus::placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.rainbow-whats-your-name .btn{box-shadow:inset 0 0 0 3px rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);font-size:var(--buttonFontSize);border-radius:99px}.rainbow-whats-your-name .btn .bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;font-size:var(--buttonFontSize);--strokeColor:var(--buttonTextColor);--strokeColor_P3:var(--buttonTextColor_P3);--fillColor:#fff;--fillColor_P3:#fff}.rainbow-whats-your-gender{background:var(--bg);background:var(--bg_P3)}.rainbow-whats-your-gender .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.rainbow-whats-your-gender .title{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize)}.rainbow-whats-your-gender .gender-options-wrapper .gender-option.touched .gender-icon{background:var(--touchedLabelBG);background:var(--touchedLabelBG_P3)}.rainbow-whats-your-gender .gender-options-wrapper .gender-option .gender-icon{border-radius:23px;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--labelBG);background:var(--labelBG_P3)}.rainbow-whats-your-gender .gender-options-wrapper .gender-option .gender-icon.selected{background:var(--selectedLabelBG);background:var(--selectedLabelBG_P3)}.rainbow-whats-your-gender .gender-options-wrapper .gender-option .gender-label{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;font-size:var(--labelFontSize);color:var(--titleTextColor);color:var(--titleTextColor_P3)}.rainbow-quiz .question-1{--bg:#ff5e00;--bg_P3:color(display-p3 1 0.42 0);--quizQuestionNumber:#ffa400;--quizQuestionNumber_P3:color(display-p3 1 0.663 0);--answerBackgroundColor:#ff1000;--answerBackgroundColor_P3:color(display-p3 1 0.235 0);--quizProgressBarProfileBackdrop:#ff8200;--quizProgressBarProfileBackdrop_P3:color(display-p3 1 0.541 0);background:var(--bg);background:var(--bg_P3)}.rainbow-quiz .question-2{--bg:#ff9300;--bg_P3:color(display-p3 1 0.6 0);--quizQuestionNumber:#ffd400;--quizQuestionNumber_P3:color(display-p3 1 0.839 0);--answerBackgroundColor:#ff5f00;--answerBackgroundColor_P3:color(display-p3 1 0.424 0);--quizProgressBarProfileBackdrop:#ffb400;--quizProgressBarProfileBackdrop_P3:color(display-p3 1 0.722 0);background:var(--bg);background:var(--bg_P3)}.rainbow-quiz .question-3{--bg:#ffb400;--bg_P3:color(display-p3 1 0.722 0);--quizQuestionNumber:#ffea00;--quizQuestionNumber_P3:color(display-p3 1 0.922 0);--answerBackgroundColor:#ff9000;--answerBackgroundColor_P3:color(display-p3 1 0.592 0);--quizProgressBarProfileBackdrop:#ffd000;--quizProgressBarProfileBackdrop_P3:color(display-p3 1 0.824 0);background:var(--bg);background:var(--bg_P3)}.rainbow-quiz .question-4{--bg:#a3b500;--bg_P3:color(display-p3 0.651 0.71 0);--quizQuestionNumber:#deea00;--quizQuestionNumber_P3:color(display-p3 0.878 0.918 0);--answerBackgroundColor:#799400;--answerBackgroundColor_P3:color(display-p3 0.494 0.576 0);--quizProgressBarProfileBackdrop:#c0cf00;--quizProgressBarProfileBackdrop_P3:color(display-p3 0.765 0.812 0);background:var(--bg);background:var(--bg_P3)}.rainbow-quiz .question-5{--bg:#00a100;--bg_P3:color(display-p3 0 0.62 0.024);--quizQuestionNumber:#00de00;--quizQuestionNumber_P3:color(display-p3 0 0.855 0.047);--answerBackgroundColor:#007500;--answerBackgroundColor_P3:color(display-p3 0 0.451 0);--quizProgressBarProfileBackdrop:#00bf00;--quizProgressBarProfileBackdrop_P3:color(display-p3 0 0.737 0.035);background:var(--bg);background:var(--bg_P3)}.rainbow-quiz .question-6{--bg:#00a1b7;--bg_P3:color(display-p3 0 0.62 0.706);--quizQuestionNumber:#00deec;--quizQuestionNumber_P3:color(display-p3 0 0.855 0.914);--answerBackgroundColor:#007595;--answerBackgroundColor_P3:color(display-p3 0 0.451 0.573);--quizProgressBarProfileBackdrop:#00bfd2;--quizProgressBarProfileBackdrop_P3:color(display-p3 0 0.737 0.812);background:var(--bg);background:var(--bg_P3)}.rainbow-quiz .question-7{--bg:#0058ff;--bg_P3:color(display-p3 0 0.341 1);--quizQuestionNumber:#0093ff;--quizQuestionNumber_P3:color(display-p3 0 0.565 1);--answerBackgroundColor:#0042c7;--answerBackgroundColor_P3:color(display-p3 0 0.255 0.749);--quizProgressBarProfileBackdrop:#0076ff;--quizProgressBarProfileBackdrop_P3:color(display-p3 0 0.455 1);background:var(--bg);background:var(--bg_P3)}.rainbow-quiz .question-8{--bg:#7b00ff;--bg_P3:color(display-p3 0.439 0 1);--quizQuestionNumber:#c27dff;--quizQuestionNumber_P3:color(display-p3 0.722 0.502 1);--answerBackgroundColor:#5d00c7;--answerBackgroundColor_P3:color(display-p3 0.329 0 0.749);--quizProgressBarProfileBackdrop:#a039ff;--quizProgressBarProfileBackdrop_P3:color(display-p3 0.58 0.251 1);background:var(--bg);background:var(--bg_P3)}.rainbow-quiz .question-9{--quizBG:#ff00ff;--bg_P3:color(display-p3 0.922 0 1);--quizQuestionNumber:#ff93ff;--quizQuestionNumber_P3:color(display-p3 0.969 0.6 1);--answerBackgroundColor:#d300d8;--answerBackgroundColor_P3:color(display-p3 0.757 0 0.82);--quizProgressBarProfileBackdrop:#ff49ff;--quizProgressBarProfileBackdrop_P3:color(display-p3 0.949 0.349 1);background:var(--bg);background:var(--bg_P3)}.rainbow-quiz .question-10{--bg:#ff0069;--bg_P3:color(display-p3 1 0 0.42);--quizQuestionNumber:#ff93c6;--quizQuestionNumber_P3:color(display-p3 1 0.6 0.769);--answerBackgroundColor:#e50057;--answerBackgroundColor_P3:color(display-p3 0.82 0 0.345);--quizProgressBarProfileBackdrop:#ff46a0;--quizProgressBarProfileBackdrop_P3:color(display-p3 1 0.349 0.624);background:var(--bg);background:var(--bg_P3)}.rainbow-quiz .quiz-header .quiz-header-progress{max-width:200px;margin-top:15px}.rainbow-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar{background:var(--quizProgressBarProfileBackdrop);background:var(--quizProgressBarProfileBackdrop_P3);height:10px!important;border-radius:10px}.rainbow-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{background:var(--progressBarFillColor);background:var(--progressBarFillColor_P3);height:10px!important;border-radius:10px}.rainbow-quiz .quiz-header .quiz-header-progress .quiz-header-progress-text{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--quizQuestionNumber);color:var(--quizQuestionNumber_P3);font-size:var(--quizQuestionNumberFontSize)}.rainbow-quiz .quiz-header .quiz-header-user-profile,.rainbow-quiz .quiz-header .quiz-header-creator-image{width:40px;height:40px;border-radius:50%;background:var(--profilePictureBackdrop);box-shadow:0 0 0 5px var(--quizProgressBarProfileBackdrop);box-shadow:0 0 0 5px var(--quizProgressBarProfileBackdrop_P3)}.rainbow-quiz .question-wrapper .question-icon .bordered-font{position:absolute;animation:popInIconResponse .3s ease;transform:rotate(10deg);--strokeColor:#fff;--fontSize:54px}.rainbow-quiz .question-wrapper .question-icon .bordered-font.correct{z-index:1;--fillColor:var(--correctBackgroundColor);--fillColor:var(--correctBackgroundColor_P3)}.rainbow-quiz .question-wrapper .question-icon .bordered-font.incorrect{z-index:1;--fillColor:var(--incorrectBackgroundColor);--fillColor:var(--incorrectBackgroundColor_P3)}.rainbow-quiz .question-wrapper .question-text{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--questionTextFontSize);color:var(--questionTextColor);color:var(--questionTextColor_P3)}.rainbow-quiz .question-wrapper .answer-options .answer-option{border-radius:30px;background:var(--answerBackgroundColor);background:var(--answerBackgroundColor_P3)}.rainbow-quiz .question-wrapper .answer-options .answer-option.selected{box-shadow:inset 0 0 0 3px #fff}.rainbow-quiz .question-wrapper .answer-options .answer-option.incorrect,.rainbow-quiz .question-wrapper .answer-options .answer-option.correct{box-shadow:inset 0 0 transparent}.rainbow-quiz .question-wrapper .answer-options .answer-option.incorrect:after,.rainbow-quiz .question-wrapper .answer-options .answer-option.correct:after{content:"";position:absolute;width:26px;height:26px;border-radius:50%;animation:popIn .3s ease;right:17px}.rainbow-quiz .question-wrapper .answer-options .answer-option.incorrect{color:var(--incorrectTextColor);color:var(--incorrectTextColor_P3);background:#fff}.rainbow-quiz .question-wrapper .answer-options .answer-option.incorrect:after{background:var(--incorrectBackgroundColor);background:var(--incorrectBackgroundColor_P3);background-image:url(/images/incorrect.svg)}.rainbow-quiz .question-wrapper .answer-options .answer-option.correct{color:var(--correctTextColor);color:var(--correctTextColor_P3);background:#fff}.rainbow-quiz .question-wrapper .answer-options .answer-option.correct:after{background:var(--correctBackgroundColor);background:var(--correctBackgroundColor_P3);background-image:url(/images/correct.svg)}.rainbow-quiz .question-wrapper .answer-options .answer-option:not(.correct):not(.incorrect) .answer-option-text{color:var(--answerTextColor);color:var(--answerTextColor_P3)}.rainbow-quiz .question-wrapper .answer-options .answer-option .answer-option-text{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;font-size:var(--answerOptionFontSize)}.rainbow-mid-game-award .img{display:none}.rainbow-mid-game-award .bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.rainbow-mid-game-award .bordered-font.streak-number{--fontSize:200px;--strokeColor:#000;--strokeColor_P3:#000;--fillColor:#fff;--fillColor_P3:#fff}.rainbow-mid-game-award .bordered-font.streak-number .shadow{text-shadow:0 calc(var(--fontSize)/10)calc(var(--fontSize)/2)rgba(255,255,255,.7)}.rainbow-mid-game-award .bordered-font.streak-text{--fontSize:57px;--strokeColor:#000;--strokeColor_P3:#000;--fillColor:#fff;--fillColor:#fff}.rainbow-mid-game-award.streak-3{background:var(--twilightDream);background:var(--twilightDreamP3)}.rainbow-mid-game-award.streak-3 .emoji{--size:280px;display:block;opacity:1;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.rainbow-mid-game-award.streak-3 .emoji.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.rainbow-mid-game-award.streak-3 .emoji.up{top:-30px;right:-30px;transform:rotate(-90deg)}.rainbow-mid-game-award.streak-3 .emoji.down{bottom:-50px;left:-100px;transform:rotate(90deg)}.rainbow-mid-game-award.streak-5{background:var(--solarFlare);background:var(--solarFlareP3)}.rainbow-mid-game-award.streak-5 .emoji{background-image:url(/images/explosion.svg)}.rainbow-mid-game-award.streak-5 .emoji.up{top:-50px;right:-100px}.rainbow-mid-game-award.streak-5 .emoji.down{transform:scaleX(-1);bottom:-50px;left:-100px}.rainbow-mid-game-award.streak-10{background:var(--sunsetBlush);background:var(--sunsetBlushP3)}.rainbow-mid-game-award.streak-10 .emoji{background-image:url(/images/stars.svg)}.rainbow-mid-game-award.streak-10 .emoji.up{top:-50px;right:-60px}.rainbow-mid-game-award.streak-10 .emoji.down{top:150px;left:-50px}.rainbow-mid-game-award .text{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;color:var(--titleTextColor);color:var(--titleTextColor_P3)}.rainbow-mid-game-award .btn{box-shadow:inset 0 0 0 3px rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);font-size:var(--buttonFontSize);border-radius:99px}.rainbow-mid-game-award .btn .bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;font-size:var(--buttonFontSize);--strokeColor:var(--buttonTextColor);--strokeColor_P3:var(--buttonTextColor_P3);--fillColor:#fff;--fillColor_P3:#fff}.rainbow-leaderboard{background:var(--bg);background:var(--bg_P3)}.rainbow-leaderboard .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.rainbow-leaderboard .rainbow.bottom-rainbow{position:absolute;display:block!important;animation:none;transform:rotate(45deg)translate(calc(var(--size)/20),calc(var(--size)/20));transform-origin:center;right:unset;bottom:calc(0px - var(--size)/3.1);--size:110vw}.rainbow-leaderboard .rainbow.bottom-rainbow.show{opacity:1;transform:rotate(45deg)translate(0,0)}.rainbow-leaderboard .score{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--scoreFontSize)}.rainbow-leaderboard .correct-answers-text{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--correctAnswersTextFontSize)}.rainbow-leaderboard .place-wrapper .bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.rainbow-leaderboard .place-wrapper .bordered-font.place{--strokeColor:#000;--strokeColor:#000;--fillColor:var(--placeTextColor);--fillColor:var(--placeTextColor_P3)}.rainbow-leaderboard .place-wrapper .bordered-font.out-of{margin-top:10px;--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3)}.rainbow-leaderboard .place-wrapper .bordered-font.message{--strokeColor:#000;--strokeColor:#000;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3);--fontSize:var(--titleFontSize)}.rainbow-leaderboard .place-container .wave{background:#fff!important}.rainbow-leaderboard .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{background:var(--labelBG);background:var(--labelBG_P3);background:rgba(255,255,255,.1);box-shadow:inset 0 0 0 2px rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5)}.rainbow-leaderboard .best-of-wrapper .leaderboard-place .bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.rainbow-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--strokeColor:rgba(0, 0, 0, 0.1);--strokeColor:color(display-p3 0 0 0 / 0.1);--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor)}.rainbow-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--strokeColor:#000;--strokeColor:#000;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor)}.rainbow-leaderboard .btn{box-shadow:inset 0 0 0 3px rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);font-size:var(--buttonFontSize);border-radius:99px}.rainbow-leaderboard .btn .bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;font-size:var(--buttonFontSize);--strokeColor:var(--buttonTextColor);--strokeColor_P3:var(--buttonTextColor_P3);--fillColor:#fff;--fillColor_P3:#fff}@font-face{src:url(/fonts/anybody-italic.ttf)format("truetype");font-family:anybody;font-style:italic}@font-face{src:url(/fonts/rounded.woff2)format("woff2-variations");font-family:rounded;font-style:normal}@font-face{src:url(/fonts/bricolage-grotesque.ttf)format("truetype");font-family:bricolage-grotesque}@font-face{src:url(/fonts/sora.ttf)format("truetype");font-family:sora}@font-face{src:url(/fonts/grandstander.ttf)format("truetype");font-family:grandstander}@font-face{src:url(/fonts/inter.ttf)format("truetype");font-family:inter}@font-face{src:url(/fonts/nunito.ttf)format("truetype");font-family:nunito}@font-face{font-family:bowlby one sc;src:url(/fonts/BowlbyOneSC-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{src:url(/fonts/unbounded.ttf)format("truetype");font-family:unbounded}.rainbow{--size:200px;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;transform-origin:bottom right;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.rainbow.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.bordered-font{--fontSize:100px;--strokeWidthModifier:5;--strokeColor:#000;--fillColor:#fff;position:relative;font-size:var(--fontSize);line-height:1;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.bordered-font .bordered,.bordered-font .shadow,.bordered-font .normal{transition:.3s ease}.bordered-font .bordered,.bordered-font .shadow{-webkit-text-fill-color:var(--strokeColor);-webkit-text-stroke-width:calc(var(--fontSize)/var(--strokeWidthModifier));-webkit-text-stroke-color:var(--strokeColor);position:absolute}.bordered-font .shadow{--translate:calc(var(--fontSize) / 20);transform:translate(var(--translate),var(--translate))}.bordered-font .normal{color:var(--fillColor);position:relative}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes popIn{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rainbowPopIn{from{transform:scale(.4)}to{transform:scale(1)}}@keyframes popInSkewed{from{transform:scale(.4)skew(-10deg);opacity:0}to{transform:scale(1)skew(-10deg);opacity:1}}@keyframes buttonTap{0%{transform:scale(1)}50%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes flubber{0%{transform:scale(1)}15%{transform:scaleY(1.1)scaleX(.9)}30%{transform:scaleY(1.2)scaleX(.8)}45%{transform:scaleY(1.1)scaleX(.9)}60%{transform:scaleY(.9)scaleX(1.1)}75%{transform:scaleY(1.05)scaleX(.95)}90%{transform:scaleY(1.02)scaleX(.98)}100%{transform:scale(1)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes popDown{from{transform:translateY(calc(0px - var(--vh)/5));opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popInIcon{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(-10deg);opacity:1}}@keyframes popInIconResponse{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(10deg);opacity:1}}@keyframes crashIn{0%{transform:scale(4);opacity:1}100%{transform:scale(1);opacity:1}}@keyframes shockwave{0%{transform:scale(1);opacity:.8}25%{opacity:.6}50%{opacity:.4}75%{opacity:.2}100%{transform:scale(60);opacity:0}}@keyframes overlayPopIn{0%{transform:scale(.7);opacity:0;border-radius:20px;filter:blur(5px)}100%{transform:scale(1);opacity:1;border-radius:0;filter:blur(0)}}@keyframes sizeInEmoji{from{width:0;opacity:0}to{width:280px;opacity:1}}@keyframes jump{0%,100%{transform:translateY(0)}40%{transform:translateY(calc(0px - var(--fontSize)/10))scale(1.05)translateX(calc(var(--fontSize)/30))}}@keyframes drop{0%{transform:none}100%{transform:translateY(450px)}}body,html{height:100%;width:100%;margin:0;padding:0}#main{width:100%;height:100%;transition:.3s ease}:root{--roundedDefault:rounded, ui-rounded, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--oceanBreeze:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #00FF9A 0%, rgba(0, 166, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #00C5FF -121.45deg, #4900FF 143.16deg, #0049FF 177.07deg, #00C5FF 238.55deg, #4900FF 503.17deg);--oceanBreezeP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 0.639) 0%, color(display-p3 0 0.639 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 0 0.761 1) -121.45deg, color(display-p3 0.259 0 1) 143.16deg, color(display-p3 0 0.278 1) 177.07deg, color(display-p3 0 0.761 1) 238.55deg, color(display-p3 0.259 0 1) 503.17deg);--sunsetBlush:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FF87D5 0%, rgba(255, 180, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(255, 244, 0, 0.5) 0%, rgba(255, 74, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg);--sunsetBlushP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.561 0.824) 0%, color(display-p3 1 0.722 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.961 0/0.5) 0%, color(display-p3 1 0.361 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg);--solarFlare:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FFC400 0%, rgba(255, 244, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FFD400 -121.45deg, #FF0000 143.16deg, #FF7000 177.07deg, #FFD400 238.55deg, #FF0000 503.17deg), linear-gradient(99.09deg, #FF0000 0%, #FF9300 100%);--solarFlareP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.78 0) 0%, color(display-p3 1 0.961 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.839 0) -121.45deg, color(display-p3 1 0 0.059) 143.16deg, color(display-p3 1 0.478 0) 177.07deg, color(display-p3 1 0.839 0) 238.55deg, color(display-p3 1 0 0.059) 503.17deg), linear-gradient(99.09deg, color(display-p3 1 0.18 0) 0%, color(display-p3 1 0.6 0) 100%);--twilightDream:radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(0, 255, 255, 0.5) 0%, rgba(0, 255, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF00AC -121.45deg, #0058FF 143.16deg, #7B00FF 177.07deg, #FF00AC 238.55deg, #0058FF 503.17deg);--twilightDreamP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 1/0.5) 0%, color(display-p3 0 1 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0 0.659) -121.45deg, color(display-p3 0 0.341 1) 143.16deg, color(display-p3 0.439 0 1) 177.07deg, color(display-p3 1 0 0.659) 238.55deg, color(display-p3 0 0.341 1) 503.17deg)}*{-webkit-user-select:none;-moz-user-select:none;user-select:none}html{font-size:100%;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}body,input,textarea{font-family:var(--roundedDefault);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto}textarea{resize:none}body{margin:0;position:relative;line-height:1.2;font-size:18px;font-style:normal;text-wrap:pretty;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;position:relative;display:flex;flex-direction:column;align-items:center;text-transform:lowercase}body.lock-screen{pointer-events:none}a{color:inherit;text-decoration:none}.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;font-size:27px;color:var(--inputTextColor);color:var(--inputTextColor_P3);background:0 0;border:none;outline:none;transition:.3s ease;text-align:center;padding:10px 0;margin-bottom:calc(var(--vh)/5);text-transform:lowercase;animation:popIn .3s ease;caret-color:#fff;width:80%;align-self:center;z-index:1}.input::-moz-placeholder{-moz-transition:.3s ease;transition:.3s ease}.input::placeholder{transition:.3s ease}.input:active,.input:focus{outline:none}.input:-webkit-autofill,.input:-webkit-autofill:hover,.input:-webkit-autofill:focus{border:none;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.logo{font-style:italic;text-transform:uppercase;--fontSize:30px;--strokeWidthModifier:3.7}.logo.bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 1000}.remove-animation{animation:none!important}.non-clickable{animation:flubber .3s ease!important}.btn{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;height:72px;width:288px;padding:0 20px;margin-bottom:40px;border-radius:99px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;max-width:600px;transition:.3s ease;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);box-shadow:inset 0 0 0 3px rgba(255,255,255,.5)}.btn.popIn{animation:popIn .3s ease forwards}.btn.inactive{filter:opacity(.5);pointer-events:none}.btn.touched{animation:buttonTap .3s ease forwards;background:rgba(255,255,255,.5)}.btn .bordered-font{--fontSize:21px}.title{width:75%;font-size:30px;animation:popIn .3s ease;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}[class*=-quiztaker-landing]{display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center;position:relative}[class*=-quiztaker-landing] .logo{top:20px;--fontSize:40px}[class*=-quiztaker-landing] .title{margin-top:40px;overflow-wrap:break-word}[class*=-quiztaker-landing] .quiz-creator-image-wrapper{animation:popIn .3s ease;width:147px;height:147px;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);display:flex;justify-content:center;align-items:center;position:absolute;top:35%}[class*=-quiztaker-landing] .quiz-creator-image{animation:popIn .3s ease;width:138px;height:138px;background-size:cover}[class*=-quiztaker-landing] .quiz-stats-label{justify-content:center;display:flex;align-items:flex-end;flex-grow:1;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize);gap:0;animation:popIn .3s ease;width:80%}[class*=-quiztaker-landing] .quiz-stats-label span{color:#fff;font-size:30px;animation:bounce 1s infinite}[class*=-quiztaker-landing] .quiz-stats-label span:nth-of-type(2){animation-delay:-.75s}[class*=-whats-your-name]{display:flex;flex-direction:column;position:relative;align-items:center}[class*=-whats-your-name] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-name] .input{margin:auto 0}[class*=-whats-your-gender]{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;gap:40px}[class*=-whats-your-gender] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-gender] .title{width:70%;text-align:center;overflow-wrap:break-word}[class*=-whats-your-gender] .gender-options-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;-webkit-tap-highlight-color:transparent}[class*=-whats-your-gender] .gender-options-wrapper .gender-option{display:flex;flex-direction:column;align-items:center;gap:12px;margin:0 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;animation:popIn .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option.touched{animation:buttonTap .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option .gender-icon{font-size:107px;display:flex;align-items:center;justify-content:center;width:124px;height:140px;transition:.2s ease}[class*=-quiz] .quiz-wrapper{position:relative;width:100%;height:100%;overflow:auto;transition:.3s ease;display:flex;flex-direction:column;align-items:center;-ms-overflow-style:none;scrollbar-width:none}[class*=-quiz] .quiz-wrapper::-webkit-scrollbar{display:none}[class*=-quiz] .quiz-wrapper .quiz-header{display:flex;padding:20px;width:calc(100% - 40px);max-width:500px;animation:popDown .3s ease;justify-content:space-around}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar{height:18px;width:100%;position:relative;overflow:hidden;transition:.3s ease;margin:16px 0 9px;aspect-ratio:10/1}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{height:18px;width:0;transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-text{transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile-wrapper,[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image-wrapper{display:flex;flex-shrink:0;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:30px;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image{width:40px;height:40px;background-size:cover;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .question-wrapper{padding:0 20px 20px;display:flex;flex-direction:column;gap:calc(var(--vh)/20);flex-grow:1;justify-content:space-evenly;width:calc(100% - 40px);max-width:640px}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{animation:popIn .3s ease;position:relative;display:flex;align-items:center;justify-content:center}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{position:absolute;bottom:calc(var(--vh)/60);left:20px;z-index:10;font-size:calc(var(--vh)/10);animation:popInIcon .3s ease;transform:rotate(-10deg)}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{font-size:calc(var(--vh)/7);height:calc(var(--vh)/7);animation:popIn .3s ease}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{position:absolute;animation:popInIconResponse .3s ease;transform:rotate(10deg);--strokeColor:#fff;--fontSize:54px}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:0 0 20px 40px}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:50px 0 0 100px}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-text{animation:popIn .3s ease;text-align:center}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options{display:flex;flex-direction:column;gap:calc(var(--vh)/40)}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options.disabled{pointer-events:none}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option{min-height:60px;width:100%;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;justify-content:center;box-shadow:0 0 rgba(255,255,255,.8);transition:.3s ease;cursor:pointer;position:relative;animation:popIn .3s ease}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option .answer-option-text{font-size:20px;padding:14px 26px;transition:.3s ease;max-width:100%;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:break-word}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option-text{padding:14px 26px;transition:.3s ease}[class*=-mid-game-award]{z-index:4;position:fixed;inset:0;padding:50px 20px;display:flex;flex-direction:column;align-items:center;animation:overlayPopIn .3s ease-out;overflow:hidden;transition:.3s ease-out}[class*=-mid-game-award].closed{transform:translateY(calc(var(--vh)/5));opacity:0;border-radius:20px}[class*=-mid-game-award] .bordered-font{text-align:center}[class*=-mid-game-award] .bordered-font.streak-number{--fontSize:200px;--strokeWidthModifier:12}[class*=-mid-game-award] .bordered-font.streak-number .shadow{text-shadow:0 calc(var(--fontSize)/10)calc(var(--fontSize)/2)rgba(255,255,255,.7)}[class*=-mid-game-award] .bordered-font.streak-text{--fontSize:57px}[class*=-mid-game-award].streak-3 .bordered-font.streak-number{transform:rotate(9deg)}[class*=-mid-game-award].streak-3 .bordered-font.streak-text{transform:rotate(-4deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-number{transform:rotate(-9deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-text{transform:rotate(8deg)}[class*=-mid-game-award].streak-10 .bordered-font.streak-number{margin-top:50px;transform:rotate(-3deg);--fontSize:100px;--strokeWidthModifier:8}[class*=-mid-game-award].streak-10 .bordered-font.streak-text{transform:rotate(5deg);--fontSize:35px}[class*=-mid-game-award] .emoji{width:280px;aspect-ratio:1;position:absolute;bottom:unset;left:unset;right:unset;top:unset;transform-origin:center;z-index:1;animation:sizeInEmoji .3s ease-in-out;background-size:contain;background-repeat:no-repeat;background-position:50%}[class*=-mid-game-award] .text{flex-grow:1;display:flex;align-items:center;font-size:24px;opacity:.8;text-align:center}[class*=-mid-game-award] .btn{position:absolute;bottom:0}[class*=-mid-game-award] .bordered-font,[class*=-mid-game-award] .text,[class*=-mid-game-award] .btn{z-index:2}[class*=-leaderboard] .leaderboard-wrapper{width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;position:relative;align-items:center;overflow:hidden;gap:10px}[class*=-leaderboard] .leaderboard-wrapper .logo{position:absolute;top:20px;left:25px;--fontSize:40px}[class*=-leaderboard] .leaderboard-wrapper .score-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;transform:rotate(10deg);position:absolute;right:20px;top:30px;opacity:.8}[class*=-leaderboard] .leaderboard-wrapper .place-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:calc(var(--vh)/5);z-index:1}[class*=-leaderboard] .leaderboard-wrapper .place-container{opacity:0;animation:crashIn .2s ease-in .3s forwards;position:relative;display:flex;justify-content:center;align-items:center}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave{opacity:0;width:5px;height:5px;background:#fff;position:absolute;border-radius:50%;box-sizing:border-box;animation:shockwave .9s ease-out forwards}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(1){animation-delay:.5s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(2){animation-delay:.53s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(3){animation-delay:.56s}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.place{--strokeWidthModifier:6;--fontSize:120px;transform:rotate(-5deg)}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.out-of{--strokeWidthModifier:4;--fontSize:22px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.message{width:85%;text-align:center;margin-top:25px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper{display:flex;align-items:center;gap:32px;flex-grow:1;align-items:flex-end;margin:calc(var(--vh)/30)0 calc(var(--vh)/20);animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place{display:flex;flex-direction:column;align-items:center;gap:10px;z-index:1}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{width:80px;height:80px;border-radius:40px;display:flex;align-items:center;justify-content:center}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place{position:relative}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place:before{content:"👑";position:absolute;display:block;top:-41px;left:7px;font-size:48px;transform:rotate(-8deg)}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--fontSize:32px}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--fontSize:20px}.buzzy-theme{--bg:#000;--bg_P3:color(display-p3 0 0 0 / 1);--logoStrokeColor:#fff;--logoStrokeColor_P3:#fff;--logoFillColor:#000;--logoFillColor_P3:#000;--titleTextColor:#fff;--titleTextColor_P3:#fff;--buttonBackground:rgba(#fff, 1);--buttonBackground_P3:color(display-p3 1 1 1 / 1);--buttonTextColor:#000;--buttonTextColorP3:#000;--profilePictureBackdrop:rgba(#fff, 0.2);--profilePictureBackdrop_P3:color(display-p3 1 1 1 / 0.2);--statsLabelTextColor:rgba(#fff, 0.7);--statsLabelTextColor_P3:color(display-p3 1 1 1 / 0.7);--answerTextColor:#fff;--answerTextColor_P3:color(display-p3 1 1 1 / 1);--answerBackgroundColor:rgba(255, 255, 255, 0.2);--answerBackgroundColor_P3:color(display-p3 1 1 1 / 0.2);--correctTextColor:#fff;--correctTextColor_P3:color(display-p3 1 1 1 / 1);--correctBackgroundColor:linear-gradient(
    60deg,
    #b6d300 15%,
    #2cbc00 60%,
    #00b051 100%
  );--correctBackgroundColor_P3:linear-gradient(
    60deg,
    color(display-p3 0.235294 1 0 / 1) 15%,
    color(display-p3 0.235294 1 0.305882 / 1) 60%,
    color(display-p3 0.235294 1 0.47451 / 1) 100%
  );--correctBackgroundColor_P3:color(display-p3 0.235294 1 0 / 1);--incorrectTextColor:#fff;--incorrectTextColor_P3:color(display-p3 1 1 1 / 1);--incorrectBackgroundColor:linear-gradient(
    60deg,
    #ff6c2d 15%,
    #ff0000 60%,
    #ff006b 100%
  );--incorrectBackgroundColor_P3:linear-gradient(
    60deg,
    color(display-p3 1.000000 0.423529 0.176471 / 1.000000) 15%,
    color(display-p3 1.000000 0.000000 0.000000 / 1.000000) 60%,
    color(display-p3 1.000000 0.000000 0.419608 / 1.000000) 100%
  );--progressBarBackgroundColor:rgba(255, 255, 255, 0.2);--progressBarBackgroundColor_P3:color(display-p3 1 1 1 / 0.2);--progressBarFillColor:#fff;--progressBarFillColor_P3:color(display-p3 1 1 1 / 1);--quizQuestionNumber:rgba(255, 255, 255, 0.8);--quizQuestionNumber_P3:color(display-p3 1 1 1 / 0.8);--userProfileImageBackground:rgba(255, 255, 255, 1);--userProfileImageBackground_P3:color(display-p3 1 1 1 / 1);--quizProgressBarProfileBackdrop:rgba(255, 255, 255, 0.2);--quizProgressBarProfileBackdrop_P3:color(display-p3 1 1 1 / 0.2);--questionTextColor:#fff;--questionTextColor_P3:color(display-p3 1 1 1 / 1);--inputPlaceholderColor:rgba(255, 255, 255, 0.5);--inputPlaceholderColor_P3:rgba(255, 255, 255, 0.5);--inputPlaceholderColorFocused:rgba(255, 255, 255, 0.25);--inputPlaceholderColorFocused_P3:rgba(255, 255, 255, 0.25);--inputTextColor:#fff;--inputTextColor_P3:color(display-p3 1 1 1 / 1);--inputCaretColor:#fff;--labelBG:rgba(255, 255, 255, 0.15);--labelBG_P3:color(display-p3 1 1 1 / 0.15);--selectedLabelBG:rgba(255, 255, 255, 1);--selectedLabelBG_P3:color(display-p3 1 1 1 / 1);--touchedLabelBG:rgba(255, 255, 255, 0.3);--touchedLabelBG_P3:color(display-p3 1 1 1 / 0.3);--placeTextColor:#fff;--placeTextColor_P3:color(display-p3 1 1 1/ 1);--leaderBoardTextColor:#fff;--leaderBoardTextColor_P3:color(display-p3 1 1 1 / 1);--labelFontSize:16px;--titleFontSize:24px;--statsLabelFontSize:18px;--buttonFontSize:22px;--inputFontSize:23px;--quizQuestionNumberFontSize:20px;--questionTextFontSize:28px;--answerOptionFontSize:20px;--scoreFontSize:30px;--correctAnswersTextFontSize:18px}.buzzy-image{display:none}.buzzy-quiztaker-landing{background:var(--bg);background:var(--bg_P3)}.buzzy-quiztaker-landing .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.buzzy-quiztaker-landing .title{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 600;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize)}.buzzy-quiztaker-landing .quiz-creator-image-wrapper{-webkit-mask:url(/svgs/masks/buzzy-image-shadow-right.svg);mask:url(/svgs/masks/buzzy-image-shadow-right.svg);-webkit-mask-size:147px 147px;mask-size:147px 147px;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);box-shadow:0 6px rgba(0,0,0,.2)}.buzzy-quiztaker-landing .quiz-creator-image{-webkit-mask:url(/svgs/masks/buzzy-image-shadow-right.svg);mask:url(/svgs/masks/buzzy-image-shadow-right.svg);-webkit-mask-size:138px 138px;mask-size:138px 138px}.buzzy-quiztaker-landing .quiz-stats-label{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 500;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize)}.buzzy-quiztaker-landing .btn{box-shadow:3px 6px 25px 2px #ffb10a,-5px -8px 25px 2px rgba(255,50,179,.5);-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:99px}.buzzy-quiztaker-landing .btn .bordered-font{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 600;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.buzzy-whats-your-name{background:var(--bg);background:var(--bg_P3)}.buzzy-whats-your-name .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.buzzy-whats-your-name .input{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 600;font-size:var(--inputFontSize);color:var(--inputTextColor);color:var(--inputTextColor_P3);caret-color:var(--inputCaretColor)}.buzzy-whats-your-name .input::-moz-placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.buzzy-whats-your-name .input::placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.buzzy-whats-your-name .input:active::-moz-placeholder,.buzzy-whats-your-name .input:focus::-moz-placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.buzzy-whats-your-name .input:active::placeholder,.buzzy-whats-your-name .input:focus::placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.buzzy-whats-your-name .btn{box-shadow:3px 6px 25px 2px #ffb10a,-5px -8px 25px 2px rgba(255,50,179,.5);-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:99px}.buzzy-whats-your-name .btn .bordered-font{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 600;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.buzzy-whats-your-gender{background:var(--bg);background:var(--bg_P3)}.buzzy-whats-your-gender .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.buzzy-whats-your-gender .title{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 600;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize)}.buzzy-whats-your-gender .gender-options-wrapper .gender-option.touched .gender-icon{background:var(--touchedLabelBG);background:var(--touchedLabelBG_P3)}.buzzy-whats-your-gender .gender-options-wrapper .gender-option .gender-icon{width:124px;height:140px;border-radius:23px;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--labelBG);background:var(--labelBG_P3)}.buzzy-whats-your-gender .gender-options-wrapper .gender-option .gender-icon.selected{background:var(--selectedLabelBG);background:var(--selectedLabelBG_P3);box-shadow:3px 6px 25px 2px #ffb10a,-5px -8px 25px 2px rgba(255,50,179,.5)}.buzzy-whats-your-gender .gender-options-wrapper .gender-option .gender-label{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 600;font-size:var(--labelFontSize);color:var(--titleTextColor);color:var(--titleTextColor_P3)}.buzzy-quiz{background:var(--bg);background:var(--bg_P3)}.buzzy-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar{transform:skew(-10deg);background:var(--progressBarBackgroundColor);background:var(--progressBarBackgroundColor_P3);height:15px!important;max-width:210px}.buzzy-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{background:var(--progressBarFillColor);background:var(--progressBarFillColor_P3)}.buzzy-quiz .quiz-header .quiz-header-progress .quiz-header-progress-text{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;color:var(--quizQuestionNumber);color:var(--quizQuestionNumber_P3);font-size:var(--quizQuestionNumberFontSize)}.buzzy-quiz .quiz-header .quiz-header-user-profile-wrapper,.buzzy-quiz .quiz-header .quiz-header-creator-image-wrapper{width:45px;height:45px;background-color:var(--quizProgressBarProfileBackdrop);background-color:var(--quizProgressBarProfileBackdrop_P3)}.buzzy-quiz .quiz-header .quiz-header-user-profile-wrapper{-webkit-mask:url(/svgs/masks/buzzy-image-left.svg);mask:url(/svgs/masks/buzzy-image-left.svg);-webkit-mask-size:45px 45px;mask-size:45px 45px}.buzzy-quiz .quiz-header .quiz-header-creator-image-wrapper{-webkit-mask:url(/svgs/masks/buzzy-image-right.svg);mask:url(/svgs/masks/buzzy-image-right.svg);-webkit-mask-size:45px 45px;mask-size:45px 45px}.buzzy-quiz .quiz-header .quiz-header-user-profile{-webkit-mask:url(/svgs/masks/buzzy-image-left.svg);mask:url(/svgs/masks/buzzy-image-left.svg);-webkit-mask-size:40px 40px;mask-size:40px 40px}.buzzy-quiz .quiz-header .quiz-header-creator-image{-webkit-mask:url(/svgs/masks/buzzy-image-right.svg);mask:url(/svgs/masks/buzzy-image-right.svg);-webkit-mask-size:40px 40px;mask-size:40px 40px}.buzzy-quiz .quiz-header .quiz-header-user-profile,.buzzy-quiz .quiz-header .quiz-header-creator-image{width:40px;height:40px;background:var(--userProfileImageBackground);background:var(--userProfileImageBackground_P3)}.buzzy-quiz .question-wrapper{padding:0 20px 20px}.buzzy-quiz .question-wrapper .question-icon .bordered-font.correct{z-index:1;--fillColor:var(--correctBackgroundColor);--fillColor:var(--correctBackgroundColor_P3)}.buzzy-quiz .question-wrapper .question-icon .bordered-font.incorrect{z-index:1;--fillColor:hsl(0, 100%, 50%);--fillColor:color(display-p3 1.000000 0.000000 0.000000 / 1.000000)}.buzzy-quiz .question-wrapper .question-text{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;font-size:var(--questionTextFontSize);color:var(--questionTextColor);color:var(--questionTextColor_P3);letter-spacing:-.05em}.buzzy-quiz .question-wrapper .answer-options .answer-option{background:var(--answerBackgroundColor);background:var(--answerBackgroundColor_P3);animation:popInSkewed .3s ease!important;transform:skew(-10deg)}.buzzy-quiz .question-wrapper .answer-options .answer-option.selected.correct{background:var(--correctBackgroundColor);background:var(--correctBackgroundColor_P3);box-shadow:0 0 30px 1px #b6d300}.buzzy-quiz .question-wrapper .answer-options .answer-option.selected.incorrect{background:var(--incorrectBackgroundColor);background:var(--incorrectBackgroundColor_P3);box-shadow:0 0 30px 1px #ff6c2d}.buzzy-quiz .question-wrapper .answer-options .answer-option.correct{background:var(--correctBackgroundColor);background:var(--correctBackgroundColor_P3)}.buzzy-quiz .question-wrapper .answer-options .answer-option .answer-option-text{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;letter-spacing:-.05em;font-size:var(--answerOptionFontSize);color:var(--answerTextColor);color:var(--answerTextColor_P3)}.buzzy-mid-game-award{background:var(--bg);background:var(--bg_P3)}.buzzy-mid-game-award .img{display:none}.buzzy-mid-game-award .bordered-font{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.buzzy-mid-game-award .bordered-font.streak-number{--fontSize:200px;--strokeColor:#000;--strokeColor_P3:#000;--fillColor:#fff;--fillColor_P3:#fff}.buzzy-mid-game-award .bordered-font.streak-number .shadow{text-shadow:0 calc(var(--fontSize)/10)calc(var(--fontSize)/2)rgba(255,255,255,.7)}.buzzy-mid-game-award .bordered-font.streak-text{--fontSize:57px;--strokeColor:#000;--strokeColor_P3:#000;--fillColor:#fff;--fillColor:#fff}.buzzy-mid-game-award .bordered-font.streak-text .normal{background:linear-gradient(60deg,#ff00b8 15%,#ff4e74 30%,#ff7934 60%,#ffb200 100%);background:linear-gradient(60deg,color(display-p3 1 0 .721569/1) 10%,color(display-p3 1 .305882 .454902/1) 30%,color(display-p3 1 .47451 .203922/1) 60%,color(display-p3 1 .698039 0/1) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;position:relative;z-index:2}.buzzy-mid-game-award.streak-3 .emoji{background-image:url(/images/lightning.svg)}.buzzy-mid-game-award.streak-3 .emoji.up{top:-40px;right:-70px;transform:rotate(10deg)}.buzzy-mid-game-award.streak-3 .emoji.down{bottom:-10px;left:-70px}.buzzy-mid-game-award.streak-5 .emoji{background-image:url(/images/explosion.svg)}.buzzy-mid-game-award.streak-5 .emoji.up{top:-50px;right:-100px}.buzzy-mid-game-award.streak-5 .emoji.down{transform:scaleX(-1);bottom:-50px;left:-100px}.buzzy-mid-game-award.streak-10 .emoji{background-image:url(/images/stars.svg)}.buzzy-mid-game-award.streak-10 .emoji.up{top:-50px;right:-60px}.buzzy-mid-game-award.streak-10 .emoji.down{top:150px;left:-50px}.buzzy-mid-game-award .text{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;color:var(--titleTextColor);color:var(--titleTextColor_P3);text-shadow:1px 1px 2px rgba(0,0,0,.5)}.buzzy-mid-game-award .btn{box-shadow:3px 6px 25px 2px #ffb10a,-5px -8px 25px 2px rgba(255,50,179,.5);-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:99px}.buzzy-mid-game-award .btn .bordered-font{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 600;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.buzzy-leaderboard{background:var(--bg);background:var(--bg_P3)}.buzzy-leaderboard .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.buzzy-leaderboard .rainbow{display:none}.buzzy-leaderboard .score{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--scoreFontSize)}.buzzy-leaderboard .correct-answers-text{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--correctAnswersTextFontSize)}.buzzy-leaderboard .place-wrapper .bordered-font{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.buzzy-leaderboard .place-wrapper .bordered-font.place{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--placeTextColor);--fillColor:var(--placeTextColor_P3)}.buzzy-leaderboard .place-wrapper .bordered-font.place .shadow{display:none}.buzzy-leaderboard .place-wrapper .bordered-font.out-of{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3)}.buzzy-leaderboard .place-wrapper .bordered-font.message{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3);--fontSize:var(--titleFontSize)}.buzzy-leaderboard .place-wrapper .bordered-font.message .normal{background:linear-gradient(60deg,#ff00b8 15%,#ff4e74 30%,#ff7934 60%,#ffb200 100%);background:linear-gradient(60deg,color(display-p3 1 0 .721569/1) 10%,color(display-p3 1 .305882 .454902/1) 30%,color(display-p3 1 .47451 .203922/1) 60%,color(display-p3 1 .698039 0/1) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;position:relative;z-index:2}.buzzy-leaderboard .place-container .wave{background:#ffb200!important}.buzzy-leaderboard .best-of-wrapper{z-index:1}.buzzy-leaderboard .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{background:var(--labelBG);background:var(--labelBG_P3)}.buzzy-leaderboard .best-of-wrapper .leaderboard-place .bordered-font{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.buzzy-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor)}.buzzy-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor)}.buzzy-leaderboard .btn{box-shadow:3px 6px 25px 2px #ffb10a,-5px -8px 25px 2px rgba(255,50,179,.5);-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:99px}.buzzy-leaderboard .btn .bordered-font{font-family:unbounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 600;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}@font-face{src:url(/fonts/anybody-italic.ttf)format("truetype");font-family:anybody;font-style:italic}@font-face{src:url(/fonts/rounded.woff2)format("woff2-variations");font-family:rounded;font-style:normal}@font-face{src:url(/fonts/bricolage-grotesque.ttf)format("truetype");font-family:bricolage-grotesque}@font-face{src:url(/fonts/sora.ttf)format("truetype");font-family:sora}@font-face{src:url(/fonts/grandstander.ttf)format("truetype");font-family:grandstander}@font-face{src:url(/fonts/inter.ttf)format("truetype");font-family:inter}@font-face{src:url(/fonts/nunito.ttf)format("truetype");font-family:nunito}@font-face{font-family:bowlby one sc;src:url(/fonts/BowlbyOneSC-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{src:url(/fonts/unbounded.ttf)format("truetype");font-family:unbounded}.rainbow{--size:200px;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;transform-origin:bottom right;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.rainbow.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.bordered-font{--fontSize:100px;--strokeWidthModifier:5;--strokeColor:#000;--fillColor:#fff;position:relative;font-size:var(--fontSize);line-height:1;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.bordered-font .bordered,.bordered-font .shadow,.bordered-font .normal{transition:.3s ease}.bordered-font .bordered,.bordered-font .shadow{-webkit-text-fill-color:var(--strokeColor);-webkit-text-stroke-width:calc(var(--fontSize)/var(--strokeWidthModifier));-webkit-text-stroke-color:var(--strokeColor);position:absolute}.bordered-font .shadow{--translate:calc(var(--fontSize) / 20);transform:translate(var(--translate),var(--translate))}.bordered-font .normal{color:var(--fillColor);position:relative}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes popIn{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rainbowPopIn{from{transform:scale(.4)}to{transform:scale(1)}}@keyframes popInSkewed{from{transform:scale(.4)skew(-10deg);opacity:0}to{transform:scale(1)skew(-10deg);opacity:1}}@keyframes buttonTap{0%{transform:scale(1)}50%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes flubber{0%{transform:scale(1)}15%{transform:scaleY(1.1)scaleX(.9)}30%{transform:scaleY(1.2)scaleX(.8)}45%{transform:scaleY(1.1)scaleX(.9)}60%{transform:scaleY(.9)scaleX(1.1)}75%{transform:scaleY(1.05)scaleX(.95)}90%{transform:scaleY(1.02)scaleX(.98)}100%{transform:scale(1)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes popDown{from{transform:translateY(calc(0px - var(--vh)/5));opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popInIcon{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(-10deg);opacity:1}}@keyframes popInIconResponse{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(10deg);opacity:1}}@keyframes crashIn{0%{transform:scale(4);opacity:1}100%{transform:scale(1);opacity:1}}@keyframes shockwave{0%{transform:scale(1);opacity:.8}25%{opacity:.6}50%{opacity:.4}75%{opacity:.2}100%{transform:scale(60);opacity:0}}@keyframes overlayPopIn{0%{transform:scale(.7);opacity:0;border-radius:20px;filter:blur(5px)}100%{transform:scale(1);opacity:1;border-radius:0;filter:blur(0)}}@keyframes sizeInEmoji{from{width:0;opacity:0}to{width:280px;opacity:1}}@keyframes jump{0%,100%{transform:translateY(0)}40%{transform:translateY(calc(0px - var(--fontSize)/10))scale(1.05)translateX(calc(var(--fontSize)/30))}}@keyframes drop{0%{transform:none}100%{transform:translateY(450px)}}body,html{height:100%;width:100%;margin:0;padding:0}#main{width:100%;height:100%;transition:.3s ease}:root{--roundedDefault:rounded, ui-rounded, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--oceanBreeze:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #00FF9A 0%, rgba(0, 166, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #00C5FF -121.45deg, #4900FF 143.16deg, #0049FF 177.07deg, #00C5FF 238.55deg, #4900FF 503.17deg);--oceanBreezeP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 0.639) 0%, color(display-p3 0 0.639 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 0 0.761 1) -121.45deg, color(display-p3 0.259 0 1) 143.16deg, color(display-p3 0 0.278 1) 177.07deg, color(display-p3 0 0.761 1) 238.55deg, color(display-p3 0.259 0 1) 503.17deg);--sunsetBlush:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FF87D5 0%, rgba(255, 180, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(255, 244, 0, 0.5) 0%, rgba(255, 74, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg);--sunsetBlushP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.561 0.824) 0%, color(display-p3 1 0.722 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.961 0/0.5) 0%, color(display-p3 1 0.361 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg);--solarFlare:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FFC400 0%, rgba(255, 244, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FFD400 -121.45deg, #FF0000 143.16deg, #FF7000 177.07deg, #FFD400 238.55deg, #FF0000 503.17deg), linear-gradient(99.09deg, #FF0000 0%, #FF9300 100%);--solarFlareP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.78 0) 0%, color(display-p3 1 0.961 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.839 0) -121.45deg, color(display-p3 1 0 0.059) 143.16deg, color(display-p3 1 0.478 0) 177.07deg, color(display-p3 1 0.839 0) 238.55deg, color(display-p3 1 0 0.059) 503.17deg), linear-gradient(99.09deg, color(display-p3 1 0.18 0) 0%, color(display-p3 1 0.6 0) 100%);--twilightDream:radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(0, 255, 255, 0.5) 0%, rgba(0, 255, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF00AC -121.45deg, #0058FF 143.16deg, #7B00FF 177.07deg, #FF00AC 238.55deg, #0058FF 503.17deg);--twilightDreamP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 1/0.5) 0%, color(display-p3 0 1 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0 0.659) -121.45deg, color(display-p3 0 0.341 1) 143.16deg, color(display-p3 0.439 0 1) 177.07deg, color(display-p3 1 0 0.659) 238.55deg, color(display-p3 0 0.341 1) 503.17deg)}*{-webkit-user-select:none;-moz-user-select:none;user-select:none}html{font-size:100%;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}body,input,textarea{font-family:var(--roundedDefault);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto}textarea{resize:none}body{margin:0;position:relative;line-height:1.2;font-size:18px;font-style:normal;text-wrap:pretty;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;position:relative;display:flex;flex-direction:column;align-items:center;text-transform:lowercase}body.lock-screen{pointer-events:none}a{color:inherit;text-decoration:none}.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;font-size:27px;color:var(--inputTextColor);color:var(--inputTextColor_P3);background:0 0;border:none;outline:none;transition:.3s ease;text-align:center;padding:10px 0;margin-bottom:calc(var(--vh)/5);text-transform:lowercase;animation:popIn .3s ease;caret-color:#fff;width:80%;align-self:center;z-index:1}.input::-moz-placeholder{-moz-transition:.3s ease;transition:.3s ease}.input::placeholder{transition:.3s ease}.input:active,.input:focus{outline:none}.input:-webkit-autofill,.input:-webkit-autofill:hover,.input:-webkit-autofill:focus{border:none;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.logo{font-style:italic;text-transform:uppercase;--fontSize:30px;--strokeWidthModifier:3.7}.logo.bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 1000}.remove-animation{animation:none!important}.non-clickable{animation:flubber .3s ease!important}.btn{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;height:72px;width:288px;padding:0 20px;margin-bottom:40px;border-radius:99px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;max-width:600px;transition:.3s ease;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);box-shadow:inset 0 0 0 3px rgba(255,255,255,.5)}.btn.popIn{animation:popIn .3s ease forwards}.btn.inactive{filter:opacity(.5);pointer-events:none}.btn.touched{animation:buttonTap .3s ease forwards;background:rgba(255,255,255,.5)}.btn .bordered-font{--fontSize:21px}.title{width:75%;font-size:30px;animation:popIn .3s ease;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}[class*=-quiztaker-landing]{display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center;position:relative}[class*=-quiztaker-landing] .logo{top:20px;--fontSize:40px}[class*=-quiztaker-landing] .title{margin-top:40px;overflow-wrap:break-word}[class*=-quiztaker-landing] .quiz-creator-image-wrapper{animation:popIn .3s ease;width:147px;height:147px;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);display:flex;justify-content:center;align-items:center;position:absolute;top:35%}[class*=-quiztaker-landing] .quiz-creator-image{animation:popIn .3s ease;width:138px;height:138px;background-size:cover}[class*=-quiztaker-landing] .quiz-stats-label{justify-content:center;display:flex;align-items:flex-end;flex-grow:1;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize);gap:0;animation:popIn .3s ease;width:80%}[class*=-quiztaker-landing] .quiz-stats-label span{color:#fff;font-size:30px;animation:bounce 1s infinite}[class*=-quiztaker-landing] .quiz-stats-label span:nth-of-type(2){animation-delay:-.75s}[class*=-whats-your-name]{display:flex;flex-direction:column;position:relative;align-items:center}[class*=-whats-your-name] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-name] .input{margin:auto 0}[class*=-whats-your-gender]{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;gap:40px}[class*=-whats-your-gender] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-gender] .title{width:70%;text-align:center;overflow-wrap:break-word}[class*=-whats-your-gender] .gender-options-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;-webkit-tap-highlight-color:transparent}[class*=-whats-your-gender] .gender-options-wrapper .gender-option{display:flex;flex-direction:column;align-items:center;gap:12px;margin:0 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;animation:popIn .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option.touched{animation:buttonTap .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option .gender-icon{font-size:107px;display:flex;align-items:center;justify-content:center;width:124px;height:140px;transition:.2s ease}[class*=-quiz] .quiz-wrapper{position:relative;width:100%;height:100%;overflow:auto;transition:.3s ease;display:flex;flex-direction:column;align-items:center;-ms-overflow-style:none;scrollbar-width:none}[class*=-quiz] .quiz-wrapper::-webkit-scrollbar{display:none}[class*=-quiz] .quiz-wrapper .quiz-header{display:flex;padding:20px;width:calc(100% - 40px);max-width:500px;animation:popDown .3s ease;justify-content:space-around}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar{height:18px;width:100%;position:relative;overflow:hidden;transition:.3s ease;margin:16px 0 9px;aspect-ratio:10/1}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{height:18px;width:0;transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-text{transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile-wrapper,[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image-wrapper{display:flex;flex-shrink:0;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:30px;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image{width:40px;height:40px;background-size:cover;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .question-wrapper{padding:0 20px 20px;display:flex;flex-direction:column;gap:calc(var(--vh)/20);flex-grow:1;justify-content:space-evenly;width:calc(100% - 40px);max-width:640px}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{animation:popIn .3s ease;position:relative;display:flex;align-items:center;justify-content:center}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{position:absolute;bottom:calc(var(--vh)/60);left:20px;z-index:10;font-size:calc(var(--vh)/10);animation:popInIcon .3s ease;transform:rotate(-10deg)}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{font-size:calc(var(--vh)/7);height:calc(var(--vh)/7);animation:popIn .3s ease}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{position:absolute;animation:popInIconResponse .3s ease;transform:rotate(10deg);--strokeColor:#fff;--fontSize:54px}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:0 0 20px 40px}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:50px 0 0 100px}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-text{animation:popIn .3s ease;text-align:center}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options{display:flex;flex-direction:column;gap:calc(var(--vh)/40)}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options.disabled{pointer-events:none}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option{min-height:60px;width:100%;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;justify-content:center;box-shadow:0 0 rgba(255,255,255,.8);transition:.3s ease;cursor:pointer;position:relative;animation:popIn .3s ease}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option .answer-option-text{font-size:20px;padding:14px 26px;transition:.3s ease;max-width:100%;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:break-word}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option-text{padding:14px 26px;transition:.3s ease}[class*=-mid-game-award]{z-index:4;position:fixed;inset:0;padding:50px 20px;display:flex;flex-direction:column;align-items:center;animation:overlayPopIn .3s ease-out;overflow:hidden;transition:.3s ease-out}[class*=-mid-game-award].closed{transform:translateY(calc(var(--vh)/5));opacity:0;border-radius:20px}[class*=-mid-game-award] .bordered-font{text-align:center}[class*=-mid-game-award] .bordered-font.streak-number{--fontSize:200px;--strokeWidthModifier:12}[class*=-mid-game-award] .bordered-font.streak-number .shadow{text-shadow:0 calc(var(--fontSize)/10)calc(var(--fontSize)/2)rgba(255,255,255,.7)}[class*=-mid-game-award] .bordered-font.streak-text{--fontSize:57px}[class*=-mid-game-award].streak-3 .bordered-font.streak-number{transform:rotate(9deg)}[class*=-mid-game-award].streak-3 .bordered-font.streak-text{transform:rotate(-4deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-number{transform:rotate(-9deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-text{transform:rotate(8deg)}[class*=-mid-game-award].streak-10 .bordered-font.streak-number{margin-top:50px;transform:rotate(-3deg);--fontSize:100px;--strokeWidthModifier:8}[class*=-mid-game-award].streak-10 .bordered-font.streak-text{transform:rotate(5deg);--fontSize:35px}[class*=-mid-game-award] .emoji{width:280px;aspect-ratio:1;position:absolute;bottom:unset;left:unset;right:unset;top:unset;transform-origin:center;z-index:1;animation:sizeInEmoji .3s ease-in-out;background-size:contain;background-repeat:no-repeat;background-position:50%}[class*=-mid-game-award] .text{flex-grow:1;display:flex;align-items:center;font-size:24px;opacity:.8;text-align:center}[class*=-mid-game-award] .btn{position:absolute;bottom:0}[class*=-mid-game-award] .bordered-font,[class*=-mid-game-award] .text,[class*=-mid-game-award] .btn{z-index:2}[class*=-leaderboard] .leaderboard-wrapper{width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;position:relative;align-items:center;overflow:hidden;gap:10px}[class*=-leaderboard] .leaderboard-wrapper .logo{position:absolute;top:20px;left:25px;--fontSize:40px}[class*=-leaderboard] .leaderboard-wrapper .score-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;transform:rotate(10deg);position:absolute;right:20px;top:30px;opacity:.8}[class*=-leaderboard] .leaderboard-wrapper .place-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:calc(var(--vh)/5);z-index:1}[class*=-leaderboard] .leaderboard-wrapper .place-container{opacity:0;animation:crashIn .2s ease-in .3s forwards;position:relative;display:flex;justify-content:center;align-items:center}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave{opacity:0;width:5px;height:5px;background:#fff;position:absolute;border-radius:50%;box-sizing:border-box;animation:shockwave .9s ease-out forwards}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(1){animation-delay:.5s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(2){animation-delay:.53s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(3){animation-delay:.56s}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.place{--strokeWidthModifier:6;--fontSize:120px;transform:rotate(-5deg)}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.out-of{--strokeWidthModifier:4;--fontSize:22px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.message{width:85%;text-align:center;margin-top:25px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper{display:flex;align-items:center;gap:32px;flex-grow:1;align-items:flex-end;margin:calc(var(--vh)/30)0 calc(var(--vh)/20);animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place{display:flex;flex-direction:column;align-items:center;gap:10px;z-index:1}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{width:80px;height:80px;border-radius:40px;display:flex;align-items:center;justify-content:center}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place{position:relative}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place:before{content:"👑";position:absolute;display:block;top:-41px;left:7px;font-size:48px;transform:rotate(-8deg)}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--fontSize:32px}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--fontSize:20px}.lovely-theme{--bg:transparent;--bg_P3:transparent;--logoStrokeColor:#000;--logoStrokeColor_P3:#000;--logoFillColor:#fff;--logoFillColor_P3:#fff;--titleTextColor:#fff;--titleTextColor_P3:#fff;--buttonBackground:rgba(255,255,255, 1);--buttonBackground_P3:color(display-p3 1 1 1 / 1);--buttonTextColor:#000;--buttonTextColorP3:#000;--profilePictureBackdrop:rgba(#fff, 1);--profilePictureBackdrop_P3:color(display-p3 1 1 1 / 1);--statsLabelTextColor:rgba(#fff, 1);--statsLabelTextColor_P3:color(display-p3 1 1 1 / 1);--answerTextColor:#fff;--answerTextColor_P3:color(display-p3 1 1 1 / 1);--answerBackgroundColor:rgba(0, 0, 0, 0.1);--answerBackgroundColor_P3:color(display-p3 0 0 0 / 0.1);--correctTextColor:#288f00;--correctTextColor_P3:color(display-p3 0.156863 0.560784 0.000000 / 1.000000);--correctBackgroundColor:#ceffbb;--correctBackgroundColor_P3:color(display-p3 0.807843 1 0.733333 / 1);--incorrectTextColor:#fff;--incorrectTextColor_P3:color(display-p3 1 1 1 / 1);--incorrectBackgroundColor:#a60000;--incorrectBackgroundColor_P3:color(display-p3 0.650980 0.000000 0.000000 / 1.000000);--progressBarBackgroundColor:rgba(255, 255, 255, 0.3);--progressBarBackgroundColor_P3:color(display-p3 1 1 1 / 0.3);--progressBarFillColor:#fff;--progressBarFillColor_P3:color(display-p3 1 1 1 / 1);--quizQuestionNumber:rgba(255, 255, 255, 0.8);--quizQuestionNumber_P3:color(display-p3 1 1 1 / 0.8);--userProfileImageBackground:rgba(255, 255, 255, 1);--userProfileImageBackground_P3:color(display-p3 1 1 1 / 1);--quizProgressBarProfileBackdrop:rgba(255, 255, 255, 0.5);--quizProgressBarProfileBackdrop_P3:color(display-p3 1 1 1 / 0.5);--questionTextColor:#fff;--questionTextColor_P3:color(display-p3 1 1 1 / 1);--inputPlaceholderColor:rgba(255, 255, 255, 0.5);--inputPlaceholderColor_P3:rgba(255, 255, 255, 0.5);--inputPlaceholderColorFocused:rgba(255, 255, 255, 0.25);--inputPlaceholderColorFocused_P3:rgba(255, 255, 255, 0.25);--inputTextColor:#fff;--inputTextColor_P3:color(display-p3 1 1 1 / 1);--inputCaretColor:#fff;--labelBG:rgba(255, 255, 255, 0.4);--labelBG_P3:color(display-p3 1 1 1 / 0.4);--selectedLabelBG:rgba(255, 255, 255, 1);--selectedLabelBG_P3:color(display-p3 1 1 1 / 1);--touchedLabelBG:rgba(255, 255, 255, 0.8);--touchedLabelBG_P3:color(display-p3 1 1 1 / 0.8);--placeTextColor:#fff;--placeTextColor_P3:color(display-p3 1 1 1 / 1);--leaderBoardTextColor:#fff;--leaderBoardTextColor_P3:color(display-p3 1 1 1 / 1);--labelFontSize:16px;--titleFontSize:26px;--statsLabelFontSize:20px;--buttonFontSize:22px;--inputFontSize:27px;--quizQuestionNumberFontSize:20px;--questionTextFontSize:28px;--answerOptionFontSize:20px;--scoreFontSize:30px;--correctAnswersTextFontSize:18px}.lovely-image{position:absolute;inset:0;background-image:url(/images/lovely-background.png);width:100%;height:100%;background-position:50%;background-size:cover;z-index:-1;filter:contrast(1.3)saturate(1.5)}.lovely-quiztaker-landing .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.lovely-quiztaker-landing .title{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize)}.lovely-quiztaker-landing .quiz-creator-image-wrapper{width:180px!important;height:180px!important;background:var(--labelBG)!important;background:var(--labelBG_P3)!important;-webkit-mask:url(/svgs/masks/lovely-image-shadow.svg);mask:url(/svgs/masks/lovely-image-shadow.svg);-webkit-mask-size:180px;mask-size:180px;-webkit-mask-position:center;mask-position:center}.lovely-quiztaker-landing .quiz-creator-image{width:138px;height:138px;border-radius:50%}.lovely-quiztaker-landing .quiz-stats-label{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize)}.lovely-quiztaker-landing .btn{-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);font-size:var(--buttonFontSize);border-radius:0;-webkit-mask:url(/svgs/masks/lovely-button.svg);mask:url(/svgs/masks/lovely-button.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%}.lovely-quiztaker-landing .btn .bordered-font{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.lovely-whats-your-name{background:var(--bg);background:var(--bg_P3)}.lovely-whats-your-name .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.lovely-whats-your-name .input{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--inputFontSize);color:var(--inputTextColor);color:var(--inputTextColor_P3);caret-color:var(--inputCaretColor)}.lovely-whats-your-name .input::-moz-placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.lovely-whats-your-name .input::placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.lovely-whats-your-name .input:active::-moz-placeholder,.lovely-whats-your-name .input:focus::-moz-placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.lovely-whats-your-name .input:active::placeholder,.lovely-whats-your-name .input:focus::placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.lovely-whats-your-name .btn{-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);font-size:var(--buttonFontSize);border-radius:0;-webkit-mask:url(/svgs/masks/lovely-button.svg);mask:url(/svgs/masks/lovely-button.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%}.lovely-whats-your-name .btn .bordered-font{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.lovely-whats-your-gender{background:var(--bg);background:var(--bg_P3)}.lovely-whats-your-gender .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.lovely-whats-your-gender .title{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize)}.lovely-whats-your-gender .gender-options-wrapper .gender-option.touched .gender-icon{background:var(--touchedLabelBG);background:var(--touchedLabelBG_P3);box-shadow:3px 6px 25px 2px #ffb10a,-5px -8px 25px 2px rgba(255,50,179,.5)}.lovely-whats-your-gender .gender-options-wrapper .gender-option .gender-icon{-webkit-mask:url(/svgs/masks/lovely-label.svg);mask:url(/svgs/masks/lovely-label.svg);width:124px!important;height:124px!important;-webkit-backdrop-filter:saturate(1.5);backdrop-filter:saturate(1.5);background:var(--labelBG);background:var(--labelBG_P3)}.lovely-whats-your-gender .gender-options-wrapper .gender-option .gender-icon.selected{background:var(--selectedLabelBG);background:var(--selectedLabelBG_P3)}.lovely-whats-your-gender .gender-options-wrapper .gender-option .gender-label{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;font-size:var(--labelFontSize);color:var(--titleTextColor);color:var(--titleTextColor_P3)}.lovely-quiz{background:var(--bg);background:var(--bg_P3)}.lovely-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar{mask:url(/svgs/masks/lovely-progress-bar.svg);-webkit-mask:url(/svgs/masks/lovely-progress-bar.svg);background:var(--progressBarBackgroundColor);background:var(--progressBarBackgroundColor_P3);width:auto!important}.lovely-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{background:var(--progressBarFillColor);background:var(--progressBarFillColor_P3);height:18px!important}.lovely-quiz .quiz-header .quiz-header-progress .quiz-header-progress-text{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;color:var(--quizQuestionNumber);color:var(--quizQuestionNumber_P3);font-size:var(--quizQuestionNumberFontSize)}.lovely-quiz .quiz-header .quiz-header-user-profile-wrapper,.lovely-quiz .quiz-header .quiz-header-creator-image-wrapper{width:55px;height:55px;background-color:var(--quizProgressBarProfileBackdrop);background-color:var(--quizProgressBarProfileBackdrop_P3)}.lovely-quiz .quiz-header .quiz-header-user-profile-wrapper{-webkit-mask:url(/svgs/masks/lovely-image-shadow.svg);mask:url(/svgs/masks/lovely-image-shadow.svg)}.lovely-quiz .quiz-header .quiz-header-creator-image-wrapper{-webkit-mask:url(/svgs/masks/lovely-image-shadow.svg);mask:url(/svgs/masks/lovely-image-shadow.svg)}.lovely-quiz .quiz-header .quiz-header-user-profile,.lovely-quiz .quiz-header .quiz-header-creator-image{border-radius:50%;background:var(--userProfileImageBackground);background:var(--userProfileImageBackground_P3)}.lovely-quiz .question-wrapper .question-icon .bordered-font.correct{z-index:1;--fillColor:var(--correctBackgroundColor);--fillColor:var(--correctBackgroundColor_P3)}.lovely-quiz .question-wrapper .question-icon .bordered-font.incorrect{z-index:1;--fillColor:var(--incorrectBackgroundColor);--fillColor:var(--incorrectBackgroundColor_P3)}.lovely-quiz .question-wrapper .question-text{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--questionTextFontSize);color:var(--questionTextColor);color:var(--questionTextColor_P3)}.lovely-quiz .question-wrapper .answer-options .answer-option{-webkit-mask:url(/svgs/masks/lovely-answer.svg);mask:url(/svgs/masks/lovely-answer.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-position:center;mask-position:center;background:var(--answerBackgroundColor);background:var(--answerBackgroundColor_P3);width:335px;align-self:center}.lovely-quiz .question-wrapper .answer-options .answer-option.correct{background:var(--correctBackgroundColor);background:var(--correctBackgroundColor_P3);color:var(--correctTextColor);color:var(--correctTextColor_P3)}.lovely-quiz .question-wrapper .answer-options .answer-option.incorrect{background:var(--incorrectBackgroundColor);background:var(--incorrectBackgroundColor_P3);color:var(--incorrectTextColor);color:var(--incorrectTextColor_P3)}.lovely-quiz .question-wrapper .answer-options .answer-option:not(.correct):not(.incorrect) .answer-option-text{color:var(--answerTextColor);color:var(--answerTextColor_P3)}.lovely-quiz .question-wrapper .answer-options .answer-option .answer-option-text{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 600;font-size:var(--answerOptionFontSize)}.lovely-mid-game-award .img{position:absolute;inset:0;background-image:url(/images/lovely-background.png);width:100%;height:100%;background-position:50%;background-size:cover;z-index:-1;filter:contrast(1.3)saturate(1.5)}.lovely-mid-game-award .bordered-font{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}.lovely-mid-game-award .bordered-font.streak-number{--fontSize:200px;--strokeColor:#000;--strokeColor_P3:#000;--fillColor:#fff;--fillColor_P3:#fff;--strokeWidthModifier:10 !important}.lovely-mid-game-award .bordered-font.streak-number .shadow{display:none}.lovely-mid-game-award .bordered-font.streak-text{--fontSize:57px;--strokeColor:#000;--strokeColor_P3:#000;--fillColor:#fff;--fillColor:#fff}.lovely-mid-game-award .bordered-font .shadow{display:none}.lovely-mid-game-award.streak-3 .emoji{--size:280px;display:block;opacity:1;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.lovely-mid-game-award.streak-3 .emoji.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.lovely-mid-game-award.streak-3 .emoji.up{top:-30px;right:-30px;transform:rotate(-90deg)}.lovely-mid-game-award.streak-3 .emoji.down{bottom:-50px;left:-100px;transform:rotate(90deg)}.lovely-mid-game-award.streak-5 .emoji{background-image:url(/images/explosion.svg)}.lovely-mid-game-award.streak-5 .emoji.up{top:-50px;right:-100px}.lovely-mid-game-award.streak-5 .emoji.down{transform:scaleX(-1);bottom:-50px;left:-100px}.lovely-mid-game-award.streak-10 .emoji{background-image:url(/images/stars.svg)}.lovely-mid-game-award.streak-10 .emoji.up{top:-50px;right:-60px}.lovely-mid-game-award.streak-10 .emoji.down{top:150px;left:-50px}.lovely-mid-game-award .text{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;color:var(--titleTextColor);color:var(--titleTextColor_P3)}.lovely-mid-game-award .btn{-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);font-size:var(--buttonFontSize);border-radius:0;-webkit-mask:url(/svgs/masks/lovely-button.svg);mask:url(/svgs/masks/lovely-button.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%}.lovely-mid-game-award .btn .bordered-font{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.lovely-leaderboard{background:var(--bg);background:var(--bg_P3)}.lovely-leaderboard .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.lovely-leaderboard .rainbow{display:none}.lovely-leaderboard .score{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--scoreFontSize)}.lovely-leaderboard .correct-answers-text{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--correctAnswersTextFontSize)}.lovely-leaderboard .place-wrapper .bordered-font{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}.lovely-leaderboard .place-wrapper .bordered-font.place{--strokeColor:#000;--strokeColor:color(display-p3 0 0 0 / 1);--fillColor:var(--placeTextColor);--fillColor:var(--placeTextColor_P3);--strokeWidthModifier:10 !important}.lovely-leaderboard .place-wrapper .bordered-font.place .shadow{display:none}.lovely-leaderboard .place-wrapper .bordered-font.out-of{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3)}.lovely-leaderboard .place-wrapper .bordered-font.message{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3);--fontSize:var(--titleFontSize)}.lovely-leaderboard .place-container .wave{background:#fff!important}.lovely-leaderboard .best-of-wrapper{z-index:1}.lovely-leaderboard .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{background:var(--labelBG);background:var(--labelBG_P3);box-shadow:inset #ffffff89 0 0 0 1px}.lovely-leaderboard .best-of-wrapper .leaderboard-place .bordered-font{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}.lovely-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor)}.lovely-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor)}.lovely-leaderboard .btn{-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);font-size:var(--buttonFontSize);border-radius:0;-webkit-mask:url(/svgs/masks/lovely-button.svg);mask:url(/svgs/masks/lovely-button.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%}.lovely-leaderboard .btn .bordered-font{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}@font-face{src:url(/fonts/anybody-italic.ttf)format("truetype");font-family:anybody;font-style:italic}@font-face{src:url(/fonts/rounded.woff2)format("woff2-variations");font-family:rounded;font-style:normal}@font-face{src:url(/fonts/bricolage-grotesque.ttf)format("truetype");font-family:bricolage-grotesque}@font-face{src:url(/fonts/sora.ttf)format("truetype");font-family:sora}@font-face{src:url(/fonts/grandstander.ttf)format("truetype");font-family:grandstander}@font-face{src:url(/fonts/inter.ttf)format("truetype");font-family:inter}@font-face{src:url(/fonts/nunito.ttf)format("truetype");font-family:nunito}@font-face{font-family:bowlby one sc;src:url(/fonts/BowlbyOneSC-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{src:url(/fonts/unbounded.ttf)format("truetype");font-family:unbounded}.rainbow{--size:200px;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;transform-origin:bottom right;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.rainbow.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.bordered-font{--fontSize:100px;--strokeWidthModifier:5;--strokeColor:#000;--fillColor:#fff;position:relative;font-size:var(--fontSize);line-height:1;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.bordered-font .bordered,.bordered-font .shadow,.bordered-font .normal{transition:.3s ease}.bordered-font .bordered,.bordered-font .shadow{-webkit-text-fill-color:var(--strokeColor);-webkit-text-stroke-width:calc(var(--fontSize)/var(--strokeWidthModifier));-webkit-text-stroke-color:var(--strokeColor);position:absolute}.bordered-font .shadow{--translate:calc(var(--fontSize) / 20);transform:translate(var(--translate),var(--translate))}.bordered-font .normal{color:var(--fillColor);position:relative}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes popIn{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rainbowPopIn{from{transform:scale(.4)}to{transform:scale(1)}}@keyframes popInSkewed{from{transform:scale(.4)skew(-10deg);opacity:0}to{transform:scale(1)skew(-10deg);opacity:1}}@keyframes buttonTap{0%{transform:scale(1)}50%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes flubber{0%{transform:scale(1)}15%{transform:scaleY(1.1)scaleX(.9)}30%{transform:scaleY(1.2)scaleX(.8)}45%{transform:scaleY(1.1)scaleX(.9)}60%{transform:scaleY(.9)scaleX(1.1)}75%{transform:scaleY(1.05)scaleX(.95)}90%{transform:scaleY(1.02)scaleX(.98)}100%{transform:scale(1)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes popDown{from{transform:translateY(calc(0px - var(--vh)/5));opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popInIcon{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(-10deg);opacity:1}}@keyframes popInIconResponse{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(10deg);opacity:1}}@keyframes crashIn{0%{transform:scale(4);opacity:1}100%{transform:scale(1);opacity:1}}@keyframes shockwave{0%{transform:scale(1);opacity:.8}25%{opacity:.6}50%{opacity:.4}75%{opacity:.2}100%{transform:scale(60);opacity:0}}@keyframes overlayPopIn{0%{transform:scale(.7);opacity:0;border-radius:20px;filter:blur(5px)}100%{transform:scale(1);opacity:1;border-radius:0;filter:blur(0)}}@keyframes sizeInEmoji{from{width:0;opacity:0}to{width:280px;opacity:1}}@keyframes jump{0%,100%{transform:translateY(0)}40%{transform:translateY(calc(0px - var(--fontSize)/10))scale(1.05)translateX(calc(var(--fontSize)/30))}}@keyframes drop{0%{transform:none}100%{transform:translateY(450px)}}body,html{height:100%;width:100%;margin:0;padding:0}#main{width:100%;height:100%;transition:.3s ease}:root{--roundedDefault:rounded, ui-rounded, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--oceanBreeze:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #00FF9A 0%, rgba(0, 166, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #00C5FF -121.45deg, #4900FF 143.16deg, #0049FF 177.07deg, #00C5FF 238.55deg, #4900FF 503.17deg);--oceanBreezeP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 0.639) 0%, color(display-p3 0 0.639 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 0 0.761 1) -121.45deg, color(display-p3 0.259 0 1) 143.16deg, color(display-p3 0 0.278 1) 177.07deg, color(display-p3 0 0.761 1) 238.55deg, color(display-p3 0.259 0 1) 503.17deg);--sunsetBlush:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FF87D5 0%, rgba(255, 180, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(255, 244, 0, 0.5) 0%, rgba(255, 74, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg);--sunsetBlushP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.561 0.824) 0%, color(display-p3 1 0.722 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.961 0/0.5) 0%, color(display-p3 1 0.361 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg);--solarFlare:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FFC400 0%, rgba(255, 244, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FFD400 -121.45deg, #FF0000 143.16deg, #FF7000 177.07deg, #FFD400 238.55deg, #FF0000 503.17deg), linear-gradient(99.09deg, #FF0000 0%, #FF9300 100%);--solarFlareP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.78 0) 0%, color(display-p3 1 0.961 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.839 0) -121.45deg, color(display-p3 1 0 0.059) 143.16deg, color(display-p3 1 0.478 0) 177.07deg, color(display-p3 1 0.839 0) 238.55deg, color(display-p3 1 0 0.059) 503.17deg), linear-gradient(99.09deg, color(display-p3 1 0.18 0) 0%, color(display-p3 1 0.6 0) 100%);--twilightDream:radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(0, 255, 255, 0.5) 0%, rgba(0, 255, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF00AC -121.45deg, #0058FF 143.16deg, #7B00FF 177.07deg, #FF00AC 238.55deg, #0058FF 503.17deg);--twilightDreamP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 1/0.5) 0%, color(display-p3 0 1 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0 0.659) -121.45deg, color(display-p3 0 0.341 1) 143.16deg, color(display-p3 0.439 0 1) 177.07deg, color(display-p3 1 0 0.659) 238.55deg, color(display-p3 0 0.341 1) 503.17deg)}*{-webkit-user-select:none;-moz-user-select:none;user-select:none}html{font-size:100%;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}body,input,textarea{font-family:var(--roundedDefault);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto}textarea{resize:none}body{margin:0;position:relative;line-height:1.2;font-size:18px;font-style:normal;text-wrap:pretty;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;position:relative;display:flex;flex-direction:column;align-items:center;text-transform:lowercase}body.lock-screen{pointer-events:none}a{color:inherit;text-decoration:none}.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;font-size:27px;color:var(--inputTextColor);color:var(--inputTextColor_P3);background:0 0;border:none;outline:none;transition:.3s ease;text-align:center;padding:10px 0;margin-bottom:calc(var(--vh)/5);text-transform:lowercase;animation:popIn .3s ease;caret-color:#fff;width:80%;align-self:center;z-index:1}.input::-moz-placeholder{-moz-transition:.3s ease;transition:.3s ease}.input::placeholder{transition:.3s ease}.input:active,.input:focus{outline:none}.input:-webkit-autofill,.input:-webkit-autofill:hover,.input:-webkit-autofill:focus{border:none;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.logo{font-style:italic;text-transform:uppercase;--fontSize:30px;--strokeWidthModifier:3.7}.logo.bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 1000}.remove-animation{animation:none!important}.non-clickable{animation:flubber .3s ease!important}.btn{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;height:72px;width:288px;padding:0 20px;margin-bottom:40px;border-radius:99px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;max-width:600px;transition:.3s ease;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);box-shadow:inset 0 0 0 3px rgba(255,255,255,.5)}.btn.popIn{animation:popIn .3s ease forwards}.btn.inactive{filter:opacity(.5);pointer-events:none}.btn.touched{animation:buttonTap .3s ease forwards;background:rgba(255,255,255,.5)}.btn .bordered-font{--fontSize:21px}.title{width:75%;font-size:30px;animation:popIn .3s ease;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}[class*=-quiztaker-landing]{display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center;position:relative}[class*=-quiztaker-landing] .logo{top:20px;--fontSize:40px}[class*=-quiztaker-landing] .title{margin-top:40px;overflow-wrap:break-word}[class*=-quiztaker-landing] .quiz-creator-image-wrapper{animation:popIn .3s ease;width:147px;height:147px;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);display:flex;justify-content:center;align-items:center;position:absolute;top:35%}[class*=-quiztaker-landing] .quiz-creator-image{animation:popIn .3s ease;width:138px;height:138px;background-size:cover}[class*=-quiztaker-landing] .quiz-stats-label{justify-content:center;display:flex;align-items:flex-end;flex-grow:1;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize);gap:0;animation:popIn .3s ease;width:80%}[class*=-quiztaker-landing] .quiz-stats-label span{color:#fff;font-size:30px;animation:bounce 1s infinite}[class*=-quiztaker-landing] .quiz-stats-label span:nth-of-type(2){animation-delay:-.75s}[class*=-whats-your-name]{display:flex;flex-direction:column;position:relative;align-items:center}[class*=-whats-your-name] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-name] .input{margin:auto 0}[class*=-whats-your-gender]{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;gap:40px}[class*=-whats-your-gender] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-gender] .title{width:70%;text-align:center;overflow-wrap:break-word}[class*=-whats-your-gender] .gender-options-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;-webkit-tap-highlight-color:transparent}[class*=-whats-your-gender] .gender-options-wrapper .gender-option{display:flex;flex-direction:column;align-items:center;gap:12px;margin:0 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;animation:popIn .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option.touched{animation:buttonTap .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option .gender-icon{font-size:107px;display:flex;align-items:center;justify-content:center;width:124px;height:140px;transition:.2s ease}[class*=-quiz] .quiz-wrapper{position:relative;width:100%;height:100%;overflow:auto;transition:.3s ease;display:flex;flex-direction:column;align-items:center;-ms-overflow-style:none;scrollbar-width:none}[class*=-quiz] .quiz-wrapper::-webkit-scrollbar{display:none}[class*=-quiz] .quiz-wrapper .quiz-header{display:flex;padding:20px;width:calc(100% - 40px);max-width:500px;animation:popDown .3s ease;justify-content:space-around}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar{height:18px;width:100%;position:relative;overflow:hidden;transition:.3s ease;margin:16px 0 9px;aspect-ratio:10/1}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{height:18px;width:0;transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-text{transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile-wrapper,[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image-wrapper{display:flex;flex-shrink:0;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:30px;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image{width:40px;height:40px;background-size:cover;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .question-wrapper{padding:0 20px 20px;display:flex;flex-direction:column;gap:calc(var(--vh)/20);flex-grow:1;justify-content:space-evenly;width:calc(100% - 40px);max-width:640px}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{animation:popIn .3s ease;position:relative;display:flex;align-items:center;justify-content:center}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{position:absolute;bottom:calc(var(--vh)/60);left:20px;z-index:10;font-size:calc(var(--vh)/10);animation:popInIcon .3s ease;transform:rotate(-10deg)}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{font-size:calc(var(--vh)/7);height:calc(var(--vh)/7);animation:popIn .3s ease}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{position:absolute;animation:popInIconResponse .3s ease;transform:rotate(10deg);--strokeColor:#fff;--fontSize:54px}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:0 0 20px 40px}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:50px 0 0 100px}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-text{animation:popIn .3s ease;text-align:center}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options{display:flex;flex-direction:column;gap:calc(var(--vh)/40)}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options.disabled{pointer-events:none}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option{min-height:60px;width:100%;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;justify-content:center;box-shadow:0 0 rgba(255,255,255,.8);transition:.3s ease;cursor:pointer;position:relative;animation:popIn .3s ease}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option .answer-option-text{font-size:20px;padding:14px 26px;transition:.3s ease;max-width:100%;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:break-word}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option-text{padding:14px 26px;transition:.3s ease}[class*=-mid-game-award]{z-index:4;position:fixed;inset:0;padding:50px 20px;display:flex;flex-direction:column;align-items:center;animation:overlayPopIn .3s ease-out;overflow:hidden;transition:.3s ease-out}[class*=-mid-game-award].closed{transform:translateY(calc(var(--vh)/5));opacity:0;border-radius:20px}[class*=-mid-game-award] .bordered-font{text-align:center}[class*=-mid-game-award] .bordered-font.streak-number{--fontSize:200px;--strokeWidthModifier:12}[class*=-mid-game-award] .bordered-font.streak-number .shadow{text-shadow:0 calc(var(--fontSize)/10)calc(var(--fontSize)/2)rgba(255,255,255,.7)}[class*=-mid-game-award] .bordered-font.streak-text{--fontSize:57px}[class*=-mid-game-award].streak-3 .bordered-font.streak-number{transform:rotate(9deg)}[class*=-mid-game-award].streak-3 .bordered-font.streak-text{transform:rotate(-4deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-number{transform:rotate(-9deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-text{transform:rotate(8deg)}[class*=-mid-game-award].streak-10 .bordered-font.streak-number{margin-top:50px;transform:rotate(-3deg);--fontSize:100px;--strokeWidthModifier:8}[class*=-mid-game-award].streak-10 .bordered-font.streak-text{transform:rotate(5deg);--fontSize:35px}[class*=-mid-game-award] .emoji{width:280px;aspect-ratio:1;position:absolute;bottom:unset;left:unset;right:unset;top:unset;transform-origin:center;z-index:1;animation:sizeInEmoji .3s ease-in-out;background-size:contain;background-repeat:no-repeat;background-position:50%}[class*=-mid-game-award] .text{flex-grow:1;display:flex;align-items:center;font-size:24px;opacity:.8;text-align:center}[class*=-mid-game-award] .btn{position:absolute;bottom:0}[class*=-mid-game-award] .bordered-font,[class*=-mid-game-award] .text,[class*=-mid-game-award] .btn{z-index:2}[class*=-leaderboard] .leaderboard-wrapper{width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;position:relative;align-items:center;overflow:hidden;gap:10px}[class*=-leaderboard] .leaderboard-wrapper .logo{position:absolute;top:20px;left:25px;--fontSize:40px}[class*=-leaderboard] .leaderboard-wrapper .score-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;transform:rotate(10deg);position:absolute;right:20px;top:30px;opacity:.8}[class*=-leaderboard] .leaderboard-wrapper .place-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:calc(var(--vh)/5);z-index:1}[class*=-leaderboard] .leaderboard-wrapper .place-container{opacity:0;animation:crashIn .2s ease-in .3s forwards;position:relative;display:flex;justify-content:center;align-items:center}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave{opacity:0;width:5px;height:5px;background:#fff;position:absolute;border-radius:50%;box-sizing:border-box;animation:shockwave .9s ease-out forwards}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(1){animation-delay:.5s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(2){animation-delay:.53s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(3){animation-delay:.56s}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.place{--strokeWidthModifier:6;--fontSize:120px;transform:rotate(-5deg)}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.out-of{--strokeWidthModifier:4;--fontSize:22px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.message{width:85%;text-align:center;margin-top:25px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper{display:flex;align-items:center;gap:32px;flex-grow:1;align-items:flex-end;margin:calc(var(--vh)/30)0 calc(var(--vh)/20);animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place{display:flex;flex-direction:column;align-items:center;gap:10px;z-index:1}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{width:80px;height:80px;border-radius:40px;display:flex;align-items:center;justify-content:center}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place{position:relative}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place:before{content:"👑";position:absolute;display:block;top:-41px;left:7px;font-size:48px;transform:rotate(-8deg)}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--fontSize:32px}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--fontSize:20px}.playful-theme{--bg:#faf6ed;--bg_P3:color(display-p3 0.980392 0.964706 0.929412 / 1);--logoStrokeColor:#48972a;--logoStrokeColor_P3:#48972a;--logoFillColor:#fff;--logoFillColor_P3:#fff;--titleTextColor:#333333;--titleTextColor_P3:color(display-p3 0.2 0.2 0.2 / 1);--buttonBackground:rgba(#48972a, 1);--buttonBackground_P3:color(display-p3 0.282353 0.592157 0.164706 / 1);--buttonTextColor:#fff;--buttonTextColor_P3:#fff;--profilePictureBackdrop:rgba(#fcd9a4, 1);--profilePictureBackdrop_P3:color(display-p3 0.988235 0.85098 0.643137 / 1);--statsLabelTextColor:rgba(#333333, 0.7);--statsLabelTextColor_P3:color(display-p3 0.2 0.2 0.2 / 1);--answerTextColor:#000;--answerTextColor_P3:color(display-p3 0 0 0 / 1);--answerBackgroundColor:rgba(255, 255, 255, 1);--answerBackgroundColor_P3:color(display-p3 1 1 1 / 1);--correctTextColor:#ffffff;--correctTextColor_P3:color(display-p3 1 1 1 / 1);--correctBackgroundColor:#48972a;--correctBackgroundColor_P3:color(display-p3 0.282353 0.592157 0.164706 / 1);--incorrectTextColor:#fff;--incorrectTextColor_P3:color(display-p3 1 1 1 / 1);--incorrectBackgroundColor:#a60000;--incorrectBackgroundColor_P3:color(display-p3 0.65098 0 0 / 1);--progressBarBackgroundColor:#fcd9a4;--progressBarBackgroundColor_P3:color(
    display-p3 0.988235 0.85098 0.643137 / 1
  );--progressBarFillColor:#ffa22b;--progressBarFillColor_P3:color(display-p3 1 0.635294 0.168627 / 1);--quizQuestionNumber:#ffa22b;--quizQuestionNumber_P3:color(display-p3 1 0.635294 0.168627 / 1);--userProfileImageBackground:rgba(255, 255, 255, 1);--userProfileImageBackground_P3:color(display-p3 1 1 1 / 1);--quizProgressBarProfileBackdrop:#fcd9a4;--quizProgressBarProfileBackdrop_P3:color(
    display-p3 0.988235 0.85098 0.643137 / 1
  );--questionTextColor:#000000;--questionTextColor_P3:color(display-p3 0 0 0 / 1);--inputPlaceholderColor:rgba(51, 51, 51, 0.5);--inputPlaceholderColor_P3:color(display-p3 0.2 0.2 0.2 / 0.5);--inputPlaceholderColorFocused:rgba(51, 51, 51, 0.3);--inputPlaceholderColorFocused_P3:color(display-p3 0.2 0.2 0.2 / 0.3);--inputTextColor:#000;--inputTextColor_P3:color(display-p3 0 0 0 / 1);--inputCaretColor:#000;--labelBG:rgba(255, 255, 255, 1);--labelBG_P3:color(display-p3 1 1 1 / 1);--selectedLabelBG:rgba(255, 255, 255, 1);--selectedLabelBG_P3:color(display-p3 1 1 1 / 1);--touchedLabelBG:rgba(255, 255, 255, 1);--touchedLabelBG_P3:color(display-p3 1 1 1 / 1);--placeTextColor:#ff8e0b;--placeTextColor_P3:color(display-p3 1 0.635294 0.168627 / 1);--leaderBoardTextColor:#444444;--leaderBoardTextColor_P3:color(display-p3 0.266667 0.266667 0.266667 / 1);--labelFontSize:20px;--titleFontSize:26px;--statsLabelFontSize:20px;--buttonFontSize:27px;--inputFontSize:28px;--quizQuestionNumberFontSize:20px;--questionTextFontSize:28px;--answerOptionFontSize:20px;--scoreFontSize:30px;--correctAnswersTextFontSize:18px}.playful-image{display:none}.playful-quiztaker-landing{background:var(--bg);background:var(--bg_P3)}.playful-quiztaker-landing .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.playful-quiztaker-landing .title{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize)}.playful-quiztaker-landing .quiz-creator-image-wrapper{width:147px;height:147px;border-radius:50%;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);position:relative}.playful-quiztaker-landing .quiz-creator-image-wrapper::before{content:"";position:absolute;background-image:url(/images/playful-image-background.svg);width:100vw;height:100vh;max-width:400px;background-size:cover;background-position:50%;background-size:80%;background-repeat:no-repeat;animation:popIn .3s ease}.playful-quiztaker-landing .quiz-creator-image{width:138px;height:138px;border-radius:50%;z-index:1}.playful-quiztaker-landing .quiz-stats-label{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize)}.playful-quiztaker-landing .btn{box-shadow:0 2px 0 7px #aed59f;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:20px;z-index:1}.playful-quiztaker-landing .btn .bordered-font{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.playful-whats-your-name{background:var(--bg);background:var(--bg_P3)}.playful-whats-your-name .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.playful-whats-your-name .input{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--inputFontSize);color:var(--inputTextColor);color:var(--inputTextColor_P3);caret-color:var(--inputCaretColor)}.playful-whats-your-name .input::-moz-placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.playful-whats-your-name .input::placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.playful-whats-your-name .input:active::-moz-placeholder,.playful-whats-your-name .input:focus::-moz-placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.playful-whats-your-name .input:active::placeholder,.playful-whats-your-name .input:focus::placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.playful-whats-your-name .btn{box-shadow:0 2px 0 7px #aed59f;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:20px;z-index:1}.playful-whats-your-name .btn .bordered-font{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.playful-whats-your-gender{background:var(--bg);background:var(--bg_P3)}.playful-whats-your-gender .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.playful-whats-your-gender .title{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize)}.playful-whats-your-gender .gender-options-wrapper .gender-option.touched .gender-icon{background:var(--touchedLabelBG);background:var(--touchedLabelBG_P3);box-shadow:3px 6px 25px 2px #ffb10a,-5px -8px 25px 2px rgba(255,50,179,.5)}.playful-whats-your-gender .gender-options-wrapper .gender-option .gender-icon{border-radius:23px;-webkit-backdrop-filter:saturate(1.5);backdrop-filter:saturate(1.5);background:var(--labelBG);background:var(--labelBG_P3)}.playful-whats-your-gender .gender-options-wrapper .gender-option .gender-icon.selected{background:var(--selectedLabelBG);background:var(--selectedLabelBG_P3)}.playful-whats-your-gender .gender-options-wrapper .gender-option .gender-label{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;font-size:var(--labelFontSize);color:var(--titleTextColor);color:var(--titleTextColor_P3)}.playful-whats-your-gender #boy .gender-icon{border:solid 3.5px #aed59f;border:solid 3.5px color(display-p3 .682353 .835294 .623529/1);box-shadow:0 3.5px 0 1px #aed59f;box-shadow:0 3.5px 0 1px color(display-p3 .682353 .835294 .623529/1)}.playful-whats-your-gender #girl .gender-icon{border:solid 3.5px #fcd9a4;border:solid 3.5px color(display-p3 .988235 .85098 .643137/1);box-shadow:0 3.5px 0 1px #fcd9a4;box-shadow:0 3.5px 0 1px color(display-p3 .988235 .85098 .643137/1)}.playful-whats-your-gender #nonBinary .gender-icon{border:solid 3.5px #e5a6fa;border:solid 3.5px color(display-p3 .898039 .65098 .980392/1);box-shadow:0 3.5px 0 1px #e5a6fa;box-shadow:0 3.5px 0 1px color(display-p3 .898039 .65098 .980392/1)}.playful-quiz{background:var(--bg);background:var(--bg_P3)}.playful-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar{-webkit-mask:url(/svgs/masks/playful-progress-bar.svg);mask:url(/svgs/masks/playful-progress-bar.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:90%;mask-size:90%;max-width:235px;background:var(--progressBarBackgroundColor);background:var(--progressBarBackgroundColor_P3)}.playful-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{background:var(--progressBarFillColor);background:var(--progressBarFillColor_P3)}.playful-quiz .quiz-header .quiz-header-progress .quiz-header-progress-text{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;color:var(--quizQuestionNumber);color:var(--quizQuestionNumber_P3);font-size:var(--quizQuestionNumberFontSize)}.playful-quiz .quiz-header .quiz-header-user-profile-wrapper,.playful-quiz .quiz-header .quiz-header-creator-image-wrapper{width:50px;height:50px;background:var(--quizProgressBarProfileBackdrop);background:var(--quizProgressBarProfileBackdrop_P3);border-radius:50%}.playful-quiz .quiz-header .quiz-header-user-profile,.playful-quiz .quiz-header .quiz-header-creator-image{width:40px;height:40px;border-radius:50%;background:var(--userProfileImageBackground);background:var(--userProfileImageBackground_P3)}.playful-quiz .question-wrapper .question-icon .bordered-font{--strokeColor:#000 !important;--fontSize:54px}.playful-quiz .question-wrapper .question-icon .bordered-font.correct{z-index:1;--fillColor:var(--correctBackgroundColor);--fillColor:var(--correctBackgroundColor_P3)}.playful-quiz .question-wrapper .question-icon .bordered-font.incorrect{z-index:1;--fillColor:var(--incorrectBackgroundColor);--fillColor:var(--incorrectBackgroundColor_P3)}.playful-quiz .question-wrapper .question-text{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;font-size:var(--questionTextFontSize);color:var(--questionTextColor);color:var(--questionTextColor_P3)}.playful-quiz .question-wrapper .answer-options .answer-option{border-radius:20px;background:var(--answerBackgroundColor);background:var(--answerBackgroundColor_P3)}.playful-quiz .question-wrapper .answer-options .answer-option:nth-child(1){color:#48972a;color:color(display-p3 .282353 .592157 .164706/1);border:solid 3.5px #aed59f;border:solid 3.5px color(display-p3 .682353 .835294 .623529/1);box-shadow:0 3.5px 0 1px #aed59f!important;box-shadow:0 3.5px 0 1px color(display-p3 .682353 .835294 .623529/1)!important}.playful-quiz .question-wrapper .answer-options .answer-option:nth-child(2){color:#4b9df8;color:color(display-p3 .294118 .615686 .972549/1);border:solid 3.5px #aed7fb;border:solid 3.5px color(display-p3 .682353 .843137 .984314/1);box-shadow:0 3.5px 0 1px #aed7fb!important;box-shadow:0 3.5px 0 1px color(display-p3 .682353 .843137 .984314/1)!important}.playful-quiz .question-wrapper .answer-options .answer-option:nth-child(3){color:#c733f6;color:color(display-p3 .780392 .2 .964706/1);border:solid 3.5px #e5a6fa;border:solid 3.5px color(display-p3 .898039 .65098 .980392/1);box-shadow:0 3.5px 0 1px #e5a6fa!important;box-shadow:0 3.5px 0 1px color(display-p3 .898039 .65098 .980392/1)!important}.playful-quiz .question-wrapper .answer-options .answer-option:nth-child(4){color:#ff8e0b;color:color(display-p3 1 .556863 .043137/1);border:solid 3.5px #fcd9a4;border:solid 3.5px color(display-p3 .988235 .85098 .643137/1);box-shadow:0 3.5px 0 1px #fcd9a4!important;box-shadow:0 3.5px 0 1px color(display-p3 .988235 .85098 .643137/1)!important}.playful-quiz .question-wrapper .answer-options .answer-option.correct{background:var(--correctBackgroundColor);background:var(--correctBackgroundColor_P3);color:var(--correctTextColor);color:var(--correctTextColor_P3)}.playful-quiz .question-wrapper .answer-options .answer-option.incorrect{background:var(--incorrectBackgroundColor);background:var(--incorrectBackgroundColor_P3);color:var(--incorrectTextColor);color:var(--incorrectTextColor_P3)}.playful-quiz .question-wrapper .answer-options .answer-option .answer-option-text{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;font-size:var(--answerOptionFontSize)}.playful-mid-game-award{background:var(--bg);background:var(--bg_P3)}.playful-mid-game-award .img{display:none}.playful-mid-game-award .bordered-font{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}.playful-mid-game-award .bordered-font.streak-number{--fontSize:200px}.playful-mid-game-award .bordered-font.streak-text{--fontSize:57px}.playful-mid-game-award .bordered-font.streak-text.streak-text{--strokeColor:transparent;--strokeColor:transparent;--fillColor:#333333;--fillColor:color(display-p3 0.2 0.2 0.2 / 1)}.playful-mid-game-award.streak-3 .emoji{--size:280px;display:block;opacity:1;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.playful-mid-game-award.streak-3 .emoji.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.playful-mid-game-award.streak-3 .emoji.up{top:-30px;right:-30px;transform:rotate(-90deg)}.playful-mid-game-award.streak-3 .emoji.down{bottom:-50px;left:-100px;transform:rotate(90deg)}.playful-mid-game-award.streak-3 .bordered-font.streak-number{--strokeColor:#aed59f;--strokeColor:color(display-p3 0.682353 0.835294 0.623529 / 1);--fillColor:#48972a;--fillColor:color(display-p3 0.282353 0.592157 0.164706 / 1)}.playful-mid-game-award.streak-5 .emoji{background-image:url(/images/explosion.svg)}.playful-mid-game-award.streak-5 .emoji.up{top:-50px;right:-100px}.playful-mid-game-award.streak-5 .emoji.down{transform:scaleX(-1);bottom:-50px;left:-100px}.playful-mid-game-award.streak-5 .bordered-font.streak-number{--strokeColor:#e5a6fa;--strokeColor_P3:color(display-p3 0.898039 0.65098 0.980392 / 1);--fillColor:#c733f6;--fillColor:color(display-p3 0.780392 0.2 0.964706 / 1)}.playful-mid-game-award.streak-10 .emoji{background-image:url(/images/stars.svg)}.playful-mid-game-award.streak-10 .emoji.up{top:-50px;right:-60px}.playful-mid-game-award.streak-10 .emoji.down{top:150px;left:-50px}.playful-mid-game-award.streak-10 .bordered-font.streak-number{--strokeColor:#aed7fb;--strokeColor:color(display-p3 0.682353 0.843137 0.984314 / 1);--fillColor:#4b9df8;--fillColor:color(display-p3 0.294118 0.615686 0.972549 / 1)}.playful-mid-game-award .text{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3)}.playful-mid-game-award .btn{box-shadow:0 2px 0 7px #aed59f;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:20px;z-index:1;background:#333;background:color(display-p3 .2 .2 .2/1);box-shadow:0 2px 0 7px #33333399}.playful-mid-game-award .btn .bordered-font{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.playful-leaderboard{background:var(--bg);background:var(--bg_P3)}.playful-leaderboard .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.playful-leaderboard .rainbow{display:none}.playful-leaderboard .score{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--scoreFontSize)}.playful-leaderboard .correct-answers-text{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--correctAnswersTextFontSize)}.playful-leaderboard .place-wrapper .bordered-font{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}.playful-leaderboard .place-wrapper .bordered-font.place{--strokeColor:#fcd9a4;--strokeColor:color(display-p3 0.988235 0.85098 0.643137 / 1);--fillColor:var(--placeTextColor);--fillColor:var(--placeTextColor_P3);--strokeWidthModifier:10 !important}.playful-leaderboard .place-wrapper .bordered-font.place .shadow{display:none}.playful-leaderboard .place-wrapper .bordered-font.out-of{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3)}.playful-leaderboard .place-wrapper .bordered-font.message{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3);--fontSize:var(--titleFontSize)}.playful-leaderboard .place-container .wave{background:#ffb84d!important}.playful-leaderboard .best-of-wrapper{z-index:1}.playful-leaderboard .best-of-wrapper .leaderboard-place:nth-child(1) .bordered-font{--fillColor:#c733f6;--fillColor:color(display-p3 0.780392 0.2 0.964706 / 1);--strokeColor:#e5a6fa;--strokeColor:color(display-p3 0.898039 0.65098 0.980392 / 1)}.playful-leaderboard .best-of-wrapper .leaderboard-place:nth-child(1) .leaderboard-place-number-wrapper{box-shadow:#c733f6 2px 2px 0 2px;box-shadow:color(display-p3 .780392 .2 .964706/1)2px 2px 0 2px}.playful-leaderboard .best-of-wrapper .leaderboard-place:nth-child(2) .bordered-font{--fillColor:#4b9df8;--fillColor:color(display-p3 0.294118 0.615686 0.972549 / 1);--strokeColor:#aed7fb;--strokeColor:color(display-p3 0.682353 0.843137 0.984314 / 1)}.playful-leaderboard .best-of-wrapper .leaderboard-place:nth-child(2) .leaderboard-place-number-wrapper{box-shadow:#4b9df8 2px 2px 0 2px;box-shadow:color(display-p3 .294118 .615686 .972549/1)2px 2px 0 2px}.playful-leaderboard .best-of-wrapper .leaderboard-place:nth-child(3) .bordered-font{--fillColor:#48972a;--fillColor:color(display-p3 0.282353 0.592157 0.164706 / 1);--strokeColor:#aed59f;--strokeColor:color(display-p3 0.682353 0.835294 0.623529 / 1)}.playful-leaderboard .best-of-wrapper .leaderboard-place:nth-child(3) .leaderboard-place-number-wrapper{box-shadow:#48972a 2px 2px 0 2px;box-shadow:color(display-p3 .282353 .592157 .164706/1)}.playful-leaderboard .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{background:var(--labelBG);background:var(--labelBG_P3)}.playful-leaderboard .best-of-wrapper .leaderboard-place .bordered-font{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}.playful-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--strokeWidthModifier:10 !important}.playful-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor)}.playful-leaderboard .btn{box-shadow:0 2px 0 7px #aed59f;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:20px;z-index:1}.playful-leaderboard .btn .bordered-font{font-family:sora,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}@font-face{src:url(/fonts/anybody-italic.ttf)format("truetype");font-family:anybody;font-style:italic}@font-face{src:url(/fonts/rounded.woff2)format("woff2-variations");font-family:rounded;font-style:normal}@font-face{src:url(/fonts/bricolage-grotesque.ttf)format("truetype");font-family:bricolage-grotesque}@font-face{src:url(/fonts/sora.ttf)format("truetype");font-family:sora}@font-face{src:url(/fonts/grandstander.ttf)format("truetype");font-family:grandstander}@font-face{src:url(/fonts/inter.ttf)format("truetype");font-family:inter}@font-face{src:url(/fonts/nunito.ttf)format("truetype");font-family:nunito}@font-face{font-family:bowlby one sc;src:url(/fonts/BowlbyOneSC-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{src:url(/fonts/unbounded.ttf)format("truetype");font-family:unbounded}.rainbow{--size:200px;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;transform-origin:bottom right;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.rainbow.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.bordered-font{--fontSize:100px;--strokeWidthModifier:5;--strokeColor:#000;--fillColor:#fff;position:relative;font-size:var(--fontSize);line-height:1;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.bordered-font .bordered,.bordered-font .shadow,.bordered-font .normal{transition:.3s ease}.bordered-font .bordered,.bordered-font .shadow{-webkit-text-fill-color:var(--strokeColor);-webkit-text-stroke-width:calc(var(--fontSize)/var(--strokeWidthModifier));-webkit-text-stroke-color:var(--strokeColor);position:absolute}.bordered-font .shadow{--translate:calc(var(--fontSize) / 20);transform:translate(var(--translate),var(--translate))}.bordered-font .normal{color:var(--fillColor);position:relative}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes popIn{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rainbowPopIn{from{transform:scale(.4)}to{transform:scale(1)}}@keyframes popInSkewed{from{transform:scale(.4)skew(-10deg);opacity:0}to{transform:scale(1)skew(-10deg);opacity:1}}@keyframes buttonTap{0%{transform:scale(1)}50%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes flubber{0%{transform:scale(1)}15%{transform:scaleY(1.1)scaleX(.9)}30%{transform:scaleY(1.2)scaleX(.8)}45%{transform:scaleY(1.1)scaleX(.9)}60%{transform:scaleY(.9)scaleX(1.1)}75%{transform:scaleY(1.05)scaleX(.95)}90%{transform:scaleY(1.02)scaleX(.98)}100%{transform:scale(1)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes popDown{from{transform:translateY(calc(0px - var(--vh)/5));opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popInIcon{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(-10deg);opacity:1}}@keyframes popInIconResponse{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(10deg);opacity:1}}@keyframes crashIn{0%{transform:scale(4);opacity:1}100%{transform:scale(1);opacity:1}}@keyframes shockwave{0%{transform:scale(1);opacity:.8}25%{opacity:.6}50%{opacity:.4}75%{opacity:.2}100%{transform:scale(60);opacity:0}}@keyframes overlayPopIn{0%{transform:scale(.7);opacity:0;border-radius:20px;filter:blur(5px)}100%{transform:scale(1);opacity:1;border-radius:0;filter:blur(0)}}@keyframes sizeInEmoji{from{width:0;opacity:0}to{width:280px;opacity:1}}@keyframes jump{0%,100%{transform:translateY(0)}40%{transform:translateY(calc(0px - var(--fontSize)/10))scale(1.05)translateX(calc(var(--fontSize)/30))}}@keyframes drop{0%{transform:none}100%{transform:translateY(450px)}}body,html{height:100%;width:100%;margin:0;padding:0}#main{width:100%;height:100%;transition:.3s ease}:root{--roundedDefault:rounded, ui-rounded, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--oceanBreeze:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #00FF9A 0%, rgba(0, 166, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #00C5FF -121.45deg, #4900FF 143.16deg, #0049FF 177.07deg, #00C5FF 238.55deg, #4900FF 503.17deg);--oceanBreezeP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 0.639) 0%, color(display-p3 0 0.639 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 0 0.761 1) -121.45deg, color(display-p3 0.259 0 1) 143.16deg, color(display-p3 0 0.278 1) 177.07deg, color(display-p3 0 0.761 1) 238.55deg, color(display-p3 0.259 0 1) 503.17deg);--sunsetBlush:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FF87D5 0%, rgba(255, 180, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(255, 244, 0, 0.5) 0%, rgba(255, 74, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg);--sunsetBlushP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.561 0.824) 0%, color(display-p3 1 0.722 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.961 0/0.5) 0%, color(display-p3 1 0.361 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg);--solarFlare:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FFC400 0%, rgba(255, 244, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FFD400 -121.45deg, #FF0000 143.16deg, #FF7000 177.07deg, #FFD400 238.55deg, #FF0000 503.17deg), linear-gradient(99.09deg, #FF0000 0%, #FF9300 100%);--solarFlareP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.78 0) 0%, color(display-p3 1 0.961 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.839 0) -121.45deg, color(display-p3 1 0 0.059) 143.16deg, color(display-p3 1 0.478 0) 177.07deg, color(display-p3 1 0.839 0) 238.55deg, color(display-p3 1 0 0.059) 503.17deg), linear-gradient(99.09deg, color(display-p3 1 0.18 0) 0%, color(display-p3 1 0.6 0) 100%);--twilightDream:radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(0, 255, 255, 0.5) 0%, rgba(0, 255, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF00AC -121.45deg, #0058FF 143.16deg, #7B00FF 177.07deg, #FF00AC 238.55deg, #0058FF 503.17deg);--twilightDreamP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 1/0.5) 0%, color(display-p3 0 1 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0 0.659) -121.45deg, color(display-p3 0 0.341 1) 143.16deg, color(display-p3 0.439 0 1) 177.07deg, color(display-p3 1 0 0.659) 238.55deg, color(display-p3 0 0.341 1) 503.17deg)}*{-webkit-user-select:none;-moz-user-select:none;user-select:none}html{font-size:100%;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}body,input,textarea{font-family:var(--roundedDefault);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto}textarea{resize:none}body{margin:0;position:relative;line-height:1.2;font-size:18px;font-style:normal;text-wrap:pretty;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;position:relative;display:flex;flex-direction:column;align-items:center;text-transform:lowercase}body.lock-screen{pointer-events:none}a{color:inherit;text-decoration:none}.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;font-size:27px;color:var(--inputTextColor);color:var(--inputTextColor_P3);background:0 0;border:none;outline:none;transition:.3s ease;text-align:center;padding:10px 0;margin-bottom:calc(var(--vh)/5);text-transform:lowercase;animation:popIn .3s ease;caret-color:#fff;width:80%;align-self:center;z-index:1}.input::-moz-placeholder{-moz-transition:.3s ease;transition:.3s ease}.input::placeholder{transition:.3s ease}.input:active,.input:focus{outline:none}.input:-webkit-autofill,.input:-webkit-autofill:hover,.input:-webkit-autofill:focus{border:none;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.logo{font-style:italic;text-transform:uppercase;--fontSize:30px;--strokeWidthModifier:3.7}.logo.bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 1000}.remove-animation{animation:none!important}.non-clickable{animation:flubber .3s ease!important}.btn{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;height:72px;width:288px;padding:0 20px;margin-bottom:40px;border-radius:99px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;max-width:600px;transition:.3s ease;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);box-shadow:inset 0 0 0 3px rgba(255,255,255,.5)}.btn.popIn{animation:popIn .3s ease forwards}.btn.inactive{filter:opacity(.5);pointer-events:none}.btn.touched{animation:buttonTap .3s ease forwards;background:rgba(255,255,255,.5)}.btn .bordered-font{--fontSize:21px}.title{width:75%;font-size:30px;animation:popIn .3s ease;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}[class*=-quiztaker-landing]{display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center;position:relative}[class*=-quiztaker-landing] .logo{top:20px;--fontSize:40px}[class*=-quiztaker-landing] .title{margin-top:40px;overflow-wrap:break-word}[class*=-quiztaker-landing] .quiz-creator-image-wrapper{animation:popIn .3s ease;width:147px;height:147px;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);display:flex;justify-content:center;align-items:center;position:absolute;top:35%}[class*=-quiztaker-landing] .quiz-creator-image{animation:popIn .3s ease;width:138px;height:138px;background-size:cover}[class*=-quiztaker-landing] .quiz-stats-label{justify-content:center;display:flex;align-items:flex-end;flex-grow:1;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize);gap:0;animation:popIn .3s ease;width:80%}[class*=-quiztaker-landing] .quiz-stats-label span{color:#fff;font-size:30px;animation:bounce 1s infinite}[class*=-quiztaker-landing] .quiz-stats-label span:nth-of-type(2){animation-delay:-.75s}[class*=-whats-your-name]{display:flex;flex-direction:column;position:relative;align-items:center}[class*=-whats-your-name] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-name] .input{margin:auto 0}[class*=-whats-your-gender]{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;gap:40px}[class*=-whats-your-gender] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-gender] .title{width:70%;text-align:center;overflow-wrap:break-word}[class*=-whats-your-gender] .gender-options-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;-webkit-tap-highlight-color:transparent}[class*=-whats-your-gender] .gender-options-wrapper .gender-option{display:flex;flex-direction:column;align-items:center;gap:12px;margin:0 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;animation:popIn .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option.touched{animation:buttonTap .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option .gender-icon{font-size:107px;display:flex;align-items:center;justify-content:center;width:124px;height:140px;transition:.2s ease}[class*=-quiz] .quiz-wrapper{position:relative;width:100%;height:100%;overflow:auto;transition:.3s ease;display:flex;flex-direction:column;align-items:center;-ms-overflow-style:none;scrollbar-width:none}[class*=-quiz] .quiz-wrapper::-webkit-scrollbar{display:none}[class*=-quiz] .quiz-wrapper .quiz-header{display:flex;padding:20px;width:calc(100% - 40px);max-width:500px;animation:popDown .3s ease;justify-content:space-around}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar{height:18px;width:100%;position:relative;overflow:hidden;transition:.3s ease;margin:16px 0 9px;aspect-ratio:10/1}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{height:18px;width:0;transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-text{transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile-wrapper,[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image-wrapper{display:flex;flex-shrink:0;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:30px;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image{width:40px;height:40px;background-size:cover;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .question-wrapper{padding:0 20px 20px;display:flex;flex-direction:column;gap:calc(var(--vh)/20);flex-grow:1;justify-content:space-evenly;width:calc(100% - 40px);max-width:640px}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{animation:popIn .3s ease;position:relative;display:flex;align-items:center;justify-content:center}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{position:absolute;bottom:calc(var(--vh)/60);left:20px;z-index:10;font-size:calc(var(--vh)/10);animation:popInIcon .3s ease;transform:rotate(-10deg)}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{font-size:calc(var(--vh)/7);height:calc(var(--vh)/7);animation:popIn .3s ease}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{position:absolute;animation:popInIconResponse .3s ease;transform:rotate(10deg);--strokeColor:#fff;--fontSize:54px}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:0 0 20px 40px}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:50px 0 0 100px}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-text{animation:popIn .3s ease;text-align:center}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options{display:flex;flex-direction:column;gap:calc(var(--vh)/40)}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options.disabled{pointer-events:none}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option{min-height:60px;width:100%;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;justify-content:center;box-shadow:0 0 rgba(255,255,255,.8);transition:.3s ease;cursor:pointer;position:relative;animation:popIn .3s ease}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option .answer-option-text{font-size:20px;padding:14px 26px;transition:.3s ease;max-width:100%;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:break-word}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option-text{padding:14px 26px;transition:.3s ease}[class*=-mid-game-award]{z-index:4;position:fixed;inset:0;padding:50px 20px;display:flex;flex-direction:column;align-items:center;animation:overlayPopIn .3s ease-out;overflow:hidden;transition:.3s ease-out}[class*=-mid-game-award].closed{transform:translateY(calc(var(--vh)/5));opacity:0;border-radius:20px}[class*=-mid-game-award] .bordered-font{text-align:center}[class*=-mid-game-award] .bordered-font.streak-number{--fontSize:200px;--strokeWidthModifier:12}[class*=-mid-game-award] .bordered-font.streak-number .shadow{text-shadow:0 calc(var(--fontSize)/10)calc(var(--fontSize)/2)rgba(255,255,255,.7)}[class*=-mid-game-award] .bordered-font.streak-text{--fontSize:57px}[class*=-mid-game-award].streak-3 .bordered-font.streak-number{transform:rotate(9deg)}[class*=-mid-game-award].streak-3 .bordered-font.streak-text{transform:rotate(-4deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-number{transform:rotate(-9deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-text{transform:rotate(8deg)}[class*=-mid-game-award].streak-10 .bordered-font.streak-number{margin-top:50px;transform:rotate(-3deg);--fontSize:100px;--strokeWidthModifier:8}[class*=-mid-game-award].streak-10 .bordered-font.streak-text{transform:rotate(5deg);--fontSize:35px}[class*=-mid-game-award] .emoji{width:280px;aspect-ratio:1;position:absolute;bottom:unset;left:unset;right:unset;top:unset;transform-origin:center;z-index:1;animation:sizeInEmoji .3s ease-in-out;background-size:contain;background-repeat:no-repeat;background-position:50%}[class*=-mid-game-award] .text{flex-grow:1;display:flex;align-items:center;font-size:24px;opacity:.8;text-align:center}[class*=-mid-game-award] .btn{position:absolute;bottom:0}[class*=-mid-game-award] .bordered-font,[class*=-mid-game-award] .text,[class*=-mid-game-award] .btn{z-index:2}[class*=-leaderboard] .leaderboard-wrapper{width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;position:relative;align-items:center;overflow:hidden;gap:10px}[class*=-leaderboard] .leaderboard-wrapper .logo{position:absolute;top:20px;left:25px;--fontSize:40px}[class*=-leaderboard] .leaderboard-wrapper .score-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;transform:rotate(10deg);position:absolute;right:20px;top:30px;opacity:.8}[class*=-leaderboard] .leaderboard-wrapper .place-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:calc(var(--vh)/5);z-index:1}[class*=-leaderboard] .leaderboard-wrapper .place-container{opacity:0;animation:crashIn .2s ease-in .3s forwards;position:relative;display:flex;justify-content:center;align-items:center}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave{opacity:0;width:5px;height:5px;background:#fff;position:absolute;border-radius:50%;box-sizing:border-box;animation:shockwave .9s ease-out forwards}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(1){animation-delay:.5s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(2){animation-delay:.53s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(3){animation-delay:.56s}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.place{--strokeWidthModifier:6;--fontSize:120px;transform:rotate(-5deg)}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.out-of{--strokeWidthModifier:4;--fontSize:22px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.message{width:85%;text-align:center;margin-top:25px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper{display:flex;align-items:center;gap:32px;flex-grow:1;align-items:flex-end;margin:calc(var(--vh)/30)0 calc(var(--vh)/20);animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place{display:flex;flex-direction:column;align-items:center;gap:10px;z-index:1}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{width:80px;height:80px;border-radius:40px;display:flex;align-items:center;justify-content:center}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place{position:relative}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place:before{content:"👑";position:absolute;display:block;top:-41px;left:7px;font-size:48px;transform:rotate(-8deg)}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--fontSize:32px}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--fontSize:20px}.pop-theme{--bg:linear-gradient(10deg, #008cff 40%, #18bdff 80%, #59c4ff 100%);--bg_P3:linear-gradient(
    15deg,
    color(display-p3 0 0.54902 1 / 1) 40%,
    color(display-p3 0.094118 0.741176 1 / 1) 80%,
    color(display-p3 0.34902 0.768627 1 / 1) 100%
  );--logoStrokeColor:#000;--logoStrokeColor_P3:#000;--logoFillColor:#fff;--logoFillColor_P3:#fff;--titleTextColor:#fff;--titleTextColor_P3:#fff;--buttonBackground:#fff;--buttonBackground_P3:color(display-p3 1 1 1 / 1);--buttonTextColor:#000;--buttonTextColor_P3:#000;--profilePictureBackdrop:transparent;--profilePictureBackdrop_P3:transparent;--statsLabelTextColor:#fff;--statsLabelTextColor_P3:#fff;--answerTextColor:#fff;--answerTextColor_P3:color(display-p3 1 1 1 / 1);--answerBackgroundColor:rgba(0, 0, 0, 0.2);--answerBackgroundColor_P3:color(display-p3 0 0 0 / 0.2);--correctTextColor:#000;--correctTextColor_P3:color(display-p3 0 0 0 / 1);--correctBackgroundColor:linear-gradient(90deg, #00ff1e 40%, #00ffff 100%);--correctBackgroundColor_P3:linear-gradient(
    90deg,
    color(display-p3 0 1 0.117647 / 1) 40%,
    color(display-p3 0 1 1 / 1) 100%
  );--correctBackgroundColor_2:#c6fd7b;--correctBackgroundColor_2_P3:color(
    display-p3 0.776471 0.992157 0.482353 / 1
  );--incorrectTextColor:#fff;--incorrectTextColor_P3:color(display-p3 1 1 1 / 1);--incorrectBackgroundColor:linear-gradient(90deg, #ff0036 40%, #ff00ff 100%);--incorrectBackgroundColor_P3:linear-gradient(
    90deg,
    color(display-p3 1 0 0.211765 / 1) 40%,
    color(display-p3 1 0 1 / 1) 100%
  );--progressBarBackgroundColor:rgba(255, 255, 255, 0.2);--progressBarBackgroundColor_P3:color(display-p3 1 1 1 / 0.2);--progressBarFillColor:#fff;--progressBarFillColor_P3:color(display-p3 1 1 1 / 1);--quizQuestionNumber:rgba(255, 255, 255, 1);--quizQuestionNumber_P3:color(display-p3 1 1 1 / 1);--userProfileImageBackground:#fff;--userProfileImageBackground_P3:color(display-p3 1 1 1 / 1);--quizProgressBarProfileBackdrop:rgba(255, 255, 255, 0.2);--quizProgressBarProfileBackdrop_P3:color(display-p3 1 1 1 / 0.2);--questionTextColor:#fff;--questionTextColor_P3:color(display-p3 1 1 1 / 1);--inputPlaceholderColor:rgba(0, 0, 0, 0.3);--inputPlaceholderColor_P3:color(display-p3 0 0 0 / 0.3);--inputPlaceholderColorFocused:rgba(0, 0, 0, 0.2);--inputPlaceholderColorFocused_P3:color(display-p3 0 0 0 / 0.2);--inputTextColor:rgba(0,0,0,0.8);--inputTextColor_P3:color(display-p3 0 0 0 / 0.8);--inputCaretColor:#000;--labelBG:rgba(0, 0, 0, 0.2);--labelBG_P3:color(display-p3 0 0 0 / 0.2);--selectedLabelBG:rgba(255, 255, 255, 1);--selectedLabelBG_P3:color(display-p3 1 1 1 / 1);--touchedLabelBG:rgba(0, 0, 0, 0.3);--touchedLabelBG_P3:color(display-p3 0 0 0 / 0.3);--placeTextColor:#fff;--placeTextColor_P3:color(display-p3 1 1 1 / 1);--leaderBoardTextColor:#fff;--leaderBoardTextColor_P3:color(display-p3 1 1 1 / 1);--labelFontSize:20px;--titleFontSize:26px;--statsLabelFontSize:20px;--buttonFontSize:27px;--inputFontSize:29px;--quizQuestionNumberFontSize:20px;--questionTextFontSize:28px;--answerOptionFontSize:20px;--scoreFontSize:30px;--correctAnswersTextFontSize:18px}.pop-image{position:absolute;background-image:url(/images/pop-cloud.png);width:100%;height:100%;background-size:cover;background-repeat:no-repeat;z-index:0;background-position:-1100px 200px;transition:background-position 1s ease;filter:saturate(1.1)contrast(1.1)}.pop-quiztaker-landing{background:var(--bg);background:var(--bg_P3)}.pop-quiztaker-landing .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.pop-quiztaker-landing .title{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize);z-index:1;text-shadow:rgba(0,0,0,.5)1px 1px 8px}.pop-quiztaker-landing .quiz-creator-image-wrapper{width:147px;height:147px;border-radius:50%;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);z-index:2}.pop-quiztaker-landing .quiz-creator-image{width:138px;height:138px;border-radius:50%;z-index:1;box-shadow:0 0 8px 1px #fff,0 0 40px 3px white}.pop-quiztaker-landing .quiz-stats-label{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize);z-index:1;text-shadow:rgba(0,0,0,.5)1px 1px 8px}.pop-quiztaker-landing .btn{-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:99px;z-index:1}.pop-quiztaker-landing .btn .bordered-font{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.pop-whats-your-name{background:var(--bg);background:var(--bg_P3)}.pop-whats-your-name .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.pop-whats-your-name .input{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--inputFontSize);color:var(--inputTextColor);color:var(--inputTextColor_P3);caret-color:var(--inputCaretColor)}.pop-whats-your-name .input::-moz-placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.pop-whats-your-name .input::placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.pop-whats-your-name .input:active::-moz-placeholder,.pop-whats-your-name .input:focus::-moz-placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.pop-whats-your-name .input:active::placeholder,.pop-whats-your-name .input:focus::placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.pop-whats-your-name .btn{-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:99px;z-index:1}.pop-whats-your-name .btn .bordered-font{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.pop-whats-your-gender{background:var(--bg);background:var(--bg_P3)}.pop-whats-your-gender .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.pop-whats-your-gender .title{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize);text-shadow:rgba(0,0,0,.5)1px 1px 8px}.pop-whats-your-gender .gender-options-wrapper{z-index:1}.pop-whats-your-gender .gender-options-wrapper .gender-option.touched .gender-icon{background:var(--touchedLabelBG);background:var(--touchedLabelBG_P3)}.pop-whats-your-gender .gender-options-wrapper .gender-option .gender-icon{width:139px!important;height:139px!important;border-radius:99px;background:var(--labelBG);background:var(--labelBG_P3);-webkit-backdrop-filter:blur(10px)saturate(1)contrast(1.1);backdrop-filter:blur(10px)saturate(1)contrast(1.1)}.pop-whats-your-gender .gender-options-wrapper .gender-option .gender-icon.selected{background:var(--selectedLabelBG);background:var(--selectedLabelBG_P3);box-shadow:0 0 10px 2px #ffffff}.pop-whats-your-gender .gender-options-wrapper .gender-option .gender-label{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;font-size:var(--labelFontSize);color:var(--titleTextColor);color:var(--titleTextColor_P3);text-shadow:rgba(0,0,0,.5)1px 1px 8px}.pop-quiz{background:var(--bg);background:var(--bg_P3)}.pop-quiz .quiz-header{gap:18px!important;z-index:1}.pop-quiz .quiz-header .quiz-header-progress{max-width:200px}.pop-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar{mask:url(/svgs/masks/pop-progress-bar.svg);-webkit-mask:url(/svgs/masks/pop-progress-bar.svg);background:var(--quizProgressBarProfileBackdrop);background:var(--quizProgressBarProfileBackdrop_P3);height:20px!important;background-repeat:no-repeat}.pop-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{background:var(--progressBarFillColor);background:var(--progressBarFillColor_P3)}.pop-quiz .quiz-header .quiz-header-progress .quiz-header-progress-text{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;color:var(--quizQuestionNumber);color:var(--quizQuestionNumber_P3);font-size:var(--quizQuestionNumberFontSize)}.pop-quiz .quiz-header .quiz-header-user-profile-wrapper,.pop-quiz .quiz-header .quiz-header-creator-image-wrapper{width:50px;height:50px;background-color:var(--quizProgressBarProfileBackdrop);background-color:var(--quizProgressBarProfileBackdrop_P3);border-radius:50%}.pop-quiz .quiz-header .quiz-header-user-profile,.pop-quiz .quiz-header .quiz-header-creator-image{width:40px;height:40px;border-radius:50%;background:var(--userProfileImageBackground);background:var(--userProfileImageBackground_P3)}.pop-quiz .quiz-header .quiz-header-user-profile{display:flex;align-items:center;justify-content:center;font-size:30px;background:#fff}.pop-quiz .quiz-header .quiz-header-creator-image{background-size:cover}.pop-quiz .question-wrapper{z-index:1}.pop-quiz .question-wrapper .question-icon{text-shadow:0 0 30px #fff}.pop-quiz .question-wrapper .question-icon .bordered-font{--strokeColor:#fff;--fontSize:54px;text-shadow:none}.pop-quiz .question-wrapper .question-icon .bordered-font.correct{z-index:1;--fillColor:var(--correctBackgroundColor);--fillColor:var(--correctBackgroundColor_P3)}.pop-quiz .question-wrapper .question-icon .bordered-font.incorrect{z-index:1;--fillColor:var(--incorrectBackgroundColor);--fillColor:var(--incorrectBackgroundColor_P3)}.pop-quiz .question-wrapper .question-text{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--questionTextFontSize);color:var(--questionTextColor);color:var(--questionTextColor_P3);text-shadow:rgba(0,0,0,.5)1px 1px 8px}.pop-quiz .question-wrapper .answer-options .answer-option{border-radius:50px;background:var(--answerBackgroundColor);background:var(--answerBackgroundColor_P3);-webkit-backdrop-filter:blur(30px)saturate(3)contrast(1.5)hue-rotate(45deg);backdrop-filter:blur(30px)saturate(3)contrast(1.5)hue-rotate(45deg)}.pop-quiz .question-wrapper .answer-options .answer-option.correct{background:var(--correctBackgroundColor_2);background:var(--correctBackgroundColor_2_P3);color:var(--correctTextColor);color:var(--correctTextColor_P3)}.pop-quiz .question-wrapper .answer-options .answer-option.correct.selected{background:var(--correctBackgroundColor);background:var(--correctBackgroundColor_P3);color:var(--correctTextColor);color:var(--correctTextColor_P3)}.pop-quiz .question-wrapper .answer-options .answer-option.incorrect{background:var(--incorrectBackgroundColor);background:var(--incorrectBackgroundColor_P3);color:var(--incorrectTextColor);color:var(--incorrectTextColor_P3)}.pop-quiz .question-wrapper .answer-options .answer-option:not(.correct):not(.incorrect) .answer-option-text{color:var(--answerTextColor);color:var(--answerTextColor_P3)}.pop-quiz .question-wrapper .answer-options .answer-option .answer-option-text{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;text-shadow:rgba(0,0,0,.5)1px 1px 8px;font-size:var(--answerOptionFontSize)}.pop-mid-game-award{background:var(--bg);background:var(--bg_P3)}.pop-mid-game-award .img{position:absolute;background-image:url(/images/pop-cloud.png);width:100%;height:100%;background-size:cover;background-repeat:no-repeat;z-index:0;background-position:-1100px 200px;transition:background-position 1s ease;filter:saturate(1.1)contrast(1.1);background-position:-800px 100px}.pop-mid-game-award .bordered-font{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}.pop-mid-game-award .bordered-font .shadow{text-shadow:0 calc(var(--fontSize)/10)calc(var(--fontSize)/2)rgba(0,0,0,.5)}.pop-mid-game-award .bordered-font.streak-number{--strokeColor:transparent;--strokeColor:transparent;--fillColor:#fff;--fillColor:color(display-p3 1 1 1 / 1)}.pop-mid-game-award .bordered-font.streak-text{--fontSize:57px;--strokeColor:transparent;--strokeColor:transparent;--fillColor:#fff;--fillColor:color(display-p3 1 1 1 / 1)}.pop-mid-game-award.streak-3 .emoji{--size:280px;display:block;opacity:1;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.pop-mid-game-award.streak-3 .emoji.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.pop-mid-game-award.streak-3 .emoji.up{top:-30px;right:-30px;transform:rotate(-90deg)}.pop-mid-game-award.streak-3 .emoji.down{bottom:-50px;left:-100px;transform:rotate(90deg)}.pop-mid-game-award.streak-5 .emoji{background-image:url(/images/explosion.svg)}.pop-mid-game-award.streak-5 .emoji.up{top:-50px;right:-100px}.pop-mid-game-award.streak-5 .emoji.down{transform:scaleX(-1);bottom:-50px;left:-100px}.pop-mid-game-award.streak-10 .emoji{background-image:url(/images/stars.svg)}.pop-mid-game-award.streak-10 .emoji.up{top:-50px;right:-60px}.pop-mid-game-award.streak-10 .emoji.down{top:150px;left:-50px}.pop-mid-game-award .text{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);text-shadow:0 calc(var(--fontSize)/10)calc(var(--fontSize)/2)rgba(88,88,88,.5)}.pop-mid-game-award .btn{-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:99px;z-index:1}.pop-mid-game-award .btn .bordered-font{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.pop-leaderboard{background:var(--bg);background:var(--bg_P3)}.pop-leaderboard .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.pop-leaderboard .rainbow{display:none}.pop-leaderboard .score{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--scoreFontSize)}.pop-leaderboard .correct-answers-text{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--correctAnswersTextFontSize)}.pop-leaderboard .place-wrapper .bordered-font{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}.pop-leaderboard .place-wrapper .bordered-font.place{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--placeTextColor);--fillColor:var(--placeTextColor_P3);text-shadow:rgba(0,0,0,.5)1px 1px 8px}.pop-leaderboard .place-wrapper .bordered-font.place .shadow{display:none}.pop-leaderboard .place-wrapper .bordered-font.out-of{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3);text-shadow:rgba(0,0,0,.5)1px 1px 8px}.pop-leaderboard .place-wrapper .bordered-font.message{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3);--fontSize:var(--titleFontSize);text-shadow:rgba(0,0,0,.5)1px 1px 8px}.pop-leaderboard .place-container .wave{background:#ffd3ea!important}.pop-leaderboard .best-of-wrapper{z-index:1}.pop-leaderboard .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{background:var(--labelBG);background:var(--labelBG_P3);-webkit-backdrop-filter:blur(5px)saturate(1.6)contrast(1.2);backdrop-filter:blur(5px)saturate(1.6)contrast(1.2)}.pop-leaderboard .best-of-wrapper .leaderboard-place .bordered-font{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}.pop-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor)}.pop-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor);text-shadow:rgba(0,0,0,.5)1px 1px 8px}.pop-leaderboard .btn{-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:99px;z-index:1}.pop-leaderboard .btn .bordered-font{font-family:bricolage-grotesque,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}@font-face{src:url(/fonts/anybody-italic.ttf)format("truetype");font-family:anybody;font-style:italic}@font-face{src:url(/fonts/rounded.woff2)format("woff2-variations");font-family:rounded;font-style:normal}@font-face{src:url(/fonts/bricolage-grotesque.ttf)format("truetype");font-family:bricolage-grotesque}@font-face{src:url(/fonts/sora.ttf)format("truetype");font-family:sora}@font-face{src:url(/fonts/grandstander.ttf)format("truetype");font-family:grandstander}@font-face{src:url(/fonts/inter.ttf)format("truetype");font-family:inter}@font-face{src:url(/fonts/nunito.ttf)format("truetype");font-family:nunito}@font-face{font-family:bowlby one sc;src:url(/fonts/BowlbyOneSC-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{src:url(/fonts/unbounded.ttf)format("truetype");font-family:unbounded}.rainbow{--size:200px;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;transform-origin:bottom right;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.rainbow.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.bordered-font{--fontSize:100px;--strokeWidthModifier:5;--strokeColor:#000;--fillColor:#fff;position:relative;font-size:var(--fontSize);line-height:1;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.bordered-font .bordered,.bordered-font .shadow,.bordered-font .normal{transition:.3s ease}.bordered-font .bordered,.bordered-font .shadow{-webkit-text-fill-color:var(--strokeColor);-webkit-text-stroke-width:calc(var(--fontSize)/var(--strokeWidthModifier));-webkit-text-stroke-color:var(--strokeColor);position:absolute}.bordered-font .shadow{--translate:calc(var(--fontSize) / 20);transform:translate(var(--translate),var(--translate))}.bordered-font .normal{color:var(--fillColor);position:relative}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes popIn{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rainbowPopIn{from{transform:scale(.4)}to{transform:scale(1)}}@keyframes popInSkewed{from{transform:scale(.4)skew(-10deg);opacity:0}to{transform:scale(1)skew(-10deg);opacity:1}}@keyframes buttonTap{0%{transform:scale(1)}50%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes flubber{0%{transform:scale(1)}15%{transform:scaleY(1.1)scaleX(.9)}30%{transform:scaleY(1.2)scaleX(.8)}45%{transform:scaleY(1.1)scaleX(.9)}60%{transform:scaleY(.9)scaleX(1.1)}75%{transform:scaleY(1.05)scaleX(.95)}90%{transform:scaleY(1.02)scaleX(.98)}100%{transform:scale(1)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes popDown{from{transform:translateY(calc(0px - var(--vh)/5));opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popInIcon{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(-10deg);opacity:1}}@keyframes popInIconResponse{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(10deg);opacity:1}}@keyframes crashIn{0%{transform:scale(4);opacity:1}100%{transform:scale(1);opacity:1}}@keyframes shockwave{0%{transform:scale(1);opacity:.8}25%{opacity:.6}50%{opacity:.4}75%{opacity:.2}100%{transform:scale(60);opacity:0}}@keyframes overlayPopIn{0%{transform:scale(.7);opacity:0;border-radius:20px;filter:blur(5px)}100%{transform:scale(1);opacity:1;border-radius:0;filter:blur(0)}}@keyframes sizeInEmoji{from{width:0;opacity:0}to{width:280px;opacity:1}}@keyframes jump{0%,100%{transform:translateY(0)}40%{transform:translateY(calc(0px - var(--fontSize)/10))scale(1.05)translateX(calc(var(--fontSize)/30))}}@keyframes drop{0%{transform:none}100%{transform:translateY(450px)}}body,html{height:100%;width:100%;margin:0;padding:0}#main{width:100%;height:100%;transition:.3s ease}:root{--roundedDefault:rounded, ui-rounded, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--oceanBreeze:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #00FF9A 0%, rgba(0, 166, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #00C5FF -121.45deg, #4900FF 143.16deg, #0049FF 177.07deg, #00C5FF 238.55deg, #4900FF 503.17deg);--oceanBreezeP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 0.639) 0%, color(display-p3 0 0.639 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 0 0.761 1) -121.45deg, color(display-p3 0.259 0 1) 143.16deg, color(display-p3 0 0.278 1) 177.07deg, color(display-p3 0 0.761 1) 238.55deg, color(display-p3 0.259 0 1) 503.17deg);--sunsetBlush:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FF87D5 0%, rgba(255, 180, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(255, 244, 0, 0.5) 0%, rgba(255, 74, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg);--sunsetBlushP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.561 0.824) 0%, color(display-p3 1 0.722 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.961 0/0.5) 0%, color(display-p3 1 0.361 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg);--solarFlare:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FFC400 0%, rgba(255, 244, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FFD400 -121.45deg, #FF0000 143.16deg, #FF7000 177.07deg, #FFD400 238.55deg, #FF0000 503.17deg), linear-gradient(99.09deg, #FF0000 0%, #FF9300 100%);--solarFlareP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.78 0) 0%, color(display-p3 1 0.961 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.839 0) -121.45deg, color(display-p3 1 0 0.059) 143.16deg, color(display-p3 1 0.478 0) 177.07deg, color(display-p3 1 0.839 0) 238.55deg, color(display-p3 1 0 0.059) 503.17deg), linear-gradient(99.09deg, color(display-p3 1 0.18 0) 0%, color(display-p3 1 0.6 0) 100%);--twilightDream:radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(0, 255, 255, 0.5) 0%, rgba(0, 255, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF00AC -121.45deg, #0058FF 143.16deg, #7B00FF 177.07deg, #FF00AC 238.55deg, #0058FF 503.17deg);--twilightDreamP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 1/0.5) 0%, color(display-p3 0 1 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0 0.659) -121.45deg, color(display-p3 0 0.341 1) 143.16deg, color(display-p3 0.439 0 1) 177.07deg, color(display-p3 1 0 0.659) 238.55deg, color(display-p3 0 0.341 1) 503.17deg)}*{-webkit-user-select:none;-moz-user-select:none;user-select:none}html{font-size:100%;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}body,input,textarea{font-family:var(--roundedDefault);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto}textarea{resize:none}body{margin:0;position:relative;line-height:1.2;font-size:18px;font-style:normal;text-wrap:pretty;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;position:relative;display:flex;flex-direction:column;align-items:center;text-transform:lowercase}body.lock-screen{pointer-events:none}a{color:inherit;text-decoration:none}.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;font-size:27px;color:var(--inputTextColor);color:var(--inputTextColor_P3);background:0 0;border:none;outline:none;transition:.3s ease;text-align:center;padding:10px 0;margin-bottom:calc(var(--vh)/5);text-transform:lowercase;animation:popIn .3s ease;caret-color:#fff;width:80%;align-self:center;z-index:1}.input::-moz-placeholder{-moz-transition:.3s ease;transition:.3s ease}.input::placeholder{transition:.3s ease}.input:active,.input:focus{outline:none}.input:-webkit-autofill,.input:-webkit-autofill:hover,.input:-webkit-autofill:focus{border:none;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.logo{font-style:italic;text-transform:uppercase;--fontSize:30px;--strokeWidthModifier:3.7}.logo.bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 1000}.remove-animation{animation:none!important}.non-clickable{animation:flubber .3s ease!important}.btn{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;height:72px;width:288px;padding:0 20px;margin-bottom:40px;border-radius:99px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;max-width:600px;transition:.3s ease;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);box-shadow:inset 0 0 0 3px rgba(255,255,255,.5)}.btn.popIn{animation:popIn .3s ease forwards}.btn.inactive{filter:opacity(.5);pointer-events:none}.btn.touched{animation:buttonTap .3s ease forwards;background:rgba(255,255,255,.5)}.btn .bordered-font{--fontSize:21px}.title{width:75%;font-size:30px;animation:popIn .3s ease;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}[class*=-quiztaker-landing]{display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center;position:relative}[class*=-quiztaker-landing] .logo{top:20px;--fontSize:40px}[class*=-quiztaker-landing] .title{margin-top:40px;overflow-wrap:break-word}[class*=-quiztaker-landing] .quiz-creator-image-wrapper{animation:popIn .3s ease;width:147px;height:147px;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);display:flex;justify-content:center;align-items:center;position:absolute;top:35%}[class*=-quiztaker-landing] .quiz-creator-image{animation:popIn .3s ease;width:138px;height:138px;background-size:cover}[class*=-quiztaker-landing] .quiz-stats-label{justify-content:center;display:flex;align-items:flex-end;flex-grow:1;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize);gap:0;animation:popIn .3s ease;width:80%}[class*=-quiztaker-landing] .quiz-stats-label span{color:#fff;font-size:30px;animation:bounce 1s infinite}[class*=-quiztaker-landing] .quiz-stats-label span:nth-of-type(2){animation-delay:-.75s}[class*=-whats-your-name]{display:flex;flex-direction:column;position:relative;align-items:center}[class*=-whats-your-name] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-name] .input{margin:auto 0}[class*=-whats-your-gender]{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;gap:40px}[class*=-whats-your-gender] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-gender] .title{width:70%;text-align:center;overflow-wrap:break-word}[class*=-whats-your-gender] .gender-options-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;-webkit-tap-highlight-color:transparent}[class*=-whats-your-gender] .gender-options-wrapper .gender-option{display:flex;flex-direction:column;align-items:center;gap:12px;margin:0 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;animation:popIn .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option.touched{animation:buttonTap .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option .gender-icon{font-size:107px;display:flex;align-items:center;justify-content:center;width:124px;height:140px;transition:.2s ease}[class*=-quiz] .quiz-wrapper{position:relative;width:100%;height:100%;overflow:auto;transition:.3s ease;display:flex;flex-direction:column;align-items:center;-ms-overflow-style:none;scrollbar-width:none}[class*=-quiz] .quiz-wrapper::-webkit-scrollbar{display:none}[class*=-quiz] .quiz-wrapper .quiz-header{display:flex;padding:20px;width:calc(100% - 40px);max-width:500px;animation:popDown .3s ease;justify-content:space-around}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar{height:18px;width:100%;position:relative;overflow:hidden;transition:.3s ease;margin:16px 0 9px;aspect-ratio:10/1}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{height:18px;width:0;transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-text{transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile-wrapper,[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image-wrapper{display:flex;flex-shrink:0;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:30px;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image{width:40px;height:40px;background-size:cover;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .question-wrapper{padding:0 20px 20px;display:flex;flex-direction:column;gap:calc(var(--vh)/20);flex-grow:1;justify-content:space-evenly;width:calc(100% - 40px);max-width:640px}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{animation:popIn .3s ease;position:relative;display:flex;align-items:center;justify-content:center}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{position:absolute;bottom:calc(var(--vh)/60);left:20px;z-index:10;font-size:calc(var(--vh)/10);animation:popInIcon .3s ease;transform:rotate(-10deg)}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{font-size:calc(var(--vh)/7);height:calc(var(--vh)/7);animation:popIn .3s ease}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{position:absolute;animation:popInIconResponse .3s ease;transform:rotate(10deg);--strokeColor:#fff;--fontSize:54px}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:0 0 20px 40px}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:50px 0 0 100px}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-text{animation:popIn .3s ease;text-align:center}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options{display:flex;flex-direction:column;gap:calc(var(--vh)/40)}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options.disabled{pointer-events:none}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option{min-height:60px;width:100%;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;justify-content:center;box-shadow:0 0 rgba(255,255,255,.8);transition:.3s ease;cursor:pointer;position:relative;animation:popIn .3s ease}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option .answer-option-text{font-size:20px;padding:14px 26px;transition:.3s ease;max-width:100%;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:break-word}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option-text{padding:14px 26px;transition:.3s ease}[class*=-mid-game-award]{z-index:4;position:fixed;inset:0;padding:50px 20px;display:flex;flex-direction:column;align-items:center;animation:overlayPopIn .3s ease-out;overflow:hidden;transition:.3s ease-out}[class*=-mid-game-award].closed{transform:translateY(calc(var(--vh)/5));opacity:0;border-radius:20px}[class*=-mid-game-award] .bordered-font{text-align:center}[class*=-mid-game-award] .bordered-font.streak-number{--fontSize:200px;--strokeWidthModifier:12}[class*=-mid-game-award] .bordered-font.streak-number .shadow{text-shadow:0 calc(var(--fontSize)/10)calc(var(--fontSize)/2)rgba(255,255,255,.7)}[class*=-mid-game-award] .bordered-font.streak-text{--fontSize:57px}[class*=-mid-game-award].streak-3 .bordered-font.streak-number{transform:rotate(9deg)}[class*=-mid-game-award].streak-3 .bordered-font.streak-text{transform:rotate(-4deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-number{transform:rotate(-9deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-text{transform:rotate(8deg)}[class*=-mid-game-award].streak-10 .bordered-font.streak-number{margin-top:50px;transform:rotate(-3deg);--fontSize:100px;--strokeWidthModifier:8}[class*=-mid-game-award].streak-10 .bordered-font.streak-text{transform:rotate(5deg);--fontSize:35px}[class*=-mid-game-award] .emoji{width:280px;aspect-ratio:1;position:absolute;bottom:unset;left:unset;right:unset;top:unset;transform-origin:center;z-index:1;animation:sizeInEmoji .3s ease-in-out;background-size:contain;background-repeat:no-repeat;background-position:50%}[class*=-mid-game-award] .text{flex-grow:1;display:flex;align-items:center;font-size:24px;opacity:.8;text-align:center}[class*=-mid-game-award] .btn{position:absolute;bottom:0}[class*=-mid-game-award] .bordered-font,[class*=-mid-game-award] .text,[class*=-mid-game-award] .btn{z-index:2}[class*=-leaderboard] .leaderboard-wrapper{width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;position:relative;align-items:center;overflow:hidden;gap:10px}[class*=-leaderboard] .leaderboard-wrapper .logo{position:absolute;top:20px;left:25px;--fontSize:40px}[class*=-leaderboard] .leaderboard-wrapper .score-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;transform:rotate(10deg);position:absolute;right:20px;top:30px;opacity:.8}[class*=-leaderboard] .leaderboard-wrapper .place-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:calc(var(--vh)/5);z-index:1}[class*=-leaderboard] .leaderboard-wrapper .place-container{opacity:0;animation:crashIn .2s ease-in .3s forwards;position:relative;display:flex;justify-content:center;align-items:center}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave{opacity:0;width:5px;height:5px;background:#fff;position:absolute;border-radius:50%;box-sizing:border-box;animation:shockwave .9s ease-out forwards}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(1){animation-delay:.5s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(2){animation-delay:.53s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(3){animation-delay:.56s}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.place{--strokeWidthModifier:6;--fontSize:120px;transform:rotate(-5deg)}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.out-of{--strokeWidthModifier:4;--fontSize:22px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.message{width:85%;text-align:center;margin-top:25px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper{display:flex;align-items:center;gap:32px;flex-grow:1;align-items:flex-end;margin:calc(var(--vh)/30)0 calc(var(--vh)/20);animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place{display:flex;flex-direction:column;align-items:center;gap:10px;z-index:1}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{width:80px;height:80px;border-radius:40px;display:flex;align-items:center;justify-content:center}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place{position:relative}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place:before{content:"👑";position:absolute;display:block;top:-41px;left:7px;font-size:48px;transform:rotate(-8deg)}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--fontSize:32px}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--fontSize:20px}.vlog-theme{--bg:transparent;--bg_P3:transparent;--logoStrokeColor:#0094ff;--logoStrokeColor_P3:#0094ff;--logoFillColor:#fff;--logoFillColor_P3:#fff;--titleTextColor:#444444;--titleTextColor_P3:color(display-p3 0.266667 0.266667 0.266667 / 1);--buttonBackground:#0094ff;--buttonBackground_P3:color(display-p3 0 0.580392 1 / 1);--buttonTextColor:#fff;--buttonTextColor_P3:#fff;--profilePictureBackdrop:rgba(#fff, 1);--profilePictureBackdrop_P3:color(display-p3 1 1 1 / 1);--statsLabelTextColor:#444444;--statsLabelTextColor_P3:color(display-p3 0.266667 0.266667 0.266667 / 1);--answerTextColor:#000;--answerTextColor_P3:color(display-p3 0 0 0 / 1);--answerBackgroundColor:rgba(0, 0, 0, 0.1);--answerBackgroundColor_P3:color(display-p3 0 0 0 / 0.1);--correctTextColor:#fff;--correctTextColor_P3:color(display-p3 1 1 1 / 1);--correctBackgroundColor:#8acb00;--correctBackgroundColor_P3:color(display-p3 0.541176 0.796078 0 / 1);--incorrectTextColor:#fff;--incorrectTextColor_P3:color(display-p3 1 1 1 / 1);--incorrectBackgroundColor:#ff3c00;--incorrectBackgroundColor_P3:color(display-p3 1 0.235294 0 / 1);--progressBarBackgroundColor:transparent;--progressBarBackgroundColor_P3:transparent;--progressBarFillColor:#fff;--progressBarFillColor_P3:color(display-p3 1 1 1 / 1);--quizQuestionNumber:rgba(51, 51, 51, 0.5);--quizQuestionNumber_P3:color(display-p3 0.2 0.2 0.2 / 0.5);--userProfileImageBackground:#fff;--userProfileImageBackground_P3:color(display-p3 1 1 1 / 1);--quizProgressBarProfileBackdrop:rgba(255, 255, 255, 0.2);--quizProgressBarProfileBackdrop_P3:color(display-p3 1 1 1 / 0.2);--questionTextColor:#000;--questionTextColor_P3:color(display-p3 0 0 0 / 1);--inputPlaceholderColor:rgba(0, 0, 0, 0.5);--inputPlaceholderColor_P3:color(display-p3 0 0 0 / 0.5);--inputPlaceholderColorFocused:rgba(0, 0, 0, 0.3);--inputPlaceholderColorFocused_P3:color(display-p3 0 0 0 / 0.3);--inputTextColor:#000;--inputTextColor_P3:color(display-p3 0 0 0 / 1);--inputCaretColor:#000;--labelBG:rgba(0, 0, 0, 0.2);--labelBG_P3:color(display-p3 0 0 0 / 0.2);--selectedLabelBG:rgba(0, 148, 255, 1);--selectedLabelBG_P3:color(display-p3 0 0.580392 1 / 1);--touchedLabelBG:rgba(0, 0, 0, 0.3);--touchedLabelBG_P3:color(display-p3 0 0 0 / 0.3);--placeTextColor:rgba(0, 148, 255, 1);--placeTextColor_P3:color(display-p3 0 0.580392 1 / 1);--leaderBoardTextColor:#444444;--leaderBoardTextColor_P3:color(display-p3 0.266667 0.266667 0.266667 / 1);--labelFontSize:20px;--titleFontSize:29px;--statsLabelFontSize:20px;--buttonFontSize:27px;--inputFontSize:29px;--quizQuestionNumberFontSize:20px;--questionTextFontSize:30px;--answerOptionFontSize:20px;--scoreFontSize:30px;--correctAnswersTextFontSize:18px}.vlog-image{position:absolute;inset:0;background-image:url(/images/vlog-background.png);width:100%;height:100%;background-position:50%;background-size:180%;z-index:-1;position:fixed;filter:brightness(1.1)}.vlog-quiztaker-landing{background:var(--bg);background:var(--bg_P3)}.vlog-quiztaker-landing .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.vlog-quiztaker-landing .title{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize)}.vlog-quiztaker-landing .quiz-creator-image-wrapper{width:140px;height:140px;border-radius:50%;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3)}.vlog-quiztaker-landing .quiz-creator-image{width:138px;height:138px;border-radius:50%}.vlog-quiztaker-landing .quiz-stats-label{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize)}.vlog-quiztaker-landing .btn{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:50px}.vlog-quiztaker-landing .btn .bordered-font{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.vlog-whats-your-name{background:var(--bg);background:var(--bg_P3)}.vlog-whats-your-name .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.vlog-whats-your-name .input{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 500;font-size:var(--inputFontSize);color:var(--inputTextColor);color:var(--inputTextColor_P3);caret-color:var(--inputCaretColor)}.vlog-whats-your-name .input::-moz-placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.vlog-whats-your-name .input::placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.vlog-whats-your-name .input:active::-moz-placeholder,.vlog-whats-your-name .input:focus::-moz-placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.vlog-whats-your-name .input:active::placeholder,.vlog-whats-your-name .input:focus::placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.vlog-whats-your-name .btn{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:50px}.vlog-whats-your-name .btn .bordered-font{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.vlog-whats-your-gender{background:var(--bg);background:var(--bg_P3)}.vlog-whats-your-gender .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.vlog-whats-your-gender .title{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize)}.vlog-whats-your-gender .gender-options-wrapper .gender-option.touched .gender-icon{background:var(--touchedLabelBG);background:var(--touchedLabelBG_P3)}.vlog-whats-your-gender .gender-options-wrapper .gender-option .gender-icon{border-radius:5px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:var(--labelBG);background:var(--labelBG_P3);box-shadow:#00000062 2px 2px 5px}.vlog-whats-your-gender .gender-options-wrapper .gender-option .gender-icon.selected{background:var(--selectedLabelBG);background:var(--selectedLabelBG_P3)}.vlog-whats-your-gender .gender-options-wrapper .gender-option .gender-label{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;font-size:var(--labelFontSize);color:var(--titleTextColor);color:var(--titleTextColor_P3)}.vlog-quiz{background:var(--bg);background:var(--bg_P3)}.vlog-quiz .quiz-header{gap:30px!important;justify-content:center!important}.vlog-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar{mask:url(/svgs/masks/vlog-progress-bar.svg);-webkit-mask:url(/svgs/masks/vlog-progress-bar.svg);background:var(--progressBarBackgroundColor);background:var(--progressBarBackgroundColor_P3);height:20px!important}.vlog-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{background:var(--progressBarFillColor);background:var(--progressBarFillColor_P3);height:100%;position:absolute}.vlog-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-background{position:absolute;background:#000;height:20px;aspect-ratio:10/1;width:auto;box-sizing:border-box;mask:url(/svgs/masks/vlog-progress-bar-background.svg);-webkit-mask:url(/svgs/masks/vlog-progress-bar-background.svg)}.vlog-quiz .quiz-header .quiz-header-progress .quiz-header-progress-text{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;color:var(--quizQuestionNumber);color:var(--quizQuestionNumber_P3);font-size:var(--quizQuestionNumberFontSize)}.vlog-quiz .quiz-header .quiz-header-user-profile-wrapper,.vlog-quiz .quiz-header .quiz-header-creator-image-wrapper{width:45px;height:45px;background-color:var(--quizProgressBarProfileBackdrop);background-color:var(--quizProgressBarProfileBackdrop_P3);border-radius:50%;margin-left:-5px}.vlog-quiz .quiz-header .quiz-header-user-profile,.vlog-quiz .quiz-header .quiz-header-creator-image{width:40px;height:40px;border-radius:50%;background:var(--userProfileImageBackground);background:var(--userProfileImageBackground_P3)}.vlog-quiz .question-wrapper .question-icon .bordered-font{--strokeColor:#fff;--fontSize:54px}.vlog-quiz .question-wrapper .question-icon .bordered-font.correct{z-index:1;--fillColor:var(--correctBackgroundColor);--fillColor:var(--correctBackgroundColor_P3)}.vlog-quiz .question-wrapper .question-icon .bordered-font.incorrect{z-index:1;--fillColor:var(--incorrectBackgroundColor);--fillColor:var(--incorrectBackgroundColor_P3)}.vlog-quiz .question-wrapper .question-text{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--questionTextFontSize);padding:10px;color:var(--questionTextColor);color:var(--questionTextColor_P3)}.vlog-quiz .question-wrapper .answer-options .answer-option{--textColor:var(--answerTextColor);--textColor:var(--answerTextColor_P3);-webkit-backdrop-filter:blur(2px)saturate(1.5)contrast(1.1);backdrop-filter:blur(2px)saturate(1.5)contrast(1.1);box-shadow:3px 3px 6px rgba(0,0,0,.3),inset 0 0 15px .5px #fff!important;background-color:rgba(0,0,0,.1)}.vlog-quiz .question-wrapper .answer-options .answer-option.correct{color:var(--correctTextColor);color:var(--correctTextColor_P3);background:var(--correctBackgroundColor);background:var(--correctBackgroundColor_P3);box-shadow:0 0 25px 0 var(--correctBackgroundColor)!important;box-shadow:0 0 25px 0 var(--correctBackgroundColor_P3)!important;filter:none}.vlog-quiz .question-wrapper .answer-options .answer-option.incorrect{color:var(--incorrectTextColor);color:var(--incorrectTextColor_P3);background:var(--incorrectBackgroundColor);background:var(--incorrectBackgroundColor_P3);box-shadow:0 0 25px 0 var(--incorrectBackgroundColor)!important;box-shadow:0 0 25px 0 var(--incorrectBackgroundColor_P3)!important;filter:none}.vlog-quiz .question-wrapper .answer-options .answer-option:not(.correct):not(.incorrect) .answer-option-text{color:var(--answerTextColor);color:var(--answerTextColor_P3)}.vlog-quiz .question-wrapper .answer-options .answer-option .answer-option-text{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 500;font-size:var(--answerOptionFontSize)}.vlog-mid-game-award{background:var(--bg);background:var(--bg_P3)}.vlog-mid-game-award .img{position:absolute;inset:0;background-image:url(/images/vlog-background.png);width:100%;height:100%;background-position:50%;background-size:180%;z-index:-1;position:fixed;filter:brightness(1.1)}.vlog-mid-game-award .bordered-font{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}.vlog-mid-game-award .bordered-font .shadow{text-shadow:0 calc(var(--fontSize)/10)calc(var(--fontSize)/2)rgba(0,0,0,.5)}.vlog-mid-game-award .bordered-font.streak-number{--strokeColor:#000;--strokeColor:#000;--fillColor:#fff;--fillColor:#fff}.vlog-mid-game-award .bordered-font.streak-text{--fontSize:57px;--strokeColor:transparent;--strokeColor:transparent;--fillColor:#444444;--fillColor:color(display-p3 0.266667 0.266667 0.266667 / 1)}.vlog-mid-game-award.streak-3 .emoji{--size:280px;display:block;opacity:1;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.vlog-mid-game-award.streak-3 .emoji.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.vlog-mid-game-award.streak-3 .emoji.up{top:-30px;right:-30px;transform:rotate(-90deg)}.vlog-mid-game-award.streak-3 .emoji.down{bottom:-50px;left:-100px;transform:rotate(90deg)}.vlog-mid-game-award.streak-5 .emoji{background-image:url(/images/explosion.svg)}.vlog-mid-game-award.streak-5 .emoji.up{top:-50px;right:-100px}.vlog-mid-game-award.streak-5 .emoji.down{transform:scaleX(-1);bottom:-50px;left:-100px}.vlog-mid-game-award.streak-10 .emoji{background-image:url(/images/stars.svg)}.vlog-mid-game-award.streak-10 .emoji.up{top:-50px;right:-60px}.vlog-mid-game-award.streak-10 .emoji.down{top:150px;left:-50px}.vlog-mid-game-award .text{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3)}.vlog-mid-game-award .btn{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:50px}.vlog-mid-game-award .btn .bordered-font{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.vlog-leaderboard{background:var(--bg);background:var(--bg_P3)}.vlog-leaderboard .img{position:absolute;inset:0;background-image:url(/images/vlog-background.png);width:100%;height:100%;background-position:50%;background-size:180%;z-index:-1;position:fixed;filter:brightness(1.1)}.vlog-leaderboard .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.vlog-leaderboard .rainbow{display:none}.vlog-leaderboard .score{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--scoreFontSize)}.vlog-leaderboard .correct-answers-text{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--correctAnswersTextFontSize)}.vlog-leaderboard .place-wrapper .bordered-font{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}.vlog-leaderboard .place-wrapper .bordered-font.place{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--placeTextColor);--fillColor:var(--placeTextColor_P3)}.vlog-leaderboard .place-wrapper .bordered-font.out-of{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3)}.vlog-leaderboard .place-wrapper .bordered-font.message{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3);--fontSize:var(--titleFontSize)}.vlog-leaderboard .place-container .wave{background:#005c9e!important}.vlog-leaderboard .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:var(--labelBG);background:var(--labelBG_P3);box-shadow:#00000062 2px 2px 5px}.vlog-leaderboard .best-of-wrapper .leaderboard-place .bordered-font{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}.vlog-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor)}.vlog-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor)}.vlog-leaderboard .btn{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:50px}.vlog-leaderboard .btn .bordered-font{font-family:grandstander,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}@font-face{src:url(/fonts/anybody-italic.ttf)format("truetype");font-family:anybody;font-style:italic}@font-face{src:url(/fonts/rounded.woff2)format("woff2-variations");font-family:rounded;font-style:normal}@font-face{src:url(/fonts/bricolage-grotesque.ttf)format("truetype");font-family:bricolage-grotesque}@font-face{src:url(/fonts/sora.ttf)format("truetype");font-family:sora}@font-face{src:url(/fonts/grandstander.ttf)format("truetype");font-family:grandstander}@font-face{src:url(/fonts/inter.ttf)format("truetype");font-family:inter}@font-face{src:url(/fonts/nunito.ttf)format("truetype");font-family:nunito}@font-face{font-family:bowlby one sc;src:url(/fonts/BowlbyOneSC-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{src:url(/fonts/unbounded.ttf)format("truetype");font-family:unbounded}.rainbow{--size:200px;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;transform-origin:bottom right;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.rainbow.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.bordered-font{--fontSize:100px;--strokeWidthModifier:5;--strokeColor:#000;--fillColor:#fff;position:relative;font-size:var(--fontSize);line-height:1;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.bordered-font .bordered,.bordered-font .shadow,.bordered-font .normal{transition:.3s ease}.bordered-font .bordered,.bordered-font .shadow{-webkit-text-fill-color:var(--strokeColor);-webkit-text-stroke-width:calc(var(--fontSize)/var(--strokeWidthModifier));-webkit-text-stroke-color:var(--strokeColor);position:absolute}.bordered-font .shadow{--translate:calc(var(--fontSize) / 20);transform:translate(var(--translate),var(--translate))}.bordered-font .normal{color:var(--fillColor);position:relative}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes popIn{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rainbowPopIn{from{transform:scale(.4)}to{transform:scale(1)}}@keyframes popInSkewed{from{transform:scale(.4)skew(-10deg);opacity:0}to{transform:scale(1)skew(-10deg);opacity:1}}@keyframes buttonTap{0%{transform:scale(1)}50%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes flubber{0%{transform:scale(1)}15%{transform:scaleY(1.1)scaleX(.9)}30%{transform:scaleY(1.2)scaleX(.8)}45%{transform:scaleY(1.1)scaleX(.9)}60%{transform:scaleY(.9)scaleX(1.1)}75%{transform:scaleY(1.05)scaleX(.95)}90%{transform:scaleY(1.02)scaleX(.98)}100%{transform:scale(1)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes popDown{from{transform:translateY(calc(0px - var(--vh)/5));opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popInIcon{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(-10deg);opacity:1}}@keyframes popInIconResponse{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(10deg);opacity:1}}@keyframes crashIn{0%{transform:scale(4);opacity:1}100%{transform:scale(1);opacity:1}}@keyframes shockwave{0%{transform:scale(1);opacity:.8}25%{opacity:.6}50%{opacity:.4}75%{opacity:.2}100%{transform:scale(60);opacity:0}}@keyframes overlayPopIn{0%{transform:scale(.7);opacity:0;border-radius:20px;filter:blur(5px)}100%{transform:scale(1);opacity:1;border-radius:0;filter:blur(0)}}@keyframes sizeInEmoji{from{width:0;opacity:0}to{width:280px;opacity:1}}@keyframes jump{0%,100%{transform:translateY(0)}40%{transform:translateY(calc(0px - var(--fontSize)/10))scale(1.05)translateX(calc(var(--fontSize)/30))}}@keyframes drop{0%{transform:none}100%{transform:translateY(450px)}}body,html{height:100%;width:100%;margin:0;padding:0}#main{width:100%;height:100%;transition:.3s ease}:root{--roundedDefault:rounded, ui-rounded, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--oceanBreeze:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #00FF9A 0%, rgba(0, 166, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #00C5FF -121.45deg, #4900FF 143.16deg, #0049FF 177.07deg, #00C5FF 238.55deg, #4900FF 503.17deg);--oceanBreezeP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 0.639) 0%, color(display-p3 0 0.639 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 0 0.761 1) -121.45deg, color(display-p3 0.259 0 1) 143.16deg, color(display-p3 0 0.278 1) 177.07deg, color(display-p3 0 0.761 1) 238.55deg, color(display-p3 0.259 0 1) 503.17deg);--sunsetBlush:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FF87D5 0%, rgba(255, 180, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(255, 244, 0, 0.5) 0%, rgba(255, 74, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg);--sunsetBlushP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.561 0.824) 0%, color(display-p3 1 0.722 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.961 0/0.5) 0%, color(display-p3 1 0.361 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg);--solarFlare:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FFC400 0%, rgba(255, 244, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FFD400 -121.45deg, #FF0000 143.16deg, #FF7000 177.07deg, #FFD400 238.55deg, #FF0000 503.17deg), linear-gradient(99.09deg, #FF0000 0%, #FF9300 100%);--solarFlareP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.78 0) 0%, color(display-p3 1 0.961 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.839 0) -121.45deg, color(display-p3 1 0 0.059) 143.16deg, color(display-p3 1 0.478 0) 177.07deg, color(display-p3 1 0.839 0) 238.55deg, color(display-p3 1 0 0.059) 503.17deg), linear-gradient(99.09deg, color(display-p3 1 0.18 0) 0%, color(display-p3 1 0.6 0) 100%);--twilightDream:radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(0, 255, 255, 0.5) 0%, rgba(0, 255, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF00AC -121.45deg, #0058FF 143.16deg, #7B00FF 177.07deg, #FF00AC 238.55deg, #0058FF 503.17deg);--twilightDreamP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 1/0.5) 0%, color(display-p3 0 1 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0 0.659) -121.45deg, color(display-p3 0 0.341 1) 143.16deg, color(display-p3 0.439 0 1) 177.07deg, color(display-p3 1 0 0.659) 238.55deg, color(display-p3 0 0.341 1) 503.17deg)}*{-webkit-user-select:none;-moz-user-select:none;user-select:none}html{font-size:100%;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}body,input,textarea{font-family:var(--roundedDefault);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto}textarea{resize:none}body{margin:0;position:relative;line-height:1.2;font-size:18px;font-style:normal;text-wrap:pretty;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;position:relative;display:flex;flex-direction:column;align-items:center;text-transform:lowercase}body.lock-screen{pointer-events:none}a{color:inherit;text-decoration:none}.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;font-size:27px;color:var(--inputTextColor);color:var(--inputTextColor_P3);background:0 0;border:none;outline:none;transition:.3s ease;text-align:center;padding:10px 0;margin-bottom:calc(var(--vh)/5);text-transform:lowercase;animation:popIn .3s ease;caret-color:#fff;width:80%;align-self:center;z-index:1}.input::-moz-placeholder{-moz-transition:.3s ease;transition:.3s ease}.input::placeholder{transition:.3s ease}.input:active,.input:focus{outline:none}.input:-webkit-autofill,.input:-webkit-autofill:hover,.input:-webkit-autofill:focus{border:none;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.logo{font-style:italic;text-transform:uppercase;--fontSize:30px;--strokeWidthModifier:3.7}.logo.bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 1000}.remove-animation{animation:none!important}.non-clickable{animation:flubber .3s ease!important}.btn{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;height:72px;width:288px;padding:0 20px;margin-bottom:40px;border-radius:99px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;max-width:600px;transition:.3s ease;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);box-shadow:inset 0 0 0 3px rgba(255,255,255,.5)}.btn.popIn{animation:popIn .3s ease forwards}.btn.inactive{filter:opacity(.5);pointer-events:none}.btn.touched{animation:buttonTap .3s ease forwards;background:rgba(255,255,255,.5)}.btn .bordered-font{--fontSize:21px}.title{width:75%;font-size:30px;animation:popIn .3s ease;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}[class*=-quiztaker-landing]{display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center;position:relative}[class*=-quiztaker-landing] .logo{top:20px;--fontSize:40px}[class*=-quiztaker-landing] .title{margin-top:40px;overflow-wrap:break-word}[class*=-quiztaker-landing] .quiz-creator-image-wrapper{animation:popIn .3s ease;width:147px;height:147px;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);display:flex;justify-content:center;align-items:center;position:absolute;top:35%}[class*=-quiztaker-landing] .quiz-creator-image{animation:popIn .3s ease;width:138px;height:138px;background-size:cover}[class*=-quiztaker-landing] .quiz-stats-label{justify-content:center;display:flex;align-items:flex-end;flex-grow:1;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize);gap:0;animation:popIn .3s ease;width:80%}[class*=-quiztaker-landing] .quiz-stats-label span{color:#fff;font-size:30px;animation:bounce 1s infinite}[class*=-quiztaker-landing] .quiz-stats-label span:nth-of-type(2){animation-delay:-.75s}[class*=-whats-your-name]{display:flex;flex-direction:column;position:relative;align-items:center}[class*=-whats-your-name] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-name] .input{margin:auto 0}[class*=-whats-your-gender]{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;gap:40px}[class*=-whats-your-gender] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-gender] .title{width:70%;text-align:center;overflow-wrap:break-word}[class*=-whats-your-gender] .gender-options-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;-webkit-tap-highlight-color:transparent}[class*=-whats-your-gender] .gender-options-wrapper .gender-option{display:flex;flex-direction:column;align-items:center;gap:12px;margin:0 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;animation:popIn .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option.touched{animation:buttonTap .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option .gender-icon{font-size:107px;display:flex;align-items:center;justify-content:center;width:124px;height:140px;transition:.2s ease}[class*=-quiz] .quiz-wrapper{position:relative;width:100%;height:100%;overflow:auto;transition:.3s ease;display:flex;flex-direction:column;align-items:center;-ms-overflow-style:none;scrollbar-width:none}[class*=-quiz] .quiz-wrapper::-webkit-scrollbar{display:none}[class*=-quiz] .quiz-wrapper .quiz-header{display:flex;padding:20px;width:calc(100% - 40px);max-width:500px;animation:popDown .3s ease;justify-content:space-around}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar{height:18px;width:100%;position:relative;overflow:hidden;transition:.3s ease;margin:16px 0 9px;aspect-ratio:10/1}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{height:18px;width:0;transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-text{transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile-wrapper,[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image-wrapper{display:flex;flex-shrink:0;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:30px;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image{width:40px;height:40px;background-size:cover;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .question-wrapper{padding:0 20px 20px;display:flex;flex-direction:column;gap:calc(var(--vh)/20);flex-grow:1;justify-content:space-evenly;width:calc(100% - 40px);max-width:640px}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{animation:popIn .3s ease;position:relative;display:flex;align-items:center;justify-content:center}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{position:absolute;bottom:calc(var(--vh)/60);left:20px;z-index:10;font-size:calc(var(--vh)/10);animation:popInIcon .3s ease;transform:rotate(-10deg)}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{font-size:calc(var(--vh)/7);height:calc(var(--vh)/7);animation:popIn .3s ease}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{position:absolute;animation:popInIconResponse .3s ease;transform:rotate(10deg);--strokeColor:#fff;--fontSize:54px}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:0 0 20px 40px}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:50px 0 0 100px}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-text{animation:popIn .3s ease;text-align:center}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options{display:flex;flex-direction:column;gap:calc(var(--vh)/40)}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options.disabled{pointer-events:none}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option{min-height:60px;width:100%;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;justify-content:center;box-shadow:0 0 rgba(255,255,255,.8);transition:.3s ease;cursor:pointer;position:relative;animation:popIn .3s ease}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option .answer-option-text{font-size:20px;padding:14px 26px;transition:.3s ease;max-width:100%;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:break-word}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option-text{padding:14px 26px;transition:.3s ease}[class*=-mid-game-award]{z-index:4;position:fixed;inset:0;padding:50px 20px;display:flex;flex-direction:column;align-items:center;animation:overlayPopIn .3s ease-out;overflow:hidden;transition:.3s ease-out}[class*=-mid-game-award].closed{transform:translateY(calc(var(--vh)/5));opacity:0;border-radius:20px}[class*=-mid-game-award] .bordered-font{text-align:center}[class*=-mid-game-award] .bordered-font.streak-number{--fontSize:200px;--strokeWidthModifier:12}[class*=-mid-game-award] .bordered-font.streak-number .shadow{text-shadow:0 calc(var(--fontSize)/10)calc(var(--fontSize)/2)rgba(255,255,255,.7)}[class*=-mid-game-award] .bordered-font.streak-text{--fontSize:57px}[class*=-mid-game-award].streak-3 .bordered-font.streak-number{transform:rotate(9deg)}[class*=-mid-game-award].streak-3 .bordered-font.streak-text{transform:rotate(-4deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-number{transform:rotate(-9deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-text{transform:rotate(8deg)}[class*=-mid-game-award].streak-10 .bordered-font.streak-number{margin-top:50px;transform:rotate(-3deg);--fontSize:100px;--strokeWidthModifier:8}[class*=-mid-game-award].streak-10 .bordered-font.streak-text{transform:rotate(5deg);--fontSize:35px}[class*=-mid-game-award] .emoji{width:280px;aspect-ratio:1;position:absolute;bottom:unset;left:unset;right:unset;top:unset;transform-origin:center;z-index:1;animation:sizeInEmoji .3s ease-in-out;background-size:contain;background-repeat:no-repeat;background-position:50%}[class*=-mid-game-award] .text{flex-grow:1;display:flex;align-items:center;font-size:24px;opacity:.8;text-align:center}[class*=-mid-game-award] .btn{position:absolute;bottom:0}[class*=-mid-game-award] .bordered-font,[class*=-mid-game-award] .text,[class*=-mid-game-award] .btn{z-index:2}[class*=-leaderboard] .leaderboard-wrapper{width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;position:relative;align-items:center;overflow:hidden;gap:10px}[class*=-leaderboard] .leaderboard-wrapper .logo{position:absolute;top:20px;left:25px;--fontSize:40px}[class*=-leaderboard] .leaderboard-wrapper .score-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;transform:rotate(10deg);position:absolute;right:20px;top:30px;opacity:.8}[class*=-leaderboard] .leaderboard-wrapper .place-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:calc(var(--vh)/5);z-index:1}[class*=-leaderboard] .leaderboard-wrapper .place-container{opacity:0;animation:crashIn .2s ease-in .3s forwards;position:relative;display:flex;justify-content:center;align-items:center}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave{opacity:0;width:5px;height:5px;background:#fff;position:absolute;border-radius:50%;box-sizing:border-box;animation:shockwave .9s ease-out forwards}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(1){animation-delay:.5s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(2){animation-delay:.53s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(3){animation-delay:.56s}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.place{--strokeWidthModifier:6;--fontSize:120px;transform:rotate(-5deg)}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.out-of{--strokeWidthModifier:4;--fontSize:22px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.message{width:85%;text-align:center;margin-top:25px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper{display:flex;align-items:center;gap:32px;flex-grow:1;align-items:flex-end;margin:calc(var(--vh)/30)0 calc(var(--vh)/20);animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place{display:flex;flex-direction:column;align-items:center;gap:10px;z-index:1}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{width:80px;height:80px;border-radius:40px;display:flex;align-items:center;justify-content:center}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place{position:relative}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place:before{content:"👑";position:absolute;display:block;top:-41px;left:7px;font-size:48px;transform:rotate(-8deg)}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--fontSize:32px}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--fontSize:20px}.spicy-theme{--bg:#000;--bg_P3:#000;--logoStrokeColor:#ff9900;--logoStrokeColor_P3:#ff9900;--logoFillColor:#000;--logoFillColor_P3:#000;--titleTextColor:#fff;--titleTextColor_P3:#fff;--buttonBackground:#ff9900;--buttonBackground_P3:color(display-p3 1 0.6 0 / 1);--buttonTextColor:#000;--buttonTextColor_P3:#000;--profilePictureBackdrop:rgba(#fff, 1);--profilePictureBackdrop_P3:color(display-p3 1 1 1 / 1);--statsLabelTextColor:rgba(#fff, 0.7);--statsLabelTextColor_P3:color(display-p3 1 1 1 / 0.7);--answerTextColor:#fff;--answerTextColor_P3:color(display-p3 1 1 1 / 1);--answerBackgroundColor:transparent;--answerBackgroundColor_P3:transparent;--correctTextColor:#000;--correctTextColor_P3:color(display-p3 0 0 0 / 1);--correctBackgroundColor:#9eff00;--correctBackgroundColor_P3:color(display-p3 0.619608 1 0 / 1);--incorrectTextColor:#fff;--incorrectTextColor_P3:color(display-p3 1 1 1 / 1);--incorrectBackgroundColor:#ff0000;--incorrectBackgroundColor_P3:color(display-p3 1 0 0 / 1);--progressBarBackgroundColor:#565757;--progressBarBackgroundColor_P3:color(
    display-p3 0.337255 0.341176 0.341176 / 1
  );--progressBarFillColor:#ff9900;--progressBarFillColor_P3:color(display-p3 1 0.6 0 / 1);--quizQuestionNumber:#888888;--quizQuestionNumber_P3:color(display-p3 0.533333 0.533333 0.533333 / 1);--userProfileImageBackground:#242424;--userProfileImageBackground_P3:color(
    display-p3 0.141176 0.141176 0.141176 / 1
  );--quizProgressBarProfileBackdrop:rgba(255, 255, 255, 0.3);--quizProgressBarProfileBackdrop_P3:color(display-p3 1 1 1 / 0.3);--questionTextColor:#fff;--questionTextColor_P3:color(display-p3 1 1 1 / 1);--inputPlaceholderColor:rgba(1, 1, 1, 0.5);--inputPlaceholderColor_P3:color(display-p3 1 1 1 / 0.5);--inputPlaceholderColorFocused:rgba(1, 1, 1, 0.3);--inputPlaceholderColorFocused_P3:color(display-p3 1 1 1 / 0.3);--inputTextColor:#fff;--inputTextColor_P3:color(display-p3 1 1 1 / 1);--inputCaretColor:#ffffff;--labelBG:rgba(255, 255, 255, 0.2);--labelBG_P3:color(display-p3 1 1 1 / 0.2);--selectedLabelBG:#ff9900;--selectedLabelBG_P3:color(display-p3 1 0.6 0 / 1);--touchedLabelBG:rgba(255, 255, 255, 0.1);--touchedLabelBG_P3:color(display-p3 1 1 1 / 0.1);--placeTextColor:#ff9900;--placeTextColor_P3:color(display-p3 1 0.6 0 / 1);--leaderBoardTextColor:#fff;--leaderBoardTextColor_P3:color(display-p3 1 1 1 / 1);--labelFontSize:16px;--titleFontSize:29px;--statsLabelFontSize:20px;--buttonFontSize:27px;--inputFontSize:29px;--quizQuestionNumberFontSize:20px;--questionTextFontSize:28px;--answerOptionFontSize:20px;--scoreFontSize:30px;--correctAnswersTextFontSize:18px}.spicy-image{display:none}.spicy-quiztaker-landing{background:var(--bg);background:var(--bg_P3)}.spicy-quiztaker-landing .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.spicy-quiztaker-landing .title{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize)}.spicy-quiztaker-landing .quiz-creator-image-wrapper{width:147px;height:147px;border-radius:50%;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3)}.spicy-quiztaker-landing .quiz-creator-image{width:138px;height:138px;border-radius:50%}.spicy-quiztaker-landing .quiz-stats-label{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize)}.spicy-quiztaker-landing .btn{box-shadow:0 0 30px var(--buttonBackground);box-shadow:0 0 30px var(--buttonBackground_P3);-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--buttonBackground);background:var(--buttonBackground_P3);font-size:var(--buttonFontSize);border-radius:20px}.spicy-quiztaker-landing .btn .bordered-font{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 600;letter-spacing:.02em;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.spicy-whats-your-name{background:var(--bg);background:var(--bg_P3)}.spicy-whats-your-name .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.spicy-whats-your-name .input{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;font-size:var(--inputFontSize);color:var(--inputTextColor);color:var(--inputTextColor_P3);caret-color:var(--inputCaretColor)}.spicy-whats-your-name .input::-moz-placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.spicy-whats-your-name .input::placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.spicy-whats-your-name .input:active::-moz-placeholder,.spicy-whats-your-name .input:focus::-moz-placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.spicy-whats-your-name .input:active::placeholder,.spicy-whats-your-name .input:focus::placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.spicy-whats-your-name .btn{box-shadow:0 0 30px var(--buttonBackground);box-shadow:0 0 30px var(--buttonBackground_P3);-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--buttonBackground);background:var(--buttonBackground_P3);font-size:var(--buttonFontSize);border-radius:20px}.spicy-whats-your-name .btn .bordered-font{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 600;letter-spacing:.02em;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.spicy-whats-your-gender{background:var(--bg);background:var(--bg_P3)}.spicy-whats-your-gender .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.spicy-whats-your-gender .title{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize)}.spicy-whats-your-gender .gender-options-wrapper .gender-option.touched .gender-icon{background:var(--touchedLabelBG);background:var(--touchedLabelBG_P3)}.spicy-whats-your-gender .gender-options-wrapper .gender-option .gender-icon{border-radius:23px;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);background:var(--labelBG);background:var(--labelBG_P3)}.spicy-whats-your-gender .gender-options-wrapper .gender-option .gender-icon.selected{background:var(--selectedLabelBG);background:var(--selectedLabelBG_P3);box-shadow:0 0 25px 2px #ff9900}.spicy-whats-your-gender .gender-options-wrapper .gender-option .gender-label{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;letter-spacing:.02em;font-size:var(--labelFontSize);color:var(--titleTextColor);color:var(--titleTextColor_P3)}.spicy-quiz{background:var(--bg);background:var(--bg_P3)}.spicy-quiz .quiz-header .quiz-header-progress{max-width:185px}.spicy-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar{-webkit-mask:url(/svgs/masks/spicy-progress-bar.svg);mask:url(/svgs/masks/spicy-progress-bar.svg);background:var(--progressBarBackgroundColor);background:var(--progressBarBackgroundColor_P3)}.spicy-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{background:var(--progressBarFillColor);background:var(--progressBarFillColor_P3);transition:none!important}.spicy-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-background{display:none}.spicy-quiz .quiz-header .quiz-header-progress .quiz-header-progress-text{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;letter-spacing:.02em;color:var(--quizQuestionNumber);color:var(--quizQuestionNumber_P3);font-size:var(--quizQuestionNumberFontSize)}.spicy-quiz .quiz-header .quiz-header-user-profile-wrapper,.spicy-quiz .quiz-header .quiz-header-creator-image-wrapper{width:45px;height:45px;background-color:var(--quizProgressBarProfileBackdrop);background-color:var(--quizProgressBarProfileBackdrop_P3);border-radius:50%}.spicy-quiz .quiz-header .quiz-header-user-profile,.spicy-quiz .quiz-header .quiz-header-creator-image{width:40px;height:40px;border-radius:50%;background:var(--userProfileImageBackground);background:var(--userProfileImageBackground_P3)}.spicy-quiz .question-wrapper .question-icon .bordered-font{--strokeColor:#fff;--fontSize:54px}.spicy-quiz .question-wrapper .question-icon .bordered-font.correct{z-index:1;--fillColor:var(--correctBackgroundColor);--fillColor:var(--correctBackgroundColor_P3)}.spicy-quiz .question-wrapper .question-icon .bordered-font.incorrect{z-index:1;--fillColor:var(--incorrectBackgroundColor);--fillColor:var(--incorrectBackgroundColor_P3)}.spicy-quiz .question-wrapper .question-text{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 700;letter-spacing:.02em;font-size:var(--questionTextFontSize);padding:10px;color:var(--questionTextColor);color:var(--questionTextColor_P3)}.spicy-quiz .question-wrapper .answer-options .answer-option{border-radius:17px;border:4px solid #f90}.spicy-quiz .question-wrapper .answer-options .answer-option.correct{border:4px solid var(--correctBackgroundColor);border:4px solid var(--correctBackgroundColor_P3);color:#fff}.spicy-quiz .question-wrapper .answer-options .answer-option.correct.selected{background:var(--correctBackgroundColor);background:var(--correctBackgroundColor_P3);border:4px solid var(--correctBackgroundColor);border:4px solid var(--correctBackgroundColor_P3);color:var(--correctTextColor);color:var(--correctTextColor_P3)}.spicy-quiz .question-wrapper .answer-options .answer-option.incorrect{background:var(--incorrectBackgroundColor);background:var(--incorrectBackgroundColor_P3);border:4px solid var(--incorrectBackgroundColor);border:4px solid var(--incorrectBackgroundColor_P3);color:var(--incorrectTextColor);color:var(--incorrectTextColor_P3)}.spicy-quiz .question-wrapper .answer-options .answer-option:not(.correct):not(.incorrect) .answer-option-text{color:var(--answerTextColor);color:var(--answerTextColor_P3)}.spicy-quiz .question-wrapper .answer-options .answer-option .answer-option-text{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 600;letter-spacing:.02em;font-size:var(--answerOptionFontSize)}.spicy-mid-game-award{background:var(--bg);background:var(--bg_P3)}.spicy-mid-game-award .img{display:none}.spicy-mid-game-award .bordered-font{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;letter-spacing:.02em}.spicy-mid-game-award .bordered-font.streak-number{--strokeColor:transparent;--strokeColor:transparent;--fillColor:#ff9900;--fillColor:color(display-p3 1 0.6 0 / 1)}.spicy-mid-game-award .bordered-font.streak-number .shadow{display:none}.spicy-mid-game-award .bordered-font.streak-text{--fontSize:57px;--strokeColor:transparent;--strokeColor:transparent;--fillColor:#fff;--fillColor:color(display-p3 1 1 1 / 1)}.spicy-mid-game-award .text{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;letter-spacing:.02em;color:var(--titleTextColor);color:var(--titleTextColor_P3)}.spicy-mid-game-award .btn{box-shadow:0 0 30px var(--buttonBackground);box-shadow:0 0 30px var(--buttonBackground_P3);-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--buttonBackground);background:var(--buttonBackground_P3);font-size:var(--buttonFontSize);border-radius:20px}.spicy-mid-game-award .btn .bordered-font{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 600;letter-spacing:.02em;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.spicy-leaderboard{background:var(--bg);background:var(--bg_P3)}.spicy-leaderboard .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.spicy-leaderboard .rainbow{display:none}.spicy-leaderboard .score{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--scoreFontSize)}.spicy-leaderboard .correct-answers-text{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--correctAnswersTextFontSize)}.spicy-leaderboard .place-wrapper .bordered-font{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;letter-spacing:.02em}.spicy-leaderboard .place-wrapper .bordered-font.place{transform:none!important;--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--placeTextColor);--fillColor:var(--placeTextColor_P3)}.spicy-leaderboard .place-wrapper .bordered-font.out-of{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3)}.spicy-leaderboard .place-wrapper .bordered-font.message{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3);--fontSize:var(--titleFontSize)}.spicy-leaderboard .place-container .wave{background:#975b00!important}.spicy-leaderboard .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{background:var(--labelBG);background:var(--labelBG_P3);box-shadow:inset #b7b7b762 0 0 0 1px}.spicy-leaderboard .best-of-wrapper .leaderboard-place .bordered-font{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;letter-spacing:.02em}.spicy-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor)}.spicy-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor)}.spicy-leaderboard .btn{box-shadow:0 0 30px var(--buttonBackground);box-shadow:0 0 30px var(--buttonBackground_P3);-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--buttonBackground);background:var(--buttonBackground_P3);font-size:var(--buttonFontSize);border-radius:20px}.spicy-leaderboard .btn .bordered-font{font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 600;letter-spacing:.02em;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}@font-face{src:url(/fonts/anybody-italic.ttf)format("truetype");font-family:anybody;font-style:italic}@font-face{src:url(/fonts/rounded.woff2)format("woff2-variations");font-family:rounded;font-style:normal}@font-face{src:url(/fonts/bricolage-grotesque.ttf)format("truetype");font-family:bricolage-grotesque}@font-face{src:url(/fonts/sora.ttf)format("truetype");font-family:sora}@font-face{src:url(/fonts/grandstander.ttf)format("truetype");font-family:grandstander}@font-face{src:url(/fonts/inter.ttf)format("truetype");font-family:inter}@font-face{src:url(/fonts/nunito.ttf)format("truetype");font-family:nunito}@font-face{font-family:bowlby one sc;src:url(/fonts/BowlbyOneSC-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{src:url(/fonts/unbounded.ttf)format("truetype");font-family:unbounded}.rainbow{--size:200px;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;transform-origin:bottom right;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.rainbow.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.bordered-font{--fontSize:100px;--strokeWidthModifier:5;--strokeColor:#000;--fillColor:#fff;position:relative;font-size:var(--fontSize);line-height:1;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.bordered-font .bordered,.bordered-font .shadow,.bordered-font .normal{transition:.3s ease}.bordered-font .bordered,.bordered-font .shadow{-webkit-text-fill-color:var(--strokeColor);-webkit-text-stroke-width:calc(var(--fontSize)/var(--strokeWidthModifier));-webkit-text-stroke-color:var(--strokeColor);position:absolute}.bordered-font .shadow{--translate:calc(var(--fontSize) / 20);transform:translate(var(--translate),var(--translate))}.bordered-font .normal{color:var(--fillColor);position:relative}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes popIn{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rainbowPopIn{from{transform:scale(.4)}to{transform:scale(1)}}@keyframes popInSkewed{from{transform:scale(.4)skew(-10deg);opacity:0}to{transform:scale(1)skew(-10deg);opacity:1}}@keyframes buttonTap{0%{transform:scale(1)}50%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes flubber{0%{transform:scale(1)}15%{transform:scaleY(1.1)scaleX(.9)}30%{transform:scaleY(1.2)scaleX(.8)}45%{transform:scaleY(1.1)scaleX(.9)}60%{transform:scaleY(.9)scaleX(1.1)}75%{transform:scaleY(1.05)scaleX(.95)}90%{transform:scaleY(1.02)scaleX(.98)}100%{transform:scale(1)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes popDown{from{transform:translateY(calc(0px - var(--vh)/5));opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popInIcon{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(-10deg);opacity:1}}@keyframes popInIconResponse{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(10deg);opacity:1}}@keyframes crashIn{0%{transform:scale(4);opacity:1}100%{transform:scale(1);opacity:1}}@keyframes shockwave{0%{transform:scale(1);opacity:.8}25%{opacity:.6}50%{opacity:.4}75%{opacity:.2}100%{transform:scale(60);opacity:0}}@keyframes overlayPopIn{0%{transform:scale(.7);opacity:0;border-radius:20px;filter:blur(5px)}100%{transform:scale(1);opacity:1;border-radius:0;filter:blur(0)}}@keyframes sizeInEmoji{from{width:0;opacity:0}to{width:280px;opacity:1}}@keyframes jump{0%,100%{transform:translateY(0)}40%{transform:translateY(calc(0px - var(--fontSize)/10))scale(1.05)translateX(calc(var(--fontSize)/30))}}@keyframes drop{0%{transform:none}100%{transform:translateY(450px)}}body,html{height:100%;width:100%;margin:0;padding:0}#main{width:100%;height:100%;transition:.3s ease}:root{--roundedDefault:rounded, ui-rounded, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--oceanBreeze:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #00FF9A 0%, rgba(0, 166, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #00C5FF -121.45deg, #4900FF 143.16deg, #0049FF 177.07deg, #00C5FF 238.55deg, #4900FF 503.17deg);--oceanBreezeP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 0.639) 0%, color(display-p3 0 0.639 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 0 0.761 1) -121.45deg, color(display-p3 0.259 0 1) 143.16deg, color(display-p3 0 0.278 1) 177.07deg, color(display-p3 0 0.761 1) 238.55deg, color(display-p3 0.259 0 1) 503.17deg);--sunsetBlush:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FF87D5 0%, rgba(255, 180, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(255, 244, 0, 0.5) 0%, rgba(255, 74, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg);--sunsetBlushP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.561 0.824) 0%, color(display-p3 1 0.722 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.961 0/0.5) 0%, color(display-p3 1 0.361 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg);--solarFlare:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FFC400 0%, rgba(255, 244, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FFD400 -121.45deg, #FF0000 143.16deg, #FF7000 177.07deg, #FFD400 238.55deg, #FF0000 503.17deg), linear-gradient(99.09deg, #FF0000 0%, #FF9300 100%);--solarFlareP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.78 0) 0%, color(display-p3 1 0.961 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.839 0) -121.45deg, color(display-p3 1 0 0.059) 143.16deg, color(display-p3 1 0.478 0) 177.07deg, color(display-p3 1 0.839 0) 238.55deg, color(display-p3 1 0 0.059) 503.17deg), linear-gradient(99.09deg, color(display-p3 1 0.18 0) 0%, color(display-p3 1 0.6 0) 100%);--twilightDream:radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(0, 255, 255, 0.5) 0%, rgba(0, 255, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF00AC -121.45deg, #0058FF 143.16deg, #7B00FF 177.07deg, #FF00AC 238.55deg, #0058FF 503.17deg);--twilightDreamP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 1/0.5) 0%, color(display-p3 0 1 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0 0.659) -121.45deg, color(display-p3 0 0.341 1) 143.16deg, color(display-p3 0.439 0 1) 177.07deg, color(display-p3 1 0 0.659) 238.55deg, color(display-p3 0 0.341 1) 503.17deg)}*{-webkit-user-select:none;-moz-user-select:none;user-select:none}html{font-size:100%;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}body,input,textarea{font-family:var(--roundedDefault);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto}textarea{resize:none}body{margin:0;position:relative;line-height:1.2;font-size:18px;font-style:normal;text-wrap:pretty;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;position:relative;display:flex;flex-direction:column;align-items:center;text-transform:lowercase}body.lock-screen{pointer-events:none}a{color:inherit;text-decoration:none}.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;font-size:27px;color:var(--inputTextColor);color:var(--inputTextColor_P3);background:0 0;border:none;outline:none;transition:.3s ease;text-align:center;padding:10px 0;margin-bottom:calc(var(--vh)/5);text-transform:lowercase;animation:popIn .3s ease;caret-color:#fff;width:80%;align-self:center;z-index:1}.input::-moz-placeholder{-moz-transition:.3s ease;transition:.3s ease}.input::placeholder{transition:.3s ease}.input:active,.input:focus{outline:none}.input:-webkit-autofill,.input:-webkit-autofill:hover,.input:-webkit-autofill:focus{border:none;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.logo{font-style:italic;text-transform:uppercase;--fontSize:30px;--strokeWidthModifier:3.7}.logo.bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 1000}.remove-animation{animation:none!important}.non-clickable{animation:flubber .3s ease!important}.btn{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;height:72px;width:288px;padding:0 20px;margin-bottom:40px;border-radius:99px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;max-width:600px;transition:.3s ease;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);box-shadow:inset 0 0 0 3px rgba(255,255,255,.5)}.btn.popIn{animation:popIn .3s ease forwards}.btn.inactive{filter:opacity(.5);pointer-events:none}.btn.touched{animation:buttonTap .3s ease forwards;background:rgba(255,255,255,.5)}.btn .bordered-font{--fontSize:21px}.title{width:75%;font-size:30px;animation:popIn .3s ease;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}[class*=-quiztaker-landing]{display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center;position:relative}[class*=-quiztaker-landing] .logo{top:20px;--fontSize:40px}[class*=-quiztaker-landing] .title{margin-top:40px;overflow-wrap:break-word}[class*=-quiztaker-landing] .quiz-creator-image-wrapper{animation:popIn .3s ease;width:147px;height:147px;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);display:flex;justify-content:center;align-items:center;position:absolute;top:35%}[class*=-quiztaker-landing] .quiz-creator-image{animation:popIn .3s ease;width:138px;height:138px;background-size:cover}[class*=-quiztaker-landing] .quiz-stats-label{justify-content:center;display:flex;align-items:flex-end;flex-grow:1;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize);gap:0;animation:popIn .3s ease;width:80%}[class*=-quiztaker-landing] .quiz-stats-label span{color:#fff;font-size:30px;animation:bounce 1s infinite}[class*=-quiztaker-landing] .quiz-stats-label span:nth-of-type(2){animation-delay:-.75s}[class*=-whats-your-name]{display:flex;flex-direction:column;position:relative;align-items:center}[class*=-whats-your-name] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-name] .input{margin:auto 0}[class*=-whats-your-gender]{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;gap:40px}[class*=-whats-your-gender] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-gender] .title{width:70%;text-align:center;overflow-wrap:break-word}[class*=-whats-your-gender] .gender-options-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;-webkit-tap-highlight-color:transparent}[class*=-whats-your-gender] .gender-options-wrapper .gender-option{display:flex;flex-direction:column;align-items:center;gap:12px;margin:0 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;animation:popIn .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option.touched{animation:buttonTap .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option .gender-icon{font-size:107px;display:flex;align-items:center;justify-content:center;width:124px;height:140px;transition:.2s ease}[class*=-quiz] .quiz-wrapper{position:relative;width:100%;height:100%;overflow:auto;transition:.3s ease;display:flex;flex-direction:column;align-items:center;-ms-overflow-style:none;scrollbar-width:none}[class*=-quiz] .quiz-wrapper::-webkit-scrollbar{display:none}[class*=-quiz] .quiz-wrapper .quiz-header{display:flex;padding:20px;width:calc(100% - 40px);max-width:500px;animation:popDown .3s ease;justify-content:space-around}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar{height:18px;width:100%;position:relative;overflow:hidden;transition:.3s ease;margin:16px 0 9px;aspect-ratio:10/1}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{height:18px;width:0;transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-text{transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile-wrapper,[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image-wrapper{display:flex;flex-shrink:0;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:30px;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image{width:40px;height:40px;background-size:cover;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .question-wrapper{padding:0 20px 20px;display:flex;flex-direction:column;gap:calc(var(--vh)/20);flex-grow:1;justify-content:space-evenly;width:calc(100% - 40px);max-width:640px}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{animation:popIn .3s ease;position:relative;display:flex;align-items:center;justify-content:center}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{position:absolute;bottom:calc(var(--vh)/60);left:20px;z-index:10;font-size:calc(var(--vh)/10);animation:popInIcon .3s ease;transform:rotate(-10deg)}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{font-size:calc(var(--vh)/7);height:calc(var(--vh)/7);animation:popIn .3s ease}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{position:absolute;animation:popInIconResponse .3s ease;transform:rotate(10deg);--strokeColor:#fff;--fontSize:54px}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:0 0 20px 40px}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:50px 0 0 100px}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-text{animation:popIn .3s ease;text-align:center}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options{display:flex;flex-direction:column;gap:calc(var(--vh)/40)}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options.disabled{pointer-events:none}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option{min-height:60px;width:100%;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;justify-content:center;box-shadow:0 0 rgba(255,255,255,.8);transition:.3s ease;cursor:pointer;position:relative;animation:popIn .3s ease}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option .answer-option-text{font-size:20px;padding:14px 26px;transition:.3s ease;max-width:100%;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:break-word}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option-text{padding:14px 26px;transition:.3s ease}[class*=-mid-game-award]{z-index:4;position:fixed;inset:0;padding:50px 20px;display:flex;flex-direction:column;align-items:center;animation:overlayPopIn .3s ease-out;overflow:hidden;transition:.3s ease-out}[class*=-mid-game-award].closed{transform:translateY(calc(var(--vh)/5));opacity:0;border-radius:20px}[class*=-mid-game-award] .bordered-font{text-align:center}[class*=-mid-game-award] .bordered-font.streak-number{--fontSize:200px;--strokeWidthModifier:12}[class*=-mid-game-award] .bordered-font.streak-number .shadow{text-shadow:0 calc(var(--fontSize)/10)calc(var(--fontSize)/2)rgba(255,255,255,.7)}[class*=-mid-game-award] .bordered-font.streak-text{--fontSize:57px}[class*=-mid-game-award].streak-3 .bordered-font.streak-number{transform:rotate(9deg)}[class*=-mid-game-award].streak-3 .bordered-font.streak-text{transform:rotate(-4deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-number{transform:rotate(-9deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-text{transform:rotate(8deg)}[class*=-mid-game-award].streak-10 .bordered-font.streak-number{margin-top:50px;transform:rotate(-3deg);--fontSize:100px;--strokeWidthModifier:8}[class*=-mid-game-award].streak-10 .bordered-font.streak-text{transform:rotate(5deg);--fontSize:35px}[class*=-mid-game-award] .emoji{width:280px;aspect-ratio:1;position:absolute;bottom:unset;left:unset;right:unset;top:unset;transform-origin:center;z-index:1;animation:sizeInEmoji .3s ease-in-out;background-size:contain;background-repeat:no-repeat;background-position:50%}[class*=-mid-game-award] .text{flex-grow:1;display:flex;align-items:center;font-size:24px;opacity:.8;text-align:center}[class*=-mid-game-award] .btn{position:absolute;bottom:0}[class*=-mid-game-award] .bordered-font,[class*=-mid-game-award] .text,[class*=-mid-game-award] .btn{z-index:2}[class*=-leaderboard] .leaderboard-wrapper{width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;position:relative;align-items:center;overflow:hidden;gap:10px}[class*=-leaderboard] .leaderboard-wrapper .logo{position:absolute;top:20px;left:25px;--fontSize:40px}[class*=-leaderboard] .leaderboard-wrapper .score-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;transform:rotate(10deg);position:absolute;right:20px;top:30px;opacity:.8}[class*=-leaderboard] .leaderboard-wrapper .place-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:calc(var(--vh)/5);z-index:1}[class*=-leaderboard] .leaderboard-wrapper .place-container{opacity:0;animation:crashIn .2s ease-in .3s forwards;position:relative;display:flex;justify-content:center;align-items:center}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave{opacity:0;width:5px;height:5px;background:#fff;position:absolute;border-radius:50%;box-sizing:border-box;animation:shockwave .9s ease-out forwards}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(1){animation-delay:.5s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(2){animation-delay:.53s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(3){animation-delay:.56s}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.place{--strokeWidthModifier:6;--fontSize:120px;transform:rotate(-5deg)}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.out-of{--strokeWidthModifier:4;--fontSize:22px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.message{width:85%;text-align:center;margin-top:25px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper{display:flex;align-items:center;gap:32px;flex-grow:1;align-items:flex-end;margin:calc(var(--vh)/30)0 calc(var(--vh)/20);animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place{display:flex;flex-direction:column;align-items:center;gap:10px;z-index:1}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{width:80px;height:80px;border-radius:40px;display:flex;align-items:center;justify-content:center}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place{position:relative}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place:before{content:"👑";position:absolute;display:block;top:-41px;left:7px;font-size:48px;transform:rotate(-8deg)}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--fontSize:32px}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--fontSize:20px}.favorites-theme{--bg:linear-gradient(-180deg, #008bff 20%, #91efff 100%);--bg_P3:linear-gradient(
    -180deg,
    color(display-p3 0 0.545098 1 / 1) 20%,
    color(display-p3 0.568627 0.937255 1 / 1) 100%
  );--logoStrokeColor:#000;--logoStrokeColor_P3:#000;--logoFillColor:#fff;--logoFillColor_P3:#fff;--titleTextColor:#fff;--titleTextColor_P3:#fff;--buttonBackground:rgba(1, 1, 1, 0.8);--buttonBackground_P3:color(display-p3 1 1 1 / 0.8);--buttonTextColor:#000;--buttonTextColor_P3:#000;--profilePictureBackdrop:transparent;--profilePictureBackdrop_P3:transparent;--statsLabelTextColor:#fff;--statsLabelTextColor_P3:#fff;--answerTextColor:#fff;--answerTextColor_P3:color(display-p3 1 1 1 / 1);--answerBackgroundColor:rgba(0, 0, 0, 0.1);--answerBackgroundColor_P3:color(display-p3 0 0 0 / 0.1);--correctTextColor:#000;--correctTextColor_P3:color(display-p3 0 0 0 / 1);--correctBackgroundColor:rgba(51, 255, 0, 0.5);--correctBackgroundColor_P3:color(display-p3 0.2 1 0 / 0.5);--incorrectTextColor:#fff;--incorrectTextColor_P3:color(display-p3 1 1 1 / 1);--incorrectBackgroundColor:rgba(255, 0, 255, 0.7);--incorrectBackgroundColor_P3:color(display-p3 1 0 1 / 0.7);--progressBarBackgroundColor:rgba(255, 255, 255, 0.5);--progressBarBackgroundColor_P3:color(display-p3 1 1 1 / 0.5);--progressBarFillColor:#fff;--progressBarFillColor_P3:color(display-p3 1 1 1 / 1);--quizQuestionNumber:rgba(255, 255, 255, 0.7);--quizQuestionNumber_P3:color(display-p3 1 1 1 / 0.7);--userProfileImageBackground:#fff;--userProfileImageBackground_P3:color(display-p3 1 1 1 / 1);--quizProgressBarProfileBackdrop:rgba(255, 255, 255, 0.3);--quizProgressBarProfileBackdrop_P3:color(display-p3 1 1 1 / 0.3);--questionTextColor:#fff;--questionTextColor_P3:color(display-p3 1 1 1 / 1);--inputPlaceholderColor:rgba(1, 1, 1, 0.5);--inputPlaceholderColor_P3:color(display-p3 1 1 1 / 0.5);--inputPlaceholderColorFocused:rgba(1, 1, 1, 0.3);--inputPlaceholderColorFocused_P3:color(display-p3 1 1 1 / 0.3);--inputTextColor:#fff;--inputTextColor_P3:color(display-p3 1 1 1 / 1);--inputCaretColor:#fff;--labelBG:rgba(255, 255, 255, 0.1);--labelBG_P3:color(display-p3 1 1 1 / 0.1);--selectedLabelBG:rgba(255, 255, 255, 0.6);--selectedLabelBG_P3:color(display-p3 1 1 1 / 0.6);--touchedLabelBG:rgba(255, 255, 255, 0.4);--touchedLabelBG_P3:color(display-p3 1 1 1 / 0.4);--placeTextColor:#fff;--placeTextColor_P3:color(display-p3 1 1 1 / 1);--leaderBoardTextColor:#fff;--leaderBoardTextColor_P3:color(display-p3 1 1 1 / 1);--labelFontSize:19px;--titleFontSize:29px;--statsLabelFontSize:20px;--buttonFontSize:27px;--inputFontSize:29px;--quizQuestionNumberFontSize:16px;--questionTextFontSize:28px;--answerOptionFontSize:22px;--scoreFontSize:30px;--correctAnswersTextFontSize:18px}.favorites-image{background-image:url(/images/favorites-background-2.png);position:absolute;background-size:cover;width:100%;height:100%;background-repeat:no-repeat;z-index:0;background-position:0 100%;transition:background-position 1s ease;filter:blur(3px)}@media(min-width:768px){.favorites-image{background-size:150%}}.favorites-quiztaker-landing{background:var(--bg);background:var(--bg_P3)}.favorites-quiztaker-landing .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.favorites-quiztaker-landing .title{font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize);text-shadow:1px 1px 2px rgba(0,0,0,.3);z-index:2}.favorites-quiztaker-landing .quiz-creator-image-wrapper{width:147px;height:147px;border-radius:50%;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);z-index:2}.favorites-quiztaker-landing .quiz-creator-image{width:138px;height:138px;border-radius:50%;box-shadow:0 0 5px 5px white,0 0 30px 10px white,0 0 60px 10px white,0 0 150px 10px white}.favorites-quiztaker-landing .quiz-stats-label{font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize);z-index:2;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.favorites-quiztaker-landing .btn{box-shadow:inset 0 0 5px 5px white,0 0 20px white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:30px;z-index:1}.favorites-quiztaker-landing .btn .bordered-font{font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.favorites-whats-your-name{background:var(--bg);background:var(--bg_P3)}.favorites-whats-your-name .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.favorites-whats-your-name .input{font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--inputFontSize);color:var(--inputTextColor);color:var(--inputTextColor_P3);caret-color:var(--inputCaretColor)}.favorites-whats-your-name .input::-moz-placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.favorites-whats-your-name .input::placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.favorites-whats-your-name .input:active::-moz-placeholder,.favorites-whats-your-name .input:focus::-moz-placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.favorites-whats-your-name .input:active::placeholder,.favorites-whats-your-name .input:focus::placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.favorites-whats-your-name .btn{box-shadow:inset 0 0 5px 5px white,0 0 20px white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:30px;z-index:1}.favorites-whats-your-name .btn .bordered-font{font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.favorites-whats-your-gender{background:var(--bg);background:var(--bg_P3)}.favorites-whats-your-gender .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.favorites-whats-your-gender .title{font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize)}.favorites-whats-your-gender .gender-options-wrapper{z-index:1}.favorites-whats-your-gender .gender-options-wrapper .gender-option.touched .gender-icon{background:var(--touchedLabelBG);background:var(--touchedLabelBG_P3)}.favorites-whats-your-gender .gender-options-wrapper .gender-option .gender-icon{width:120px;border-radius:23px;-webkit-backdrop-filter:blur(15px)contrast(1.1);backdrop-filter:blur(15px)contrast(1.1);background:var(--labelBG);background:var(--labelBG_P3);box-shadow:0 0 8px 2px #ffffff inset}.favorites-whats-your-gender .gender-options-wrapper .gender-option .gender-icon.selected{background:var(--selectedLabelBG);background:var(--selectedLabelBG_P3)}.favorites-whats-your-gender .gender-options-wrapper .gender-option .gender-label{font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--labelFontSize);color:var(--titleTextColor);color:var(--titleTextColor_P3)}.favorites-quiz{background:var(--bg);background:var(--bg_P3)}.favorites-quiz .quiz-header{z-index:1}.favorites-quiz .quiz-header .quiz-header-progress{max-width:200px}.favorites-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar{mask:url(/svgs/masks/favorites-progress-bar.svg);-webkit-mask:url(/svgs/masks/favorites-progress-bar.svg);background:var(--progressBarBackgroundColor);background:var(--progressBarBackgroundColor_P3)}.favorites-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{background:var(--progressBarFillColor);background:var(--progressBarFillColor_P3)}.favorites-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-background{display:none}.favorites-quiz .quiz-header .quiz-header-progress .quiz-header-progress-text{opacity:.7;font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--quizQuestionNumber);color:var(--quizQuestionNumber_P3)}.favorites-quiz .quiz-header .quiz-header-user-profile-wrapper,.favorites-quiz .quiz-header .quiz-header-creator-image-wrapper{width:45px;height:45px;background-color:var(--quizProgressBarProfileBackdrop);background-color:var(--quizProgressBarProfileBackdrop_P3);border-radius:50%}.favorites-quiz .quiz-header .quiz-header-user-profile,.favorites-quiz .quiz-header .quiz-header-creator-image{width:40px;height:40px;border-radius:50%;background:var(--userProfileImageBackground);background:var(--userProfileImageBackground_P3)}.favorites-quiz .question-wrapper{z-index:1}.favorites-quiz .question-wrapper .question-icon .bordered-font{--strokeColor:#fff;--fontSize:54px}.favorites-quiz .question-wrapper .question-icon .bordered-font.correct{z-index:1;--fillColor:var(--correctBackgroundColor);--fillColor:var(--correctBackgroundColor_P3)}.favorites-quiz .question-wrapper .question-icon .bordered-font.incorrect{z-index:1;--fillColor:var(--incorrectBackgroundColor);--fillColor:var(--incorrectBackgroundColor_P3)}.favorites-quiz .question-wrapper .question-text{font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;font-size:var(--questionTextFontSize);color:var(--questionTextColor);color:var(--questionTextColor_P3)}.favorites-quiz .question-wrapper .answer-options .answer-option{border-radius:23px;background-color:var(--answerBackgroundColor);background-color:var(--answerBackgroundColor_P3);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:inset 0 0 10px 1px rgba(255,255,255,.8)}.favorites-quiz .question-wrapper .answer-options .answer-option.correct{background:var(--correctBackgroundColor);background:var(--correctBackgroundColor_P3);-webkit-backdrop-filter:blur(15px)saturate(1.2)contrast(1.5)brightness(1.2);backdrop-filter:blur(15px)saturate(1.2)contrast(1.5)brightness(1.2);color:var(--correctTextColor);color:var(--correctTextColor_P3)}.favorites-quiz .question-wrapper .answer-options .answer-option.incorrect{background:var(--incorrectBackgroundColor);background:var(--incorrectBackgroundColor_P3);-webkit-backdrop-filter:blur(15px)brightness(1.4);backdrop-filter:blur(15px)brightness(1.4);color:var(--incorrectTextColor);color:var(--incorrectTextColor_P3)}.favorites-quiz .question-wrapper .answer-options .answer-option:not(.correct):not(.incorrect) .answer-option-text{color:var(--answerTextColor);color:var(--answerTextColor_P3)}.favorites-quiz .question-wrapper .answer-options .answer-option .answer-option-text{font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;font-size:var(--answerOptionFontSize)}.favorites-mid-game-award{background:var(--bg);background:var(--bg_P3)}.favorites-mid-game-award .img{display:none}.favorites-mid-game-award .bordered-font{font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}.favorites-mid-game-award .bordered-font.streak-number{--strokeColor:#fff;--strokeColor:#fff;--fillColor:#fff;--fillColor:color(display-p3 1 1 1 / 1);filter:drop-shadow(0 0 4px rgba(255,255,255,.8))drop-shadow(0 0 10px rgba(255,255,255,.6))drop-shadow(0 0 20px rgba(255,255,255,.4))}.favorites-mid-game-award .bordered-font.streak-number .shadow{display:none}.favorites-mid-game-award .bordered-font.streak-text{--fontSize:57px;--strokeColor:transparent;--strokeColor:transparent;--fillColor:#fff;--fillColor:color(display-p3 1 1 1 / 1)}.favorites-mid-game-award.streak-3 .emoji{--size:280px;display:block;opacity:1;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.favorites-mid-game-award.streak-3 .emoji.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.favorites-mid-game-award.streak-3 .emoji.up{top:-30px;right:-30px;transform:rotate(-90deg)}.favorites-mid-game-award.streak-3 .emoji.down{bottom:-50px;left:-100px;transform:rotate(90deg)}.favorites-mid-game-award.streak-5 .emoji{background-image:url(/images/explosion.svg)}.favorites-mid-game-award.streak-5 .emoji.up{top:-50px;right:-100px}.favorites-mid-game-award.streak-5 .emoji.down{transform:scaleX(-1);bottom:-50px;left:-100px}.favorites-mid-game-award.streak-10 .emoji{background-image:url(/images/stars.svg)}.favorites-mid-game-award.streak-10 .emoji.up{top:-50px;right:-60px}.favorites-mid-game-award.streak-10 .emoji.down{top:150px;left:-50px}.favorites-mid-game-award .text{font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;color:var(--titleTextColor);color:var(--titleTextColor_P3)}.favorites-mid-game-award .btn{box-shadow:inset 0 0 5px 5px white,0 0 20px white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:30px;z-index:1}.favorites-mid-game-award .btn .bordered-font{font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.favorites-leaderboard{background:var(--bg);background:var(--bg_P3)}.favorites-leaderboard .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.favorites-leaderboard .rainbow{display:none}.favorites-leaderboard .score{font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--scoreFontSize)}.favorites-leaderboard .correct-answers-text{font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--correctAnswersTextFontSize)}.favorites-leaderboard .place-wrapper .bordered-font{font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.favorites-leaderboard .place-wrapper .bordered-font.place{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--placeTextColor);--fillColor:var(--placeTextColor_P3);filter:drop-shadow(0 0 4px rgba(255,255,255,.8))drop-shadow(0 0 10px rgba(255,255,255,.6))drop-shadow(0 0 20px rgba(255,255,255,.4))}.favorites-leaderboard .place-wrapper .bordered-font.place .shadow{display:none}.favorites-leaderboard .place-wrapper .bordered-font.out-of{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3)}.favorites-leaderboard .place-wrapper .bordered-font.message{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3);--fontSize:var(--titleFontSize)}.favorites-leaderboard .place-container .wave{background:#0062ff!important}.favorites-leaderboard .best-of-wrapper{z-index:1}.favorites-leaderboard .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{background:var(--labelBG);background:var(--labelBG_P3);box-shadow:inset 0 0 5px 1px white;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.favorites-leaderboard .best-of-wrapper .leaderboard-place .bordered-font{font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.favorites-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor)}.favorites-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor)}.favorites-leaderboard .btn{box-shadow:inset 0 0 5px 5px white,0 0 20px white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--buttonBackground);background:var(--buttonBackground_P3);border-radius:30px;z-index:1}.favorites-leaderboard .btn .bordered-font{font-family:nunito,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}@font-face{src:url(/fonts/anybody-italic.ttf)format("truetype");font-family:anybody;font-style:italic}@font-face{src:url(/fonts/rounded.woff2)format("woff2-variations");font-family:rounded;font-style:normal}@font-face{src:url(/fonts/bricolage-grotesque.ttf)format("truetype");font-family:bricolage-grotesque}@font-face{src:url(/fonts/sora.ttf)format("truetype");font-family:sora}@font-face{src:url(/fonts/grandstander.ttf)format("truetype");font-family:grandstander}@font-face{src:url(/fonts/inter.ttf)format("truetype");font-family:inter}@font-face{src:url(/fonts/nunito.ttf)format("truetype");font-family:nunito}@font-face{font-family:bowlby one sc;src:url(/fonts/BowlbyOneSC-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{src:url(/fonts/unbounded.ttf)format("truetype");font-family:unbounded}.rainbow{--size:200px;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;transform-origin:bottom right;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.rainbow.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.bordered-font{--fontSize:100px;--strokeWidthModifier:5;--strokeColor:#000;--fillColor:#fff;position:relative;font-size:var(--fontSize);line-height:1;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.bordered-font .bordered,.bordered-font .shadow,.bordered-font .normal{transition:.3s ease}.bordered-font .bordered,.bordered-font .shadow{-webkit-text-fill-color:var(--strokeColor);-webkit-text-stroke-width:calc(var(--fontSize)/var(--strokeWidthModifier));-webkit-text-stroke-color:var(--strokeColor);position:absolute}.bordered-font .shadow{--translate:calc(var(--fontSize) / 20);transform:translate(var(--translate),var(--translate))}.bordered-font .normal{color:var(--fillColor);position:relative}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes popIn{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rainbowPopIn{from{transform:scale(.4)}to{transform:scale(1)}}@keyframes popInSkewed{from{transform:scale(.4)skew(-10deg);opacity:0}to{transform:scale(1)skew(-10deg);opacity:1}}@keyframes buttonTap{0%{transform:scale(1)}50%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes flubber{0%{transform:scale(1)}15%{transform:scaleY(1.1)scaleX(.9)}30%{transform:scaleY(1.2)scaleX(.8)}45%{transform:scaleY(1.1)scaleX(.9)}60%{transform:scaleY(.9)scaleX(1.1)}75%{transform:scaleY(1.05)scaleX(.95)}90%{transform:scaleY(1.02)scaleX(.98)}100%{transform:scale(1)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes popDown{from{transform:translateY(calc(0px - var(--vh)/5));opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popInIcon{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(-10deg);opacity:1}}@keyframes popInIconResponse{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(10deg);opacity:1}}@keyframes crashIn{0%{transform:scale(4);opacity:1}100%{transform:scale(1);opacity:1}}@keyframes shockwave{0%{transform:scale(1);opacity:.8}25%{opacity:.6}50%{opacity:.4}75%{opacity:.2}100%{transform:scale(60);opacity:0}}@keyframes overlayPopIn{0%{transform:scale(.7);opacity:0;border-radius:20px;filter:blur(5px)}100%{transform:scale(1);opacity:1;border-radius:0;filter:blur(0)}}@keyframes sizeInEmoji{from{width:0;opacity:0}to{width:280px;opacity:1}}@keyframes jump{0%,100%{transform:translateY(0)}40%{transform:translateY(calc(0px - var(--fontSize)/10))scale(1.05)translateX(calc(var(--fontSize)/30))}}@keyframes drop{0%{transform:none}100%{transform:translateY(450px)}}body,html{height:100%;width:100%;margin:0;padding:0}#main{width:100%;height:100%;transition:.3s ease}:root{--roundedDefault:rounded, ui-rounded, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--oceanBreeze:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #00FF9A 0%, rgba(0, 166, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #00C5FF -121.45deg, #4900FF 143.16deg, #0049FF 177.07deg, #00C5FF 238.55deg, #4900FF 503.17deg);--oceanBreezeP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 0.639) 0%, color(display-p3 0 0.639 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 0 0.761 1) -121.45deg, color(display-p3 0.259 0 1) 143.16deg, color(display-p3 0 0.278 1) 177.07deg, color(display-p3 0 0.761 1) 238.55deg, color(display-p3 0.259 0 1) 503.17deg);--sunsetBlush:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FF87D5 0%, rgba(255, 180, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(255, 244, 0, 0.5) 0%, rgba(255, 74, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg);--sunsetBlushP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.561 0.824) 0%, color(display-p3 1 0.722 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.961 0/0.5) 0%, color(display-p3 1 0.361 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg);--solarFlare:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FFC400 0%, rgba(255, 244, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FFD400 -121.45deg, #FF0000 143.16deg, #FF7000 177.07deg, #FFD400 238.55deg, #FF0000 503.17deg), linear-gradient(99.09deg, #FF0000 0%, #FF9300 100%);--solarFlareP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.78 0) 0%, color(display-p3 1 0.961 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.839 0) -121.45deg, color(display-p3 1 0 0.059) 143.16deg, color(display-p3 1 0.478 0) 177.07deg, color(display-p3 1 0.839 0) 238.55deg, color(display-p3 1 0 0.059) 503.17deg), linear-gradient(99.09deg, color(display-p3 1 0.18 0) 0%, color(display-p3 1 0.6 0) 100%);--twilightDream:radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(0, 255, 255, 0.5) 0%, rgba(0, 255, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF00AC -121.45deg, #0058FF 143.16deg, #7B00FF 177.07deg, #FF00AC 238.55deg, #0058FF 503.17deg);--twilightDreamP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 1/0.5) 0%, color(display-p3 0 1 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0 0.659) -121.45deg, color(display-p3 0 0.341 1) 143.16deg, color(display-p3 0.439 0 1) 177.07deg, color(display-p3 1 0 0.659) 238.55deg, color(display-p3 0 0.341 1) 503.17deg)}*{-webkit-user-select:none;-moz-user-select:none;user-select:none}html{font-size:100%;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}body,input,textarea{font-family:var(--roundedDefault);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto}textarea{resize:none}body{margin:0;position:relative;line-height:1.2;font-size:18px;font-style:normal;text-wrap:pretty;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;position:relative;display:flex;flex-direction:column;align-items:center;text-transform:lowercase}body.lock-screen{pointer-events:none}a{color:inherit;text-decoration:none}.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;font-size:27px;color:var(--inputTextColor);color:var(--inputTextColor_P3);background:0 0;border:none;outline:none;transition:.3s ease;text-align:center;padding:10px 0;margin-bottom:calc(var(--vh)/5);text-transform:lowercase;animation:popIn .3s ease;caret-color:#fff;width:80%;align-self:center;z-index:1}.input::-moz-placeholder{-moz-transition:.3s ease;transition:.3s ease}.input::placeholder{transition:.3s ease}.input:active,.input:focus{outline:none}.input:-webkit-autofill,.input:-webkit-autofill:hover,.input:-webkit-autofill:focus{border:none;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.logo{font-style:italic;text-transform:uppercase;--fontSize:30px;--strokeWidthModifier:3.7}.logo.bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 1000}.remove-animation{animation:none!important}.non-clickable{animation:flubber .3s ease!important}.btn{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;height:72px;width:288px;padding:0 20px;margin-bottom:40px;border-radius:99px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;max-width:600px;transition:.3s ease;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);box-shadow:inset 0 0 0 3px rgba(255,255,255,.5)}.btn.popIn{animation:popIn .3s ease forwards}.btn.inactive{filter:opacity(.5);pointer-events:none}.btn.touched{animation:buttonTap .3s ease forwards;background:rgba(255,255,255,.5)}.btn .bordered-font{--fontSize:21px}.title{width:75%;font-size:30px;animation:popIn .3s ease;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}[class*=-quiztaker-landing]{display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center;position:relative}[class*=-quiztaker-landing] .logo{top:20px;--fontSize:40px}[class*=-quiztaker-landing] .title{margin-top:40px;overflow-wrap:break-word}[class*=-quiztaker-landing] .quiz-creator-image-wrapper{animation:popIn .3s ease;width:147px;height:147px;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);display:flex;justify-content:center;align-items:center;position:absolute;top:35%}[class*=-quiztaker-landing] .quiz-creator-image{animation:popIn .3s ease;width:138px;height:138px;background-size:cover}[class*=-quiztaker-landing] .quiz-stats-label{justify-content:center;display:flex;align-items:flex-end;flex-grow:1;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize);gap:0;animation:popIn .3s ease;width:80%}[class*=-quiztaker-landing] .quiz-stats-label span{color:#fff;font-size:30px;animation:bounce 1s infinite}[class*=-quiztaker-landing] .quiz-stats-label span:nth-of-type(2){animation-delay:-.75s}[class*=-whats-your-name]{display:flex;flex-direction:column;position:relative;align-items:center}[class*=-whats-your-name] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-name] .input{margin:auto 0}[class*=-whats-your-gender]{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;gap:40px}[class*=-whats-your-gender] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-gender] .title{width:70%;text-align:center;overflow-wrap:break-word}[class*=-whats-your-gender] .gender-options-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;-webkit-tap-highlight-color:transparent}[class*=-whats-your-gender] .gender-options-wrapper .gender-option{display:flex;flex-direction:column;align-items:center;gap:12px;margin:0 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;animation:popIn .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option.touched{animation:buttonTap .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option .gender-icon{font-size:107px;display:flex;align-items:center;justify-content:center;width:124px;height:140px;transition:.2s ease}[class*=-quiz] .quiz-wrapper{position:relative;width:100%;height:100%;overflow:auto;transition:.3s ease;display:flex;flex-direction:column;align-items:center;-ms-overflow-style:none;scrollbar-width:none}[class*=-quiz] .quiz-wrapper::-webkit-scrollbar{display:none}[class*=-quiz] .quiz-wrapper .quiz-header{display:flex;padding:20px;width:calc(100% - 40px);max-width:500px;animation:popDown .3s ease;justify-content:space-around}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar{height:18px;width:100%;position:relative;overflow:hidden;transition:.3s ease;margin:16px 0 9px;aspect-ratio:10/1}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{height:18px;width:0;transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-text{transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile-wrapper,[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image-wrapper{display:flex;flex-shrink:0;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:30px;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image{width:40px;height:40px;background-size:cover;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .question-wrapper{padding:0 20px 20px;display:flex;flex-direction:column;gap:calc(var(--vh)/20);flex-grow:1;justify-content:space-evenly;width:calc(100% - 40px);max-width:640px}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{animation:popIn .3s ease;position:relative;display:flex;align-items:center;justify-content:center}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{position:absolute;bottom:calc(var(--vh)/60);left:20px;z-index:10;font-size:calc(var(--vh)/10);animation:popInIcon .3s ease;transform:rotate(-10deg)}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{font-size:calc(var(--vh)/7);height:calc(var(--vh)/7);animation:popIn .3s ease}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{position:absolute;animation:popInIconResponse .3s ease;transform:rotate(10deg);--strokeColor:#fff;--fontSize:54px}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:0 0 20px 40px}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:50px 0 0 100px}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-text{animation:popIn .3s ease;text-align:center}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options{display:flex;flex-direction:column;gap:calc(var(--vh)/40)}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options.disabled{pointer-events:none}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option{min-height:60px;width:100%;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;justify-content:center;box-shadow:0 0 rgba(255,255,255,.8);transition:.3s ease;cursor:pointer;position:relative;animation:popIn .3s ease}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option .answer-option-text{font-size:20px;padding:14px 26px;transition:.3s ease;max-width:100%;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:break-word}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option-text{padding:14px 26px;transition:.3s ease}[class*=-mid-game-award]{z-index:4;position:fixed;inset:0;padding:50px 20px;display:flex;flex-direction:column;align-items:center;animation:overlayPopIn .3s ease-out;overflow:hidden;transition:.3s ease-out}[class*=-mid-game-award].closed{transform:translateY(calc(var(--vh)/5));opacity:0;border-radius:20px}[class*=-mid-game-award] .bordered-font{text-align:center}[class*=-mid-game-award] .bordered-font.streak-number{--fontSize:200px;--strokeWidthModifier:12}[class*=-mid-game-award] .bordered-font.streak-number .shadow{text-shadow:0 calc(var(--fontSize)/10)calc(var(--fontSize)/2)rgba(255,255,255,.7)}[class*=-mid-game-award] .bordered-font.streak-text{--fontSize:57px}[class*=-mid-game-award].streak-3 .bordered-font.streak-number{transform:rotate(9deg)}[class*=-mid-game-award].streak-3 .bordered-font.streak-text{transform:rotate(-4deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-number{transform:rotate(-9deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-text{transform:rotate(8deg)}[class*=-mid-game-award].streak-10 .bordered-font.streak-number{margin-top:50px;transform:rotate(-3deg);--fontSize:100px;--strokeWidthModifier:8}[class*=-mid-game-award].streak-10 .bordered-font.streak-text{transform:rotate(5deg);--fontSize:35px}[class*=-mid-game-award] .emoji{width:280px;aspect-ratio:1;position:absolute;bottom:unset;left:unset;right:unset;top:unset;transform-origin:center;z-index:1;animation:sizeInEmoji .3s ease-in-out;background-size:contain;background-repeat:no-repeat;background-position:50%}[class*=-mid-game-award] .text{flex-grow:1;display:flex;align-items:center;font-size:24px;opacity:.8;text-align:center}[class*=-mid-game-award] .btn{position:absolute;bottom:0}[class*=-mid-game-award] .bordered-font,[class*=-mid-game-award] .text,[class*=-mid-game-award] .btn{z-index:2}[class*=-leaderboard] .leaderboard-wrapper{width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;position:relative;align-items:center;overflow:hidden;gap:10px}[class*=-leaderboard] .leaderboard-wrapper .logo{position:absolute;top:20px;left:25px;--fontSize:40px}[class*=-leaderboard] .leaderboard-wrapper .score-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;transform:rotate(10deg);position:absolute;right:20px;top:30px;opacity:.8}[class*=-leaderboard] .leaderboard-wrapper .place-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:calc(var(--vh)/5);z-index:1}[class*=-leaderboard] .leaderboard-wrapper .place-container{opacity:0;animation:crashIn .2s ease-in .3s forwards;position:relative;display:flex;justify-content:center;align-items:center}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave{opacity:0;width:5px;height:5px;background:#fff;position:absolute;border-radius:50%;box-sizing:border-box;animation:shockwave .9s ease-out forwards}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(1){animation-delay:.5s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(2){animation-delay:.53s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(3){animation-delay:.56s}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.place{--strokeWidthModifier:6;--fontSize:120px;transform:rotate(-5deg)}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.out-of{--strokeWidthModifier:4;--fontSize:22px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.message{width:85%;text-align:center;margin-top:25px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper{display:flex;align-items:center;gap:32px;flex-grow:1;align-items:flex-end;margin:calc(var(--vh)/30)0 calc(var(--vh)/20);animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place{display:flex;flex-direction:column;align-items:center;gap:10px;z-index:1}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{width:80px;height:80px;border-radius:40px;display:flex;align-items:center;justify-content:center}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place{position:relative}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place:before{content:"👑";position:absolute;display:block;top:-41px;left:7px;font-size:48px;transform:rotate(-8deg)}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--fontSize:32px}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--fontSize:20px}.redflags-theme{--bg:linear-gradient(-180deg, #e00000 10%, #3e0000 100%);--bg_P3:linear-gradient(
    -180deg,
    color(display-p3 0.878431 0 0 / 1) 10%,
    color(display-p3 0.243137 0 0 / 1) 100%
  );--logoStrokeColor:#fff;--logoStrokeColor_P3:#fff;--logoFillColor:#e00000;--logoFillColor_P3:color(display-p3 0.878431 0 0 / 1);--titleTextColor:#fff;--titleTextColor_P3:color(display-p3 1 1 1 / 1);--buttonBackground:#ff0000;--buttonBackground_P3:color(display-p3 1 0 0 / 1);--buttonTextColor:#fff;--buttonTextColor_P3:#fff;--profilePictureBackdrop:rgba(#fff, 1);--profilePictureBackdrop_P3:color(display-p3 1 1 1 / 1);--statsLabelTextColor:rgba(#fff, 0.7);--statsLabelTextColor_P3:color(display-p3 1 1 1 / 0.7);--answerTextColor:#fff;--answerTextColor_P3:color(display-p3 1 1 1 / 1);--answerBackgroundColor:rgba(0, 0, 0, 0.4);--answerBackgroundColor_P3:color(display-p3 0 0 0 / 0.4);--correctTextColor:#fff;--correctTextColor_P3:color(display-p3 1 1 1 / 1);--correctBackgroundColor:#009821;--correctBackgroundColor_P3:color(display-p3 0 0.596078 0.129412 / 1);--incorrectTextColor:#fff;--incorrectTextColor_P3:color(display-p3 1 1 1 / 1);--incorrectBackgroundColor:#ff0000;--incorrectBackgroundColor_P3:color(display-p3 1 0 0 / 1);--progressBarBackgroundColor:rgba(255, 255, 255, 0.5);--progressBarBackgroundColor_P3:color(display-p3 1 1 1 / 0.5);--progressBarFillColor:#fff;--progressBarFillColor_P3:color(display-p3 1 1 1 / 1);--quizQuestionNumber:rgba(255, 255, 255, 0.7);--quizQuestionNumber_P3:color(display-p3 1 1 1 / 0.7);--userProfileImageBackground:#6a0000;--userProfileImageBackground_P3:color(display-p3 0.415686 0 0 / 1);--quizProgressBarProfileBackdrop:rgba(255, 255, 255, 0.3);--quizProgressBarProfileBackdrop_P3:color(display-p3 1 1 1 / 0.3);--questionTextColor:#fff;--questionTextColor_P3:color(display-p3 1 1 1 / 1);--inputPlaceholderColor:rgba(1, 1, 1, 0.5);--inputPlaceholderColor_P3:color(display-p3 1 1 1 / 0.5);--inputPlaceholderColorFocused:rgba(1, 1, 1, 0.3);--inputPlaceholderColorFocused_P3:color(display-p3 1 1 1 / 0.3);--inputTextColor:#fff;--inputTextColor_P3:color(display-p3 1 1 1 / 1);--inputCaretColor:#ffffff;--labelBG:rgba(0, 0, 0, 0.4);--labelBG_P3:color(display-p3 0 0 0 / 0.4);--selectedLabelBG:#ff0000;--selectedLabelBG_P3:color(display-p3 1 0 0 / 1);--touchedLabelBG:rgba(0, 0, 0, 0.7);--touchedLabelBG_P3:color(display-p3 0 0 0 / 0.7);--placeTextColor:#fff;--placeTextColor_P3:color(display-p3 1 1 1 / 1);--leaderBoardTextColor:#fff;--leaderBoardTextColor_P3:color(display-p3 1 1 1 / 1);--labelFontSize:16px;--titleFontSize:24px;--statsLabelFontSize:20px;--buttonFontSize:24px;--inputFontSize:27px;--quizQuestionNumberFontSize:16px;--questionTextFontSize:28px;--answerOptionFontSize:22px;--scoreFontSize:30px;--correctAnswersTextFontSize:18px}.redflags-image{display:none}.redflags-quiztaker-landing{background:var(--bg);background:var(--bg_P3)}.redflags-quiztaker-landing .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.redflags-quiztaker-landing .title{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize)}.redflags-quiztaker-landing .quiz-creator-image-wrapper{width:147px;height:147px;border-radius:50%;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);box-shadow:0 6px rgba(0,0,0,.2)}.redflags-quiztaker-landing .quiz-creator-image{width:138px;height:138px;border-radius:50%}.redflags-quiztaker-landing .quiz-stats-label{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize)}.redflags-quiztaker-landing .btn{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--buttonBackground);background:var(--buttonBackground_P3);font-size:var(--buttonFontSize);border-radius:13px;box-shadow:inset 0 0 0 1px #fff,0 0 15px 0 var(--buttonBackground),0 0 15px 0 var(--buttonBackground_P3)}.redflags-quiztaker-landing .btn .bordered-font{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.redflags-whats-your-name{background:var(--bg);background:var(--bg_P3)}.redflags-whats-your-name .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.redflags-whats-your-name .input{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;font-size:var(--inputFontSize);color:var(--inputTextColor);color:var(--inputTextColor_P3);caret-color:var(--inputCaretColor)}.redflags-whats-your-name .input::-moz-placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.redflags-whats-your-name .input::placeholder{color:var(--inputPlaceholderColor);color:var(--inputPlaceholderColor_P3)}.redflags-whats-your-name .input:active::-moz-placeholder,.redflags-whats-your-name .input:focus::-moz-placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.redflags-whats-your-name .input:active::placeholder,.redflags-whats-your-name .input:focus::placeholder{color:var(--inputPlaceholderColorFocused);color:var(--inputPlaceholderColorFocused_P3)}.redflags-whats-your-name .btn{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--buttonBackground);background:var(--buttonBackground_P3);font-size:var(--buttonFontSize);border-radius:13px;box-shadow:inset 0 0 0 1px #fff,0 0 15px 0 var(--buttonBackground),0 0 15px 0 var(--buttonBackground_P3)}.redflags-whats-your-name .btn .bordered-font{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.redflags-whats-your-gender{background:var(--bg);background:var(--bg_P3)}.redflags-whats-your-gender .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.redflags-whats-your-gender .title{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--titleFontSize)}.redflags-whats-your-gender .gender-options-wrapper{z-index:1}.redflags-whats-your-gender .gender-options-wrapper .gender-option.touched .gender-icon{background:var(--touchedLabelBG);background:var(--touchedLabelBG_P3)}.redflags-whats-your-gender .gender-options-wrapper .gender-option .gender-icon{border-radius:15px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:var(--labelBG);background:var(--labelBG_P3)}.redflags-whats-your-gender .gender-options-wrapper .gender-option .gender-icon.selected{background:var(--selectedLabelBG);background:var(--selectedLabelBG_P3);box-shadow:inset 0 0 0 1.5px #ffffff97}.redflags-whats-your-gender .gender-options-wrapper .gender-option .gender-label{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;font-size:var(--labelFontSize);color:var(--titleTextColor);color:var(--titleTextColor_P3)}.redflags-quiz{background:var(--bg);background:var(--bg_P3)}.redflags-quiz .quiz-header .quiz-header-progress{max-width:210px}.redflags-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar{-webkit-mask:url(/svgs/masks/redflags-progressbar.svg);mask:url(/svgs/masks/redflags-progressbar.svg);background:var(--progressBarBackgroundColor);background:var(--progressBarBackgroundColor_P3)}.redflags-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{background:var(--progressBarFillColor);background:var(--progressBarFillColor_P3)}.redflags-quiz .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-background{display:none}.redflags-quiz .quiz-header .quiz-header-progress .quiz-header-progress-text{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;color:var(--quizQuestionNumber);color:var(--quizQuestionNumber_P3);font-size:var(--quizQuestionNumberFontSize)}.redflags-quiz .quiz-header .quiz-header-user-profile-wrapper,.redflags-quiz .quiz-header .quiz-header-creator-image-wrapper{width:45px;height:45px;background-color:var(--quizProgressBarProfileBackdrop);background-color:var(--quizProgressBarProfileBackdrop_P3);border-radius:50%}.redflags-quiz .quiz-header .quiz-header-user-profile,.redflags-quiz .quiz-header .quiz-header-creator-image{width:40px;height:40px;border-radius:50%;background:var(--userProfileImageBackground);background:var(--userProfileImageBackground_P3)}.redflags-quiz .question-wrapper .question-icon .bordered-font{--strokeColor:#fff;--fontSize:54px}.redflags-quiz .question-wrapper .question-icon .bordered-font.correct{z-index:1;--fillColor:var(--correctBackgroundColor);--fillColor:var(--correctBackgroundColor_P3)}.redflags-quiz .question-wrapper .question-icon .bordered-font.incorrect{z-index:1;--fillColor:var(--incorrectBackgroundColor);--fillColor:var(--incorrectBackgroundColor_P3)}.redflags-quiz .question-wrapper .question-text{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;letter-spacing:-.03em;font-size:var(--questionTextFontSize);padding:10px;color:var(--questionTextColor);color:var(--questionTextColor_P3)}.redflags-quiz .question-wrapper .answer-options .answer-option{border-radius:10px}.redflags-quiz .question-wrapper .answer-options .answer-option:nth-child(1){background-color:rgba(0,0,0,.4)}.redflags-quiz .question-wrapper .answer-options .answer-option:nth-child(2){background-color:rgba(0,0,0,.6)}.redflags-quiz .question-wrapper .answer-options .answer-option:nth-child(3){background-color:rgba(0,0,0,.8)}.redflags-quiz .question-wrapper .answer-options .answer-option:nth-child(4){background-color:#000}.redflags-quiz .question-wrapper .answer-options .answer-option.correct{background:var(--correctBackgroundColor);background:var(--correctBackgroundColor_P3);box-shadow:0 0 10px 0 var(--correctBackgroundColor)!important;box-shadow:0 0 10px 0 var(--correctBackgroundColor_P3)!important;color:var(--correctTextColor);color:var(--correctTextColor_P3)}.redflags-quiz .question-wrapper .answer-options .answer-option.incorrect{background:var(--incorrectBackgroundColor);background:var(--incorrectBackgroundColor_P3);box-shadow:0 0 10px 0 var(--incorrectBackgroundColor)!important;box-shadow:0 0 10px 0 var(--incorrectBackgroundColor_P3)!important;color:var(--incorrectTextColor);color:var(--incorrectTextColor_P3)}.redflags-quiz .question-wrapper .answer-options .answer-option:not(.correct):not(.incorrect) .answer-option-text{color:var(--answerTextColor);color:var(--answerTextColor_P3)}.redflags-quiz .question-wrapper .answer-options .answer-option .answer-option-text{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;font-size:var(--answerOptionFontSize)}.redflags-mid-game-award{background:var(--bg);background:var(--bg_P3)}.redflags-mid-game-award .img{display:none}.redflags-mid-game-award .bordered-font{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400}.redflags-mid-game-award .bordered-font.streak-number{--strokeColor:transparent;--strokeColor:transparent;--fillColor:#fff;--fillColor:color(display-p3 1 1 1 / 1)}.redflags-mid-game-award .bordered-font.streak-number .shadow{display:none}.redflags-mid-game-award .bordered-font.streak-text{--fontSize:57px;--strokeColor:transparent;--strokeColor:transparent;--fillColor:#fff;--fillColor:color(display-p3 1 1 1 / 1)}.redflags-mid-game-award .text{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;color:#fff;color:color(display-p3 1 1 1/1)}.redflags-mid-game-award .btn{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--buttonBackground);background:var(--buttonBackground_P3);font-size:var(--buttonFontSize);border-radius:13px;box-shadow:inset 0 0 0 1px #fff,0 0 15px 0 var(--buttonBackground),0 0 15px 0 var(--buttonBackground_P3)}.redflags-mid-game-award .btn .bordered-font{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}.redflags-leaderboard{background:var(--bg);background:var(--bg_P3)}.redflags-leaderboard .logo{--strokeColor:var(--logoStrokeColor);--strokeColor_P3:var(--logoStrokeColor_P3);--fillColor:var(--logoFillColor);--fillColor_P3:var(--logoFillColor_P3)}.redflags-leaderboard .rainbow{display:none}.redflags-leaderboard .score{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--scoreFontSize)}.redflags-leaderboard .correct-answers-text{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;color:var(--titleTextColor);color:var(--titleTextColor_P3);font-size:var(--correctAnswersTextFontSize)}.redflags-leaderboard .place-wrapper .bordered-font{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400}.redflags-leaderboard .place-wrapper .bordered-font.place{transform:none!important;--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--placeTextColor);--fillColor:var(--placeTextColor_P3)}.redflags-leaderboard .place-wrapper .bordered-font.out-of{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3)}.redflags-leaderboard .place-wrapper .bordered-font.message{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor_P3);--fontSize:var(--titleFontSize)}.redflags-leaderboard .place-container .wave{background:#3e0000!important}.redflags-leaderboard .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{background:var(--labelBG);background:var(--labelBG_P3)}.redflags-leaderboard .best-of-wrapper .leaderboard-place .bordered-font{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400}.redflags-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor)}.redflags-leaderboard .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--strokeColor:transparent;--strokeColor:transparent;--fillColor:var(--leaderBoardTextColor);--fillColor:var(--leaderBoardTextColor)}.redflags-leaderboard .btn{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--buttonBackground);background:var(--buttonBackground_P3);font-size:var(--buttonFontSize);border-radius:13px;box-shadow:inset 0 0 0 1px #fff,0 0 15px 0 var(--buttonBackground),0 0 15px 0 var(--buttonBackground_P3)}.redflags-leaderboard .btn .bordered-font{font-family:bowlby one sc,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;font-size:var(--buttonFontSize);--strokeColor:transparent;--strokeColor_P3:transparent;--fillColor:var(--buttonTextColor);--fillColor_P3:var(--buttonTextColor_P3)}@font-face{src:url(/fonts/anybody-italic.ttf)format("truetype");font-family:anybody;font-style:italic}@font-face{src:url(/fonts/rounded.woff2)format("woff2-variations");font-family:rounded;font-style:normal}@font-face{src:url(/fonts/bricolage-grotesque.ttf)format("truetype");font-family:bricolage-grotesque}@font-face{src:url(/fonts/sora.ttf)format("truetype");font-family:sora}@font-face{src:url(/fonts/grandstander.ttf)format("truetype");font-family:grandstander}@font-face{src:url(/fonts/inter.ttf)format("truetype");font-family:inter}@font-face{src:url(/fonts/nunito.ttf)format("truetype");font-family:nunito}@font-face{font-family:bowlby one sc;src:url(/fonts/BowlbyOneSC-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{src:url(/fonts/unbounded.ttf)format("truetype");font-family:unbounded}.rainbow{--size:200px;width:var(--size);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;aspect-ratio:1/1;border-radius:100% 0 0 0;transform-origin:bottom right;background:radial-gradient(100% 100% at 100% 100%,transparent 52%,#4C09BE 52%,#4C09BE 52%,#9770E9 56.8%,#6527E0 60%,#0140FF 60%,#4DABFF 64.8%,#0283FF 68%,#069D16 68%,#55E854 72.8%,#05D606 76%,#C1AA1C 76%,#F9E462 80.8%,#F2D525 84%,#FF8603 84%,#FFB93B 88.8%,#FAA20F 92%,#FF050F 92%,#FF435E 96.8%,#EB102D 100%);background:radial-gradient(100% 100% at 100% 100%,transparent 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .298 .035 .745) 52%,color(display-p3 .592 .439 .914) 56.8%,color(display-p3 .396 .153 .878) 60%,color(display-p3 .004 .251 1) 60%,color(display-p3 .302 .671 1) 64.8%,color(display-p3 .008 .514 1) 68%,color(display-p3 .024 .616 .086) 68%,color(display-p3 .333 .91 .329) 72.8%,color(display-p3 .02 .839 .024) 76%,color(display-p3 .757 .667 .11) 76%,color(display-p3 .976 .894 .384) 80.8%,color(display-p3 .949 .835 .145) 84%,color(display-p3 1 .525 .012) 84%,color(display-p3 1 .725 .231) 88.8%,color(display-p3 .98 .635 .059) 92%,color(display-p3 1 .012 .047) 92%,color(display-p3 1 .271 .376) 96.8%,color(display-p3 1 .02 .153) 100%)}.rainbow.animated{animation:bouncingRainbow 8s infinite ease-in-out}@keyframes bouncingRainbow{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.bordered-font{--fontSize:100px;--strokeWidthModifier:5;--strokeColor:#000;--fillColor:#fff;position:relative;font-size:var(--fontSize);line-height:1;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900}.bordered-font .bordered,.bordered-font .shadow,.bordered-font .normal{transition:.3s ease}.bordered-font .bordered,.bordered-font .shadow{-webkit-text-fill-color:var(--strokeColor);-webkit-text-stroke-width:calc(var(--fontSize)/var(--strokeWidthModifier));-webkit-text-stroke-color:var(--strokeColor);position:absolute}.bordered-font .shadow{--translate:calc(var(--fontSize) / 20);transform:translate(var(--translate),var(--translate))}.bordered-font .normal{color:var(--fillColor);position:relative}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes popIn{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rainbowPopIn{from{transform:scale(.4)}to{transform:scale(1)}}@keyframes popInSkewed{from{transform:scale(.4)skew(-10deg);opacity:0}to{transform:scale(1)skew(-10deg);opacity:1}}@keyframes buttonTap{0%{transform:scale(1)}50%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes flubber{0%{transform:scale(1)}15%{transform:scaleY(1.1)scaleX(.9)}30%{transform:scaleY(1.2)scaleX(.8)}45%{transform:scaleY(1.1)scaleX(.9)}60%{transform:scaleY(.9)scaleX(1.1)}75%{transform:scaleY(1.05)scaleX(.95)}90%{transform:scaleY(1.02)scaleX(.98)}100%{transform:scale(1)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes popDown{from{transform:translateY(calc(0px - var(--vh)/5));opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popInIcon{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(-10deg);opacity:1}}@keyframes popInIconResponse{from{transform:scale(.4)rotate(0);opacity:0}to{transform:scale(1)rotate(10deg);opacity:1}}@keyframes crashIn{0%{transform:scale(4);opacity:1}100%{transform:scale(1);opacity:1}}@keyframes shockwave{0%{transform:scale(1);opacity:.8}25%{opacity:.6}50%{opacity:.4}75%{opacity:.2}100%{transform:scale(60);opacity:0}}@keyframes overlayPopIn{0%{transform:scale(.7);opacity:0;border-radius:20px;filter:blur(5px)}100%{transform:scale(1);opacity:1;border-radius:0;filter:blur(0)}}@keyframes sizeInEmoji{from{width:0;opacity:0}to{width:280px;opacity:1}}@keyframes jump{0%,100%{transform:translateY(0)}40%{transform:translateY(calc(0px - var(--fontSize)/10))scale(1.05)translateX(calc(var(--fontSize)/30))}}@keyframes drop{0%{transform:none}100%{transform:translateY(450px)}}body,html{height:100%;width:100%;margin:0;padding:0}#main{width:100%;height:100%;transition:.3s ease}:root{--roundedDefault:rounded, ui-rounded, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;--oceanBreeze:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #00FF9A 0%, rgba(0, 166, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #00C5FF -121.45deg, #4900FF 143.16deg, #0049FF 177.07deg, #00C5FF 238.55deg, #4900FF 503.17deg);--oceanBreezeP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 0.639) 0%, color(display-p3 0 0.639 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 0 0.761 1) -121.45deg, color(display-p3 0.259 0 1) 143.16deg, color(display-p3 0 0.278 1) 177.07deg, color(display-p3 0 0.761 1) 238.55deg, color(display-p3 0.259 0 1) 503.17deg);--sunsetBlush:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FF87D5 0%, rgba(255, 180, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(255, 244, 0, 0.5) 0%, rgba(255, 74, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF92E0 -121.45deg, #FF3400 143.16deg, #FF009C 177.07deg, #FF92E0 238.55deg, #FF3400 503.17deg);--sunsetBlushP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.561 0.824) 0%, color(display-p3 1 0.722 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg), radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.961 0/0.5) 0%, color(display-p3 1 0.361 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.596 0.863) -121.45deg, color(display-p3 1 0.302 0) 143.16deg, color(display-p3 1 0 0.6) 177.07deg, color(display-p3 1 0.596 0.863) 238.55deg, color(display-p3 1 0.302 0) 503.17deg);--solarFlare:radial-gradient(99.13% 39.26% at 9.67% -8.39%, #FFC400 0%, rgba(255, 244, 0, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FFD400 -121.45deg, #FF0000 143.16deg, #FF7000 177.07deg, #FFD400 238.55deg, #FF0000 503.17deg), linear-gradient(99.09deg, #FF0000 0%, #FF9300 100%);--solarFlareP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 1 0.78 0) 0%, color(display-p3 1 0.961 0/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0.839 0) -121.45deg, color(display-p3 1 0 0.059) 143.16deg, color(display-p3 1 0.478 0) 177.07deg, color(display-p3 1 0.839 0) 238.55deg, color(display-p3 1 0 0.059) 503.17deg), linear-gradient(99.09deg, color(display-p3 1 0.18 0) 0%, color(display-p3 1 0.6 0) 100%);--twilightDream:radial-gradient(99.13% 39.26% at 9.67% -8.39%, rgba(0, 255, 255, 0.5) 0%, rgba(0, 255, 255, 0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, #FF00AC -121.45deg, #0058FF 143.16deg, #7B00FF 177.07deg, #FF00AC 238.55deg, #0058FF 503.17deg);--twilightDreamP3:radial-gradient(99.13% 39.26% at 9.67% -8.39%, color(display-p3 0 1 1/0.5) 0%, color(display-p3 0 1 1/0) 100%), conic-gradient(from 228.23deg at -6.62% 107.1%, color(display-p3 1 0 0.659) -121.45deg, color(display-p3 0 0.341 1) 143.16deg, color(display-p3 0.439 0 1) 177.07deg, color(display-p3 1 0 0.659) 238.55deg, color(display-p3 0 0.341 1) 503.17deg)}*{-webkit-user-select:none;-moz-user-select:none;user-select:none}html{font-size:100%;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none}body,input,textarea{font-family:var(--roundedDefault);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto}textarea{resize:none}body{margin:0;position:relative;line-height:1.2;font-size:18px;font-style:normal;text-wrap:pretty;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;position:relative;display:flex;flex-direction:column;align-items:center;text-transform:lowercase}body.lock-screen{pointer-events:none}a{color:inherit;text-decoration:none}.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inter,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;letter-spacing:.02em;font-size:27px;color:var(--inputTextColor);color:var(--inputTextColor_P3);background:0 0;border:none;outline:none;transition:.3s ease;text-align:center;padding:10px 0;margin-bottom:calc(var(--vh)/5);text-transform:lowercase;animation:popIn .3s ease;caret-color:#fff;width:80%;align-self:center;z-index:1}.input::-moz-placeholder{-moz-transition:.3s ease;transition:.3s ease}.input::placeholder{transition:.3s ease}.input:active,.input:focus{outline:none}.input:-webkit-autofill,.input:-webkit-autofill:hover,.input:-webkit-autofill:focus{border:none;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.logo{font-style:italic;text-transform:uppercase;--fontSize:30px;--strokeWidthModifier:3.7}.logo.bordered-font{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 1000}.remove-animation{animation:none!important}.non-clickable{animation:flubber .3s ease!important}.btn{font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800;height:72px;width:288px;padding:0 20px;margin-bottom:40px;border-radius:99px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;max-width:600px;transition:.3s ease;-webkit-backdrop-filter:blur(10px)saturate(1.5);backdrop-filter:blur(10px)saturate(1.5);box-shadow:inset 0 0 0 3px rgba(255,255,255,.5)}.btn.popIn{animation:popIn .3s ease forwards}.btn.inactive{filter:opacity(.5);pointer-events:none}.btn.touched{animation:buttonTap .3s ease forwards;background:rgba(255,255,255,.5)}.btn .bordered-font{--fontSize:21px}.title{width:75%;font-size:30px;animation:popIn .3s ease;font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 800}[class*=-quiztaker-landing]{display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center;position:relative}[class*=-quiztaker-landing] .logo{top:20px;--fontSize:40px}[class*=-quiztaker-landing] .title{margin-top:40px;overflow-wrap:break-word}[class*=-quiztaker-landing] .quiz-creator-image-wrapper{animation:popIn .3s ease;width:147px;height:147px;background:var(--profilePictureBackdrop);background:var(--profilePictureBackdrop_P3);display:flex;justify-content:center;align-items:center;position:absolute;top:35%}[class*=-quiztaker-landing] .quiz-creator-image{animation:popIn .3s ease;width:138px;height:138px;background-size:cover}[class*=-quiztaker-landing] .quiz-stats-label{justify-content:center;display:flex;align-items:flex-end;flex-grow:1;color:var(--statsLabelTextColor);color:var(--statsLabelTextColor_P3);font-size:var(--statsLabelFontSize);gap:0;animation:popIn .3s ease;width:80%}[class*=-quiztaker-landing] .quiz-stats-label span{color:#fff;font-size:30px;animation:bounce 1s infinite}[class*=-quiztaker-landing] .quiz-stats-label span:nth-of-type(2){animation-delay:-.75s}[class*=-whats-your-name]{display:flex;flex-direction:column;position:relative;align-items:center}[class*=-whats-your-name] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-name] .input{margin:auto 0}[class*=-whats-your-gender]{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;gap:40px}[class*=-whats-your-gender] .logo{position:absolute;top:20px;--fontSize:40px}[class*=-whats-your-gender] .title{width:70%;text-align:center;overflow-wrap:break-word}[class*=-whats-your-gender] .gender-options-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;-webkit-tap-highlight-color:transparent}[class*=-whats-your-gender] .gender-options-wrapper .gender-option{display:flex;flex-direction:column;align-items:center;gap:12px;margin:0 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;animation:popIn .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option.touched{animation:buttonTap .3s ease}[class*=-whats-your-gender] .gender-options-wrapper .gender-option .gender-icon{font-size:107px;display:flex;align-items:center;justify-content:center;width:124px;height:140px;transition:.2s ease}[class*=-quiz] .quiz-wrapper{position:relative;width:100%;height:100%;overflow:auto;transition:.3s ease;display:flex;flex-direction:column;align-items:center;-ms-overflow-style:none;scrollbar-width:none}[class*=-quiz] .quiz-wrapper::-webkit-scrollbar{display:none}[class*=-quiz] .quiz-wrapper .quiz-header{display:flex;padding:20px;width:calc(100% - 40px);max-width:500px;animation:popDown .3s ease;justify-content:space-around}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar{height:18px;width:100%;position:relative;overflow:hidden;transition:.3s ease;margin:16px 0 9px;aspect-ratio:10/1}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-bar .quiz-header-progress-fill{height:18px;width:0;transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-progress .quiz-header-progress-text{transition:.3s ease}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile-wrapper,[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image-wrapper{display:flex;flex-shrink:0;align-items:center;justify-content:center}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-user-profile{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:30px;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .quiz-header .quiz-header-creator-image{width:40px;height:40px;background-size:cover;-webkit-tap-highlight-color:transparent}[class*=-quiz] .quiz-wrapper .question-wrapper{padding:0 20px 20px;display:flex;flex-direction:column;gap:calc(var(--vh)/20);flex-grow:1;justify-content:space-evenly;width:calc(100% - 40px);max-width:640px}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{animation:popIn .3s ease;position:relative;display:flex;align-items:center;justify-content:center}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{position:absolute;bottom:calc(var(--vh)/60);left:20px;z-index:10;font-size:calc(var(--vh)/10);animation:popInIcon .3s ease;transform:rotate(-10deg)}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon{font-size:calc(var(--vh)/7);height:calc(var(--vh)/7);animation:popIn .3s ease}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{position:absolute;animation:popInIconResponse .3s ease;transform:rotate(10deg);--strokeColor:#fff;--fontSize:54px}@media(max-height:619px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:0 0 20px 40px}}@media(min-height:620px){[class*=-quiz] .quiz-wrapper .question-wrapper .question-icon .bordered-font{margin:50px 0 0 100px}}[class*=-quiz] .quiz-wrapper .question-wrapper .question-text{animation:popIn .3s ease;text-align:center}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options{display:flex;flex-direction:column;gap:calc(var(--vh)/40)}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options.disabled{pointer-events:none}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option{min-height:60px;width:100%;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;justify-content:center;box-shadow:0 0 rgba(255,255,255,.8);transition:.3s ease;cursor:pointer;position:relative;animation:popIn .3s ease}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option .answer-option-text{font-size:20px;padding:14px 26px;transition:.3s ease;max-width:100%;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:break-word}[class*=-quiz] .quiz-wrapper .question-wrapper .answer-options .answer-option-text{padding:14px 26px;transition:.3s ease}[class*=-mid-game-award]{z-index:4;position:fixed;inset:0;padding:50px 20px;display:flex;flex-direction:column;align-items:center;animation:overlayPopIn .3s ease-out;overflow:hidden;transition:.3s ease-out}[class*=-mid-game-award].closed{transform:translateY(calc(var(--vh)/5));opacity:0;border-radius:20px}[class*=-mid-game-award] .bordered-font{text-align:center}[class*=-mid-game-award] .bordered-font.streak-number{--fontSize:200px;--strokeWidthModifier:12}[class*=-mid-game-award] .bordered-font.streak-number .shadow{text-shadow:0 calc(var(--fontSize)/10)calc(var(--fontSize)/2)rgba(255,255,255,.7)}[class*=-mid-game-award] .bordered-font.streak-text{--fontSize:57px}[class*=-mid-game-award].streak-3 .bordered-font.streak-number{transform:rotate(9deg)}[class*=-mid-game-award].streak-3 .bordered-font.streak-text{transform:rotate(-4deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-number{transform:rotate(-9deg)}[class*=-mid-game-award].streak-5 .bordered-font.streak-text{transform:rotate(8deg)}[class*=-mid-game-award].streak-10 .bordered-font.streak-number{margin-top:50px;transform:rotate(-3deg);--fontSize:100px;--strokeWidthModifier:8}[class*=-mid-game-award].streak-10 .bordered-font.streak-text{transform:rotate(5deg);--fontSize:35px}[class*=-mid-game-award] .emoji{width:280px;aspect-ratio:1;position:absolute;bottom:unset;left:unset;right:unset;top:unset;transform-origin:center;z-index:1;animation:sizeInEmoji .3s ease-in-out;background-size:contain;background-repeat:no-repeat;background-position:50%}[class*=-mid-game-award] .text{flex-grow:1;display:flex;align-items:center;font-size:24px;opacity:.8;text-align:center}[class*=-mid-game-award] .btn{position:absolute;bottom:0}[class*=-mid-game-award] .bordered-font,[class*=-mid-game-award] .text,[class*=-mid-game-award] .btn{z-index:2}[class*=-leaderboard] .leaderboard-wrapper{width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;position:relative;align-items:center;overflow:hidden;gap:10px}[class*=-leaderboard] .leaderboard-wrapper .logo{position:absolute;top:20px;left:25px;--fontSize:40px}[class*=-leaderboard] .leaderboard-wrapper .score-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;transform:rotate(10deg);position:absolute;right:20px;top:30px;opacity:.8}[class*=-leaderboard] .leaderboard-wrapper .place-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:calc(var(--vh)/5);z-index:1}[class*=-leaderboard] .leaderboard-wrapper .place-container{opacity:0;animation:crashIn .2s ease-in .3s forwards;position:relative;display:flex;justify-content:center;align-items:center}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave{opacity:0;width:5px;height:5px;background:#fff;position:absolute;border-radius:50%;box-sizing:border-box;animation:shockwave .9s ease-out forwards}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(1){animation-delay:.5s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(2){animation-delay:.53s}[class*=-leaderboard] .leaderboard-wrapper .place-container .wave:nth-of-type(3){animation-delay:.56s}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.place{--strokeWidthModifier:6;--fontSize:120px;transform:rotate(-5deg)}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.out-of{--strokeWidthModifier:4;--fontSize:22px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .bordered-font.message{width:85%;text-align:center;margin-top:25px;animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper{display:flex;align-items:center;gap:32px;flex-grow:1;align-items:flex-end;margin:calc(var(--vh)/30)0 calc(var(--vh)/20);animation:popIn .3s ease}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place{display:flex;flex-direction:column;align-items:center;gap:10px;z-index:1}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper{width:80px;height:80px;border-radius:40px;display:flex;align-items:center;justify-content:center}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place{position:relative}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .leaderboard-place-number-wrapper.first-place:before{content:"👑";position:absolute;display:block;top:-41px;left:7px;font-size:48px;transform:rotate(-8deg)}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-number{--fontSize:32px}[class*=-leaderboard] .leaderboard-wrapper .best-of-wrapper .leaderboard-place .bordered-font.leaderboard-place-name{--fontSize:20px}.legal main{height:100%;padding:20px 25px;display:flex;flex-direction:column}.legal h1{text-align:left;line-height:1.2;margin-bottom:20px;font-family:var(--roundedFont);font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;font-size:40px}.legal h2{text-align:left;line-height:1.2;margin-bottom:20px;font-family:var(--roundedFont);font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;font-size:24px}.legal p{text-align:left;line-height:1.5;margin-bottom:16px;font-family:var(--roundedFont);font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 400;font-size:16px}.legal a{text-decoration:none;color:var(--colorPrimary);font-family:var(--roundedFont);font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;font-size:16px}.legal li{text-decoration:none;color:var(--colorPrimary);font-family:var(--roundedFont);font-family:rounded,sans-serif;font-weight:unset;font-variation-settings:"GRAD" 1,"wght" 900;font-size:16px}