#endscreen h2 { font-size:clamp(24px,5vw,32px); margin-bottom:var(--s2); }
#endscreen .stars {
  font-size:clamp(40px,9vw,58px); margin:var(--s2) 0;
  filter:drop-shadow(0 4px 10px rgba(255,197,61,.45));
}
#endscreen .stat { color:var(--dim); font-size:15px; margin:var(--s1) 0; }
#endMoney { font-family:var(--font-head); font-weight:700; font-size:17px; color:var(--gold); }
#endStats { margin-top:var(--s2); }

#endRank {
  margin-top:var(--s4); display:flex; flex-direction:column; gap:var(--s2);
  width:100%; max-width:660px;
}
.rankrow {
  display:flex; align-items:center; gap:var(--s3);
  background:linear-gradient(180deg,var(--panel-2),var(--panel));
  border:2px solid var(--line); border-radius:var(--r);
  padding:10px 16px; font-size:14px;
  box-shadow:0 4px 0 rgba(0,0,0,.3), inset 0 2px 0 rgba(255,255,255,.06);
}
/* Người gánh: viền vàng phát sáng. Người phá: gạch đứt, chìm xuống. */
.rankrow.top { border-color:var(--gold); box-shadow:0 4px 0 rgba(0,0,0,.3), 0 0 18px #ffc53d40; }
.rankrow.bot { opacity:.8; border-style:dashed; box-shadow:none; }
.rmedal { font-size:20px; width:26px; }
.rface  { font-size:24px; }
.rname  { font-family:var(--font-head); font-weight:700; min-width:72px; text-align:left; }
.rtitle { color:var(--gold); font-weight:700; flex:1; text-align:left; }
.rstats { color:var(--faint); font-size:12.5px; white-space:nowrap; font-variant-numeric:tabular-nums; }
.rscore {
  font-family:var(--font-head); font-weight:700; color:var(--good);
  min-width:60px; text-align:right; font-variant-numeric:tabular-nums;
}

@media (max-width:600px) {
  .rankrow { flex-wrap:wrap; gap:var(--s2); padding:10px 12px; }
  .rtitle { flex-basis:100%; order:5; font-size:13px; }
  .rstats { display:none; }   /* dòng chỉ số quá dài, bỏ trên màn hẹp */
}
