.lid-title { color: var(--vd-navy); font-size: 26px; margin: 10px 0 16px; }
.lid-filters { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.lid-filters select {
    padding: 10px 14px; border: 1px solid #dde1e8; border-radius: 10px; font-size: 14px; background: #fff;
}
#lid-category { flex: 1; min-width: 220px; }

.lid-panel { background: var(--vd-white); border: 1px solid #dde1e8; border-radius: 14px; padding: 18px; box-shadow: 0 5px 18px rgba(20,23,31,.04); }
.lid-panel-title { margin: 0 0 14px; font-size: 18px; color: var(--vd-navy); }

.lid-list { display: flex; flex-direction: column; gap: 6px; }
.lid-row {
    display: flex; align-items: center; gap: 14px; padding: 10px 12px;
    background: #f7f8fa; border-radius: 10px; text-decoration: none; color: inherit;
}
.lid-row:hover { background: #eef1f6; }
.lid-rank {
    width: 30px; height: 30px; border-radius: 50%; background: #eef1f6; color: #5b6472;
    display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 13px; flex-shrink: 0;
}
.lid-rank-top { background: var(--vd-navy); color: #fff; }
.lid-player { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.lid-player-name { font-weight: 700; color: #1a2233; font-size: 14px; }
.lid-player-team { display: flex; align-items: center; gap: 5px; color: #8a93a3; font-size: 11px; margin-top: 2px; }
.lid-player-team img { width: 16px; height: 16px; object-fit: contain; }
.lid-games { color: #b0b6c0; font-size: 11px; flex-shrink: 0; }
.lid-total { font-weight: 900; color: var(--vd-navy); font-size: 20px; min-width: 50px; text-align: right; flex-shrink: 0; }
