.top-nav{display:grid;grid-template-columns:1fr 1fr 1fr;padding:0rem 1.5rem;align-items:center;background:#141414}.top-nav .logo>img{height:2rem}.top-nav .right-side{float:right;display:flex;justify-content:end;align-items:center}.top-nav .right-side .staging{color:#f2c94c;font-family:Sofia Sans;font-weight:1000;font-size:2em;text-transform:uppercase;text-decoration:none}.top-nav .right-side .leaderboard-button,.top-nav .right-side .stats-button{padding:1rem;cursor:pointer}.top-nav .right-side .leaderboard-button:hover,.top-nav .right-side .stats-button:hover{background-color:#1f1f1f}.top-nav .right-side .leaderboard-button>svg,.top-nav .right-side .stats-button>svg{fill:#fff}.top-nav .navigation-items{display:flex;height:4rem;gap:1rem;justify-content:center}.top-nav .navigation-items .tab{display:flex;height:4rem;padding:0rem 1.5rem;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;font-family:Sofia Sans;font-weight:700;letter-spacing:.07813rem;text-transform:uppercase;text-decoration:none}.top-nav .navigation-items .tab.active{color:#0af;box-shadow:inset 0 -.25rem #0af}.top-nav .navigation-items .tab.disabled{color:#5c5c5c;-webkit-user-select:none;user-select:none}.top-nav .navigation-items .tab:not(.disabled):hover{background-color:#1f1f1f;color:#0af}.leaderboard-modal{background-color:#292929;outline:none;border-radius:.25rem;display:flex;height:36rem;width:40.5rem;justify-content:center;align-items:center}.leaderboard-modal .zamdle-leaderboard{display:flex;height:100%;width:100%;border-radius:.25rem;flex-direction:column}.leaderboard-modal .zamdle-leaderboard .leaderboard-header{display:inline-flex;padding:1rem;justify-content:space-between;align-items:center;background-color:#141414;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.leaderboard-modal .zamdle-leaderboard .leaderboard-header-title{color:#fff;font-family:Sofia Sans;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.25rem;letter-spacing:.07813rem;text-transform:uppercase}.leaderboard-modal .zamdle-leaderboard .leaderboard-header-close{color:#0af;text-align:right;font-family:Sofia Sans;font-size:.8125rem;font-style:normal;font-weight:700;line-height:.8125rem;letter-spacing:.07813rem;text-transform:uppercase;cursor:pointer}.leaderboard-modal .leaderboard-loading{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.leaderboard-modal .leaderboard-table{height:100%;width:100%;display:grid;grid-template-columns:1fr 10fr 1fr;grid-auto-rows:min-content;overflow:auto}.leaderboard-modal .leaderboard-table .header{display:flex;align-items:center;justify-content:center;height:2rem;background-color:#1f1f1f;padding:0rem 1rem;color:#666;font-family:Sofia Sans;font-size:1rem;font-style:normal;font-weight:400;line-height:1rem;letter-spacing:.07813rem}.leaderboard-modal .leaderboard-table .header.name{text-align:left;justify-content:start}.leaderboard-modal .leaderboard-table .header.num,.leaderboard-modal .leaderboard-table .header.score{text-align:center;justify-content:center}.leaderboard-modal .leaderboard-table .row-item{display:flex;height:2.5rem;align-items:center;padding:0rem 1rem;align-self:stretch;color:#a3a3a3;text-align:center;font-family:Sofia Sans;letter-spacing:.07813rem}.leaderboard-modal .leaderboard-table .row-item.num{font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.25rem;justify-content:center}.leaderboard-modal .leaderboard-table .row-item.name{font-size:1rem;font-style:normal;font-weight:400;line-height:1rem;justify-content:start}.leaderboard-modal .leaderboard-table .row-item.score{font-size:1rem;font-style:normal;font-weight:400;line-height:1rem;text-transform:uppercase;justify-content:center}.leaderboard-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.stats-modal{background-color:#292929;outline:none;border-radius:.25rem;display:flex;height:36rem;width:40.5rem;justify-content:center;align-items:center}.stats-modal .zamdle-stats{display:flex;height:100%;width:100%;border-radius:.25rem;flex-direction:column}.stats-modal .zamdle-stats .stats-header{display:inline-flex;padding:1rem;justify-content:space-between;align-items:center;background-color:#141414;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.stats-modal .zamdle-stats .stats-header-title{color:#fff;font-family:Sofia Sans;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.25rem;letter-spacing:.07813rem;text-transform:uppercase}.stats-modal .zamdle-stats .stats-header-close{color:#0af;text-align:right;font-family:Sofia Sans;font-size:.8125rem;font-style:normal;font-weight:700;line-height:.8125rem;letter-spacing:.07813rem;text-transform:uppercase;cursor:pointer}.stats-modal .stats-loading{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.stats-modal .stats-container{height:100%;width:100%;display:flex;flex-direction:column}.stats-modal .stats-container .season{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0rem 2rem}.stats-modal .stats-container .white{color:#fff}.stats-modal .stats-container .green{color:#27ae4d}.stats-modal .stats-container .red{color:#d00}.stats-modal .stats-container .season+.season{border-top:1px solid white}.stats-modal .stats-container-title{color:#0af;font-family:Sofia Sans;font-size:2rem;font-style:normal;font-weight:700;line-height:2rem;text-transform:uppercase;margin-bottom:.5rem}.stats-modal .stats-container-subtitle{color:#fff;font-family:Sofia Sans;font-size:3rem;font-style:normal;font-weight:700;line-height:3rem;text-transform:uppercase}.stats-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.guess-the-rank{height:100%;display:flex;justify-content:center;align-items:center}.guess-the-rank .content{height:100%;width:65rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.guess-the-rank .content .section-header{display:flex;width:100%;justify-content:space-between;align-items:center}.guess-the-rank .content .section-header .header-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.guess-the-rank .content .section-header .header-left .header-zamdle{color:#0af;font-family:Sofia Sans;font-size:2.625rem;font-style:normal;font-weight:1000;line-height:2.1rem;text-transform:uppercase}.guess-the-rank .content .section-header .header-left .header-subtitle{color:#e0e0e0;font-family:Sofia Sans;font-size:4rem;font-style:normal;font-weight:1000;line-height:3.2rem;text-transform:uppercase}.guess-the-rank .content .section-header .header-right{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.guess-the-rank .content .section-header .header-right .chatter-count{display:flex;justify-content:center;align-items:center;margin-top:.75rem;gap:.5rem}.guess-the-rank .content .section-header .header-right .chatter-count .count{color:#0af;font-family:Sofia Sans;font-size:2rem;font-style:normal;font-weight:800;line-height:2rem;text-transform:uppercase}.guess-the-rank .content .section-header .header-right .chatter-count .have-guessed{color:#e0e0e0;font-family:Sofia Sans;font-size:2rem;font-style:normal;font-weight:700;line-height:2rem;text-transform:uppercase}.guess-the-rank .content .player-content{width:100%}.guess-the-rank .content .player-content .player-wrapper{position:relative;padding-top:56.25%;-webkit-user-select:none;user-select:none}.guess-the-rank .content .player-content .player-wrapper .video-player{position:absolute;top:0;left:0}.zamdle-button{cursor:pointer;border-radius:.25rem;background:#00aaff;padding:1rem;color:#fff;text-align:center;font-family:Sofia Sans;font-size:1rem;font-style:normal;font-weight:700;line-height:1rem;letter-spacing:.07813rem;text-transform:uppercase;-webkit-user-select:none;user-select:none}.zamdle-button:not(.disabled):hover{background:linear-gradient(0deg,rgba(0,0,0,.16) 0%,rgba(0,0,0,.16) 100%),#00aaff}.zamdle-button:not(.disabled):active{background:linear-gradient(0deg,rgba(0,0,0,.32) 0%,rgba(0,0,0,.32) 100%),#00aaff}.zamdle-button.disabled{opacity:.2;color:#303030;cursor:default}.rank-selector{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.rank-selector .rank{display:flex;width:3.5rem;height:5rem;padding:1.125rem .75rem .5rem;flex-direction:column;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none}.rank-selector .rank.selectable{cursor:pointer}.rank-selector .rank .rank-image{height:100%;width:100%;border-radius:.5rem;object-fit:contain}.rank-selector .rank.selectable:hover{background:#003d5c}.rank-selector .rank.selected{background:#0074ad}.rank-selector .rank.selectable:hover,.rank-selector .rank.selected{border-radius:.5rem;outline:4px solid #00aaff}.rank-selector .rank.selectable:hover:before,.rank-selector .rank.selected:before{content:attr(data-label);position:absolute;margin-top:-8rem;display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.125rem;background:linear-gradient(0deg,rgba(0,0,0,.16) 0%,rgba(0,0,0,.16) 100%),#0af;box-shadow:0 0 8px #0000003d;color:#fff;text-align:center;font-family:Sofia Sans;font-size:1.5rem;font-style:normal;font-weight:700;line-height:100%;letter-spacing:.08rem;text-transform:uppercase}.results-modal{background-color:#1f1f1f;outline:none;border-radius:.25rem;display:flex}.results-modal .zamdle-results{display:flex;align-items:flex-start;width:100%;justify-content:stretch}.results-modal .zamdle-results .results-graph{width:100%;display:flex;padding:2.5rem;flex-direction:column;align-items:center;height:100%;box-sizing:border-box}.results-modal .zamdle-results .results-graph .graph{display:flex;flex-direction:column;flex-grow:1}.results-modal .zamdle-results .results-graph .graph .rank-selector-container{padding:0rem .87rem}.results-modal .zamdle-results .results-graph .graph .graph-bars{display:flex;justify-content:space-between;flex-grow:1}.results-modal .zamdle-results .results-graph .graph .graph-bars .bar-container{width:100%;height:100%;display:flex;align-items:end;justify-content:center}.results-modal .zamdle-results .results-graph .graph .graph-bars .bar-container .bar{width:5.5rem}.results-modal .zamdle-results .results-graph .graph .correct-chatters{color:#fff;text-align:center;font-family:Sofia Sans;font-style:normal;text-transform:uppercase;padding-top:1rem;text-wrap:wrap;overflow:scroll;max-width:55rem;max-height:4rem;align-self:center;overflow:-moz-scrollbars-none;-ms-overflow-style:none;scrollbar-width:none}.results-modal .zamdle-results .results-graph .graph .correct-chatters::-webkit-scrollbar{display:none}.results-modal .zamdle-results .results-graph .graph .rank-count{display:flex;padding:.75rem .87rem;align-items:flex-start;gap:2rem}.results-modal .zamdle-results .results-graph .graph .rank-count-number{color:#fff;text-align:center;font-family:Sofia Sans;font-size:3rem;font-style:normal;font-weight:800;line-height:3.75rem;text-transform:uppercase;width:3.5rem;padding:0rem .75rem;display:flex;align-items:center;justify-content:center}.results-modal .zamdle-results .results-graph .graph-header{display:flex;align-items:center;gap:2rem;align-self:stretch}.results-modal .zamdle-results .results-graph .graph-header .submitted-by{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.125rem}.results-modal .zamdle-results .results-graph .graph-header .submitted-by-title{color:#0af;font-family:Sofia Sans;font-size:1rem;font-style:normal;font-weight:1000;line-height:.8rem;text-transform:uppercase}.results-modal .zamdle-results .results-graph .graph-header .submitted-by-name{color:#fff;font-family:Sofia Sans;font-size:2.5rem;font-style:normal;font-weight:1000;line-height:2rem;text-transform:uppercase}.results-modal .zamdle-results .results-graph .graph-header .line-splitter{background:#292929;height:.125rem;flex:1 0 0}.results-modal .zamdle-results .results-graph .graph-header .tracker{display:flex;align-items:center;gap:.5rem}.results-modal .zamdle-results .results-graph .graph-header .tracker-link{color:#0af;font-family:Sofia Sans;font-size:1.25rem;font-style:normal;font-weight:1000;line-height:1rem;text-transform:uppercase;text-decoration:none}.results-modal .zamdle-results .results-graph .graph-header .tracker-link .open-icon{margin-left:.5rem}.results-modal .zamdle-results .results-details{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;align-self:stretch;background-color:#141414}.results-modal .zamdle-results .results-details .details-action{height:2.5rem;display:flex;align-items:center;justify-content:center;padding:2.5rem}.results-modal .zamdle-results .results-details .details-item{display:flex;padding:2rem 2.5rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:.125rem;flex:1 0 0;align-self:stretch}.results-modal .zamdle-results .results-details .details-item .details-header{color:#0af;font-family:Sofia Sans;font-size:1.25rem;font-style:normal;font-weight:1000;line-height:80%;text-transform:uppercase}.results-modal .zamdle-results .results-details .details-item .details-answer{color:#fff;font-family:Sofia Sans;font-size:3rem;font-style:normal;font-weight:1000;line-height:2.4rem;text-transform:uppercase}.results-modal .zamdle-results .results-details .details-item .details-result{color:#fff;font-family:Sofia Sans;font-size:1.25rem;font-style:normal;font-weight:1000;line-height:1rem;text-transform:uppercase}.results-modal .zamdle-results .results-details .details-item .details-result.correct{color:#27ae4d}.results-modal .zamdle-results .results-details .details-item .details-result.incorrect{color:#d00}.results-modal .zamdle-results .results-details .details-item .details-result.questionable{color:#f2c94c}.results-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body,#root{background:#1f1f1f;height:100%;width:100%;display:flex;flex-direction:column}
