/* Sego — Orange Brûlé / Affaires */
[data-company="sego"] {
    --bs-primary: #D84315;
    --bs-primary-rgb: 216, 67, 21;
    --bs-secondary: #D81B60;
    --bs-secondary-rgb: 216, 27, 96;
    --bs-info: #1E88E5;
    --bs-info-rgb: 30, 136, 229;
    --bs-success: #43A047;
    --bs-success-rgb: 67, 160, 71;
    --bs-warning: #FB8C00;
    --bs-warning-rgb: 251, 140, 0;
    --bs-danger: #E53935;
    --bs-danger-rgb: 229, 57, 53;
    --bs-body-color: #1A1A2E;
    --bs-body-bg: #F3F0F7;
    --bs-border-color: #E0E0E0;
    --bs-link-color: #D84315;

    --go-navbar-bg: #BF360C;
    --go-navbar-color: #FFFFFF;
    --go-sidebar-bg: #FFFFFF;
    --go-sidebar-color: #37474F;
    --go-sidebar-icon-color: #D84315;
    --go-sidebar-active-bg: rgba(216, 67, 21, 0.10);
    --go-accent-color: #D84315;
}

/* Menu items hover/active - Orange Brûlé */
[data-company="sego"] .hx-sidebar-item {
    color: #37474F !important;
}

[data-company="sego"] .hx-sidebar-item:hover {
    background-color: rgba(216, 67, 21, 0.12) !important;
    color: #D84315 !important;
}

[data-company="sego"] .hx-sidebar-item.hx-active {
    background-color: rgba(216, 67, 21, 0.15) !important;
    color: #D84315 !important;
}

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

[data-company="sego"][data-bs-theme="dark"] {
    --bs-primary: #FF7043;
    --bs-primary-rgb: 255, 112, 67;
    --bs-secondary: #F06292;
    --bs-secondary-rgb: 240, 98, 146;
    --bs-body-bg: #12101A;
    --bs-body-color: rgba(255, 255, 255, 0.87);

    --go-navbar-bg: #1A1A2E;
    --go-navbar-color: #FFFFFF;
    --go-sidebar-bg: #1A1A2E;
    --go-sidebar-color: rgba(255, 255, 255, 0.70);
    --go-sidebar-icon-color: #FF7043;
}

/* Dark mode menu items hover/active - Orange Brûlé */
[data-company="sego"][data-bs-theme="dark"] .hx-sidebar-item:hover {
    background-color: rgba(255, 112, 67, 0.15) !important;
    color: #FF7043 !important;
}

[data-company="sego"][data-bs-theme="dark"] .hx-sidebar-item.hx-active {
    background-color: rgba(255, 112, 67, 0.20) !important;
    color: #FF7043 !important;
}

[data-company="sego"][data-bs-theme="dark"] .hx-sidebar-item .hx-icon {
    color: #FF7043 !important;
}
