/* Feature: Colaboradores (Camada 7, 3/13) — mesmos valores visuais da versão legada.
   Reaproveita .inv-th-row/.inv-th-label/.inv-th-controls/.inv-icon-btn/.inv-sort-*/.inv-filter-*
   de css/features/inventario.css para o cabeçalho ordenável/filtrável — é o mesmo padrão visual,
   sem sentido duplicar as regras. */

.colab-th-sticky,
.colab-td-sticky {
    position: sticky;
    background: #fff;
    z-index: 20;
    border-right: 1px solid #e2e8f0;
}

.colab-th-sticky {
    background: #f8fafc;
    z-index: 30;
}

.colab-th-actions,
.colab-td-actions {
    left: 0;
    min-width: 60px;
    max-width: 60px;
    text-align: center;
}

.colab-th-nome,
.colab-td-nome {
    left: 60px;
    box-shadow: 4px 0 6px -4px rgba(0, 0, 0, 0.1);
}

.colab-edit-btn {
    background: none;
    border: none;
    color: var(--primary-blue);
    cursor: pointer;
}

.colab-machine-old {
    color: #94a3b8;
    font-style: italic;
}

.colab-machine-link {
    color: var(--primary-orange);
    text-decoration: none;
    font-weight: bold;
}

.colab-toggle-btn {
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: 0.2s;
    background: #f1f5f9;
    color: #64748b;
}

.colab-toggle-btn.is-active {
    background: #000425;
    color: white;
}
