.fallen-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(220px, 1fr)); gap:16px; margin-top:4px; }
.fallen-card { background:var(--bg2); border:1px solid var(--border); border-radius:10px; padding:20px 16px 16px; display:flex; flex-direction:column; align-items:center; gap:10px; position:relative; }
.fallen-card:hover { border-color:var(--gold-dim); }
.fallen-avatar-wrap { position:relative; }
.fallen-avatar { width:72px; height:72px; border-radius:50%; background:var(--bg4); display:flex; align-items:center; justify-content:center; font-weight:700; font-size:22px; color:var(--text2); overflow:hidden; border:2px solid var(--border); filter:grayscale(1) opacity(0.6); }
.fallen-avatar img { width:100%; height:100%; object-fit:cover; display:block; }
.fallen-skull { position:absolute; bottom:-4px; right:-4px; font-size:18px; line-height:1; filter:drop-shadow(0 0 3px rgba(0,0,0,0.8)); }
.fallen-name { font-size:16px; font-weight:700; text-align:center; }
.fallen-player-name { font-size:12px; color:var(--text2); margin-top:-6px; text-align:center; }
.fallen-class { font-size:11px; font-weight:600; border-radius:4px; padding:2px 9px; border:1px solid; }
.fallen-week { font-size:12px; color:var(--text2); text-align:center; }
.fallen-week strong { color:var(--text); }
.fallen-note { font-size:12px; color:var(--text2); font-style:italic; text-align:center; line-height:1.4; padding:6px 8px; background:var(--bg3); border-radius:6px; width:100%; user-select:none; }
.fallen-pts { font-size:13px; color:var(--text2); }
.fallen-pts span { color:var(--gold); font-weight:700; font-size:15px; }
.fallen-header-icon { font-size:28px; margin-right:8px; }
.fallen-count { font-size:13px; color:var(--text2); margin-bottom:16px; }
