/* Integration only: visual tokens and layout use the stock Gentelella CSS. */
.sidebar-brand { text-decoration: none; }
.qm-empty { min-height: 12rem; }
.nav-tree:not(.open) > .nav-sub { grid-template-rows: 0fr; }
.nav-tree.open > .nav-sub { grid-template-rows: 1fr; }
.nav-sub .nav-link { padding-inline-start: 12px; }
.qm-backdrop { position: fixed; inset: 0; z-index: 99; background: #0006; border: 0; }
.qm-backdrop[hidden] { display: none; }
