@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap);@font-face{font-family:paladins;src:url(/static/media/paladinsstraight.a93a39cba44f44359732.ttf)}.logo{align-items:center;display:flex;gap:2rem;justify-content:center;width:100%}.logo:link{text-decoration:none}.logo__img{width:5rem}.logo__text{color:#fff;font-family:paladins;font-size:2.5rem;text-shadow:0 0 1rem #000}@media screen and (min-width:720px){.logo img{width:9rem}.logo span{font-size:3rem}}@media screen and (min-width:992px){.logo{justify-content:start;padding-left:6rem}}@media screen and (min-width:1200px){.logo img{width:12rem}.logo span{font-size:3.5rem}}.dialog__background{background-color:rgba(0,0,0,.8);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:11}.dialog__main{background-color:rgb(var(--background-color-components));border-radius:5px;display:flex;flex-direction:column;gap:.3em;left:50%;max-height:95vh;padding:1em;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:95vw}@media screen and (min-width:720px){.dialog__main{min-width:600px;width:auto}}.dialog__topBar{align-items:center;display:flex;gap:.3em}.dialog__topBar img{aspect-ratio:1/1;border-radius:5px;width:2rem}.dialog__title{flex-grow:1;font-size:2rem;font-weight:700}.dialog__closeButton{display:flex;font-size:.8em;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.switch{display:inline-block;height:34px;position:relative;width:60px}.switch input{height:0;opacity:0;width:0}.switch input:checked:not(:disabled)+span{background-color:#2196f3}.switch input:checked+span:before{-webkit-transform:translateX(26px);transform:translateX(26px)}.switch input:focus+span{box-shadow:0 0 1px #2196f3}.switch input:focus+span:before{outline:1px solid #000}.switch span{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.switch span:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:26px;left:4px;position:absolute;transition:.4s;width:26px}.setting__main{display:flex;flex-direction:column;gap:.3em}.setting__option{align-items:center;display:flex;gap:.3em;justify-content:space-between;padding:.3em}.setting__option:hover{background-color:var(--background-color)}.favoritesPlayers__ul{grid-gap:1em;display:grid;flex-wrap:wrap;gap:1em;grid-template-columns:repeat(2,1fr);justify-content:center;list-style:none;padding:.2em}@media screen and (min-width:576px){.favoritesPlayers__ul{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:992px){.favoritesPlayers__ul{grid-template-columns:repeat(4,1fr)}}.favoritesPlayers__li{align-items:center;-webkit-animation:zoomIn .5s;animation:zoomIn .5s;background-color:var(--background-color);border:1px solid #000;border-radius:5px;cursor:pointer;display:flex;font-weight:700;gap:.2em;height:5em;min-width:12em;padding:.5em;transition:background-color .5s}.favoritesPlayers__li:focus,.favoritesPlayers__li:hover{background-color:rgba(var(--background-color-components),.85);outline:1px solid #fff}.favoritesPlayers__img{border-radius:5px;height:100%}.favoritesPlayers__name{text-align:center;width:100%}.favoritesPlayers__icon{cursor:pointer}.labelInput{position:relative}.labelInput__input{width:100%}.labelInput__input:focus+.labelInput__label,.labelInput__input:not(:placeholder-shown)+.labelInput__label{font-size:.75em;top:.35em}.labelInput__input+.labelInput__label{color:gray;font-size:1.5em;left:1em;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .15s ease-out;-webkit-user-select:none;user-select:none}.searchPlayer{align-items:center;display:flex;flex-direction:column;gap:2em;justify-content:center}@media screen and (min-width:720px){.searchPlayer{height:25rem}}.searchBox{display:inline-flex;justify-content:center}.searchBox input{border-bottom-right-radius:0;border-top-right-radius:0}.searchBox button{border-bottom-left-radius:0;border-top-left-radius:0}.searchPlayerList{grid-gap:1em;display:grid;gap:1em;grid-template-columns:repeat(4,1fr);list-style:none}.searchPlayerList li a{align-items:center;-webkit-animation:zoomIn .5s;animation:zoomIn .5s;background-color:var(--background-color);border:1px solid #000;border-radius:5px;color:var(--font-color);cursor:pointer;display:flex;font-weight:700;gap:.2em;height:5em;padding:.5em;text-decoration:none;transition:background-color .5s}.searchPlayerList li a:focus,.searchPlayerList li a:hover{background-color:rgba(var(--background-color-components),.85);outline:1px solid #fff}.loadingBox{align-items:center;color:var(--font-color);display:flex;flex-direction:column;gap:1em;height:100%;justify-content:center;text-shadow:2px 2px 2px var(--background-color);width:100%}.loadingBox__progress{width:50%}.loadingBox__span{font-size:2em}.progressBar{--value:0;background-color:#0b218e;border:2px solid #1a3ce6;border-radius:1em;height:1em;min-width:20rem;position:relative}.progressBar span{display:block;font-size:.9rem;position:absolute;text-align:center;top:0;width:100%}.progressBar:before{background-color:#1a3ce6;border-radius:1em;content:"";display:block;height:100%;transition:width .5s;width:calc(var(--value)*1%)}.errorPage{display:flex;flex-direction:column;gap:.5em}.errorPage__searchBox{display:flex;justify-content:flex-end}.errorPage__container{align-items:center;display:flex;flex-direction:column;font-size:2rem;font-weight:700;justify-content:center}.errorPage__img{-webkit-filter:drop-shadow(16px 16px 20px rgba(0,0,0,.502));filter:drop-shadow(16px 16px 20px rgba(0,0,0,.5019607843));width:20%}@media screen and (max-width:576px){.errorPage__img{width:50%}}@media screen and (min-width:576px){.errorPage__img{width:220px}}@media screen and (min-width:720px){.errorPage__img{width:250px}}@media screen and (min-width:992px){.errorPage__img{width:320px}}@media screen and (min-width:1200px){.errorPage__img{width:350px}}@media screen and (min-width:1400px){.errorPage__img{width:420px}}.error_searchbox{display:flex;justify-content:flex-end}.basicBox{align-items:center;background-color:var(--background-color);border:1px solid transparent;border-radius:5px;display:flex;grid-column:span 18;justify-content:space-around;padding:.4em;position:relative;text-align:center;z-index:0}.basicBox:before{color:rgba(var(--font-color-components),.5);font-size:2rem;position:absolute;top:0;z-index:-1}.basicBox__avatar{justify-content:space-between}.basicBox__avatar img{border-radius:5px;height:100%}.basicBox__playerInfo{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(2,1fr);width:100%}.basicBox__playerNameLevel{font-size:1.5em;font-weight:700}.basicBox__winRate{font-size:1.3rem}.basicBox__winRate.normal:before{content:"Mecze"}.basicBox__winRate.ranked:before{content:"Mecze Rankingowe"}.basicBox__winRate .wins{color:green}.basicBox__winRate .losses{color:red}.basicBox__winRate .sum{color:#4e4e4e}.basicBox__kda{font-size:1.3em}.basicBox__kda:before{content:"KDA"}.basicBox__kda .kills{color:green}.basicBox__kda .deaths{color:red}.basicBox__kda .assists{color:#4e4e4e}.basicBox__rank{font-size:2em}.basicBox__rank:before{content:"Rank"}.basicBox__rank img{height:2.5em}.basicBox__status{display:flex;font-size:1.6em}.basicBox__status:before{content:"Status"}.basicBox__playTime{font-size:1.6em}.basicBox__playTime:before{content:"Czas gry"}.basicBox__twoRow{display:flex;flex-direction:column;gap:.15em}@media screen and (min-width:992px){.basicBox{grid-column:span 9}}@media screen and (min-width:1200px){.basicBox{grid-column:span 6}}.playerOverview{grid-gap:1em;display:grid;gap:1em;grid-auto-rows:8rem;grid-template-columns:repeat(18,1fr);padding-top:0;width:100%}.playerOverview__classChart{margin:0 auto}@media screen and (min-width:1200px){.playerOverview__classChart{width:35%}}.pagination{display:flex;justify-content:center;width:100%}.matchList{display:flex;flex-direction:column;gap:.25em;list-style:none}.matchList__queueType{display:grid;grid-template-columns:repeat(5,1fr)}.matchList__queueType button{font-size:.8rem}@media screen and (min-width:992px){.matchList__queueType button{font-size:1.2em}}.matchList__empty{background-color:hsla(0,0%,50%,.7);border-radius:5px;display:flex;font-size:1.3em;justify-content:center;padding:.4em}.matchList__match{grid-gap:.2em;align-items:center;border:1px solid #000;border-radius:5px;color:#fff;cursor:pointer;display:grid;font-size:clamp(.6rem,1.5vw,1.45rem);gap:.2em;grid-template-columns:2em -webkit-min-content 2fr -webkit-min-content repeat(3,1fr);grid-template-columns:2em min-content 2fr min-content repeat(3,1fr);justify-items:center;padding:.2em;text-align:center;text-shadow:4px 4px 4px #000;transition:-webkit-backdrop-filter .5s;transition:backdrop-filter .5s;transition:backdrop-filter .5s,-webkit-backdrop-filter .5s}.matchList__match.win{background-color:rgba(0,58,3,.8)}.matchList__match.losse{background-color:rgba(58,0,0,.8)}.matchList__match:hover{-webkit-backdrop-filter:brightness(.6);backdrop-filter:brightness(.6)}.matchList__match-avatar,.matchList__match-talent{height:3em}.matchList__match-avatar{border-radius:5px;box-shadow:0 0 15px 5px #000}.matchList__match-mapName,.matchList__match-timeScore{display:flex;flex-direction:column}.matchList__match-kda{grid-column-gap:.1em;grid-row-gap:.2em;-webkit-column-gap:.1em;column-gap:.1em;display:grid;font-weight:700;grid-template-columns:repeat(5,-webkit-min-content);grid-template-columns:repeat(5,min-content);grid-template-rows:repeat(2,1fr);row-gap:.2em}.matchList__match-kills{color:#00c500}.matchList__match-deaths{color:#c50000}.matchList__match-assists{color:gray}.matchList__match-kda_calc{grid-column:span 5}.playerLoadout__ul{display:flex;flex-direction:column;gap:.4em;list-style:none;overflow-y:auto}.playerLoadout__container{border:1px solid #ccc;border-radius:5px;display:flex;flex-direction:column;gap:.4em;padding:.4em}.playerLoadout__deckName{font-size:1.5em}.playerLoadout__deck{display:flex;gap:.4rem;list-style:none}.playerLoadout__card{display:flex;flex-direction:column;gap:.2rem;position:relative}@media screen and (min-width:720px){.playerLoadout__card{width:8rem}}@media screen and (min-width:992px){.playerLoadout__card{width:10rem}}.playerLoadout__img{aspect-ratio:64/49;border-radius:5px;width:100%}.playerLoadout__cardName_container{align-items:flex-end;aspect-ratio:64/49;display:flex;justify-content:center;pointer-events:none;position:absolute;width:100%}.playerLoadout__cardName_text{align-items:center;background-color:rgba(0,0,0,.502);color:#fff;display:flex;flex-grow:1;font-size:3vw;font-size:2vw;height:2.2em;justify-content:center;text-align:center}@media screen and (min-width:720px){.playerLoadout__cardName_text{font-size:.75rem;height:auto;white-space:nowrap}}@media screen and (min-width:992px){.playerLoadout__cardName_text{font-size:.9rem}}.playerLoadout__points{grid-gap:.2em;display:grid;gap:.2em;grid-template-columns:repeat(5,1fr);grid-template-rows:.4em;list-style:none}.playerLoadout__points li{background-color:#003a03;border-radius:5px}.championFilter{display:flex;flex-direction:column;gap:1em}.championFilter .championName{flex-grow:1}.championFilter .roleFilter{align-items:center;display:flex;gap:2em;justify-content:space-evenly}.championFilter .roleFilter input[type=checkbox]{opacity:0;position:absolute}.championFilter .roleFilter input[type=checkbox]:focus+label img,.championFilter .roleFilter input[type=checkbox]:hover+label img{scale:1.4}.championFilter .roleFilter input[type=checkbox]+label img{-webkit-filter:grayscale(1) brightness(.5) drop-shadow(0 0 5px #fff);filter:grayscale(1) brightness(.5) drop-shadow(0 0 5px rgb(255,255,255))}.championFilter .roleFilter input[type=checkbox]:checked+label img{-webkit-filter:grayscale(0) drop-shadow(0 0 5px #000) hue-rotate(35deg);filter:grayscale(0) drop-shadow(0 0 5px rgb(0,0,0)) hue-rotate(35deg)}.championFilter .roleFilter img{width:2em}@media screen and (min-width:992px){.championFilter{flex-direction:row;gap:2em;justify-content:space-between}}.championList{font-size:.42em;list-style:none}.championList,.championList-container{display:flex;flex-direction:column;gap:.3em}.championList-container{overflow-x:scroll}.championList-title{align-items:center;background-color:rgb(var(--background-color-components));border-radius:5px;display:grid;font-size:.42em;font-weight:700;grid-template-columns:-webkit-min-content repeat(10,1fr);grid-template-columns:min-content repeat(10,1fr);grid-template-rows:3em;justify-items:center;padding:.25em;position:-webkit-sticky;position:sticky;text-align:center;top:.5em;transition:-webkit-backdrop-filter .5s;transition:backdrop-filter .5s;transition:backdrop-filter .5s,-webkit-backdrop-filter .5s;-webkit-user-select:none;user-select:none;z-index:10}.championList-title .avatarTitle{width:8em}.championList-title>*{cursor:pointer}.championList-title>:hover{color:#424242}@media screen and (min-width:720px){.championList-title{font-size:.7em}}@media screen and (min-width:992px){.championList-title{font-size:1em}}.championList li{align-items:center;background-color:var(--background-color);border-radius:5px;display:grid;grid-template-columns:-webkit-min-content repeat(10,1fr);grid-template-columns:min-content repeat(10,1fr);justify-items:center;padding:.25em;text-align:center;transition:-webkit-backdrop-filter .5s;transition:backdrop-filter .5s;transition:backdrop-filter .5s,-webkit-backdrop-filter .5s}.championList li .avatar{align-items:center;display:flex;gap:.2em;text-align:center;white-space:nowrap;width:8em}.championList li .avatar img{border-radius:5px;width:3em}.championList li:focus,.championList li:hover{-webkit-backdrop-filter:brightness(.6);backdrop-filter:brightness(.6)}@media screen and (min-width:720px){.championList{font-size:.7em}}@media screen and (min-width:992px){.championList{font-size:1em}}.getPlayer__navBar{display:flex;flex-direction:column-reverse;gap:1em}@media screen and (min-width:992px){.getPlayer__navBar{flex-direction:row;justify-content:space-between}}.getPlayer__navBar-buttons{display:grid;grid-template-columns:-webkit-min-content repeat(3,1fr);grid-template-columns:min-content repeat(3,1fr);width:100%}@media screen and (min-width:992px){.getPlayer__navBar-buttons{width:25rem}}.getPlayer__navBar-searchPlayer{width:100%}.getPlayer__container{display:grid;grid-template-columns:1fr;grid-template-rows:1fr}.getPlayer__route{display:flex;flex-direction:column;gap:.5em;grid-column-start:1;grid-row-start:1}.playerItems__ul{grid-gap:.2em;display:grid;font-size:1rem;gap:.2em;list-style:none}.playerItems__ul.deck{grid-template-columns:repeat(5,1fr)}.playerItems__ul.items{grid-template-columns:repeat(4,1fr)}.playerItems__li{position:relative;width:100%}.playerItems__img{aspect-ratio:4/3;border-radius:5px;box-shadow:0 0 10px 4px #000;width:clamp(2em,2vw,4em)}.playerItems__level{background:radial-gradient(circle,#000 0,hsla(0,0%,100%,0) 100%);bottom:.1em;position:absolute;right:.1em}.matchDetails{gap:.4em}.matchDetails,.matchDetails__navBar{display:flex;flex-direction:column}@media screen and (min-width:992px){.matchDetails__navBar{flex-direction:row;justify-content:flex-end}}.matchDetails__navBar-searchPlayer{width:100%}.matchDetails__mapName{background-color:var(--background-color);border-radius:5px;font-size:1.4em;font-weight:700;padding:.2em;text-align:center}.matchDetails__about{grid-gap:.5em;display:grid;gap:.5em;grid-template-columns:1fr;grid-template-rows:repeat(2,1fr)}@media screen and (min-width:992px){.matchDetails__about{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr}}.normal .matchDetails__about{grid-template-columns:1fr;grid-template-rows:1fr}.matchDetails__info{grid-gap:.5rem;font-size:1.4em;gap:.5rem;grid-template-columns:repeat(4,1fr);padding:.6rem}.matchDetails__bans,.matchDetails__info{align-items:center;background-color:var(--background-color);border-radius:5px;display:grid;font-weight:700;justify-items:center;text-align:center}.matchDetails__bans{font-size:1.6em;grid-template-columns:repeat(7,1fr);padding:.5rem}.matchDetails__bans-icon{border-radius:5px;box-shadow:0 0 15px 5px #000;width:60%}.matchDetails__playersList{display:flex;flex-direction:column;gap:.5em;list-style:none}.matchDetails__player{grid-gap:.5em;align-items:center;border-radius:5px;color:#fff;cursor:pointer;display:grid;font-size:.8rem;gap:.5em;grid-template-columns:-webkit-min-content repeat(4,1fr);grid-template-columns:min-content repeat(4,1fr);grid-template-rows:1fr 1fr -webkit-min-content;grid-template-rows:1fr 1fr min-content;justify-items:center;padding:.4em;text-align:center;text-shadow:4px 4px 4px #000;transition:-webkit-backdrop-filter .5s;transition:backdrop-filter .5s;transition:backdrop-filter .5s,-webkit-backdrop-filter .5s;white-space:nowrap}.matchDetails__player:has(.matchDetails__player-hidden){cursor:default}.normal .matchDetails__player{grid-template-columns:repeat(4,1fr)}.matchDetails__player.win{background-color:rgba(0,58,3,.8)}.matchDetails__player.losse{background-color:rgba(58,0,0,.8)}.matchDetails__player:hover{-webkit-backdrop-filter:brightness(.6);backdrop-filter:brightness(.6)}@media screen and (min-width:576px){.matchDetails__player{font-size:1rem}}@media screen and (min-width:992px){.matchDetails__player{grid-template-columns:-webkit-min-content 1.5fr 5em repeat(5,1fr);grid-template-columns:min-content 1.5fr 5em repeat(5,1fr);grid-template-rows:1fr -webkit-min-content;grid-template-rows:1fr min-content}.normal .matchDetails__player{grid-template-columns:-webkit-min-content 1.5fr -webkit-min-content repeat(4,1fr);grid-template-columns:min-content 1.5fr min-content repeat(4,1fr)}}.matchDetails__player-avatar{border-radius:5px;box-shadow:0 0 15px 5px #000;grid-row:span 2;width:5em}.normal .matchDetails__player-avatar{grid-row:span 1}@media screen and (min-width:992px){.normal .matchDetails__player-avatar{grid-row:span 2}}.matchDetails__player-name{display:flex;flex-direction:column;grid-column:span 2}.normal .matchDetails__player-name{grid-column:span 2}@media screen and (min-width:992px){.matchDetails__player-name{grid-column:span 1;grid-row:span 2}.normal .matchDetails__player-name{grid-column:span 1}}.matchDetails__player-hidden{color:gray;font-style:italic}.matchDetails__player-talent img{width:5em}@media screen and (min-width:992px){.matchDetails__player-talent{grid-row:span 2}}.matchDetails__player-damage,.matchDetails__player-gold,.matchDetails__player-healing{grid-gap:.3em;display:grid;gap:.3em;grid-auto-rows:1em;grid-template-columns:1.2em 1fr}.matchDetails__player-damage img,.matchDetails__player-gold img,.matchDetails__player-healing img{height:100%}@media screen and (min-width:992px){.matchDetails__player-damage{grid-row:span 2}.normal .matchDetails__player-damage{grid-row:span 1}}.matchDetails__player-kda{grid-column-gap:.1em;grid-row-gap:.2em;-webkit-column-gap:.1em;column-gap:.1em;display:grid;font-weight:700;row-gap:.2em}.matchDetails__player-kda .kills{color:#00c500}.matchDetails__player-kda .deaths{color:#c50000}.matchDetails__player-kda .assists{color:gray}.matchDetails__player-kda .kda_calc{grid-column:span 5}.matchDetails__player-rank{align-items:center;display:flex;justify-content:center}@media screen and (min-width:992px){.matchDetails__player-rank{grid-row:span 2}}.matchDetails__player-rank-pointsWinLosess{display:flex;flex-direction:column}.matchDetails__player-rank-win{color:#00c500}.matchDetails__player-rank-losse{color:#c50000}.matchDetails__player-rank img{width:4em}.matchDetails__player-deck{display:flex;gap:1.2em;grid-column:span 5}.normal .matchDetails__player-deck{grid-column:span 4}@media screen and (min-width:992px){.matchDetails__player-deck{grid-column:span 3}.normal .matchDetails__player-deck{grid-column:span 4}}.matchDetails__charts{display:grid;grid-template-columns:1fr}@media screen and (min-width:992px){.matchDetails__charts{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1200px){.matchDetails__charts{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1400px){.matchDetails__charts{grid-template-columns:repeat(4,1fr)}}.matchDetails__charts div{aspect-ratio:1/1;width:100%}.activeMatch{display:flex;flex-direction:column;gap:.4em}@media screen and (min-width:1200px){.activeMatch{font-size:1.3em}}.activeMatch__navBar{display:flex;flex-direction:column}@media screen and (min-width:992px){.activeMatch__navBar{flex-direction:row;justify-content:flex-end}}.activeMatch__navBar-searchPlayer{width:100%}@media screen and (min-width:992px){.activeMatch__navBar-searchPlayer{width:auto}}.activeMatch__info{background-color:var(--background-color);border-radius:5px;font-size:1.5em;padding:.5rem;text-align:center}.activeMatch__teams{display:flex;flex-direction:column;gap:.4em}@media screen and (min-width:992px){.activeMatch__teams{flex-direction:row}}.activeMatch__list{display:flex;flex-direction:column;gap:.4em;list-style:none;width:100%}.activeMatch__element{grid-gap:.2em;align-items:center;border-radius:5px;color:#fff;cursor:pointer;display:grid;gap:.2em;grid-template-columns:-webkit-min-content -webkit-min-content 2fr 1fr;grid-template-columns:min-content min-content 2fr 1fr;grid-template-rows:repeat(2,1fr);justify-items:center;padding:.4em;text-align:center;transition:-webkit-backdrop-filter .5s;transition:backdrop-filter .5s;transition:backdrop-filter .5s,-webkit-backdrop-filter .5s}@media screen and (min-width:720px){.activeMatch__element{grid-template-columns:-webkit-min-content -webkit-min-content 2fr 1fr 1fr;grid-template-columns:min-content min-content 2fr 1fr 1fr;grid-template-rows:1fr}}.activeMatch__element.team1{background-color:rgba(0,58,3,.8)}.activeMatch__element.team2{background-color:rgba(58,0,0,.8)}@media screen and (min-width:992px){.activeMatch__element.team2{grid-template-columns:1fr 1fr 2fr -webkit-min-content -webkit-min-content;grid-template-columns:1fr 1fr 2fr min-content min-content}}.activeMatch__element:hover{-webkit-backdrop-filter:brightness(.6);backdrop-filter:brightness(.6)}.activeMatch__hiddenProfile{color:gray;font-style:italic}.activeMatch__avatar,.activeMatch__rank{border-radius:5px;grid-row:span 2;width:4rem}@media screen and (min-width:720px){.activeMatch__avatar,.activeMatch__rank{grid-row:span 1}}.activeMatch__avatar{box-shadow:0 0 15px 5px #000}@media screen and (min-width:992px){.activeMatch__element.team2 .activeMatch__avatar{grid-column:5;grid-row:1}.activeMatch__element.team2 .activeMatch__rank{grid-column:4;grid-row:1}}.activeMatch__level{grid-column:3}@media screen and (min-width:720px){.activeMatch__level{grid-column:4}}@media screen and (min-width:992px){.activeMatch__element.team2 .activeMatch__level{grid-column:2;grid-row:1}.activeMatch__element.team2 .activeMatch__playerName{grid-column:3;grid-row:1}}.activeMatch__winRate{grid-column-gap:.2em;-webkit-column-gap:.2em;column-gap:.2em;display:grid;grid-column:4;grid-row:1/span 2;grid-template-columns:repeat(3,-webkit-min-content);grid-template-columns:repeat(3,min-content)}@media screen and (min-width:720px){.activeMatch__winRate{grid-column:5;grid-row:1/span 1}}@media screen and (min-width:992px){.activeMatch__element.team2 .activeMatch__winRate{grid-column:1;grid-row:1}}.activeMatch__wins{color:#00c500}.activeMatch__losses{color:#c50000}.activeMatch__precentage{grid-column:span 3}header{width:100%}.container{background-color:var(--background-color);border-radius:5px;display:flex;flex-direction:column;gap:1em;padding:.8em;width:100%}@media screen and (min-width:576px){.container{padding:1em}}@media screen and (min-width:720px){.container{min-height:25rem;padding:1.5em}}.version{color:#fff;display:flex;flex-direction:column;justify-content:center;padding:.5em;text-align:center;text-shadow:1px 1px 2px #000}.settingbutton{bottom:.2em;position:fixed;right:.2em}.background{-webkit-animation:blurIn 1s;animation:blurIn 1s;background-attachment:fixed;background-image:url(/static/media/background.8f994ec12734aded40ad.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;-webkit-filter:blur(5px) brightness(.85);filter:blur(5px) brightness(.85);inset:0;opacity:var(--theme-opacity);position:fixed;z-index:-1}@-webkit-keyframes blurIn{0%{-webkit-filter:blur(0) brightness(.85);filter:blur(0) brightness(.85)}to{-webkit-filter:blur(5px) brightness(.85);filter:blur(5px) brightness(.85)}}@keyframes blurIn{0%{-webkit-filter:blur(0) brightness(.85);filter:blur(0) brightness(.85)}to{-webkit-filter:blur(5px) brightness(.85);filter:blur(5px) brightness(.85)}}body{--font-color-components:0,0,0;--background-color-components:255,255,255;--background-alpha:0.5;--theme-opacity:1;--button-lightness:57%;--font-color:rgb(var(--font-color-components));--background-color:rgba(var(--background-color-components),var(--background-alpha));color:var(--font-color)}@media(prefers-color-scheme:dark){body{--button-lightness:40%;--font-color-components:197,197,197;--background-color-components:25,25,25;--background-alpha:0.7;--theme-opacity:0.7}}body.dark-theme{--button-lightness:40%;--font-color-components:197,197,197;--background-color-components:25,25,25;--background-alpha:0.7;--theme-opacity:0.7}body.light-theme{--font-color-components:0,0,0;--background-color-components:255,255,255;--background-alpha:0.5;--theme-opacity:1;--button-lightness:57%}*,:after,:before{box-sizing:border-box}*,:after,:before,html{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;font-family:Inter,sans-serif;padding:0;width:100%}#app,body{display:flex;justify-content:center;margin:0;max-width:100%;min-height:100vh}#app{align-items:center;flex-direction:column;gap:2em;padding:2em 0 0}@media screen and (max-width:576px){#app{width:100%}}@media screen and (min-width:576px){#app{width:540px}}@media screen and (min-width:720px){#app{width:720px}}@media screen and (min-width:992px){#app{width:960px}}@media screen and (min-width:1200px){#app{width:1140px}}@media screen and (min-width:1400px){#app{width:1320px}}input{background-color:rgb(var(--background-color-components));border:none;border-radius:5px;color:var(--font-color);display:inline-block;font-size:1.5em;outline:1px solid gray;padding:.4em .4em .4em 1em;width:100%}input::-webkit-calendar-picker-indicator{color:#999}input[type=search]::-webkit-calendar-picker-indicator{-webkit-appearance:none;appearance:none;display:none!important}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;background-color:gray;border-radius:50%;cursor:pointer;height:.8em;-webkit-mask:url(/static/media/times-circle.6114818ce258eb184484.svg) no-repeat 50% 50%;mask:url(/static/media/times-circle.6114818ce258eb184484.svg) no-repeat 50% 50%;width:.8em}@media screen and (min-width:992px){input{width:auto}}.button,button{background-color:hsla(221,100%,var(--button-lightness),.8);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.5rem;outline:1px solid #00329e;padding:.4em}.button:focus,.button:hover,button:focus,button:hover{--button-lightness:30%;outline:1px solid #fff;z-index:1}.button.active,button.active{--button-lightness:30%}.button:active,button:active{background-color:rgba(255,43,43,.8);outline:1px solid #ff2b2b;z-index:1}.button[disabled],button[disabled]{background-color:rgba(95,95,95,.8);outline:1px solid #474747}.buttonGroup button:nth-child(1n+2){border-radius:0}.buttonGroup button:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.buttonGroup button:last-child{border-bottom-left-radius:0;border-bottom-right-radius:5px;border-top-left-radius:0;border-top-right-radius:5px}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoomIn{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}
/*# sourceMappingURL=main.c6f92172.css.map*/