.player-avatar{position:relative;display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;overflow:hidden;border:1px solid rgba(93,174,255,.25);border-radius:50%;background:linear-gradient(145deg,#17324d,#0b1928);color:#78bfff;font-size:.58rem;font-weight:800}
.player-avatar>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;background:#e8eef4}
.roster-player-card{grid-template-columns:38px minmax(0,1fr) auto 28px}
.roster-player-card>.player-avatar{width:36px;height:36px;align-self:center}
.editor-player-heading{display:flex;align-items:center;gap:10px;min-width:0}
.editor-player-heading>div{display:grid;min-width:0}
.editor-player-heading h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.position-summary-row{grid-template-columns:32px 38px minmax(0,1fr)}
.position-summary-row>.player-avatar{width:38px;height:38px}
html[data-theme="light"] .player-avatar{border-color:#b9d3e8;background:linear-gradient(145deg,#eaf4ff,#dbeaf6);color:#2572ad}
@media(max-width:430px){.roster-player-card{grid-template-columns:34px minmax(0,1fr) auto 25px}.roster-player-card>.player-avatar{width:34px;height:34px}.position-summary-row{grid-template-columns:30px 36px minmax(0,1fr);gap:8px}.position-summary-row>.player-avatar{width:36px;height:36px}}
