/* Feature Chamados T.I. — Camada 7 (migração incremental, 9/13).
   O formulário do modal reaproveita .ch-input/.ch-label/.ch-beautiful, já globais via
   css/ficha-cadastral.css (reuso intencional, não duplicado aqui). */

.ch-status-badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ch-status-badge.is-concluido {
    background: #dcfce7;
    color: #166534;
}

.ch-status-badge.is-andamento {
    background: #dbeafe;
    color: #1e40af;
}

.ch-status-badge-lg {
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ch-status-badge-lg.is-concluido {
    background: #dcfce7;
    color: #166534;
}

.ch-status-badge-lg.is-andamento {
    background: #dbeafe;
    color: #1e40af;
}

.ch-status-badge-lg.is-outro {
    background: #f1f5f9;
    color: #475569;
}

.ch-sistema-tag {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #475569;
}

.ch-row-action {
    border: none;
    color: white;
    padding: 5px 8px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 5px;
}

.ch-row-action.is-concluir {
    background: #10b981;
}

.ch-row-action.is-excluir {
    background: #ef4444;
    margin-right: 0;
}

.ch-resolucao {
    font-size: 12px;
    font-weight: 600;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ch-resolucao i {
    color: #64748b;
}

.ch-time-part {
    color: #94a3b8;
    font-size: 11px;
}
