/* Buzzrparty Dual V2.2 — clean LIVE face + API competitions */

#bpDualLive .bp-v22-live-shell{
  width:100%;
  display:grid;
  gap:28px;
}

#bpDualLive #magazineHome[hidden]{
  display:none !important;
}

.bp-v22-competition-panel{
  margin-top:18px;
  padding:18px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:14px;
  background:
    radial-gradient(circle at 10% 0%,rgba(255,75,62,.07),transparent 28%),
    #070707;
}

.bp-v22-competition-panel[hidden]{
  display:none !important;
}

.bp-v22-comp-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}

.bp-v22-comp-kicker{
  color:#ff5b4f;
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.bp-v22-comp-title{
  margin-top:4px;
  font-family:'Bebas Neue',sans-serif;
  font-size:34px;
  line-height:.95;
  letter-spacing:.04em;
}

.bp-v22-comp-sub{
  margin-top:5px;
  color:rgba(255,255,255,.44);
  font-size:10px;
  line-height:1.45;
}

.bp-v22-comp-back{
  display:none;
  min-height:34px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:#0a0a0a;
  color:#fff;
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
}

.bp-v22-comp-back.is-visible{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.bp-v22-comp-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}

.bp-v22-comp-card{
  min-width:0;
  padding:12px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:10px;
  background:#090909;
  color:#fff;
  cursor:pointer;
  text-align:left;
}

.bp-v22-comp-card:hover{
  border-color:rgba(255,91,79,.48);
  background:rgba(255,91,79,.045);
}

.bp-v22-comp-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.bp-v22-comp-name{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:11px;
  font-weight:900;
}

.bp-v22-live-pill{
  flex:0 0 auto;
  padding:4px 7px;
  border-radius:999px;
  border:1px solid rgba(255,75,62,.42);
  background:rgba(255,75,62,.08);
  color:#ff6b61;
  font-size:7px;
  font-weight:900;
  letter-spacing:.08em;
}

.bp-v22-comp-meta{
  margin-top:7px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  color:rgba(255,255,255,.38);
  font-size:8px;
  font-weight:800;
}

.bp-v22-fixture-list{
  display:grid;
  gap:8px;
}

.bp-v22-fixture{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:10px;
  padding:11px 12px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:9px;
  background:#090909;
}

.bp-v22-fixture-team{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:10px;
  font-weight:900;
}

.bp-v22-fixture-team.away{
  text-align:right;
}

.bp-v22-fixture-mid{
  min-width:74px;
  text-align:center;
}

.bp-v22-fixture-status{
  color:#ff6b61;
  font-size:7px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.bp-v22-fixture-score{
  margin-top:2px;
  font-family:'Bebas Neue',sans-serif;
  font-size:22px;
  line-height:1;
}

.bp-v22-fixture-time{
  margin-top:2px;
  color:rgba(255,255,255,.38);
  font-size:7px;
  font-weight:800;
}

.bp-v22-empty{
  padding:24px 14px;
  border:1px dashed rgba(255,255,255,.12);
  border-radius:10px;
  color:rgba(255,255,255,.36);
  font-size:9px;
  font-weight:800;
  text-align:center;
}

@media(max-width:720px){
  .bp-v22-competition-panel{padding:13px}
  .bp-v22-comp-grid{grid-template-columns:1fr}
  .bp-v22-comp-title{font-size:30px}
  .bp-v22-fixture{gap:6px;padding:10px 8px}
  .bp-v22-fixture-mid{min-width:62px}
}
