/* ===== La fiche du joueur : un dashboard de stream, pas une carte FIFA ===== */
.sheet{
  border-radius:var(--r-lg); overflow:hidden;
  background:linear-gradient(180deg,var(--surface) 0%,var(--bg-2) 100%);
  border:1px solid var(--line); box-shadow:var(--sh-2);
}
.sheet-head{ display:flex; gap:1em; padding:1.15em 1.3em 1em; align-items:flex-start; }
.avatar{
  width:76px; height:76px; flex:none; border-radius:18px; overflow:hidden;
  background:linear-gradient(150deg,var(--surface-3),var(--surface-2));
  border:1px solid var(--line-strong);
}
.avatar svg{ width:100%; height:100%; display:block; }
.sheet-id{ flex:1; min-width:0; }
.sheet-name{ font-family:var(--f-title); font-weight:900; font-size:1.32rem; line-height:1.15; }
.sheet-tags{ display:flex; flex-wrap:wrap; gap:.35em; margin-top:.4em; }
.sheet-age{ font-size:var(--fs-sm); color:var(--txt-3); margin-top:.35em; }

.lvl-box{ text-align:center; flex:none; }
.lvl{
  display:grid; place-items:center; width:62px; height:62px; border-radius:16px;
  font-family:var(--f-title); font-weight:900; font-size:1.80rem; color:#12101C;
  background:linear-gradient(140deg,var(--gold),var(--gold-2));
  box-shadow:0 6px 20px rgba(255,200,87,.25);
}
.lvl--hi{ background:linear-gradient(140deg,#6EE7A8,#25B37C); color:#062418; box-shadow:0 6px 20px rgba(53,216,160,.25); }
.lvl-up{ color:var(--good); font-size:.82rem; font-weight:800; }
.lvl-dn{ color:var(--bad); font-size:.82rem; font-weight:800; }
.lvl-stars{ font-size:.74rem; color:var(--txt-3); margin-top:.3em; white-space:nowrap; }
.lvl-stars b{ color:var(--gold); font-weight:400; }

.sheet-struct{
  padding:0 1.1em .9em; display:flex; flex-direction:column; gap:.2em;
}
.struct-row{ display:flex; align-items:center; gap:.5em; flex-wrap:wrap; font-size:var(--fs-sm); }
.struct-name{ font-family:var(--f-title); font-weight:800; }
.struct-sub{ font-size:var(--fs-xs); color:var(--txt-3); }

.sheet-sec{ padding:1.1em 1.3em; border-top:1px solid var(--line); }
.sheet-sec-t{
  font-family:var(--f-title); font-weight:800; font-size:.78rem; letter-spacing:.14em;
  text-transform:uppercase; color:var(--txt-3); text-align:center; margin-bottom:.8em;
}
.stat-cols{ display:grid; grid-template-columns:1fr 1fr; gap:0 1.2em; }
.stat-row{
  display:flex; justify-content:space-between; align-items:baseline; gap:.5em;
  font-size:var(--fs-sm); padding:.16em 0;
}
.stat-row + .stat-row{ border-top:1px solid rgba(255,255,255,.04); }
.stat-k{ color:var(--txt-2); }
.stat-v{ font-family:var(--f-title); font-weight:800; }
.v-lo{ color:var(--bad); } .v-mid{ color:var(--gold); } .v-hi{ color:var(--good); }

.sheet-meters{ display:flex; flex-direction:column; gap:.5em; padding:.2em 1.1em .9em; }

.tier-block{ padding:.2em 1.1em .9em; }
.tier-legend{ display:flex; justify-content:space-between; font-size:.74rem; color:var(--txt-3); margin-top:.35em; font-weight:600; }

.empty-note{ font-size:var(--fs-sm); color:var(--txt-3); font-style:italic; text-align:center; }

/* graphe d'audience */
.chart{ width:100%; height:96px; display:block; margin:.6em 0 .3em; overflow:visible; }
.chart-top{ display:flex; justify-content:space-between; align-items:flex-end; }
.chart-cap{ font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; color:var(--txt-3); font-weight:700; }
.chart-val{ font-family:var(--f-title); font-weight:900; font-size:1.50rem; }
.chart-x{ display:flex; justify-content:space-between; font-size:.72rem; color:var(--txt-3); }

/* parcours */
.path{ display:flex; flex-direction:column; gap:.4em; font-size:var(--fs-sm); }
.path-row{ display:flex; align-items:center; gap:.5em; }
.path-age{ font-family:var(--f-title); font-weight:800; color:var(--gold); min-width:3.6em; }

/* bandeau bas */
.sheet-band{
  display:flex; justify-content:space-between; align-items:center; gap:1em;
  padding:.7em 1.1em; background:linear-gradient(90deg,var(--gold-2),var(--gold));
  color:#241A03; font-family:var(--f-title); font-weight:800; font-size:var(--fs-sm);
}
