.bi-ranking-row {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

    .bi-ranking-row:hover {
        background: rgba(0,0,0,0.03);
    }

.bi-ranking-nome {
    flex: 1;
    min-width: 0;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bi-ranking-qtd {
    font-size: 0.78rem;
    color: #888;
    white-space: nowrap;
    min-width: 40px;
    text-align: right;
    margin-right: 4px;
}

.bi-ranking-bar {
    position: relative;
    width: 110px;
    min-width: 80px;
    height: 22px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.bi-ranking-bar-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.bi-ranking-bar-label {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 6px;
    font-weight: 500;
    font-size: 0.75rem;
    white-space: nowrap;
}

.bi-kpi-card {
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.bi-kpi-value {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.bi-kpi-label {
    font-size: 0.72rem;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
