/* ═══════════════════════════════════════════════════════════
   GSN — PROFIL D'ÉQUIPE : RESTRUCTURATION
   ═══════════════════════════════════════════════════════════ */

/* ── Infobox ──────────────────────────────────────────────── */
.tp-infobox{background:var(--inner-card);border:1px solid var(--inner-border);border-radius:6px;
            padding:.35rem 1rem;margin-bottom:1.4rem}
.tpi-row{display:flex;align-items:baseline;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--inner-border)}
.tpi-row:last-child{border-bottom:none}
.tpi-k{font-family:var(--f-bc);font-size:.58rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;
       color:var(--inner-text3);min-width:110px;flex-shrink:0}
.tpi-v{font-size:.82rem;color:var(--inner-text);flex:1;min-width:0}

.tpi-pill{font-family:var(--f-bc);font-size:.56rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
          padding:.14rem .45rem;border-radius:3px}
.tpi-active{background:rgba(22,163,74,.15);color:#4ade80;border:1px solid rgba(22,163,74,.28)}
.tpi-inactive{background:rgba(200,146,42,.14);color:var(--gold);border:1px solid rgba(200,146,42,.25)}
.tpi-disbanded{background:rgba(200,16,46,.15);color:#ff6680;border:1px solid rgba(200,16,46,.25)}
[data-theme="light"] .tpi-active{background:#dcfce7;color:#14532d;border-color:#86efac}
[data-theme="light"] .tpi-inactive{background:#fef3c7;color:#78350f;border-color:#fcd34d}
[data-theme="light"] .tpi-disbanded{background:#fee2e2;color:#7f1d1d;border-color:#fca5a5}

/* Six chiffres clés au lieu de cinq : on resserre la grille */
#tpStats{grid-template-columns:repeat(auto-fit,minmax(92px,1fr))}

@media(max-width:640px){
  .tpi-row{flex-direction:column;gap:.15rem;padding:.45rem 0}
  .tpi-k{min-width:0}
  .tpi-v{font-size:.78rem}
}
