.stat-cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:16px; margin-top:6px; }
.stat-card { background:#fff; border:1px solid var(--line); border-radius:12px; padding:16px; }
.stat-card h3 { font-size:14px; font-weight:700; margin:0 0 12px; color:var(--text); }
.stat-first { background:#f5f6f9; border-radius:8px; padding:12px; display:flex; align-items:center; gap:10px; margin-bottom:6px; }
.stat-first-photo { width:52px; height:52px; border-radius:50%; object-fit:cover; background:#e3e5ea; flex-shrink:0; }
.stat-first-info { display:flex; flex-direction:column; gap:2px; min-width:0; }
.stat-first-badge { font-size:10.5px; color:var(--red); font-weight:700; letter-spacing:.3px; }
.stat-first-name { font-size:15px; font-weight:800; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.stat-first-val { font-size:12px; color:var(--text-soft); }
.stat-first-team { font-size:11.5px; color:var(--text-soft); display:flex; align-items:center; gap:4px; }
.stat-first-team img { width:14px; height:14px; object-fit:contain; }
.stat-row { display:flex; align-items:center; gap:8px; padding:7px 0; font-size:12.5px; border-top:1px solid var(--line); }
.stat-row .rk { width:16px; color:var(--text-soft); font-weight:700; flex-shrink:0; }
.stat-row .nm { flex:1; font-weight:600; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.stat-row .tm { display:flex; align-items:center; gap:4px; color:var(--text-soft); font-size:11px; flex-shrink:0; }
.stat-row .tm img { width:13px; height:13px; object-fit:contain; }
.stat-row .vl { color:var(--red); font-weight:700; flex-shrink:0; }
.stat-empty { color:#aaa; font-size:12px; padding:14px 0; text-align:center; }
