@charset "UTF-8";.answer-cards-container .card{border:1px solid gray}.answer-cards-container .card:before{content:"📌";position:absolute;transform:scaleX(-1);top:-16px;left:-14px}.answer-cards-container .card:after{content:"📌";position:absolute;top:-10px;right:-12px}.answer-cards-container{box-shadow:0 4px 8px #0003}.embiggen-final-score{animation:embiggen-final-score 1s ease-in-out alternate 4}.end-screen .card{border:2px double black}.end-screen .card:nth-child(odd){transform:rotate(3deg)}.end-screen .card:nth-child(2n){transform:rotate(-3deg)}.end-screen h5.card-title{font-family:Courier New,Courier,monospace}.final-score{background-color:var(--yellow);box-shadow:0 0 40px #ffd166;border-radius:50%;font-weight:600;text-decoration:underline 5px}.final-score-text{color:var(--red)}.high-score-list-container{animation:pulse-shadow-red 1s ease-in-out infinite alternate}.high-score-list-header{text-decoration:underline 4px solid black;animation:pulse-underline 1s ease-in-out infinite alternate}.right-answer-card-shadow{box-shadow:0 0 10px var(--green)}.wrong-answer-card-shadow{box-shadow:0 0 10px var(--red)}.btn-select-5{background-color:var(--red)}.btn-select-10{background-color:var(--yellow)}.btn-select-10:hover{background-color:#dcb14e}.btn-select -all{background-color:var(--green)}.start-screen-container .btn{box-shadow:0 4px 8px #0003;border:2px solid black}.start-screen-container input{animation:pulse-shadow-yellow-green 1s ease-in-out infinite alternate}.start-screen-photos-container{height:35vh;overflow:hidden}.start-screen-photos-container img{filter:hue-rotate(50deg);filter:contrast(5)}.start-screen-photos-container .card:nth-child(odd){transform:rotate(3deg)}.start-screen-photos-container .card:nth-child(2n){transform:rotate(-3deg)}.start-screen-nbr-of-questions-btn-container{view-transition-name:startscreen}.next-question-btn{background-color:var(--red);box-shadow:0 0 20px var(--red);color:#000}.next-question-btn:hover{transition:color .3s ease-in-out}.photo-container{border:2px double black;box-shadow:0 0 20px var(--yellow);view-transition-name:photo-container}.question-btn-container .btn:hover{box-shadow:0 0 25px var(--red);transition:box-shadow .3s ease-in-out}.add-score-animation{animation:add-score-animation 1s ease-in-out}.flip{animation:flip 1.5s ease-in-out}@keyframes add-score-animation{0%{scale:1;opacity:1;background:var(--yellow);border-radius:10px}to{scale:2;opacity:0;background:var(--yellow);border-radius:10px}}@keyframes pulse-shadow-yellow-green{0%{box-shadow:0 0 20px var(--yellow)}to{box-shadow:0 0 20px var(--green)}}@keyframes pulse-shadow-red{0%{box-shadow:0 4px 8px var(--red)}to{box-shadow:0 4px 8px #fff0}}@keyframes pulse-underline{0%{text-decoration-color:#fff0}to{text-decoration-color:var(--red)}}@keyframes slide-out{to{transform:translate(-100%);scale:0;opacity:0}}@keyframes slide-in{0%{transform:translate(100%);opacity:0;scale:0}to{scale:1}}@keyframes slide-up-out{to{transform:translateY(-100px);opacity:0}}@keyframes embiggen-final-score{0%{scale:1}to{scale:2}}@keyframes flip{0%{opacity:1;transform:rotateY(0)}to{transform:rotateY(180deg);opacity:0}}::view-transition-old(photo-container){animation:slide-out .8s ease-in-out}::view-transition-new(photo-container){animation:slide-in .8s ease-in-out}::view-transition-old(startscreen){animation:slide-up-out .7s forwards}:root{--red: rgb(239 71 111);--yellow: rgb(255 209 102);--green: rgb(6 214 160);--blue: rgb(17 138 178)}@font-face{font-family:Londrina Shadow;src:url(/assets/LondrinaShadow-Regular-Dkz4_5y1.ttf)}body,.btn,.card-title,input{font-family:Courier New,Courier,monospace}body{background-color:var(--red);overflow-x:hidden}button:active{transform:scale(.9)}h1,h2,.no-high-score-header,label[for=player-name-input-field],h2.start-screen-photos-container,.start-screen-card-title{font-family:Londrina Shadow,sans-serif}.site-container,.question-btn-container .btn{box-shadow:0 0 40px var(--yellow)}.welcome-header,.question-screen-container h2{text-shadow:var(--yellow) 0 0 40px}
