/* Le Ballon d'Oc — fiche joueuse V1 */
.fo-player-hero{display:flex;align-items:center;gap:18px;margin:18px 0;padding:25px 27px;border-radius:22px;background:#111820;color:#fff}
.fo-player-hero__badge{display:flex;align-items:center;justify-content:center;flex:0 0 58px;height:46px;border-radius:12px;font-size:.72rem;font-weight:950;background:#eef1f4;color:#6c7682}
.fo-player-hero__id{flex:1}.fo-player-hero__id>span,.fo-player-card header>span{font-size:.65rem;font-weight:950;letter-spacing:.14em;color:#f0b323}.fo-player-hero h1{margin:4px 0 2px;font-size:1.8rem;font-weight:950}.fo-player-hero h1 i{font-style:normal;font-weight:350;color:#d5dbe2}.fo-player-hero p{margin:0;color:#b7c0ca}
.fo-player-season{text-align:right}.fo-player-season small{display:block;color:#8793a0;font-size:.62rem;font-weight:900}.fo-player-season strong{display:block;margin-top:2px;font-size:1.15rem}
.fo-player-kpis{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:18px}.fo-player-kpis article{padding:17px 10px;border:1px solid #e5e9ef;border-radius:16px;background:#fff;text-align:center;box-shadow:0 8px 22px rgba(15,23,42,.05)}.fo-player-kpis strong{display:block;color:#172033;font-size:1.55rem;font-weight:950}.fo-player-kpis span{display:block;margin-top:3px;color:#7f8a98;font-size:.66rem}.fo-player-kpis .is-goal strong{color:#d71920}
.fo-player-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin-bottom:18px}.fo-player-card{padding:20px;border:1px solid #e5e9ef;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.05)}.fo-player-card header h2{margin:4px 0 0;color:#172033;font-size:1.1rem;font-weight:950}
.fo-player-bars{margin-top:18px}.fo-player-bars>div+div{margin-top:14px}.fo-player-bars p{display:flex;justify-content:space-between;margin:0 0 6px;font-size:.76rem}.fo-player-bars p strong{color:#687483}.fo-player-bars i{display:block;height:8px;border-radius:99px;background:#eef1f4;overflow:hidden}.fo-player-bars i span{display:block;height:100%;border-radius:99px;background:#d71920}
.fo-player-card--highlight{text-align:center}.fo-player-card--highlight>strong{display:block;margin-top:18px;color:#d71920;font-size:2.8rem;font-weight:950}.fo-player-card--highlight>p{margin:2px 0;color:#7c8795;font-size:.72rem}
.fo-player-history{margin-bottom:25px;padding:0;overflow:hidden}.fo-player-history header{padding:20px}.fo-player-table-wrap{overflow-x:auto;border-top:1px solid #e8ebef}.fo-player-history table{width:100%;border-collapse:collapse;min-width:620px}.fo-player-history th{padding:10px 12px;background:#111820;color:#aeb9c5;font-size:.62rem;text-align:center}.fo-player-history th:first-child{text-align:left;color:#f0b323}.fo-player-history td{padding:10px 12px;border-bottom:1px solid #edf0f3;text-align:center;font-size:.76rem;color:#596574}.fo-player-history td:first-child{text-align:left}.fo-player-history a{color:#172033;font-weight:900;text-decoration:none}.fo-player-history .goal{color:#d71920;font-weight:950}.fo-player-note{margin:0;padding:10px 20px 13px;background:#fafbfc;color:#8994a1;font-size:.65rem}
.fo-player-empty{margin:30px 0;padding:30px;border-radius:20px;background:#fff}
.fo-ts-pos--gk{background:#fff1b8!important;color:#775b00!important}.fo-ts-pos--def{background:#e7f0ff!important;color:#235da8!important}.fo-ts-pos--mid{background:#e7f7ee!important;color:#187346!important}.fo-ts-pos--att{background:#fde8e8!important;color:#b4232c!important}.fo-ts-pos--none{background:#eef1f4!important;color:#7a8490!important}
.fo-ts-player-id a{color:inherit;text-decoration:none}.fo-ts-player-id a:hover strong{text-decoration:underline}
@media(max-width:850px){.fo-player-kpis{grid-template-columns:repeat(3,1fr)}.fo-player-grid{grid-template-columns:1fr}}
@media(max-width:600px){.fo-player-hero{padding:18px;gap:12px;border-radius:17px}.fo-player-hero__badge{flex-basis:44px;height:38px}.fo-player-hero h1{font-size:1.35rem}.fo-player-season{display:none}.fo-player-kpis{grid-template-columns:repeat(2,1fr)}}

/* V1.1 — profil joueuse enrichi */
.fo-player-profile{margin-bottom:18px}
.fo-player-profile__facts{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.fo-player-profile__facts article{min-height:92px;padding:14px 15px;border:1px solid #e6eaf0;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.04)}
.fo-player-profile__facts span,.fo-player-profile__journey>span{display:block;color:#d71920;font-size:.61rem;font-weight:950;letter-spacing:.1em}
.fo-player-profile__facts strong{display:block;margin-top:7px;color:#172033;font-size:.87rem;font-weight:950;line-height:1.25}
.fo-player-profile__facts small{display:block;margin-top:4px;color:#8793a0;font-size:.66rem}
.fo-player-profile__journey{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:10px;padding:15px 18px;border-radius:16px;background:#111820;color:#fff}
.fo-player-profile__journey>span{color:#f0b323}
.fo-player-profile__journey p{display:flex;align-items:center;gap:12px;margin:0;text-align:right}
.fo-player-profile__journey p strong{font-size:.8rem;font-weight:900}
.fo-player-profile__journey p i{color:#f0b323;font-style:normal;font-size:1.1rem}
@media(max-width:900px){
 .fo-player-profile__facts{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:600px){
 .fo-player-profile__facts{grid-template-columns:repeat(2,minmax(0,1fr))}
 .fo-player-profile__facts article{min-height:82px;padding:12px}
 .fo-player-profile__journey{display:block}
 .fo-player-profile__journey p{margin-top:8px;text-align:left;flex-wrap:wrap}
}

/* V1.2 — intitulé réel du match */
.fo-player-history .fo-player-match{min-width:330px}
.fo-player-match a{display:block}
.fo-player-match a>strong{display:block;color:#172033;font-size:.78rem;font-weight:900;line-height:1.3}
.fo-player-match a>small{display:block;margin-top:3px;color:#8994a1;font-size:.64rem;font-weight:600;line-height:1.25}
.fo-player-match a:hover>strong{text-decoration:underline}
@media(max-width:600px){.fo-player-history .fo-player-match{min-width:270px}}

/* V1.2.2 — apparitions chronologiques : date + compétition */
.fo-player-history .fo-player-col-date,.fo-player-history .fo-player-date{width:54px;min-width:54px;white-space:nowrap}
.fo-player-history .fo-player-col-comp,.fo-player-history .fo-player-comp{width:135px;min-width:120px}
.fo-player-history .fo-player-date{color:#7b8794;font-size:.69rem;font-weight:900}
.fo-player-history .fo-player-comp{text-align:left}
.fo-player-history .fo-player-comp strong{display:block;color:#34404c;font-size:.68rem;font-weight:900;line-height:1.2}
.fo-player-history .fo-player-comp small{display:block;margin-top:3px;color:#929ca7;font-size:.61rem;line-height:1.15}
.fo-player-history .fo-player-match{min-width:285px}
.fo-player-history .fo-player-match a>strong{font-size:.75rem}
@media(max-width:600px){
 .fo-player-history .fo-player-col-comp,.fo-player-history .fo-player-comp{min-width:105px;width:105px}
 .fo-player-history .fo-player-match{min-width:245px}
}

/* V1.2.5 — numéro de maillot par apparition */
.fo-player-history .fo-player-col-shirt,
.fo-player-history .fo-player-shirt{
  width:44px;
  min-width:44px;
  text-align:center;
}
.fo-player-history .fo-player-shirt{
  color:#172033;
  font-weight:950;
}
