/* --- SILLA LEGAL IA: TEMA IMUNE AO DARK MODE --- */

/* 1. SIDEBAR PRETA ABSOLUTA (Ignora Light e Dark Mode do sistema) */
html body .sidebar, 
html body.dark-mode .sidebar,
html body #side-menu,
html body.dark-mode #side-menu {
    background-color: #000000 !important;
    background: #000000 !important;
    border-right: 1px solid rgba(255,255,255,0.05) !important;
}

/* 2. MANTER ESTILO DOS LINKS NA SIDEBAR */
#side-menu li a {
    color: #94a3b8 !important;
    font-weight: 600 !important;
}

#side-menu li a i {
    color: #f9d616 !important; /* Ícones Ouro */
    font-size: 18px !important;
}

#side-menu li a:hover, 
#side-menu li.active a {
    background: linear-gradient(90deg, rgba(206, 17, 38, 0.3) 0%, transparent 100%) !important;
    color: #ffffff !important;
    border-left: 4px solid #ce1126 !important;
}

/* 3. MENU DE CONFIGURAÇÃO (SETUP) - IMUNE AO DARK MODE */
html body #setup-menu-wrapper,
html body.dark-mode #setup-menu-wrapper {
    background-color: #0f1115 !important;
}

html body #setup-menu-wrapper ul li a,
html body.dark-mode #setup-menu-wrapper ul li a {
    color: #ffffff !important;
}

/* Correção do Hover nas Configurações */
html body #setup-menu-wrapper ul li a:hover,
html body.dark-mode #setup-menu-wrapper ul li a:hover {
    background-color: #4338ca !important;
    color: #ffffff !important;
}

/* 4. ÁREA DO USUÁRIO (PERMANÊNCIA NO FUNDO) */
.silla-profile-footer {
    background: #000 !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
}
