  
  .data-block{
    padding: 10px 0;
  }
  .section-head{
    display:flex; align-items:center; justify-content:space-between;
    gap:12px;
    padding: 8px 2px 0px;
  }
  .section-title{
    margin:0; font-size: .95rem; letter-spacing:.3px;
    font-weight: 1000; color:#fff; text-transform: uppercase;
  }
  .classement-logo-title{ width: 26px; height: 26px; object-fit:contain; }
  
  .neon-sep{
    height: 2px; margin: 16px 0 6px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    filter: drop-shadow(0 0 8px rgba(168,85,247,.35));
    border-radius: 2px;
  }
  
  .metric-row{
    display:grid; grid-template-columns: repeat(3,1fr); gap:10px;
    margin-top:10px;
  }
  .metric{
    border:1px solid var(--line-weak);
    border-radius: 12px;
    padding:10px 8px;
    background: rgba(2,6,23,.85);
  }
  @supports (background: color-mix(in oklab, #000 50%, #fff 50%)){
    .metric{ background: color-mix(in oklab, var(--slate-900) 86%, white 6%); }
  }
  .metric-label{
    color: var(--muted);
    text-align:center;
    font-size:.72rem; font-weight:800; text-transform:uppercase;
  }
  .metric-value{
    margin-top:4px;
    text-align:center;
    font-weight:1000; font-size:1.15rem; color:#fff;
  }
  
  .classement-logo{ width:18px; height:18px; object-fit:contain; }
  
  .btn.btn-link{
    color:#fff; font-weight:800; text-decoration:none;
    border:1px solid var(--line); border-radius:10px; padding:.3rem .6rem;
    background: transparent;
    transition: background .18s ease, border-color .18s ease, transform .12s ease;
  }
  .btn.btn-link:hover{
    background: var(--hover);
    border-color: rgba(255,255,255,.22);
    transform: translateY(-1px);
  }
  
  @media (max-width: 576px){
    .metric-row{ grid-template-columns: 1fr; }
    .section-title{ font-size:.9rem; }
  }
  


.gs-tabs .nav-link{
  position:relative; padding:.45rem .9rem; border-radius:999px;
  color:rgba(255,255,255,.8); background:rgba(148,163,184,.06);
  border:1px solid rgba(148,163,184,.18); margin:0 .35rem;
  transition:all .2s ease;
}
.gs-tabs .nav-link:hover{ color:#fff; border-color:rgba(168,85,247,.45); }
.gs-tabs .nav-link.active{
  color:#e9d5ff; background:rgba(168,85,247,.14);
  border-color:rgba(168,85,247,.55); box-shadow:0 0 0 2px rgba(168,85,247,.18) inset;
}

.section-outline{
  border-radius:18px; padding:10px; background:linear-gradient(180deg,rgba(2,6,23,.85),rgba(2,6,23,.9));
  box-shadow:0 0 0 1px rgba(168,85,247,.22), 0 12px 30px rgba(0,0,0,.35);
}
.section-outline__head{
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 14px; margin-bottom:4px;
  border-bottom:1px dashed rgba(148,163,184,.18);
}
.section-outline__head h6{ letter-spacing:.06em; }

.gs-table{
  color:#e5e7eb; border-collapse:separate; border-spacing:0;
}
.gs-table thead th{
  position:sticky; top:0; z-index:2;
  background:rgba(2,6,23,.95);
  font-weight:700; text-transform:uppercase; font-size:.72rem;
  border-bottom:1px solid rgba(148,163,184,.18);
}
.gs-table tbody tr{
  border-bottom:1px dashed rgba(148,163,184,.12);
}
.gs-table tbody tr:last-child{ border-bottom:none; }
.gs-table tbody tr:hover{
  background:rgba(168,85,247,.06);
}
.gs-table td, .gs-table th{
  vertical-align:middle; padding:.6rem .6rem;
}
.gs-table .col-logo{ width:40px; }

.pill{
  display:inline-block; min-width:48px; padding:.15rem .5rem;
  border-radius:999px; font-weight:700; font-size:.78rem; line-height:1;
  border:1px solid transparent; background:rgba(148,163,184,.08);
}
.pill-home{ color:#a7f3d0; border-color:rgba(16,185,129,.35); background:rgba(16,185,129,.12); }
.pill-draw{ color:#e5e7eb; border-color:rgba(148,163,184,.35); background:rgba(148,163,184,.10); }
.pill-away{ color:#fecaca; border-color:rgba(239,68,68,.35); background:rgba(239,68,68,.12); }
.pill-btts{ color:#e9d5ff; border-color:rgba(168,85,247,.45); background:rgba(168,85,247,.14); }

.classement-logo{ width:22px; height:22px; object-fit:contain; }

@media (max-width:576px){
  .section-outline{ padding:8px; }
  .gs-table td, .gs-table th{ padding:.5rem .45rem; }
  .gs-tabs .nav-link{ padding:.38rem .7rem; }
}