/* wire-league-center-public-data-303f1h8813 */
.league8813-shell{
  margin:14px 0;
  padding:15px;
  border:1px solid #2b4058;
  border-radius:17px;
  background:linear-gradient(145deg,#0c1825,#07111c);
}
.league8813-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.league8813-identity{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.league8813-identity>img{
  flex:0 0 54px;
  width:54px;
  height:54px;
  object-fit:contain;
}
.league8813-identity h2{
  margin:2px 0;
}
.league8813-identity small,
.league8813-source{
  color:#8fa5bc;
  font-size:11px;
}
.league8813-actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.league8813-tabs{
  display:flex;
  gap:7px;
  overflow:auto;
  margin:13px 0 10px;
  scrollbar-width:none;
}
.league8813-tabs::-webkit-scrollbar{
  display:none;
}
.league8813-tabs button{
  flex:0 0 auto;
  padding:8px 12px;
  border:1px solid #2e455e;
  border-radius:999px;
  background:#07111d;
  color:#a7b7c9;
  font-weight:800;
  cursor:pointer;
}
.league8813-tabs button.active{
  border-color:#ff304f;
  background:rgba(255,48,79,.12);
  color:#fff;
}
.league8813-pane{
  display:none;
}
.league8813-pane.active{
  display:block;
}
.league8813-overview-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
}
.league8813-overview-grid>div{
  min-width:0;
  padding:12px;
  border:1px solid #263b51;
  border-radius:12px;
  background:#091522;
}
.league8813-overview-grid small,
.league8813-overview-grid strong{
  display:block;
}
.league8813-overview-grid small{
  color:#8fa5bc;
}
.league8813-overview-grid strong{
  margin-top:3px;
  overflow:hidden;
  font-size:20px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.league8813-overview-grid strong.is-compact{
  font-size:14px;
}
.league8813-games{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:10px;
}
.league8813-games>a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-width:0;
  padding:10px 11px;
  border:1px solid #263b51;
  border-radius:11px;
  background:#091522;
  color:#fff;
  text-decoration:none;
}
.league8813-games>a.is-live{
  border-color:rgba(255,48,79,.7);
  box-shadow:inset 3px 0 0 #ff304f;
}
.league8813-games span{
  min-width:0;
}
.league8813-games strong,
.league8813-games small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.league8813-games small,
.league8813-games time{
  color:#8fa5bc;
  font-size:11px;
}
.league8813-games b{
  color:#fff;
}
.league8813-standings{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.league8813-standings>section{
  min-width:0;
  overflow:hidden;
  border:1px solid #263b51;
  border-radius:12px;
  background:#091522;
}
.league8813-standings>section>header{
  padding:10px 11px;
  border-bottom:1px solid #263b51;
}
.league8813-standings h3{
  margin:0;
  font-size:14px;
}
.league8813-standing{
  display:grid;
  grid-template-columns:minmax(0,1fr) 38px 38px 56px;
  gap:7px;
  align-items:center;
  padding:8px 10px;
  border-top:1px solid rgba(38,59,81,.75);
}
.league8813-standing.is-head{
  border-top:0;
  color:#8fa5bc;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
}
.league8813-standing>span{
  display:flex;
  align-items:center;
  gap:7px;
  min-width:0;
}
.league8813-standing img{
  flex:0 0 26px;
  width:26px;
  height:26px;
  object-fit:contain;
}
.league8813-standing strong{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.league8813-standing>b{
  text-align:center;
}
.league8813-leaders{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}
.league8813-leaders article{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
  padding:10px;
  border:1px solid #263b51;
  border-radius:11px;
  background:#091522;
}
.league8813-leaders img,
.league8813-player-fallback{
  display:grid;
  place-items:center;
  flex:0 0 44px;
  width:44px;
  height:44px;
  border:1px solid #34516a;
  border-radius:50%;
  background:#11283a;
  object-fit:cover;
  color:#fff;
  font-weight:950;
}
.league8813-leaders article>div{
  min-width:0;
}
.league8813-leaders small,
.league8813-leaders strong,
.league8813-leaders article>div>span{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.league8813-leaders small{
  color:#8fa5bc;
}
.league8813-leaders article>div>span{
  color:#8fc4ff;
  font-size:11px;
}
.league8813-list{
  display:grid;
  gap:8px;
}
.league8813-list article{
  padding:11px;
  border:1px solid #263b51;
  border-radius:11px;
  background:#091522;
}
.league8813-list header{
  display:flex;
  justify-content:space-between;
  gap:12px;
}
.league8813-list time{
  color:#8fa5bc;
  font-size:11px;
}
.league8813-list p{
  margin:5px 0 0;
  color:#a2b1c1;
}
.league8813-shell.is-refreshing{
  opacity:.65;
  pointer-events:none;
}
.league8813-error{
  margin:14px 0;
  padding:14px;
  border:1px solid #7d3342;
  border-radius:12px;
  background:#281019;
  color:#ffd9df;
}
@media(max-width:900px){
  .league8813-leaders{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .league8813-standings{
    grid-template-columns:1fr;
  }
}
@media(max-width:780px){
  .league8813-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .league8813-overview-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .league8813-games{
    grid-template-columns:1fr;
  }
}
@media(max-width:560px){
  .league8813-leaders{
    grid-template-columns:1fr;
  }
}