.top-bar{width:100%;margin-bottom:56px;z-index:10}.top-bar .top-bar__container{position:fixed;z-index:10;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:56px;background:#333;-webkit-box-shadow:0 0 4px rgba(0,0,0,.15),0 4px 8px rgba(0,0,0,.3);box-shadow:0 0 4px rgba(0,0,0,.15),0 4px 8px rgba(0,0,0,.3);color:#fff}.top-bar .top-bar-middle{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.top-bar .top-bar-middle,.top-bar .top-bar-right{display:-webkit-box;display:-ms-flexbox;display:flex}.top-bar .top-bar-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-wrap:normal}.top-bar .top-bar-left{display:-webkit-box;display:-ms-flexbox;display:flex}.top-bar .top-bar__logo{margin-right:20px;cursor:pointer}.top-bar .top-bar__logo a,.top-bar .top-bar__logo a:link{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:16px;padding-bottom:16px;padding-left:20px;text-decoration:none}@media (max-width:899px){.top-bar .top-bar__logo{margin-right:0}}@media (max-width:599px){.top-bar .top-bar__logo{margin-right:10px}}.top-bar .top-bar-user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px;margin-right:10px;border-radius:50%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.top-bar .top-bar-user.top-bar-user--selected,.top-bar .top-bar-user:hover{background:#666}.top-bar .top-bar-user i{font-size:1.5rem}.top-bar .top-bar-modal{position:fixed;top:56px;right:0;padding:10px;background:#333}.top-bar .top-bar-modal__button{padding:10px;cursor:pointer;font-size:.9rem}.top-bar .top-bar-modal__button:hover{background:#666}.top-bar .top-bar--sign-in{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;margin-right:20px}.top-bar .top-bar--sign-in a,.top-bar .top-bar--sign-in a:link,.top-bar .top-bar--sign-in a:visited{font-size:1rem;text-decoration:none}.top-bar .top-bar__link{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;cursor:pointer;font-size:.9rem}.top-bar .top-bar__link.selected,.top-bar .top-bar__link:hover{background:#2a2a2a}.top-bar .top-bar__link a,.top-bar .top-bar__link a:link,.top-bar .top-bar__link a:visited{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 1rem;color:#eee;text-decoration:none}.top-bar .top-bar__link--mobile{display:none}@media (max-width:899px){.top-bar .top-bar__link--mobile{display:-webkit-box;display:-ms-flexbox;display:flex}}.top-bar .top-bar__menu{position:relative}.top-bar .top-bar__menu,.top-bar .top-bar__menu__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.top-bar .top-bar__menu__content{-webkit-transition:right .2s;transition:right .2s}@media (max-width:899px){.top-bar .top-bar__menu__content{position:fixed;top:56px;right:0;width:75vw;height:100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#333;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.3);box-shadow:0 4px 8px rgba(0,0,0,.3)}.top-bar .top-bar__menu__content .top-bar-middle,.top-bar .top-bar__menu__content .top-bar-right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top-bar .top-bar__menu__content .top-bar-middle .top-bar__link,.top-bar .top-bar__menu__content .top-bar-right .top-bar__link{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:1rem;text-transform:uppercase}.top-bar .top-bar__menu__content .top-bar-middle .top-bar__link a,.top-bar .top-bar__menu__content .top-bar-right .top-bar__link a{width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem 1rem}.top-bar .top-bar__menu__content.collapsed{right:-76vw}}.top-bar .top-bar__mobile-icons{display:none;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:899px){.top-bar .top-bar__mobile-icons{display:-webkit-box;display:-ms-flexbox;display:flex}}.top-bar .top-bar__mobile-icons__icon{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1rem;margin-left:5px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.top-bar .top-bar__mobile-icons__icon:hover{background:#2a2a2a}.top-bar .top-bar__link--cta,.top-bar button.top-bar__button{width:100%;padding:.7rem;margin-right:1rem;border:none;background:#2e78a9;color:#fff;cursor:pointer;font-size:.8rem;outline:none;text-align:center;text-decoration:none;text-transform:uppercase}.top-bar .top-bar__link--cta:focus,.top-bar .top-bar__link--cta:hover,.top-bar button.top-bar__button:focus,.top-bar button.top-bar__button:hover{-webkit-box-shadow:0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.08);box-shadow:0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.08)}.top-bar .top-bar__link--cta:hover,.top-bar button.top-bar__button:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px)}.top-bar .top-bar__link--cta:active,.top-bar button.top-bar__button:active{-webkit-transform:translateY(1px);transform:translateY(1px)}.top-bar .top-bar__link--cta{width:auto;height:auto;padding:0;margin:0;margin-right:5px;background:#fa8e06;border-radius:5px;font-weight:700;text-transform:none}.top-bar .top-bar__link--cta a,.top-bar .top-bar__link--cta a:link,.top-bar .top-bar__link--cta a:visited{padding:.8rem;color:#1b1b1b}.top-bar .top-bar__link--cta.selected,.top-bar .top-bar__link--cta:hover{background:#fa8e06}@media (max-width:899px){.top-bar .top-bar__link--cta{display:none}}.top-bar .top-bar__link--cta.top-bar__link--mobile{margin-left:auto}@media (max-width:899px){.top-bar .top-bar__link--cta.top-bar__link--mobile{display:block}}@media (max-width:899px){.top-bar .top-bar__link--hide-table-down{display:none}}.top-bar .top-bar__sign-in{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;margin-right:20px}.top-bar .top-bar__sign-in a,.top-bar .top-bar__sign-in a:link,.top-bar .top-bar__sign-in a:visited{font-size:1rem;text-decoration:none}.console-view{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#f2f2f2;color:#111}.console-view a,.console-view a:active,.console-view a:focus,.console-view a:link{color:#111}.console-view__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:20px}.console-view__wrapper{width:800px}.console-view__title{margin-top:0;font-size:2.5rem;font-weight:400}.console-view__group{position:relative;background:#fff}.console-view__group:before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;-webkit-box-shadow:0 0 4px rgba(0,0,0,.2);box-shadow:0 0 4px rgba(0,0,0,.2);content:"";pointer-events:none}.round{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem}.round:hover{background:#efefef}.round:hover .round__checkbox{opacity:1}.round__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.round-clickable,.round__content{display:-webkit-box;display:-ms-flexbox;display:flex}.round-clickable{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.round-number{width:1rem;padding:0 1rem;color:#999;font-size:.9rem;text-align:center}.round-scores{width:1.5rem;text-align:right}.round-survivors,.round-teams{padding-right:1rem}.round-survivors__team{display:-webkit-box;display:-ms-flexbox;display:flex}.round-survivors__team div{margin-right:4px;border:4px solid;border-radius:50%}.round-survivors__team div.dead{color:#ccc}.round-team-orbs{padding-right:1rem}.round-team-orbs div{border:4px solid}.round-scores{padding-right:1rem}.round-scores .winner{font-weight:700}.round-scores,.round-survivors,.round-tags,.round-team-orbs,.round-teams{display:-webkit-box;display:-ms-flexbox;display:flex;height:46px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}.round__checkbox{color:#333}.round-replay-button{cursor:pointer}.round-comment,.round-replay-button,.round-star{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:1rem;color:#333;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.round-star{cursor:pointer}.round-star .round-star__off{opacity:0}.round-star .round-star__off:hover,.round-star .round-star__on{color:#2e78a9}.round:hover .round-star .round-star__off{opacity:1}.round-tags__team{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.round-tags__tag{margin-right:4px;padding:4px;font-size:.6rem;background:#efefef}.round-tags__tag--economy{background:#cceacb}.editable-text i[data-v-18dd4fd4]{margin-left:4px;font-size:.9rem}.editable-text__label[data-v-18dd4fd4]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.editable-text__label span[data-v-18dd4fd4]{overflow:hidden;max-width:300px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-overflow:ellipsis;white-space:nowrap}.editable-text__label:hover span[data-v-18dd4fd4]{text-decoration:underline}.editable-text__label i[data-v-18dd4fd4]{display:none}.editable-text__label:hover i[data-v-18dd4fd4]{display:block}.editable-text__input__wrapper[data-v-18dd4fd4]{display:-webkit-box;display:-ms-flexbox;display:flex}.editable-text__input[data-v-18dd4fd4]{min-width:10px;padding:0;margin-bottom:0;border:none;font-family:inherit;font-size:.9rem;outline:1px solid rgba(0,0,0,.26667)}.hide[data-v-18dd4fd4]{position:absolute;overflow:hidden;height:0;white-space:pre}.expand-collapse[data-v-23f88eeb]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.expand-collapse.disabled[data-v-23f88eeb]{cursor:auto;opacity:.5}.linear-loader[data-v-f92dcbca]{position:relative;overflow:hidden;width:100%;height:4px;min-height:4px;background:rgba(46,120,169,.25);opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s}.linear-loader.loading[data-v-f92dcbca]{opacity:1}.linear-loader__bar-inner[data-v-f92dcbca],.linear-loader__bar[data-v-f92dcbca]{position:absolute;width:100%;height:100%;-webkit-transition:width 1s;transition:width 1s}.linear-loader__bar-inner[data-v-f92dcbca]{display:inline-block;background:#2e78a9}.linear-loader__bar-inner--progress[data-v-f92dcbca]{left:0}.linear-loader__bar--primary[data-v-f92dcbca]{left:-145.16%;-webkit-animation:primary-bar-data-v-f92dcbca 2s linear infinite;animation:primary-bar-data-v-f92dcbca 2s linear infinite}.linear-loader__bar--primary .linear-loader__bar-inner[data-v-f92dcbca]{-webkit-animation:primary-inner-scale-data-v-f92dcbca 2s linear infinite;animation:primary-inner-scale-data-v-f92dcbca 2s linear infinite}.linear-loader__bar--secondary[data-v-f92dcbca]{left:-54.88%;-webkit-animation:secondary-bar-data-v-f92dcbca 2s linear infinite;animation:secondary-bar-data-v-f92dcbca 2s linear infinite}.linear-loader__bar--secondary .linear-loader__bar-inner[data-v-f92dcbca]{-webkit-animation:secondary-inner-scale-data-v-f92dcbca 2s linear infinite;animation:secondary-inner-scale-data-v-f92dcbca 2s linear infinite}@-webkit-keyframes primary-bar-data-v-f92dcbca{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495819);animation-timing-function:cubic-bezier(.5,0,.701732,.495819);-webkit-transform:translateX(0);transform:translateX(0)}59.15%{-webkit-animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);-webkit-transform:translateX(83.67142%);transform:translateX(83.67142%)}to{-webkit-transform:translateX(200.611057%);transform:translateX(200.611057%)}}@keyframes primary-bar-data-v-f92dcbca{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495819);animation-timing-function:cubic-bezier(.5,0,.701732,.495819);-webkit-transform:translateX(0);transform:translateX(0)}59.15%{-webkit-animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);-webkit-transform:translateX(83.67142%);transform:translateX(83.67142%)}to{-webkit-transform:translateX(200.611057%);transform:translateX(200.611057%)}}@-webkit-keyframes secondary-bar-data-v-f92dcbca{0%{-webkit-animation-timing-function:cubic-bezier(.15,0,.515058,.409685);animation-timing-function:cubic-bezier(.15,0,.515058,.409685);-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-animation-timing-function:cubic-bezier(.31033,.284058,.8,.733712);animation-timing-function:cubic-bezier(.31033,.284058,.8,.733712);-webkit-transform:translateX(37.651913%);transform:translateX(37.651913%)}48.35%{-webkit-animation-timing-function:cubic-bezier(.4,.627035,.6,.902026);animation-timing-function:cubic-bezier(.4,.627035,.6,.902026);-webkit-transform:translateX(84.386165%);transform:translateX(84.386165%)}to{-webkit-transform:translateX(160.277782%);transform:translateX(160.277782%)}}@keyframes secondary-bar-data-v-f92dcbca{0%{-webkit-animation-timing-function:cubic-bezier(.15,0,.515058,.409685);animation-timing-function:cubic-bezier(.15,0,.515058,.409685);-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-animation-timing-function:cubic-bezier(.31033,.284058,.8,.733712);animation-timing-function:cubic-bezier(.31033,.284058,.8,.733712);-webkit-transform:translateX(37.651913%);transform:translateX(37.651913%)}48.35%{-webkit-animation-timing-function:cubic-bezier(.4,.627035,.6,.902026);animation-timing-function:cubic-bezier(.4,.627035,.6,.902026);-webkit-transform:translateX(84.386165%);transform:translateX(84.386165%)}to{-webkit-transform:translateX(160.277782%);transform:translateX(160.277782%)}}@-webkit-keyframes primary-inner-scale-data-v-f92dcbca{0%{-webkit-transform:scaleX(.08);transform:scaleX(.08)}36.65%{-webkit-animation-timing-function:cubic-bezier(.334731,.12482,.785844,1);animation-timing-function:cubic-bezier(.334731,.12482,.785844,1);-webkit-transform:scaleX(.08);transform:scaleX(.08)}69.15%{-webkit-animation-timing-function:cubic-bezier(.06,.11,.6,1);animation-timing-function:cubic-bezier(.06,.11,.6,1);-webkit-transform:scaleX(.661479);transform:scaleX(.661479)}to{-webkit-transform:scaleX(.08);transform:scaleX(.08)}}@keyframes primary-inner-scale-data-v-f92dcbca{0%{-webkit-transform:scaleX(.08);transform:scaleX(.08)}36.65%{-webkit-animation-timing-function:cubic-bezier(.334731,.12482,.785844,1);animation-timing-function:cubic-bezier(.334731,.12482,.785844,1);-webkit-transform:scaleX(.08);transform:scaleX(.08)}69.15%{-webkit-animation-timing-function:cubic-bezier(.06,.11,.6,1);animation-timing-function:cubic-bezier(.06,.11,.6,1);-webkit-transform:scaleX(.661479);transform:scaleX(.661479)}to{-webkit-transform:scaleX(.08);transform:scaleX(.08)}}@-webkit-keyframes secondary-inner-scale-data-v-f92dcbca{0%{-webkit-animation-timing-function:cubic-bezier(.205028,.057051,.57661,.453971);animation-timing-function:cubic-bezier(.205028,.057051,.57661,.453971);-webkit-transform:scaleX(.08);transform:scaleX(.08)}19.15%{-webkit-animation-timing-function:cubic-bezier(.152313,.196432,.648374,1.004315);animation-timing-function:cubic-bezier(.152313,.196432,.648374,1.004315);-webkit-transform:scaleX(.457104);transform:scaleX(.457104)}44.15%{-webkit-animation-timing-function:cubic-bezier(.257759,-.003163,.211762,1.38179);animation-timing-function:cubic-bezier(.257759,-.003163,.211762,1.38179);-webkit-transform:scaleX(.72796);transform:scaleX(.72796)}to{-webkit-transform:scaleX(.08);transform:scaleX(.08)}}@keyframes secondary-inner-scale-data-v-f92dcbca{0%{-webkit-animation-timing-function:cubic-bezier(.205028,.057051,.57661,.453971);animation-timing-function:cubic-bezier(.205028,.057051,.57661,.453971);-webkit-transform:scaleX(.08);transform:scaleX(.08)}19.15%{-webkit-animation-timing-function:cubic-bezier(.152313,.196432,.648374,1.004315);animation-timing-function:cubic-bezier(.152313,.196432,.648374,1.004315);-webkit-transform:scaleX(.457104);transform:scaleX(.457104)}44.15%{-webkit-animation-timing-function:cubic-bezier(.257759,-.003163,.211762,1.38179);animation-timing-function:cubic-bezier(.257759,-.003163,.211762,1.38179);-webkit-transform:scaleX(.72796);transform:scaleX(.72796)}to{-webkit-transform:scaleX(.08);transform:scaleX(.08)}}.pie-chart{text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pie-chart__legend{margin-top:.7rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.pie-chart__label,.pie-chart__legend{display:-webkit-box;display:-ms-flexbox;display:flex}.pie-chart__label{margin:0 8px;font-size:.7rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.pie-chart__label:hover .pie-chart__label__color{border-radius:0}.pie-chart__label__color{width:12px;height:12px;border-radius:6px;margin-right:4px;-webkit-transition:border-radius .2s;transition:border-radius .2s}.pie-chart__title{font-size:24px;fill:#222;font-weight:700;pointer-events:none}.pie-chart__sub-title{font-size:12px;fill:#333;pointer-events:none}.pie-chart__text{text-anchor:middle;dominant-baseline:central}.pie-chart__text__hit-box{cursor:pointer;fill:#efefef;opacity:0;-webkit-transition:opacity .2s,fill .2s;transition:opacity .2s,fill .2s}.pie-chart__text__hit-box:hover{opacity:1}.pie-chart__text__hit-box:active{fill:#e5e5e5}.demo-team-stats[data-v-228f0ec2]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.demo-team-stats .search-view__button-group[data-v-228f0ec2]{margin-top:-8px;margin-bottom:1rem}.demo-team-stats__title[data-v-228f0ec2]{text-align:center;font-size:1.3rem;margin-bottom:2rem;margin-top:1rem;max-width:60%;color:#333;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.demo-team-stats__title__score[data-v-228f0ec2]{font-weight:700}.demo-team-stats__title__score.demo-team-stats__title__score--left[data-v-228f0ec2]{margin-right:1rem}.demo-team-stats__title__score.demo-team-stats__title__score--right[data-v-228f0ec2]{margin-left:1rem}.demo-team-stats__section[data-v-228f0ec2]{border-radius:8px;background:#f4f4f4;padding:1rem}.demo-team-stats__section__title[data-v-228f0ec2]{font-size:.9rem;margin-bottom:1rem;text-align:center}.demo-team-stats__filter-label[data-v-228f0ec2]{font-size:.6rem;color:#888;margin-bottom:8px}.demo-team-stats__stat-number[data-v-228f0ec2]{font-size:1.2rem;margin-bottom:8px;text-align:center}.match-summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem;border-bottom:1px solid #ccc;cursor:pointer}.match-summary:hover{background:#efefef}.match-summary:hover .match-summary__expand{border:1px solid #ccc}.match-summary__scoreboard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:1rem}.match-summary__primary,.match-summary__primary__notes,.match-summary__scoreboard{display:-webkit-box;display:-ms-flexbox;display:flex}.match-summary__primary__notes{color:#333;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-left:.5rem;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.match-summary__primary__notes i{font-size:1em}.match-summary__primary__notes.match-summary__primary__notes--hidden{opacity:0}.match-summary__scoreboard__score{padding:0 1rem}.match-summary__scoreboard__score .winner{font-weight:700}.match-summary__secondary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:4px;color:#999;font-size:.9rem}.match-summary__rounds-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-right:1rem;color:#999;font-size:.9rem;text-align:right}.match-summary__map-name{margin-right:8px}.match-summary__demo-name{margin-left:8px}.match-summary__pipe{margin-right:8px}.match-summary__expand{border:1px solid transparent}.match-summary__expand:hover{border:1px solid #ccc}.demo-rounds__stats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;padding:1rem;background:#efefef}.demo-rounds__stats__team-panel{font-size:.9rem}.demo-rounds__stats__team-panel__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1rem}.demo-rounds__stats__button{min-width:38px}.overview-rounds{position:relative}.overview-rounds .error-message{margin-top:20px;text-align:center}.overview-rounds--hidden{background-color:#fff}.overview-rounds__blocker{position:absolute;width:100%;height:100%;opacity:.4;background:#fff}.overview-rounds__loader{width:1.5rem;height:1.5rem}.overview-rounds-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.demo-rounds{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fafafa;-webkit-transition:height .5s ease-out;transition:height .5s ease-out;border-bottom:1px solid #ccc;will-change:height}.demo-rounds__summary{margin-top:1rem;position:absolute;width:100%;text-align:center;font-size:.8rem;color:#888;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.demo-rounds__expander{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem;cursor:pointer;text-align:center;color:#bbb;font-size:.7rem}.demo-rounds__expander:hover{background:-webkit-gradient(linear,left bottom,left top,from(#e3e3e3),to(#fafafa));background:linear-gradient(0deg,#e3e3e3,#fafafa)}.slider-input{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.slider-input__hitbox{width:100%;height:100%;background:red;opacity:.2;position:absolute}.slider-input__text{margin-bottom:1rem;font-size:.9rem}.slider-input__input,.slider-input__text{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.slider-input__input{position:relative;height:2px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.slider-input__background{position:absolute;width:100%;height:2px;background:#aaa}.slider-input__background-focus{position:absolute;height:2px;background:#2e78a9}.slider-input__value{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;color:#333;text-align:right;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.slider-input--vertical .slider-input__background,.slider-input--vertical .slider-input__input{width:2px;height:100%}.slider-input--vertical .slider-input__background-focus{width:2px;height:unset}.slider-input-knob{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:left .1s;transition:left .1s}.slider-input-knob:hover .slider-input-knob__circle__outline{width:32px;height:32px;opacity:.2}.slider-input--dragging .slider-input-knob .slider-input-knob__circle__outline,.slider-input-knob.dragging .slider-input-knob__circle__outline{width:48px;height:48px;opacity:.2}.slider-input-knob__circle,.slider-input-knob__circle__outline{position:absolute;width:12px;height:12px;background:#2e78a9;border-radius:50%}.slider-input-knob__circle__outline{opacity:0;-webkit-transition:all .15s ease-out;transition:all .15s ease-out}.custom-dropdown{position:relative;margin-top:10px}.custom-dropdown__input{width:100%;height:56px;padding-top:1.6rem;margin-bottom:0;border:none;border-bottom:2px solid #aaa;font-size:1rem;outline:none}.custom-dropdown__input:focus{border-color:#2e78a9}.custom-dropdown__input--text{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px;height:56px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;padding-top:1.6rem;padding-right:2.4rem;background:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-dropdown__input--text span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-dropdown__arrow{position:absolute;top:50%;right:8px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:-12px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-dropdown__input--disabled{background:#efefef;color:#555;cursor:auto}.custom-dropdown__input--disabled:focus{border-color:#aaa}.custom-dropdown__label{position:absolute;top:0;left:0;padding-top:1.2rem;padding-left:10px;color:#aaa;pointer-events:none;-webkit-transition:padding-top .1s,font-size .1s;transition:padding-top .1s,font-size .1s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-dropdown__label.focus{padding-top:.5rem;color:#2e78a9;font-size:.6rem}.custom-dropdown__options{position:absolute;z-index:2;width:100%;max-height:320px;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:none;background:#fff;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.15);box-shadow:0 0 2px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.15);overflow-y:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-dropdown__options__option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;cursor:pointer}.custom-dropdown__options__option.active{background:#efefef}.custom-dropdown__options__option--default-value{border-bottom:1px solid #efefef;color:#2e78a9}.custom-dropdown__options__option__label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.custom-dropdown__options__option__label .highlight{background:#2e78a9;color:#fff}.custom-dropdown__options__option__checkbox{color:#2e78a9;pointer-events:none}.custom-tooltip[data-v-53af6a74]{position:relative;display:inline-block}.custom-tooltip__trigger[data-v-53af6a74]{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex}.custom-tooltip__trigger:hover .custom-tooltip__text[data-v-53af6a74]{visibility:visible;opacity:1}.custom-tooltip__text[data-v-53af6a74]{visibility:hidden;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-100px;margin-bottom:4px;width:200px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;color:#888;font-size:.8rem;border:1px solid #888;padding:8px;border-radius:4px;-webkit-box-shadow:0 0 2px rgba(0,0,0,.05),0 2px 4px rgba(0,0,0,.1);box-shadow:0 0 2px rgba(0,0,0,.05),0 2px 4px rgba(0,0,0,.1);opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s}.custom-tooltip__text[data-v-53af6a74]:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#888 transparent transparent transparent}.chip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px;margin-right:8px;background:#fff;cursor:pointer;font-size:.9rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chip:hover .chip__icon{background-color:#2e78a9}.chip__text{padding:12px}.chip__icon{display:-webkit-box;display:-ms-flexbox;display:flex;width:18px;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:8px;margin-left:-4px;background-color:#666;border-radius:50%}.chip__icon i{color:#fff;font-size:14px}.chip__text__type{color:#999}.search-view{margin-bottom:4rem}.search-view__panel{width:100%;margin-bottom:1rem}.search-view__filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search-view__filters.search-view__filters--expanded .search-view__filters__expander{background:#e6e6e6;margin-bottom:-1rem;padding-bottom:1rem}.search-view__filters .custom-dropdown{margin-top:0}.search-view__filters .expand-collapse{margin-right:-1rem;margin-left:1rem}.search-view__filters__map{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.search-view__settings__message{margin-bottom:1rem;padding:1rem;font-size:1rem;border-width:1px;border-style:solid;border-radius:4px;text-align:center}.search-view__equipment-value{width:300px;padding:10px;margin-bottom:1rem}.search-view__equipment-value__categories{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:distribute;justify-content:space-around;margin-top:1rem;color:#666;font-size:.7rem}.upload-view__filter{width:240px}.console-view__search__title{margin-bottom:0;color:#555;font-weight:400}.console-view__search__clear{padding:12px;background:none;color:#555;cursor:pointer}.console-view__search__clear:hover{background:#ddd}.console-view__search__clear.disabled{color:#999;cursor:auto}.console-view__search__clear.disabled:hover{background:none}.search-view__versus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 1rem;color:#aaa;font-size:.8rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.search-view__filters__team,.search-view__team-filters{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1rem}.search-view__team-filters{margin-bottom:1rem;background:#e6e6e6}.search-view__team-filters .vertical-divider-line{margin:0 1rem}.search-view__team-filter{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.search-view__team-filter,.search-view__team-filter__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center}.search-view__team-filter__title{text-align:center;font-size:1.3rem;margin-bottom:1rem;margin-top:10px;max-width:60%;color:#333;-ms-flex-align:center}.search-view__team-filter__sub-title{font-size:.9rem;text-align:center}.search-view__filters__expander:hover{background:#e6e6e6}.search-view__text-button{cursor:pointer;outline:none;text-decoration:underline;-webkit-transition:color .3s;transition:color .3s}.search-view__text-button.disabled{color:#aaa;cursor:auto;text-decoration:none}.search-view__selected-filters{-ms-flex-wrap:wrap;flex-wrap:wrap}.demo-stats,.search-view__selected-filters{display:-webkit-box;display:-ms-flexbox;display:flex}.demo-stats{padding:1rem}.demo-stats .versus__divider__text{margin-top:3rem}.versus__divider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.versus__divider__text{font-size:.7rem;color:#888;margin-bottom:1rem}.vertical-divider-line{width:1px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background:#fafafa;background:-webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,80%,0)),color-stop(10%,#ccc),color-stop(90%,#ccc),to(hsla(0,0%,80%,0)));background:linear-gradient(0deg,hsla(0,0%,80%,0),#ccc 10%,#ccc 90%,hsla(0,0%,80%,0))}.search-view__button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.search-view__button{background:#f4f4f4;padding:8px;font-size:.8rem;cursor:pointer;margin:8px 8px 0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.search-view__button.search-view__button--disabled{cursor:default}.search-view__button.search-view__button--disabled:hover{background:#f4f4f4}.search-view__button:hover{background:#cecece}.search-view__summary{position:fixed;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:inherit;margin-left:-1rem;bottom:0;-webkit-box-shadow:0 0 4px rgba(0,0,0,.1);box-shadow:0 0 4px rgba(0,0,0,.1);background:#333;color:#fff;border:1px solid #222;border-radius:4px 4px 0 0;border-bottom:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.search-view__summary,.search-view__summary__action{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1rem}.search-view__summary__action{cursor:pointer;-webkit-transition:color .3s;transition:color .3s;margin-top:-1rem;margin-right:-1rem;margin-bottom:-1rem}.search-view__summary__action.disabled{color:#aaa;cursor:default}.overview__demos[data-v-5a27669e]{margin-bottom:20px}.console-view__error[data-v-5a27669e]{width:100%;margin-top:20px;color:#333;text-align:center}.search-view__hidden-demos-title[data-v-5a27669e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.8rem;color:#888;margin-bottom:1rem;position:relative}.search-view__hidden-demos-title .custom-tooltip[data-v-5a27669e]{margin-left:4px}.search-view__hidden-demos-title i[data-v-5a27669e]{font-size:.8rem}