/* /css/sidebar.css */
#sidebar {
    width: 16rem; /* 64 */
    background-color: #18181b; /* bg-darkCard */
    border-right: 1px solid #27272a; /* border-zinc-800 */
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

/* Sombra de fundo quando o menu abrir no mobile */
#sidebarOverlay {
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.3s ease;
}