/* Promine — Teal / Industriel */
[data-company="promine"] {
    --bs-primary: #00796B;
    --bs-primary-rgb: 0, 121, 107;
    --bs-secondary: #E64A19;
    --bs-secondary-rgb: 230, 74, 25;
    --bs-info: #0288D1;
    --bs-info-rgb: 2, 136, 209;
    --bs-success: #2E7D32;
    --bs-success-rgb: 46, 125, 50;
    --bs-warning: #EF6C00;
    --bs-warning-rgb: 239, 108, 0;
    --bs-danger: #C62828;
    --bs-danger-rgb: 198, 40, 40;
    --bs-body-color: #1B2631;
    --bs-body-bg: #EFF3F3;
    --bs-border-color: #E0E0E0;
    --bs-link-color: #00796B;

    --go-navbar-bg: #004D40;
    --go-navbar-color: #FFFFFF;
    --go-sidebar-bg: #FFFFFF;
    --go-sidebar-color: #37474F;
    --go-sidebar-icon-color: #CC0000;
    --go-sidebar-active-bg: rgba(204, 0, 0, 0.12);
    --go-accent-color: #CC0000;
}

/* Accent rouge Promine sur boutons et éléments interactifs */
[data-company="promine"] .btn-primary,
[data-company="promine"] .btn-primary:not(:disabled):not(.disabled):active,
[data-company="promine"] .btn-primary:not(:disabled):not(.disabled):focus {
    background-color: #CC0000 !important;
    border-color: #CC0000 !important;
}

[data-company="promine"] .btn-primary:hover {
    background-color: #990000 !important;
    border-color: #990000 !important;
}

[data-company="promine"] .btn-secondary {
    background-color: #CC0000 !important;
    border-color: #CC0000 !important;
}

[data-company="promine"] .btn-secondary:hover {
    background-color: #990000 !important;
    border-color: #990000 !important;
}

[data-company="promine"] .badge-primary {
    background-color: #CC0000 !important;
}

[data-company="promine"] .badge-secondary {
    background-color: #CC0000 !important;
}

[data-company="promine"] .alert-info {
    border-left: 4px solid #CC0000 !important;
}

/* Menu items hover/active - Rouge */
[data-company="promine"] .hx-sidebar-item {
    color: #37474F !important;
}

[data-company="promine"] .hx-sidebar-item:hover {
    background-color: rgba(204, 0, 0, 0.12) !important;
    color: #CC0000 !important;
}

[data-company="promine"] .hx-sidebar-item.hx-active {
    background-color: rgba(204, 0, 0, 0.15) !important;
    color: #CC0000 !important;
}

[data-company="promine"] .hx-sidebar-item .hx-icon {
    color: #CC0000 !important;
}

[data-company="promine"][data-bs-theme="dark"] {
    --bs-primary: #4DB6AC;
    --bs-primary-rgb: 77, 182, 172;
    --bs-secondary: #FF8A65;
    --bs-secondary-rgb: 255, 138, 101;
    --bs-body-bg: #0F1A1A;
    --bs-body-color: rgba(255, 255, 255, 0.87);

    --go-navbar-bg: #1B2631;
    --go-navbar-color: #FFFFFF;
    --go-sidebar-bg: #1B2631;
    --go-sidebar-color: rgba(255, 255, 255, 0.70);
    --go-sidebar-icon-color: #4DB6AC;
}
