@charset "UTF-8";/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */.la-line-scale,.la-line-scale>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.la-line-scale{display:block;font-size:0;color:#fff}.la-line-scale.la-dark{color:#333}.la-line-scale>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}.la-line-scale{width:40px;height:32px}.la-line-scale>div{width:4px;height:32px;margin:0 2px;border-radius:0;-webkit-animation:line-scale 1.2s infinite ease;-moz-animation:line-scale 1.2s infinite ease;-o-animation:line-scale 1.2s infinite ease;animation:line-scale 1.2s infinite ease}.la-line-scale>div:nth-child(1){-webkit-animation-delay:-1.2s;-moz-animation-delay:-1.2s;-o-animation-delay:-1.2s;animation-delay:-1.2s}.la-line-scale>div:nth-child(2){-webkit-animation-delay:-1.1s;-moz-animation-delay:-1.1s;-o-animation-delay:-1.1s;animation-delay:-1.1s}.la-line-scale>div:nth-child(3){-webkit-animation-delay:-1s;-moz-animation-delay:-1s;-o-animation-delay:-1s;animation-delay:-1s}.la-line-scale>div:nth-child(4){-webkit-animation-delay:-.9s;-moz-animation-delay:-.9s;-o-animation-delay:-.9s;animation-delay:-.9s}.la-line-scale>div:nth-child(5){-webkit-animation-delay:-.8s;-moz-animation-delay:-.8s;-o-animation-delay:-.8s;animation-delay:-.8s}.la-line-scale.la-sm{width:20px;height:16px}.la-line-scale.la-sm>div{width:2px;height:16px;margin:0 1px}.la-line-scale.la-2x{width:80px;height:64px}.la-line-scale.la-2x>div{width:8px;height:64px;margin:0 4px}.la-line-scale.la-3x{width:120px;height:96px}.la-line-scale.la-3x>div{width:12px;height:96px;margin:0 6px}@-webkit-keyframes line-scale{0%,40%,to{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-moz-keyframes line-scale{0%,40%,to{-webkit-transform:scaleY(.4);-moz-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);transform:scaleY(1)}}@-o-keyframes line-scale{0%,40%,to{-webkit-transform:scaleY(.4);-o-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}}@keyframes line-scale{0%,40%,to{-webkit-transform:scaleY(.4);-moz-transform:scaleY(.4);-o-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}}:root{--item-entering-time: .8s;--item-entering-bounce-time: .2s;--item-entering-time-multi: .3s;--item-leaving-time: .8s;--item-correct-time: .2s;--item-pulse-time: .4s;--item-pulse-extend: 150%;--life-flash-time: .15s;--flash-time: .8s}@keyframes entering-multi{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes entering{0%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,200%,0) scaleY(5);transform:translate3d(0,200%,0)}to{-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0)}}@keyframes entering-bounce{0%,37.5%,75%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0)}37.5%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0)}75%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes pulse{0%{scale:0}70%{scale:var(--item-pulse-extend)}to{scale:100%}}@keyframes dot-flash{0%,15%,30%,43%,58%,71%,86%,to{background-color:var(--animation-bg)}16%,29%,44%,57%,72%,85%{background:#fff}}@keyframes gradient-flash{0%,15%,30%,43%,58%,71%,86%,to{background:linear-gradient(.25turn,#ffd32a,#ff6130,#e1015b,#aa4bb3,#199cf9)}16%,29%,44%,57%,72%,85%{background:#fff}}#board{display:grid;grid-template-columns:1.5fr 1.5fr;grid-template-rows:.4fr 3.6fr;gap:0 0;grid-template-areas:"Header Header" "Title Items";width:100%;height:100%}#board #title{font-family:Inter,Arial,sans-serif}#board #header{background-color:#dde7f0;position:relative;grid-area:Header;display:flex;align-items:center;align-content:space-between;padding:calc(var(--vh) * 2) 0}#board #header #timer{height:100%;width:100%;position:absolute;background-color:var(--bar-bg-color);z-index:0}@keyframes timer{0%{width:100%}to{width:0}}@keyframes blink{25%,75%{background-color:#e1015b}0%,50%,to{background-color:var(--bar-bg-color)}}#board #header #timer.running{animation:timer var(--timer-round-time) linear 1,blink 2s linear calc(var(--timer-round-time) * var(--timer-flash-percent)) infinite}#board #header #timer #innerTimer{height:4vh;width:4vh}#board #header.dots{display:grid;grid-auto-columns:minmax(0,1fr)}#board #header #inner-header{position:relative;display:grid;padding:0 4vh;box-sizing:border-box;grid-template-columns:1fr 1fr;grid-auto-columns:minmax(0,1fr);width:100%;max-width:1920px;margin:0 auto}@media screen and (max-aspect-ratio: 1/1){#board #header #inner-header{padding:0 2vh}}#board #header #round{display:grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:2vw;margin:auto;font-weight:700;font-size:calc(var(--vh) * 4);align-items:center;justify-content:center;align-content:center}#board #header #round .outer-dot{width:calc(var(--vh) * 3);height:calc(var(--vh) * 3);display:grid;align-items:center}@media screen and (max-aspect-ratio: 1/1){#board #header #round .outer-dot{width:4vw;height:4vw}}#board #header #round .outer-dot .round-dot{border-radius:50%;border:1px solid #0B1F42;background-color:#0b1f42;width:.7vh;height:.7vh;margin:0 auto}@media screen and (max-aspect-ratio: 1/1){#board #header #round .outer-dot .round-dot{width:.7vw;height:.7vw}}#board #header #round .outer-dot .round-dot.correct,#board #header #round .outer-dot .round-dot.wrong{width:calc(var(--vh) * 3);height:calc(var(--vh) * 3)}@media screen and (max-aspect-ratio: 1/1){#board #header #round .outer-dot .round-dot.correct,#board #header #round .outer-dot .round-dot.wrong{width:4vw;height:4vw}}#board #header #round .outer-dot .round-dot.correct{--animation-bg: #0B1F42;animation:dot-flash var(--flash-time) linear 1 both}#board #header #round .outer-dot .round-dot.wrong{background-color:#fff}#board #header #lives{display:flex;align-items:center;gap:.5vh;z-index:1}#board #header #lives .life{width:calc(var(--vh) * 4);height:calc(var(--vh) * 3.2);background-image:url("data:image/svg+xml,%3csvg%20width='27'%20height='22'%20viewBox='0%200%2027%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8133%202.90786L13.3057%206.38554L9.79817%202.90786C5.06519%20-1.7848%20-1.8011%205.31813%202.77808%209.86322L13.3008%2020.2963L23.8235%209.86322C28.4672%205.25911%2021.4471%20-1.69626%2016.8083%202.90786H16.8133Z'%20fill='%230B1F42'%20stroke='%230B1F42'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat}@media screen and (max-aspect-ratio: 1/1){#board #header #lives .life{width:calc(var(--vh) * 3);height:calc(var(--vh) * 2.4)}}#board #header #lives .life:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url("data:image/svg+xml,%3csvg%20width='27'%20height='22'%20viewBox='0%200%2027%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8914%202.90786L13.3839%206.38554L9.8763%202.90786C5.14332%20-1.7848%20-1.72298%205.31813%202.8562%209.86322L13.3789%2020.2963L23.9016%209.86322C28.5453%205.25911%2021.5252%20-1.69626%2016.8865%202.90786H16.8914Z'%20stroke='%230B1F42'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") url("data:image/svg+xml,%3csvg%20width='27'%20height='22'%20viewBox='0%200%2027%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8133%202.90786L13.3057%206.38554L9.79817%202.90786C5.06519%20-1.7848%20-1.8011%205.31813%202.77808%209.86322L13.3008%2020.2963L23.8235%209.86322C28.4672%205.25911%2021.4471%20-1.69626%2016.8083%202.90786H16.8133Z'%20fill='%23EB4C79'%20stroke='%230B1F42'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}#board #header #lives .life.lost{background-image:url("data:image/svg+xml,%3csvg%20width='27'%20height='22'%20viewBox='0%200%2027%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8914%202.90786L13.3839%206.38554L9.8763%202.90786C5.14332%20-1.7848%20-1.72298%205.31813%202.8562%209.86322L13.3789%2020.2963L23.9016%209.86322C28.5453%205.25911%2021.5252%20-1.69626%2016.8865%202.90786H16.8914Z'%20stroke='%230B1F42'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat}#board #header #lives .life.current{background-image:url("data:image/svg+xml,%3csvg%20width='27'%20height='22'%20viewBox='0%200%2027%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8133%202.90786L13.3057%206.38554L9.79817%202.90786C5.06519%20-1.7848%20-1.8011%205.31813%202.77808%209.86322L13.3008%2020.2963L23.8235%209.86322C28.4672%205.25911%2021.4471%20-1.69626%2016.8083%202.90786H16.8133Z'%20fill='%23EB4C79'%20stroke='%230B1F42'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;transform:scale(1.2)}#board #header #score{display:flex;align-items:center;justify-content:right;font-weight:700;font-size:calc(var(--vh) * 4);z-index:1}#board.duel{grid-template-columns:1fr;grid-template-rows:.4fr 1.4fr 3.2fr;gap:0 0;grid-template-areas:"Header" "Title" "Items"}@media screen and (max-aspect-ratio: 1/1){#board{grid-template-columns:1fr;grid-template-rows:.4fr 1.4fr 3.2fr;gap:0 0;grid-template-areas:"Header" "Title" "Items"}}#board #title{grid-area:Title}#board #items{grid-area:Items;display:flex;align-items:center}#board #items #innerItems{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,minmax(0,1fr));width:100%;height:calc(var(--vh) * 70);gap:3vh;padding:calc(var(--vh) * 4);box-sizing:border-box}@media screen and (max-aspect-ratio: 1/1){#board #items #innerItems{padding:0 calc(var(--vh) * 6) calc(var(--vh) * 4) calc(var(--vh) * 6);height:calc(var(--vh) * 59)}}#board #items #innerItems>div{position:relative;display:flex;align-items:center;align-content:center;justify-content:center}#board #items #innerItems>div:nth-child(odd){justify-content:right}#board #items #innerItems>div:nth-child(odd) .circle.entering{transform:translate(-100%);transition:transform var(--item-entering-time-multi),opacity var(--item-entering-time-multi);opacity:0}#board #items #innerItems>div:nth-child(odd) .circle,#board #items #innerItems>div:nth-child(odd) .cross{right:0}#board #items #innerItems>div:nth-child(2n){justify-content:left}#board #items #innerItems>div:nth-child(2n) .circle.entering{transform:translate(100%);transition:transform var(--item-entering-time-multi),opacity var(--item-entering-time-multi);opacity:0}#board #items #innerItems>div:nth-child(2n) .circle,#board #items #innerItems>div:nth-child(2n) .cross{left:0}@media (hover: hover){#board #items #innerItems>div.pulse:not(.disabled):hover .circle{transform:scale(1.1)}#board #items #innerItems>div.correctGuess .circle{transform:scale(1.1)}}#board #items #innerItems>div .circle{cursor:pointer;-webkit-tap-highlight-color:transparent}#board #items #innerItems>div .circle,#board #items #innerItems>div .cross{display:flex;content:"";position:absolute;width:auto;height:auto;max-width:100%;max-height:100%;aspect-ratio:1;background-color:#fff6;border-radius:50%;z-index:1;transition:transform var(--item-entering-time-multi)}@media screen and (max-aspect-ratio: 1/2){#board #items #innerItems>div .circle,#board #items #innerItems>div .cross{width:100%;height:auto}}#board #items #innerItems>div .cross{display:none}#board #items #innerItems>div.correct .circle{animation:dot-flash .6s linear 1;background-color:#0b1f4266;z-index:0}#board #items #innerItems>div.correctGuess .circle{background-color:#0b1f42;transform:scale(1.1)}#board #items #innerItems>div.wrong .cross{background-image:url("data:image/svg+xml,%3csvg%20width='156'%20height='156'%20viewBox='0%200%20156%20156'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M154.463%20154.197L1.25586%200.990234'%20stroke='%230B1F42'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M1.25586%20154.197L154.463%200.990234'%20stroke='%230B1F42'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:60%;display:block;z-index:3;width:100%;height:100%;top:0}#board #items #innerItems>div img{width:auto;height:auto;max-width:100%;max-height:100%;aspect-ratio:1;z-index:2;transition:all .5s}@media screen and (1/2){#board #items #innerItems>div img{width:100%;height:auto}}.score-label{position:absolute;top:-14vh;opacity:100%;transition:opacity 2s linear 1s,top 2s ease-out;color:#fff;font-weight:700;font-size:14vh;z-index:10;left:50%;transform:translate(-50%)}@media (max-width: 1280px){.score-label{font-size:9vh;top:-10vh}}.score-label.animation{top:-30vh;opacity:0}@keyframes horizontal-shaking-left{0%{transform:translate(0)}25%{transform:translate(-2vh)}50%{transform:translate(0)}75%{transform:translate(-2vh)}to{transform:translate(0)}}@keyframes horizontal-shaking-right{0%{transform:translate(0)}25%{transform:translate(2vh)}50%{transform:translate(0)}75%{transform:translate(2vh)}to{transform:translate(0)}}@keyframes horizontal-shaking{0%{transform:translate(0)}25%{transform:translate(2vh)}50%{transform:translate(-2vh)}75%{transform:translate(2vh)}to{transform:translate(0)}}.splash{display:flex;flex-direction:row;width:100%;height:100%;align-content:center;flex-wrap:wrap}.splash #content{display:flex;margin:0 auto;width:60vw;align-self:center;justify-content:space-between}@media screen and (max-aspect-ratio: 1/1){.splash #content{width:80%;height:100%}}.splash #copyright{position:absolute;bottom:50px;width:100%;text-align:center;font-size:1.5vh}.splash #title{margin:0 auto;font-size:6vh;font-weight:700;text-align:center;padding:0}@media screen and (max-aspect-ratio: 1/1){.splash #title{font-size:6vh;text-align:center;padding-top:4vh;margin:auto}}.splash #left{flex-grow:1;width:25vw;align-content:space-around}@media screen and (max-aspect-ratio: 1/1){.splash #left{display:none}}.splash #right{flex-grow:1;width:39vw;align-self:center}@media screen and (max-aspect-ratio: 1/1){.splash #right{width:100%;height:100%}}@media screen and (min-aspect-ratio: 1/1){.splash #right .logo{display:none}}@media screen and (max-aspect-ratio: 1/1){.splash #right .logo{padding:5vh 0}.splash #right .logo img{width:50%;height:auto}}.splash #right #brief{text-align:center;font-size:3vh;font-weight:700;padding:4vh 0}.splash #right #play{margin:0 auto;font-size:3vh;width:9vmax;height:5vh}@media screen and (max-aspect-ratio: 1/1){.splash #right #play{height:5vh;font-size:4vh}}.splash #right #play:hover{border-color:#fff;background-color:#fff;transform:none}.splash .logo{font-size:12vh;font-weight:700;box-sizing:border-box;display:flex}@media screen and (max-aspect-ratio: 1/1){.splash .logo{padding:5vh}}.splash .logo img{width:40vmin;max-width:100%}@media screen and (max-aspect-ratio: 1/1){.splash .logo img{height:40vmin;width:auto;margin:0 auto}}.gameover{font-family:Inter,Arial,sans-serif;display:grid;grid-template-columns:1fr;grid-template-rows:2fr 1fr 2.5fr;grid-template-areas:"Title" "Score" "Controls";width:100%;height:100%}@media screen and (max-aspect-ratio: 1/1){.gameover{grid-template-columns:1fr;grid-template-rows:2fr 1fr 2.5fr;grid-template-areas:"Title" "Score" "Controls"}}.gameover .loader{display:flex;position:absolute;width:100%;height:100%;align-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.gameover .loader>div{margin:auto;z-index:2}.gameover #title{grid-area:Title;display:flex;margin:auto;font-size:6vh;font-weight:700;text-align:center}@media screen and (max-aspect-ratio: 1/1){.gameover #title{font-size:6.5vh;padding:4vh}}.gameover #final-score{grid-area:Score;margin:auto;font-size:10vh;font-weight:700;padding:8vh;box-sizing:border-box;display:flex;flex-direction:column;text-align:center;gap:3vh}.gameover #final-score #score-value{display:flex;text-align:center;margin:auto;gap:3vh}@media screen and (max-aspect-ratio: 1/1){.gameover #final-score #score-value{display:flex;align-items:center;flex-direction:column;gap:0}.gameover #final-score #score-value .value{margin-top:3vh}}.gameover #final-score .label{text-align:center;font-size:4vh;display:inline-block;align-self:center}.gameover #final-score .value{text-align:center;display:inline-block}.gameover #final-score .threshold{text-align:center;font-size:4vh;display:block;margin-top:3vh}@media screen and (max-aspect-ratio: 1/1){.gameover #final-score .threshold{font-size:3vh;line-height:1.2}}@media screen and (max-aspect-ratio: 1/1){.gameover #final-score{padding:5vh}}.gameover #final-score img{height:70vmin;width:70vmin}@media screen and (max-aspect-ratio: 1/1){.gameover #final-score img{height:50vmin;width:auto}}#board{transition:background-color .3s ease-in-out}#innerDuel{display:flex;flex-direction:row;justify-content:center;padding:calc(var(--vh) * 10) 0;gap:calc(10vw - 12px);flex-grow:1;position:relative}@media screen and (max-aspect-ratio: 1/1){#innerDuel{justify-content:space-between;padding:10vh 0}}#innerDuel .duelOuterContainer{position:relative;transform:translateY(0);opacity:1;border-radius:1vh;padding:6px;cursor:pointer;transition:transform var(--item-entering-time) ease-out,opacity 1s ease-in}@media screen and (max-aspect-ratio: 1/1){#innerDuel .duelOuterContainer:first-child{padding:6px 4px 6px 0;border-bottom-left-radius:0;border-top-left-radius:0}#innerDuel .duelOuterContainer:first-child .duelImageContainer{transform:translate(-2px)}#innerDuel .duelOuterContainer:nth-child(2){padding:6px 0 6px 4px;border-bottom-right-radius:0;border-top-right-radius:0}#innerDuel .duelOuterContainer:nth-child(2) .duelImageContainer{transform:translate(2px)}}#innerDuel .duelOuterContainer.removing{opacity:0;transition:transform var(--item-leaving-time) ease-out,opacity 1s ease-out}#innerDuel .duelOuterContainer.removing:first-child{transform:translate(-60%)}#innerDuel .duelOuterContainer.removing:first-child.correctGuess{transform:translate(-60%,-5vh)}@media screen and (max-aspect-ratio: 1/1){#innerDuel .duelOuterContainer.removing:first-child{transform:translate(-100%)}#innerDuel .duelOuterContainer.removing:first-child.correctGuess{transform:translate(-100%,-5vh)}}#innerDuel .duelOuterContainer.removing:nth-child(2){transform:translate(60%)}#innerDuel .duelOuterContainer.removing:nth-child(2).correctGuess{transform:translate(60%,-5vh)}@media screen and (max-aspect-ratio: 1/1){#innerDuel .duelOuterContainer.removing:nth-child(2):nth-child(2){transform:translate(100%)}#innerDuel .duelOuterContainer.removing:nth-child(2):nth-child(2).correctGuess{transform:translate(100%,-5vh)}}#innerDuel .duelOuterContainer.entering{transition:transformY var(--item-entering-time) ease-out,opacity 1s;animation:entering calc(var(--item-entering-time) / 5) linear 1,entering-bounce var(--item-entering-bounce-time) linear 1 calc(var(--item-entering-time) / 5)}#innerDuel .duelOuterContainer img.icon{scale:0;position:absolute;width:50px;height:50px;top:-25px}#innerDuel .duelOuterContainer.wrongGuess{animation:horizontal-shaking .5s 1}#innerDuel .duelOuterContainer.wrongGuess img.icon{filter:none;animation:pulse var(--item-pulse-time) ease-out 1 both}#innerDuel .duelOuterContainer:first-child img.icon{right:17px}#innerDuel .duelOuterContainer:nth-child(2) img.icon{left:17px}#innerDuel .duelOuterContainer:first-child .duelImageContainer,#innerDuel .duelOuterContainer:first-child .duelImageContainer .duelImage,#innerDuel .duelOuterContainer:first-child .duelImageContainer img.image,#innerDuel .duelOuterContainer:nth-child(2) .duelImageContainer,#innerDuel .duelOuterContainer:nth-child(2) .duelImageContainer .duelImage,#innerDuel .duelOuterContainer:nth-child(2) .duelImageContainer img.image{border-top-left-radius:.7vh;border-top-right-radius:.7vh}#innerDuel .duelOuterContainer:first-child .duelImageContainer,#innerDuel .duelOuterContainer:first-child .duelImageContainer .duelImage,#innerDuel .duelOuterContainer:first-child .duelImageContainer .duelTitle,#innerDuel .duelOuterContainer:nth-child(2) .duelImageContainer,#innerDuel .duelOuterContainer:nth-child(2) .duelImageContainer .duelTitle{border-bottom-left-radius:.7vh;border-bottom-right-radius:.7vh}@media screen and (max-aspect-ratio: 1/1){#innerDuel .duelOuterContainer:first-child .duelImageContainer .duelTitle{border-bottom-left-radius:0}}@media screen and (max-aspect-ratio: 1/1){#innerDuel .duelOuterContainer:nth-child(2) .duelImageContainer .duelTitle{border-bottom-right-radius:0}}@media screen and (max-aspect-ratio: 1/1){#innerDuel .duelOuterContainer:first-child .duelImageContainer .duelImage,#innerDuel .duelOuterContainer:first-child .duelImageContainer img.image{border-top-left-radius:0}}@media screen and (max-aspect-ratio: 1/1){#innerDuel .duelOuterContainer:nth-child(2) .duelImageContainer .duelImage,#innerDuel .duelOuterContainer:nth-child(2) .duelImageContainer img.image{border-top-right-radius:0}}#innerDuel .duelOuterContainer.correctGuess{transition:transform var(--item-correct-time) ease-out,opacity 1s;transform:translateY(-5vh);animation:gradient-flash var(--flash-time) linear 1 both;background:linear-gradient(.25turn,#ffd32a,#ff6130,#e1015b,#aa4bb3,#199cf9)}#innerDuel .duelOuterContainer.correctGuess.removing{transition:transform var(--item-leaving-time) ease-out,opacity 1s ease-out}#innerDuel .duelOuterContainer.correctGuess img.icon{animation:pulse var(--item-pulse-time) ease-out 1 both .1s}@media screen and (max-aspect-ratio: 1/1){#innerDuel .duelOuterContainer:first-child .duelImageContainer{border-radius:0 1vh 1vh 0}#innerDuel .duelOuterContainer:first-child .duelImageContainer.wrongGuess{animation:horizontal-shaking-left .5s 1}#innerDuel .duelOuterContainer:nth-child(2) .duelImageContainer{border-radius:1vh 0 0 1vh}#innerDuel .duelOuterContainer:nth-child(2) .duelImageContainer.wrongGuess{animation:horizontal-shaking-right .5s 1}}#innerDuel .duelOuterContainer.disabled .duelImageContainer{cursor:initial}#innerDuel .duelOuterContainer .cross{content:"";position:absolute;top:0;aspect-ratio:1;z-index:1}#innerDuel .duelOuterContainer.wrongGuess .cross{background-image:url("data:image/svg+xml,%3csvg%20width='156'%20height='156'%20viewBox='0%200%20156%20156'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M154.463%20154.197L1.25586%200.990234'%20stroke='%230B1F42'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M1.25586%20154.197L154.463%200.990234'%20stroke='%230B1F42'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:80%;display:block;z-index:3;width:100%;height:100%}#innerDuel .duelOuterContainer.wrong img,#innerDuel .duelOuterContainer.wrongGuess img,#innerDuel .duelOuterContainer.correct img{filter:grayscale(1) contrast(50%)}#innerDuel .duelOuterContainer .duelImageContainer{border-radius:1vh;border:2px solid black}#innerDuel .duelOuterContainer .duelImageContainer .duelImage{width:calc(var(--vh) * 25);height:calc(var(--vh) * 25);position:relative}@media screen and (max-aspect-ratio: 1/1){#innerDuel .duelOuterContainer .duelImageContainer .duelImage{width:calc(45vw - 6px);height:calc(45vw - 6px)}}#innerDuel .duelOuterContainer .duelImageContainer .duelImage img.image{height:100%;width:100%;max-height:100%;max-width:100%}@media screen and (max-aspect-ratio: 1/1){#innerDuel .duelOuterContainer .duelImageContainer .duelImage img.image{width:100%;height:auto}}#innerDuel .duelOuterContainer .duelImageContainer .duelTitle{display:flex;align-items:center;justify-content:center;text-align:center;background-color:#fff;width:calc(var(--vh) * 25);height:calc(var(--vh) * 25);margin:auto;flex-wrap:wrap;font-family:Inter,Arial,Helvetica,sans-serif;font-weight:700;font-size:2.6vh;flex-direction:column;position:relative}@media screen and (max-aspect-ratio: 1/1){#innerDuel .duelOuterContainer .duelImageContainer .duelTitle{font-size:2.2vh}}@media screen and (max-aspect-ratio: 1/1){#innerDuel .duelOuterContainer .duelImageContainer .duelTitle{width:calc(45vw - 6px);height:calc(45vw - 6px)}}#innerDuel .duelOuterContainer .duelImageContainer .duelTitle span{padding:0 2vh}#innerDuel .duelOuterContainer .duelImageContainer .duelTitle .question{align-content:center;transition:none 1s}#innerDuel .duelOuterContainer .duelImageContainer .duelTitle .question.inactive{font-weight:500;font-size:70%;height:calc(50% - 2vh)}#innerDuel .duelOuterContainer .duelImageContainer .duelTitle .description{font-weight:700;border-radius:24px;justify-content:center;align-content:center;opacity:0;transition:none;line-height:0;transform:scale(0)}#innerDuel .duelOuterContainer .duelImageContainer .duelTitle .description.active{line-height:1.1;font-size:120%;opacity:100%;height:calc(50% - 2vh);transform:scale(1)}@font-face{font-family:Adieu;src:url(./Adieu-Bold-CzELlxzr.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(./Inter-Bold-CytjP_7U.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(./Inter-Regular-B0QUfDW0.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(./Inter-Medium-B0NFony0.woff2) format("woff2")}@keyframes life{0%{background-image:url("data:image/svg+xml,%3csvg%20width='27'%20height='22'%20viewBox='0%200%2027%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8914%202.90786L13.3839%206.38554L9.8763%202.90786C5.14332%20-1.7848%20-1.72298%205.31813%202.8562%209.86322L13.3789%2020.2963L23.9016%209.86322C28.5453%205.25911%2021.5252%20-1.69626%2016.8865%202.90786H16.8914Z'%20stroke='%230B1F42'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat}49.99%{background-image:url("data:image/svg+xml,%3csvg%20width='27'%20height='22'%20viewBox='0%200%2027%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8914%202.90786L13.3839%206.38554L9.8763%202.90786C5.14332%20-1.7848%20-1.72298%205.31813%202.8562%209.86322L13.3789%2020.2963L23.9016%209.86322C28.5453%205.25911%2021.5252%20-1.69626%2016.8865%202.90786H16.8914Z'%20stroke='%230B1F42'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat}50%{background-image:url("data:image/svg+xml,%3csvg%20width='27'%20height='22'%20viewBox='0%200%2027%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8133%202.90786L13.3057%206.38554L9.79817%202.90786C5.06519%20-1.7848%20-1.8011%205.31813%202.77808%209.86322L13.3008%2020.2963L23.8235%209.86322C28.4672%205.25911%2021.4471%20-1.69626%2016.8083%202.90786H16.8133Z'%20fill='%23EB4C79'%20stroke='%230B1F42'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat}99.99%{background-image:url("data:image/svg+xml,%3csvg%20width='27'%20height='22'%20viewBox='0%200%2027%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8133%202.90786L13.3057%206.38554L9.79817%202.90786C5.06519%20-1.7848%20-1.8011%205.31813%202.77808%209.86322L13.3008%2020.2963L23.8235%209.86322C28.4672%205.25911%2021.4471%20-1.69626%2016.8083%202.90786H16.8133Z'%20fill='%23EB4C79'%20stroke='%230B1F42'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat}to{background-image:url("data:image/svg+xml,%3csvg%20width='27'%20height='22'%20viewBox='0%200%2027%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8914%202.90786L13.3839%206.38554L9.8763%202.90786C5.14332%20-1.7848%20-1.72298%205.31813%202.8562%209.86322L13.3789%2020.2963L23.9016%209.86322C28.5453%205.25911%2021.5252%20-1.69626%2016.8865%202.90786H16.8914Z'%20stroke='%230B1F42'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat}}select{border-radius:1vh;height:6vh;padding:1vh;background-color:#fff;border:1px solid #0B1F42;text-align-last:center;font-weight:700;font-size:2vh}#app,body{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;overflow:hidden;color:#0b1f42}#title{margin:auto;font-size:calc(var(--vh) * 8);font-weight:700;text-align:center;padding:calc(var(--vh) * 6);font-family:Adieu,Arial,sans-serif}@media screen and (max-aspect-ratio: 1/1){#title{font-size:4vh;padding:2vh 6vh}}#play{width:30vh;height:5vh;border:2px solid;padding:1vh 4vh;border-radius:4vh;cursor:pointer;transition:transform .3s;text-align:center;align-content:center;font-size:4vh;font-weight:700}#play:hover{color:#0b1f42;border-color:#fff;background-color:#fff;transform:none}#copyright{font-size:2vh;text-align:center}#controls{grid-area:Controls;display:grid;align-content:end;align-items:center;justify-content:center;flex-wrap:wrap;gap:15vh;margin-bottom:5vh}@media screen and (max-aspect-ratio: 1/1){#controls{gap:5vh}}#controls #settings{display:flex;flex-direction:column;gap:2vh}#controls #settings #var{text-align:center;font-weight:700}
