/* =========================================================
   GLPI 11 - CN Motos Branding
   Sidebar: #343434 | Accent: #d32933
   ========================================================= */

html.entity-cnmotos {
    --glpi-mainmenu-bg:        #343434 !important;
    --glpi-mainmenu-fg:        #ffffff !important;
    --glpi-mainmenu-fg-muted:  rgba(255,255,255,.67) !important;
    --glpi-mainmenu-active-bg: #4a4a4a !important;
    --glpi-palette-color-1:    #343434 !important;
    --glpi-palette-color-2:    #ffffff !important;
    --glpi-palette-color-3:    #4a4a4a !important;
    --glpi-palette-color-4:    #d32933 !important;
    --tblr-primary:            #d32933 !important;
    --tblr-primary-rgb:        211,41,51 !important;
    --tblr-primary-fg:         #ffffff !important;
    --tblr-link-color:         #d32933 !important;
    --tblr-link-color-rgb:     211,41,51 !important;
}

/* ── Sidebar background ────────────────────────────────── */
html.entity-cnmotos aside.navbar.sidebar,
html.entity-cnmotos aside.navbar-vertical {
    background-color: #343434 !important;
}

/* ── Logo CN Motos no sidebar ──────────────────────────── */
html.entity-cnmotos .glpi-logo,
html.entity-cnmotos .page .glpi-logo {
    background-image: url("/pics/logos/cnmotos.png?v=1") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center left !important;
    width: 150px !important;
    height: 55px !important;
}

/* -- Oculta banner search-banner -- */
.helpdesk-home-container .search-banner.d-flex,
.helpdesk-home-container .search-banner {
    display: none !important;
}

/* -- Hover nos cards do helpdesk -- */
html.entity-cnmotos .tiles-banner a.card {
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
html.entity-cnmotos .tiles-banner a.card:hover {
    background-color: rgba(211,41,51,0.06) !important;
    border-color: #d32933 !important;
    box-shadow: 0 4px 12px rgba(211,41,51,0.15) !important;
}

/* -- Sombra vermelha no titulo dos cards externos -- */
html.entity-cnmotos .tiles-banner .cnmotos-external-title {
    text-shadow: 1px 1px 4px rgba(211,41,51,0.45);
    color: #d32933 !important;
}
