.pvf-confidence-chip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:4px;
  font-size:0.7rem;
  color: var(--pv-mint, var(--pv-green));
  font-weight:700;
}
.pvf-confidence-dot{
  width:9px;height:9px;border-radius:50%;
  background: conic-gradient(var(--pv-mint, var(--pv-green)) calc(var(--pvf-pct) * 1%), rgba(255,255,255,.12) 0);
  display:inline-block;
  flex-shrink:0;
}
.pvf-more-leagues{
  margin-top:22px;
  background:linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.008)), rgba(6,16,25,.85);
  border:1px solid var(--pv-border, rgba(255,255,255,.1));
  border-radius:18px;
  padding:22px;
}
.pvf-more-leagues-head h3{
  margin:10px 0 4px;
  font-size:19px;
  color:var(--pv-text-main, #fff);
}
.pvf-more-leagues-head p{
  color:var(--pv-text-muted, var(--pv-muted));
  font-size:13px;
  margin-bottom:16px;
}
.pvf-more-leagues-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.pvf-more-league-pill{
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:9px 14px;
  border-radius:12px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--pv-border, rgba(255,255,255,.1));
  text-decoration:none;
  min-width:130px;
  transition:border-color .15s ease, background .15s ease;
}
.pvf-more-league-pill:hover{
  border-color:var(--pv-green);
  background:rgba(0,224,131,.06);
}
.pvf-more-league-name{
  font-size:13px;
  font-weight:700;
  color:var(--pv-text-main, #fff);
}
.pvf-more-league-country{
  font-size:11px;
  color:var(--pv-text-muted, var(--pv-muted));
}
@media (max-width:760px){
  .pvf-more-leagues{padding:16px;border-radius:14px;}
  .pvf-more-league-pill{min-width:0;flex:1 1 calc(50% - 10px);}
}

.pva-acc-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.pva-acc-card{
    background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.018)),rgba(6,16,25,.96);
    border:1px solid rgba(255,255,255,.11);
    border-radius:22px;
    padding:20px;
    box-shadow:0 22px 70px rgba(0,0,0,.24);
}

.pva-acc-head{
    display:flex;
    justify-content:space-between;
    gap:16px;
    align-items:flex-start;
    margin-bottom:14px;
}

.pva-acc-head h3{
    margin:10px 0 0;
    font-size:22px;
    line-height:1.1;
    color:var(--pv-soft);
}

.pva-acc-odds{
    text-align:right;
}

.pva-acc-odds strong{
    display:block;
    color:var(--pv-gold);
    font-family:'JetBrains Mono',monospace;
    font-size:22px;
}

.pva-acc-odds span,
.pva-acc-meta,
.pva-acc-row span{
    color:var(--pv-text-muted);
    font-size:12px;
}

.pva-acc-meta{
    display:flex;
    justify-content:space-between;
    gap:10px;
    padding:10px 0 14px;
    border-bottom:1px solid rgba(255,255,255,.09);
}

.pva-acc-items{
    display:grid;
    gap:10px;
    margin-top:14px;
}

.pva-acc-row{
    display:flex;
    justify-content:space-between;
    gap:14px;
    text-decoration:none;
    color:inherit;
    padding:12px;
    border-radius:14px;
    background:rgba(255,255,255,.035);
    border:1px solid rgba(255,255,255,.08);
}

.pva-acc-row strong,
.pva-acc-row b{
    display:block;
    color:var(--pv-soft);
    font-size:13px;
}

.pva-acc-row b{
    color:var(--pv-gold);
    text-align:right;
}

.pva-acc-row div:last-child{
    text-align:right;
    min-width:92px;
}

@media(max-width:980px){
    .pva-acc-grid{
        grid-template-columns:1fr;
    }
}

/* PuntVault accumulator polish */
.pva-acc-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:22px !important;
    align-items:stretch !important;
}

.pva-acc-card{
    padding:24px !important;
    border-radius:24px !important;
    background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.018)),rgba(6,16,25,.96) !important;
    border:1px solid rgba(255,255,255,.12) !important;
    box-shadow:0 24px 80px rgba(0,0,0,.28) !important;
}

.pva-acc-head{
    display:flex !important;
    justify-content:space-between !important;
    align-items:flex-start !important;
    gap:16px !important;
    margin-bottom:18px !important;
}

.pva-acc-head h3{
    margin:12px 0 0 !important;
    font-size:24px !important;
    color:var(--pv-soft) !important;
}

.pva-acc-meta{
    display:flex !important;
    justify-content:space-between !important;
    padding:12px 0 16px !important;
    margin-bottom:14px !important;
    border-bottom:1px solid rgba(255,255,255,.1) !important;
}

.pva-acc-items{
    display:grid !important;
    gap:12px !important;
}

.pva-acc-row{
    display:flex !important;
    justify-content:space-between !important;
    gap:16px !important;
    padding:14px !important;
    border-radius:16px !important;
    background:rgba(255,255,255,.045) !important;
    border:1px solid rgba(255,255,255,.08) !important;
}

@media(max-width:980px){
    .pva-acc-grid{
        grid-template-columns:1fr !important;
    }
}
