.real-chart > div {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 6px;
    height: 100%;
    justify-content: flex-end;
    min-width: 34px;
}

.real-chart > div i {
    flex: none;
    min-height: 4px;
    width: 100%;
}

.real-chart > div b,
.real-chart > div small {
    color: var(--muted);
    font-size: 10px;
}

.empty-data {
    align-items: center;
    color: var(--muted);
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: center;
    min-height: 190px;
    text-align: center;
}

.empty-data b { color: var(--ink); }

.connector-category {
    border-bottom: 2px solid var(--navy);
    font-size: 15px;
    margin: 28px 0 3px;
    padding: 0 0 10px;
}

.connector-category small { color: var(--muted); font-weight: 500; }

.distribution-card {
    background: linear-gradient(135deg, #fff, #f1fbf6);
    border-color: #beddd0;
    margin-bottom: 18px;
}

.sync_pending { background: #fff4d8; color: #855d17; }

/* Legacy placeholder widths are hidden: an incomplete section has no invented score. */
.progress i[style="width:15%"] { width: 0 !important; }
