@import url(https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap);@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap&subset=latin-ext);.Vue-Toastification__toast--error{background-color:#fd5d00!important}/*! 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{-webkit-box-sizing:content-box;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;-webkit-text-decoration:underline dotted;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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;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]{-webkit-box-sizing:border-box;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}[hidden],template{display:none}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}img{max-width:100%;display:block}body,html{height:100%}body{background-color:#151515;color:#d6d6d6;font-family:Montserrat,sans-serif}#app{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.section{background-color:#1c1c1c;border-radius:10px;padding:1em;width:100%}.separator{height:40px;width:1px;background-color:#434343}.header{grid-area:header}.user-input{grid-area:input}.fast-access{grid-area:nsgt}.player-info{grid-area:playerinfo}.elo-progress-container{grid-area:eloprogress}.match-history-container{grid-area:matchhistory}.grid-container{width:95%;max-width:1100px;margin:5em auto 0;display:grid;grid-gap:20px;grid-template-columns:100%;overflow:hidden;grid-template-areas:"header" "input" "playerinfo" "eloprogress" "matchhistory" "nsgt"}@media (min-width:1200px){.grid-container{grid-template-columns:repeat(4,1fr);grid-template-areas:"header header header nsgt" "input input input nsgt" "playerinfo playerinfo playerinfo nsgt" "eloprogress eloprogress eloprogress eloprogress" "matchhistory matchhistory matchhistory matchhistory"}}h1,h2,h3,p{padding:0;margin:0}.section-heading{font-weight:400;font-size:1.25rem;margin:.75rem 0}.text-accent{color:#fd5d00}.text-green{color:#5ab528}.text-red{color:#d64242}.goal-text{font-size:.9rem;color:#bbb;margin-bottom:.5em}.error-heading{font-weight:400;text-transform:uppercase;margin-bottom:1.5em;font-size:1.25em}.error-heading,.error-msg{text-align:center}.submit-button-helper{all:unset;text-transform:uppercase;border-radius:15px;background:-webkit-gradient(linear,left top,right top,from(#ff6300),to(#994200));background:linear-gradient(90deg,#ff6300,#994200);cursor:pointer;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;-ms-flex-preferred-size:auto;flex-basis:auto;margin-left:.75em;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center;position:relative;z-index:0;overflow:hidden;-webkit-transition:all .4s;transition:all .4s;color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.submit-button-helper:before{content:"";display:block;position:absolute;top:0;left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);background:-webkit-gradient(linear,left top,right top,from(#994200),to(#ff6300));background:linear-gradient(90deg,#994200,#ff6300);width:100%;height:100%;z-index:-1;border-radius:0;-webkit-transition:all .4s;transition:all .4s}.submit-button-helper:hover:before{-webkit-transform:translateX(0);transform:translateX(0);-webkit-transform-origin:left;transform-origin:left;border-radius:15px}.submit-button-helper:active{-webkit-transform:scale(95%);transform:scale(95%)}.submit-button{all:unset;padding:.5em 1.5em}.btn{padding:.5em 3em;border-radius:10px;text-align:center;text-decoration:none;color:#fff;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-box-align:center;-ms-flex-align:center;margin:0 1em;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn img{height:1.2em;margin-right:10px;display:inline-block}.faceit-btn{background-color:#fd5d00}.faceit-btn:hover{background-color:#b14100}.steam-btn{background-color:#151515}.steam-btn:hover{background-color:#121212}.header{padding:2em 3em 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:-20px}.seo-title{display:none;opacity:0}.header-img{max-height:340px}.input-container{display:-webkit-box;display:-ms-flexbox;display:flex}.input{all:unset;width:70%;border-radius:15px;background-color:#c8c8c8;border:1px solid #707070;color:#1c1c1c;padding:.5em;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}@media screen and (max-width:420px){.input{width:50%}}.match-history-container{overflow-x:auto}@media (min-width:1200px){.match-history-container{margin-bottom:5em}}.match-history-table{border-collapse:collapse;min-width:100%}.match-history-table th{font-weight:400;text-align:left;padding:.75em 0;color:#bbb;background-color:#151515}.match-history-table td{min-width:150px;padding:1em 0}.match-history-table td:first-child,.match-history-table th:first-child{padding-left:1em;border-top-left-radius:15px}.match-history-table td:last-child,.match-history-table th:last-child{padding-right:1em}.match-history-table th:last-child{border-top-right-radius:15px}.match-history-table tr{border-bottom:1px solid #707070}.match-history-table tr:first-child,.match-history-table tr:last-child{border-bottom:none}.result-badge{border-radius:5px;display:inline-block;padding:.25em .75em;text-transform:uppercase;text-align:center;color:#fff;min-width:67px}.win-badge{background-color:#5ab528}.lose-badge{background-color:#d64242}@media screen and (max-width:1200px){.fast-access{margin-bottom:5em}}.team-list{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0}.team-member-link{text-decoration:none;margin:1em 0}.team-member-item{display:-webkit-box;display:-ms-flexbox;display:flex}.avatar-container img{border-radius:50%;border:2px solid #fd5d00;max-width:60px}.user-info{margin:0 .75em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;min-width:110px}.user-info__nickname{font-weight:700;color:#d6d6d6}.user-info__latest-results-label{color:#bbb;font-size:.8rem}.user-info__latest_results{font-weight:700;font-size:.8rem;letter-spacing:-1px}.lvl-icon{width:40px;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;margin-left:1.5em}.player-info{min-height:229px}.profile-container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.profile-container,.profile-stats-list,.user-info-nickname-results{display:-webkit-box;display:-ms-flexbox;display:flex}.profile-stats-list{list-style:none;padding:0;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}@media screen and (max-width:400px){.profile-stats-list{-ms-flex-wrap:wrap;flex-wrap:wrap}}.profile-stats-item-heading{font-weight:400;font-size:.9rem}.profile-stats-item-value{font-weight:700;font-size:1rem}.profile-links-container{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;margin-top:2em}@media screen and (max-width:580px){.profile-links-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:space-around;-ms-flex-align:space-around;align-items:space-around}}@media screen and (max-width:580px){.profile-links-container>a:first-child{margin-bottom:1em}}.loading-info-container{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;height:100%}.loading-icon{width:50px;margin-right:2em;-webkit-animation-name:loading;animation-name:loading;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.chicken{margin-bottom:-1em;width:-webkit-max-content;width:-moz-max-content;width:max-content}.error-container{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:430px){.error-container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.error{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-top:3em}.awaiting{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-keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.elo-progress-container{overflow-x:auto}.progress-bar,.progress-bar::-webkit-progress-bar{-webkit-appearance:none;all:unset;border-radius:15px;-webkit-border-radius:15px;width:100%;height:1.75rem;display:block;background-color:#b7b7b7}.progress-bar::-webkit-progress-value{background-image:-webkit-gradient(linear,left top,right top,from(#ff6300),to(#994200));background-image:linear-gradient(90deg,#ff6300,#994200);border-radius:15px}.progress-bar::-moz-progress-bar{background-image:linear-gradient(90deg,#ff6300,#994200);border-radius:15px}.progress-bar-legend{margin-top:.5em}.progress-bar-legend,.progress-bar-legend-item{display:-webkit-box;display:-ms-flexbox;display:flex}.progress-bar-legend-item{font-size:.8rem;color:#bbb;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.progress-bar-legend-item-lvl1{width:37%;min-width:372px}.progress-bar-legend-item-lvl2-10{width:7%;min-width:70px}.progress-bar-legend-item-lvl{width:35px}.progress-bar-container{display:grid}.footer{background-color:#1c1c1c;text-align:center;padding:1em 0;margin-top:auto}