.rfc-player-list{list-style:none!important;margin:0!important;padding:0!important;counter-reset:none!important}
.rfc-player-row{display:grid;grid-template-columns:2.2rem minmax(0,1fr) auto;align-items:center;gap:.7rem;min-height:42px;padding:.55rem .25rem;border-bottom:1px solid rgba(255,255,255,.08);color:#fff}
.rfc-jersey-number{display:grid;place-items:center;width:2rem;height:2rem;border-radius:999px;background:var(--team-color,#ec4899);color:#fff;font-weight:900;font-size:.78rem;box-shadow:0 4px 12px rgba(0,0,0,.25)}
.rfc-player-name{font-weight:700;color:#f8fafc}
.rfc-player-badges{display:flex;align-items:center;justify-content:flex-end;gap:.32rem;flex-wrap:wrap}
.rfc-role-badge,.rfc-honor-badge{display:inline-grid;place-items:center;min-width:1.7rem;height:1.7rem;padding:0 .42rem;border-radius:999px;font-size:.68rem;font-weight:900;line-height:1;white-space:nowrap}
.rfc-role-captain{background:#fbbf24;color:#291800;border:1px solid #fde68a}
.rfc-role-vice{background:#c4b5fd;color:#24124d;border:1px solid #ddd6fe}
.rfc-honor-badge{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.18);font-size:.82rem}
.rfc-team-sheet-key{grid-column:1/-1;margin-top:1rem;padding:1rem 1.1rem;border-radius:14px;background:#0f172a;border:1px solid rgba(255,255,255,.1);color:#e2e8f0}
.rfc-team-sheet-key strong{display:block;margin-bottom:.65rem;color:#fff}
.rfc-badge-legend-items{display:flex;gap:.8rem 1.15rem;flex-wrap:wrap;align-items:center}
.rfc-badge-legend-items>span{display:inline-flex;gap:.42rem;align-items:center;font-size:.82rem}
@media(max-width:600px){.rfc-player-row{grid-template-columns:2rem minmax(0,1fr);}.rfc-player-badges{grid-column:2;justify-content:flex-start;padding-bottom:.2rem}.rfc-badge-legend-items{align-items:flex-start;flex-direction:column}}
