@import url(https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300;400;500;700&display=swap);a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}*,:root{font-family:Source Code Pro,monospace}:root{--space-cadet:#2b2d42;--manatee:#8d99ae;--cultured:#edf2f4;--imperial-red:#ef233c;--up-maroon:#800e13}.app{display:flex;flex-direction:column;height:100vh;width:100vw}.app__main-container{height:100%;width:100%}.signup{align-items:center;background-color:var(--cultured);height:100%}.signup,.signup__signup-form{display:flex;flex-direction:column;justify-content:center}.signup__signup-form{align-items:stretch;background-color:#fff;border-radius:1rem;border-radius:1px solid #000;-webkit-filter:drop-shadow(0 2px 2px #000);filter:drop-shadow(0 2px 2px black);gap:2rem;height:70%;padding:2rem;width:70%}.signup-form__group{display:flex;flex-direction:column;gap:.5rem}.signup-form__submit{background-color:var(--imperial-red);border:3px solid var(--imperial-red);color:var(--cultured);cursor:pointer;font-size:larger;font-weight:bolder}.signup-form__submit:focus,.signup-form__submit:hover{background-color:var(--cultured);color:#000}.signup-form__title{font-size:1.3rem;font-weight:bolder}.signup-form__login-link{color:var(--imperial-red);cursor:pointer}.signup-form__login-link:active{color:var(--up-maroon)}.signup-form__error-container{background-color:rgba(255,0,0,.274);border:1px solid var(--up-maroon);border-radius:.5rem;padding:1rem}.header{align-items:center;background-color:var(--manatee);display:flex;flex-direction:row;justify-content:space-between;padding:1rem 2rem;width:100%}.header__title{color:var(--space-cadet);font-family:Source Code Pro,monospace;font-size:1.5rem;font-weight:bolder}.header__nav{display:flex}.header__ul{align-items:center;display:inline-flex;gap:1rem;list-style:none}.header__link{color:#000;font-size:larger}.login{align-items:center;background-color:var(--cultured);height:100%}.login,.login__login-form{display:flex;flex-direction:column;justify-content:center}.login__login-form{align-items:stretch;background-color:#fff;border-radius:1rem;border-radius:1px solid #000;-webkit-filter:drop-shadow(0 2px 2px #000);filter:drop-shadow(0 2px 2px black);gap:2rem;height:70%;padding:2rem;width:70%}.login-form__group{display:flex;flex-direction:column;gap:.5rem}.login-form__submit{background-color:var(--imperial-red);border:3px solid var(--imperial-red);color:var(--cultured);cursor:pointer;font-size:larger;font-weight:bolder}.login-form__submit:focus,.login-form__submit:hover{background-color:var(--cultured);color:#000}.login-form__title{font-size:1.3rem;font-weight:bolder}.login-form__forgot-password,.login-form__signup-link{color:var(--imperial-red);cursor:pointer}.login-form__forgot-password:active,.login-form__signup-link:active{color:var(--up-maroon)}.login-form__error-container{background-color:rgba(255,0,0,.274);border:1px solid var(--up-maroon);border-radius:.5rem;padding:1rem}.dashboard{background-color:var(--cultured)}.dashboard__main-container{gap:2rem;padding:1rem 2rem}.dashboard__main-container,.new{display:flex;flex-direction:column}.new{width:100%}.new__title{font-size:larger;font-weight:bolder}.new__cards-container{border-radius:1rem;display:flex;flex-wrap:wrap;gap:1rem;padding:1rem;width:100%}.card,.new__cards-container{background-color:#fff;border:1px solid #000;-webkit-filter:drop-shadow(0 2px 2px #000);filter:drop-shadow(0 2px 2px black)}.card{border-radius:1rem}.card__container{align-items:center;display:flex;flex-direction:column;gap:1rem;height:15rem;justify-content:center;width:15rem}.card__cover-image{height:50%}.card__title{font-weight:bolder;text-align:center}.card__bottom{display:flex;justify-content:space-between;padding:0 1rem;width:100%}.button{background-color:var(--imperial-red);border:3px solid var(--imperial-red);border-radius:.5rem;color:var(--cultured);cursor:pointer;font-size:larger;font-weight:bolder;padding:.5rem 2rem}.button:focus,.button:hover{background-color:var(--cultured);color:#000}.favourites{display:flex;flex-direction:column;width:100%}.favourites__title{font-size:larger;font-weight:bolder}.favourites__cards-container,.favourites__cards-container--empty{background-color:#fff;border:1px solid #000;border-radius:1rem;display:flex;-webkit-filter:drop-shadow(0 2px 2px #000);filter:drop-shadow(0 2px 2px black);flex-wrap:wrap;gap:1rem;padding:1rem;width:100%}.favourites__cards-container--empty{justify-content:center}.featured{display:flex;flex-direction:column;width:100%}.featured__title{font-size:larger;font-weight:bolder}.featured__cards-container{background-color:#fff;border:1px solid #000;border-radius:1rem;display:flex;-webkit-filter:drop-shadow(0 2px 2px #000);filter:drop-shadow(0 2px 2px black);flex-wrap:wrap;gap:1rem;padding:1rem;width:100%}.cards-container__button{position:absolute;right:1rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.forgot-password{align-items:center;background-color:var(--cultured);height:100%}.forgot-password,.forgot-password__forgot-password-form{display:flex;flex-direction:column;justify-content:center}.forgot-password__forgot-password-form{align-items:stretch;background-color:#fff;border-radius:1rem;gap:2rem;height:60%;padding:2rem;width:40%}.forgot-password-form__group{display:flex;flex-direction:column;gap:.5rem}input{background-color:var(--cultured);border-radius:.5rem;padding:.5rem}label{font-family:Source Code Pro,monospace}.forgot-password-form__submit{background-color:var(--imperial-red);border:3px solid var(--imperial-red);color:var(--cultured);cursor:pointer;font-size:larger;font-weight:bolder}.forgot-password-form__submit:focus,.forgot-password-form__submit:hover{background-color:var(--cultured);color:#000}.forgot-password-form__title{font-size:1.3rem;font-weight:bolder}.forgot-password-form__signup-link{color:var(--imperial-red);cursor:pointer}.forgot-password-form__signup-link:active{color:var(--up-maroon)}.forgot-password-form__error-container,.forgot-password-form__message-container{background-color:rgba(255,0,0,.3);border:1px solid var(--up-maroon);border-radius:.5rem;padding:1rem}.forgot-password-form__message-container{background-color:rgba(0,128,0,.3)}.profile{background-color:var(--cultured);height:100%;justify-content:space-evenly;width:100%}.profile,.profile__card{align-items:center;display:flex;flex-direction:column}.profile__card{background-color:#fff;border-radius:1rem;gap:1rem;justify-content:center;padding:2rem;width:90%}.profile__title{font-size:1.3rem;font-weight:bolder}.profile__group{display:flex;flex-direction:column;justify-content:flex-start;width:60%}.profile__button-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}.profile__sets{background-color:#fff;border-radius:1rem;display:flex;flex-direction:column;width:90%}.game{background-color:var(--cultured);height:100%;width:100%}.game,.game__team-select{align-items:center;display:flex;justify-content:center}.game__team-select{background-color:#fff;border:1px solid #000;border-radius:1rem;-webkit-filter:drop-shadow(0 2px 2px #000);filter:drop-shadow(0 2px 2px black);flex-direction:column;height:60%;width:60%}.team-select__form{align-items:stretch;justify-content:space-evenly}.game__tiles,.team-select__form{display:flex;flex-direction:column;height:100%}.game__tiles{padding:1rem;width:100%}.tile__container{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:2rem}.game__card-front{gap:1rem;height:100%;justify-content:start;padding:1rem;width:100%}.card-front__container,.game__card-front{align-items:center;display:flex;flex-direction:column}.card-front__container{background-color:#fff;border-radius:1px solid #000;border-radius:1rem;-webkit-filter:drop-shadow(0 2px 2px #000);filter:drop-shadow(0 2px 2px black);height:70%;justify-content:space-evenly;width:70%}.card-front__image{width:50%}.card-front__question{font-weight:bolder}.game__card-back{gap:1rem;height:100%;justify-content:start;padding:1rem;width:100%}.card-back__container,.game__card-back{align-items:center;display:flex;flex-direction:column}.card-back__container{background-color:#fff;border-radius:1px solid #000;border-radius:1rem;-webkit-filter:drop-shadow(0 2px 2px #000);filter:drop-shadow(0 2px 2px black);height:70%;justify-content:space-evenly;width:70%}.card-back__answer{font-size:6rem}.card-back__question{font-weight:bolder}.card-back__buttons{display:flex;gap:1rem}.game__game-over{gap:1rem;height:100%;justify-content:start;padding:1rem;width:100%}.game-over__container,.game__game-over{align-items:center;display:flex;flex-direction:column}.game-over__container{background-color:#fff;border-radius:1px solid #000;border-radius:1rem;-webkit-filter:drop-shadow(0 2px 2px #000);filter:drop-shadow(0 2px 2px black);height:70%;justify-content:space-evenly;width:70%}.game-over__title{font-size:4rem;text-align:center}.game-score-board{background-color:#fff;border-radius:1rem;justify-content:space-evenly;padding:1rem 2rem;width:100%}.game-score-board,.tile{border:1px solid #000;display:flex;-webkit-filter:drop-shadow(0 2px 2px #000);filter:drop-shadow(0 2px 2px black)}.tile{align-items:center;aspect-ratio:1/1;background-color:var(--imperial-red);border-radius:1rem;color:#fff;flex-direction:column;font-size:6rem;font-weight:bolder;justify-content:center;padding:2rem;width:10rem}.tile--answered{background-color:var(--space-cadet)}
/*# sourceMappingURL=main.5a32a72c.css.map*/