/* 1. BARRA SUPERIOR E LOGO: Preto Profundo com Detalhe Ouro */
.header, .navbar, .header__top {
    background-color: #000000 !important;
    border-bottom: 2px solid #D4AF37 !important;
}

/* 2. MENU LATERAL: Estilo Dark para destacar os ícones */
.sidebar {
    background-color: #1a1a1a !important;
}
.sidebar__item.active {
    border-left: 4px solid #D4AF37 !important;
    background-color: #333333 !important;
}

/* 3. BOTÕES PRINCIPAIS: Ouro com Letras Pretas (Seu desejo!) */
/* Isso vai transformar o botão azul "Criar Novo Chamado" */
.btn--primary, a.btn--primary, .button-full {
    background-color: #D4AF37 !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    font-weight: bold !important;
}

/* 4. FILTROS DE STATUS: Ouro para o que estiver selecionado */
.status-bar__item.active {
    background-color: #D4AF37 !important;
    color: #000000 !important;
}
.status-bar__item.active span {
    color: #000000 !important;
}

/* 5. TÍTULO DA TABELA (SALA DE CHAT): Preto e Ouro */
.table thead th {
    background-color: #000000 !important;
    color: #D4AF37 !important;
    border-bottom: 1px solid #D4AF37 !important;
}