.league-stats{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:40px;width:100%;display:flex;position:relative}@media (max-width:1224px){.league-stats{gap:20px}}.league-stats{letter-spacing:0%;font-size:15px;font-weight:500;line-height:1.2}@media (max-width:1224px){.league-stats{letter-spacing:-1%;font-size:12px;font-weight:500;line-height:1.2}}.league-stats__title{width:100%;letter-spacing:0%;font-size:20px;font-weight:600;line-height:1.2}@media (max-width:1224px){.league-stats__title{letter-spacing:-1%;font-size:16px;font-weight:600;line-height:1.2}}.league-stats__title{text-align:center}@media (max-width:1224px){.league-stats__title{display:none}}.league-stats__content{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;width:100%;display:flex;position:relative}@media (max-width:1224px){.league-stats__content{gap:10px}}.league-stats__blocks{background-color:var(--color-contrast-alt);border:1px solid var(--color-border);border-radius:20px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px;width:100%;padding:20px;display:grid}@media (max-width:1224px){.league-stats__blocks{border:unset;border-radius:unset;background-color:unset;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:0;display:flex}}.league-stats__block{background-color:var(--color-contrast-bg);border-radius:20px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;width:100%;padding:20px 15px 15px;display:flex;box-shadow:0 0 14px #0000001a}@media (max-width:1224px){.league-stats__block{padding:18px 14px 14px}}.league-stats__block-title{letter-spacing:0%;font-size:20px;font-weight:600;line-height:1.2}@media (max-width:1224px){.league-stats__block-title{letter-spacing:-1%;font-size:16px;font-weight:600;line-height:1.2}}.league-stats__block-title{padding:0 3px}.league-stats__players{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.league-stats__player{border-radius:12px;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding-bottom:.7rem;display:flex}.league-stats__player:last-child{border-bottom:none;padding-bottom:0}.league-stats__avatar{object-fit:contain;width:40px;min-width:40px;max-width:40px;height:40px}@media (max-width:1224px){.league-stats__avatar{width:30px;min-width:30px;max-width:30px;height:30px}}.league-stats__avatar{border-radius:50%;flex-shrink:0;position:relative;overflow:hidden}.league-stats__info{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:3px;width:100%;display:flex}.league-stats__name{letter-spacing:0%;font-size:15px;font-weight:500;line-height:1.2}@media (max-width:1224px){.league-stats__name{letter-spacing:-1%;font-size:12px;font-weight:500;line-height:1.2}}.league-stats__lastmatch{flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;display:flex}.league-stats__lastmatch img{object-fit:contain;width:16px;min-width:16px;max-width:16px;height:16px}@media (max-width:1224px){.league-stats__lastmatch img{width:16px;min-width:16px;max-width:16px;height:16px}}.league-stats__lastmatch img{color:var(--color-muted)}.league-stats__value{background:var(--color-accept);min-width:4.87rem;height:22px;letter-spacing:0%;flex-direction:row;justify-content:center;align-items:center;font-size:17px;font-weight:500;line-height:1.2;display:flex}@media (max-width:1224px){.league-stats__value{letter-spacing:0%;font-size:14px;font-weight:500;line-height:1.2}}.league-stats__value{color:var(--color-accent-text);padding:0 10px}.league-stats__more{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.league-stats__more span{font-size:1.1rem;font-weight:500}.league-stats__more-icon{transform:rotate(90deg)}.league-stats__more-icon svg{width:16px;height:12px}.league-stats__popup-block{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;width:100%;display:flex}.league-stats__popup-title{padding:0 3px;font-size:1.35rem;font-weight:700}@media (max-width:1224px){.league-stats__popup-title{font-size:1.25rem;font-weight:600}}.league-stats__popup-block .league-stats__players{border:1px solid var(--color-border);background-color:var(--color-contrast-bg);border-radius:10px;gap:20px;padding:10px}.league-stats__popup-block .league-stats__player{border-bottom:none;padding-bottom:.9rem}.league-stats__desktop{width:100%;padding:20px}.league-stats__scroll-container{scrollbar-width:auto;-ms-overflow-style:auto;width:100%;overflow-x:auto}.league-stats__scroll-container::-webkit-scrollbar{height:4px;display:block}.league-stats__scroll-container::-webkit-scrollbar-thumb{background:var(--color-muted);border-radius:4px}.league-stats__scroll-container::-webkit-scrollbar-track{background:0 0}.league-stats__table{border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-width:max-content;font-size:1.05rem;display:flex}.league-stats__thead{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.league-stats__tbody{background-color:var(--color-contrast-bg);flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.league-stats__row{border-bottom:1px solid var(--color-border);flex-direction:row;justify-content:flex-start;align-items:stretch;width:100%;transition:all .3s ease-in-out;display:flex}.league-stats__row:last-child{border-bottom:none}.league-stats__row:hover{color:var(--color-accent-text);background-color:var(--color-muted)}.league-stats__row--head{border-bottom:none}.league-stats__row--head:hover{color:var(--color-text);background-color:unset}.league-stats__header{color:var(--color-muted);white-space:nowrap;flex-direction:row;justify-content:center;align-items:center;padding:10px 12px;font-size:1rem;font-weight:500;display:flex}.league-stats__header--index{width:36px;letter-spacing:0%;font-weight:400}.league-stats__header--player{text-align:left;flex-direction:row;flex:1;justify-content:flex-start;align-items:center;width:220px;min-width:150px;display:flex}.league-stats__header--stat{text-align:center;text-wrap:nowrap;width:90px}.league-stats__cell{text-align:center;flex-direction:row;justify-content:center;align-items:center;padding:12px 10px;font-weight:500;display:flex}.league-stats__cell--index{width:36px;font-size:1.3rem}.league-stats__cell--player{text-align:left;flex-direction:row;flex:1;justify-content:flex-start;align-items:center;gap:10px;width:220px;min-width:150px;font-size:1.4rem;display:flex}.league-stats__cell--player img{max-width:25px;max-height:25px}.league-stats__cell--player span{-webkit-line-clamp:1;text-overflow:ellipsis;word-break:break-word;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.league-stats__cell--stat{text-align:center;width:90px;font-size:1rem}.league-stats__cell--rating{background-color:var(--color-accept);min-width:50px;color:var(--color-accent-text);border-radius:8px;padding:6px 12px}
