/* =========================================================
   Buzzrparty Dual V3.16
   Match Center — BuzzrIQ global leaderboard slot
   ========================================================= */

.bp-v316-match-lb{
  margin-top:11px;
  border-top:1px solid rgba(255,255,255,.09);
  padding-top:10px;
}

.bp-v316-match-lb-toggle{
  width:100%;
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 12px;
  border:1px solid rgba(255,154,37,.28);
  border-radius:11px;
  background:rgba(255,154,37,.055);
  color:#fff;
  cursor:pointer;
  text-align:left;
  font:900 9px/1.2 var(--font-body,Arial,sans-serif);
  letter-spacing:.09em;
  text-transform:uppercase;
}

.bp-v316-match-lb-toggle:hover,
.bp-v316-match-lb-toggle[aria-expanded="true"]{
  border-color:rgba(255,154,37,.68);
  background:rgba(255,154,37,.10);
}

.bp-v316-match-lb-toggle-main{
  min-width:0;
  display:flex;
  align-items:center;
  gap:8px;
}

.bp-v316-match-lb-trophy{
  flex:0 0 auto;
  color:#ff9a25;
  font-size:13px;
  line-height:1;
}

.bp-v316-match-lb-label{
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.bp-v316-match-lb-icon{
  flex:0 0 auto;
  color:#ff9a25;
  font-size:16px;
  font-weight:700;
  line-height:1;
}

.bp-v316-match-lb-panel{
  margin-top:8px;
  padding:12px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:12px;
  background:rgba(5,5,5,.90);
}

.bp-v316-match-lb-panel[hidden]{
  display:none!important;
}

.bp-v316-match-lb-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.07);
}

.bp-v316-match-lb-kicker{
  color:#ff9a25;
  font-size:8px;
  font-weight:1000;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.bp-v316-match-lb-title{
  margin-top:4px;
  color:#fff;
  font-size:12px;
  font-weight:1000;
  line-height:1.25;
}

.bp-v316-match-lb-state{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:20px;
  padding:0 7px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  color:rgba(255,255,255,.50);
  font-size:7px;
  font-weight:1000;
  letter-spacing:.10em;
  text-transform:uppercase;
  white-space:nowrap;
}

.bp-v316-match-lb-status{
  padding:12px 1px 4px;
  color:rgba(255,255,255,.55);
  font-size:10px;
  line-height:1.45;
}

.bp-v316-match-lb-status strong{
  color:#fff;
}

.bp-v316-match-lb-list{
  display:grid;
  gap:6px;
  margin-top:10px;
}

.bp-v316-match-lb-row{
  min-height:42px;
  display:grid;
  grid-template-columns:24px 30px minmax(0,1fr) auto;
  gap:7px;
  align-items:center;
  padding:5px 7px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:9px;
  background:rgba(255,255,255,.025);
}

.bp-v316-match-lb-row.is-me{
  border-color:rgba(255,154,37,.50);
  background:rgba(255,154,37,.08);
}

.bp-v316-match-lb-rank{
  color:#ff9a25;
  text-align:center;
  font-size:10px;
  font-weight:1000;
}

.bp-v316-match-lb-avatar{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  background:#1d1d1d center/cover no-repeat;
  color:#fff;
  font-size:8px;
  font-weight:1000;
}

.bp-v316-match-lb-name{
  overflow:hidden;
  color:#fff;
  font-size:10px;
  font-weight:900;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.bp-v316-match-lb-meta{
  margin-top:2px;
  color:rgba(255,255,255,.38);
  font-size:8px;
  line-height:1.25;
}

.bp-v316-match-lb-score{
  min-width:46px;
  text-align:right;
}

.bp-v316-match-lb-score strong{
  display:block;
  color:#fff;
  font-size:11px;
  font-weight:1000;
}

.bp-v316-match-lb-score small{
  display:block;
  margin-top:1px;
  color:rgba(255,255,255,.32);
  font-size:7px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.bp-v316-match-lb-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  margin-top:10px;
  padding:0 11px;
  border:1px solid rgba(255,154,37,.42);
  border-radius:999px;
  background:rgba(255,154,37,.09);
  color:#fff!important;
  text-decoration:none!important;
  font-size:8px;
  font-weight:1000;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.bp-v316-match-lb-cta:hover{
  background:rgba(255,154,37,.16);
}

@media(max-width:640px){
  .bp-v316-match-lb{
    margin-top:9px;
    padding-top:9px;
  }

  .bp-v316-match-lb-toggle{
    min-height:36px;
    padding:0 10px;
    font-size:8px;
  }

  .bp-v316-match-lb-panel{
    padding:10px 9px;
  }

  .bp-v316-match-lb-row{
    grid-template-columns:21px 27px minmax(0,1fr) auto;
    gap:6px;
  }

  .bp-v316-match-lb-avatar{
    width:26px;
    height:26px;
  }
}
