.status-bar {
    display: flex;
    justify-content: space-between;
    color: #666;
    font-size: 12px;
    font-family: 'Segoe UI', sans-serif;
    margin-top: 6px;
    padding: 0 4px;
    flex-wrap: wrap;
    gap: 4px;
}
.stats-right {
    color: #888;
    font-size: 12px;
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}
.stats-right .num { color: #d4d4d4; font-weight: 500; }
.stats-right .divider { color: #3a3a3a; }
