.AppHeader{position:relative;z-index:2;flex:0 0 auto;padding:0 1.5rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;box-sizing:content-box;height:7rem}.AppHeader__Logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:auto;height:80%}.AppHeader__Logo--mobile{margin-top:-3.25rem;position:relative;width:8rem!important;height:auto;transform:none;top:0;left:0;-o-object-fit:contain;object-fit:contain}.AppHeader__Background{z-index:-1;position:absolute;top:0;left:0;width:100%;height:50%}.AppHeader__MobileControls{position:absolute;top:0;left:0;width:100%;height:100%;padding:0 1.5rem;display:flex;justify-content:center;align-items:center}@media(min-width:961px){.AppHeader__MobileControls{display:none}}.AppHeader__MobileControls>:first-child{position:absolute;left:1.5rem}.AppHeader__MobileControls>:last-child{position:absolute;right:1.5rem}.AppHeader__MobileControls>:only-child{left:50%;transform:translateX(-50%)}@media(max-width:960px){.AppHeader__LeftControls,.AppHeader__MobileControls:not(:empty)+img,.AppHeader__RightControls{display:none}}.AppFooter{z-index:2;position:relative;flex:0 0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;box-sizing:content-box;height:5rem}.AppFooter__Background{position:absolute;bottom:0;left:0;width:100%;height:100%}.AppFooter__CenterControls,.AppFooter__MobileControls{position:absolute;left:50%;transform:translateX(-50%);z-index:1;background-color:transparent}.AppFooter__CenterControls,.AppFooter__LeftControls,.AppFooter__MobileControls,.AppFooter__RightControls{display:inline-flex;align-items:center}.AppFooter__CenterControls>:not(:last-child),.AppFooter__LeftControls>:not(:last-child),.AppFooter__MobileControls>:not(:last-child),.AppFooter__RightControls>:not(:last-child){margin-right:1.5rem}.AppFooter__CenterControls .Button,.AppFooter__CenterControls .ButtonLink,.AppFooter__LeftControls .Button,.AppFooter__LeftControls .ButtonLink,.AppFooter__MobileControls .Button,.AppFooter__MobileControls .ButtonLink,.AppFooter__RightControls .Button,.AppFooter__RightControls .ButtonLink{font-size:125%!important}@media(max-width:450px){.AppFooter__CenterControls .Button,.AppFooter__CenterControls .ButtonLink,.AppFooter__LeftControls .Button,.AppFooter__LeftControls .ButtonLink,.AppFooter__MobileControls .Button,.AppFooter__MobileControls .ButtonLink,.AppFooter__RightControls .Button,.AppFooter__RightControls .ButtonLink{font-size:100%!important}}@media(max-width:960px){.AppFooter__CenterControls,.AppFooter__LeftControls,.AppFooter__RightControls{display:none}}@media(min-width:961px){.AppFooter__MobileControls{display:none}}.SessionMenu{display:flex;align-items:center;margin-top:-3.25rem}@media(max-width:960px){.SessionMenu{flex-direction:row-reverse;margin-top:-3.75rem}}.SessionMenu--hidden{display:none}.SessionMenu__UserName{font-weight:700;font-size:125%}@media(max-width:960px){.SessionMenu__UserName{font-size:125%;text-align:right;margin-bottom:-3px}}.SessionMenu__Logout{padding:0 .75rem;height:20px}@media(max-width:960px){.SessionMenu__Logout{display:block;margin-left:auto}}.SessionMenu__Login{margin-top:.2rem!important;padding-left:1.25rem!important}.SessionMenu__Login--icon{margin-left:0!important;margin-right:.5rem!important}.SessionMenu__Avatar{overflow:hidden;width:3rem;height:3rem;border-radius:50%;margin-right:.5rem;border:2px solid}.SessionMenu__Avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(max-width:960px){.SessionMenu__Avatar{margin-right:0;margin-left:.5rem}}.DefaultLayout{height:100%;width:100%;overflow:hidden}.DefaultLayout__ContentScrollContainer{position:relative;z-index:1;overflow-y:auto;flex:1 1;min-height:0;min-width:0}.DefaultLayout__AppContent{position:relative;overflow:hidden;z-index:1;padding:1.5rem;margin:0 auto;min-height:100%;max-height:100%;max-width:1500px;justify-content:stretch}@media(max-width:960px){.DefaultLayout__AppContent{max-height:unset}.DefaultLayout__AppContent--centeredMobile{justify-content:center}}@media(min-width:961px){.DefaultLayout__AppContent--centeredDesktop{justify-content:center;max-height:unset}}.InfoBox{padding:.75rem .5rem}.InfoBox__Icon{padding:.5rem 1rem .5rem .5rem}.InfoBox__Text{padding:.5rem .5rem .5rem 1rem}.InfoBox--small{padding:0}.InfoBox--small .InfoBox__Icon,.InfoBox--small .InfoBox__Text{padding:.325rem}.SkillTile{position:relative;box-sizing:content-box;height:150px;width:150px;border-width:4px;border-style:solid;background-position:center 15px;background-repeat:no-repeat;background-size:90px;border-radius:1rem;transition:opacity .25s ease}.SkillTile>p{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);text-align:center;line-height:100%;font-weight:700;font-size:125%}.SkillTile--fill{box-sizing:border-box;width:100%}.SkillTile--interactive{cursor:pointer}.SkillTile--interactive:hover{opacity:.8}.SkillTile--small{font-size:75%;height:100px;width:100px;background-position:center 10px;background-size:60px}.SkillTile--small>p{bottom:10px}@media(max-width:960px){.SkillTile{font-size:75%;height:100px;width:100px;background-position:center 10px;background-size:60px}.SkillTile>p{bottom:10px}.SkillTile--fill{width:100%}}.Player{position:relative;width:calc(100% - 8px);margin:8px 0 8px 8px;display:flex;align-items:center}.Player__Name{padding-left:56px;padding-right:1.5rem;flex:1 1;min-width:0;font-weight:700}.Player__Avatar{flex:1 0;min-width:0;height:40px;border-radius:9999px;display:flex;align-items:center}.Player__Avatar>img{position:absolute;left:-8px;top:-8px;width:56px;height:56px}.Player__Avatar .Player__Ranking{font-size:150%;flex:0 0 auto;margin-left:1.5rem;font-weight:700}.Player__Avatar .Player__Ranking+img{left:calc(1.5rem + 2em)}.Player__Avatar .Player__Ranking+img+.Player__Name{padding-left:calc(1.5rem + 1em + 56px)}.GradeButton{box-sizing:content-box;border-style:solid;border-width:4px;font-size:25px;height:50px;width:50px;line-height:50px;text-align:center;border-radius:1rem;transition:opacity .25s ease}.GradeButton--interactive{cursor:pointer}.GradeButton--interactive:hover{opacity:.8}.GradeButton--medium{font-size:50px;height:100px;width:100px;line-height:100px}.GradeButton--large{font-size:75px;height:150px;width:150px;line-height:150px}.Well{display:inline-flex;align-items:center;padding:.75rem 1.5rem;justify-content:center}.Well,.Well>*{text-align:center}.Well--textAlignLeft{text-align:center;justify-content:flex-start}.Well--textAlignLeft>*{text-align:left}.Well--stacked{flex-direction:column}.Well--stacked>:not(:last-child){margin-bottom:.75rem}.Well--wide{width:100%}@media(max-width:960px){.Well--collapse{flex-direction:column}.Well--collapse>:not(:last-child){margin-bottom:.75rem}}.PlayerGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem;grid-row-gap:1.5rem;row-gap:1.5rem;overflow-y:auto}@media(max-width:1152px){.PlayerGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.PlayerGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.PlayerGrid--empty,.QuestionRenderer{height:100%;width:100%}.QuestionRenderer{position:relative;overflow:auto}.QuestionRenderer--preview:after{top:35%;left:.75rem;padding:.325rem .75rem;content:"Question Preview";opacity:.3;position:absolute;pointer-events:none;transform:translateY(-150%) rotate(-40deg);transform-origin:center}.QuestionRenderer__Question{position:absolute;top:0;left:0;width:100%;height:100%}.GameSummary .Title{margin-bottom:.325rem;text-align:center}.GameSummary__Podium{padding-bottom:2rem}.GameSummary__Podium__Player{transform-origin:bottom right;width:33%}@media(max-width:960px){.GameSummary__Podium__Player{width:25%}}.GameSummary__Podium__Player:nth-child(2){transform:scale(.9) translateX(5%)}.GameSummary__Podium__Player:nth-child(3){transform:scale(.8)}.GameSummary__Podium__Player__Avatar{margin-left:2rem;margin-right:2rem}.GameSummary__Podium__Player__Avatar>img{padding:1rem;width:100%;height:auto}.GameSummary__Podium__Player__Info{position:relative;padding:.325rem 1.5rem .325rem 80px}.GameSummary__Podium__Player__Info>img{position:absolute;left:-5px;top:-5px;width:80px;height:auto}.GameSummary__Podium__Player__Info .Flex p{width:100%;font-size:125%;font-weight:700}.GameSummary__Podium__Player__Info .Flex p.--doubleHeight{line-height:250%}.GameSummary__Podium__Player__Info .Flex p+p{margin-top:.125rem;font-weight:400}.GameSummary__Standings__Mobile .Player__Name{font-size:140%}.GameSummary__Standings__Mobile .Player:after{display:none;content:"";position:absolute;left:-5px;top:30px;width:100%;height:70px;transform:translateY(-50%);background-repeat:no-repeat;background-size:contain}.GameSummary__Standings__Mobile .Player:first-child{margin-bottom:2.25rem}.GameSummary__Standings__Mobile .Player:first-child .Player__Name{font-size:180%}.GameSummary__Standings__Mobile .Player:first-child:after{display:block;background-image:url(/images/ribbon-1.svg)}.GameSummary__Standings__Mobile .Player:nth-child(2){margin-bottom:2.25rem}.GameSummary__Standings__Mobile .Player:nth-child(2) .Player__Name{font-size:160%}.GameSummary__Standings__Mobile .Player:nth-child(2):after{display:block;background-image:url(/images/ribbon-2.svg)}.GameSummary__Standings__Mobile .Player:nth-child(3){margin-bottom:2.25rem}.GameSummary__Standings__Mobile .Player:nth-child(3) .Player__Name{font-size:150%}.GameSummary__Standings__Mobile .Player:nth-child(3):after{display:block;background-image:url(/images/ribbon-3.svg)}.GameSummary__GameStat{font-size:400%;font-weight:bolder}.GameSummary .Player+.Player{margin-top:1.5rem}.GameSummary__InfoColumn{margin-left:1.5rem}@media(max-width:960px){.GameSummary__InfoColumn,.GameSummary__Standings__Desktop{display:none}}@media(min-width:961px){.GameSummary__Info__Mobile,.GameSummary__Standings__Mobile{display:none}}.CountdownTimer{width:300px;position:relative;overflow:hidden}.CountdownTimer__InnerBar{position:absolute;top:0;left:0;height:100%;width:100%}.CountdownTimer__TimeLeft{position:absolute;top:50%;left:50%;font-size:150%;transform:translate(-50%,-50%)}.CountdownTimer__TimeLeft__Icon{margin-right:.5rem}.Leaderboard{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.Leaderboard--hideScores .Leaderboard__Player{width:500px}@media(max-width:768px){.Leaderboard--hideScores .Leaderboard__Player{width:300px}}.Leaderboard--hideScores .Leaderboard__Player__Info{width:100%}.Leaderboard--hideScores .Leaderboard__Player__Summary{display:none}.Leaderboard__Player{padding:8px;width:100%}.Leaderboard__Player__Info{position:relative;margin-top:-4px;margin-left:-4px;margin-bottom:-4px;width:250px;padding:.75rem 1.5rem}.Leaderboard__Player__Info>img{height:60px;width:auto;margin-right:1.5rem}@media(max-width:960px){.Leaderboard__Player__Info{flex-direction:column;align-items:center;width:150px;padding:.75rem}.Leaderboard__Player__Info>img{height:40px;margin-right:0;margin-bottom:.325rem}.Leaderboard__Player__Info__Name,.Leaderboard__Player__Info__Score{text-align:center}}.Leaderboard__Player__Info__Name{margin-bottom:.325rem}.Leaderboard__Player__Message{flex:1 1;padding:.5rem 1.5rem;margin-left:-4px;display:flex;align-items:center}.Leaderboard__Player__Message>p{padding:.5rem 1.5rem}.Leaderboard__Player__Summary{flex:1 1;padding:.5rem 1.5rem;margin-left:-4px;display:grid;place-items:center;grid-template-columns:repeat(auto-fit,30px);grid-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem;grid-row-gap:.5rem;row-gap:.5rem}.Leaderboard__Player__Summary__Result{display:inline-flex;align-items:center;justify-content:center;height:30px;width:30px}.Leaderboard__Player+.Leaderboard__Player{margin-top:1rem}.TxFade400-enter{opacity:0}.TxFade400-enter-active{opacity:1;transition:opacity .4s ease-in}.TxFade400-exit{opacity:1}.TxFade400-exit-active{opacity:0;transition:opacity .4s ease-out}.TxPopUpScaleOut400-enter{opacity:0;transform:translateY(30%) scale(1)}.TxPopUpScaleOut400-enter-active{transition-duration:.4s;transition-property:opacity transform;transition-timing-function:ease}.TxPopUpScaleOut400-enter-active,.TxPopUpScaleOut400-exit{opacity:1;transform:translateY(0) scale(1)}.TxPopUpScaleOut400-exit-active{opacity:0;transform:translateY(0) scale(.7);transition-duration:.4s;transition-property:opacity transform;transition-timing-function:ease}.TxPopUpExitLeft400-enter{opacity:0;transform:translateY(30%) translateX(0)}.TxPopUpExitLeft400-enter-active{transition-duration:.4s;transition-property:opacity transform;transition-timing-function:ease}.TxPopUpExitLeft400-enter-active,.TxPopUpExitLeft400-exit{opacity:1;transform:translateY(0) translateX(0)}.TxPopUpExitLeft400-exit-active{opacity:0;transform:translateY(0) translateX(-30%);transition-duration:.4s;transition-property:opacity transform;transition-timing-function:ease}.TxScaleInFadeOut400-enter{opacity:0;transform:scale(.7)}.TxScaleInFadeOut400-enter-active{opacity:1;transform:scale(1);transition-duration:.4s;transition-property:opacity transform;transition-timing-function:ease}.TxScaleInFadeOut400-exit{opacity:1}.TxScaleInFadeOut400-exit-active{opacity:0;transition:opacity .4s ease-out}.CountdownScreen{text-align:center}.CountdownScreen .Title{font-size:1000%}