/* Complemento ao Tailwind (CDN). Ajustes finos do layout UniLicit */

html {
  overflow-x: hidden;
}

aside nav a {
  text-decoration: none;
}

/* Scroll suave na lista do menu (sidebar fixa em altura de ecrã) */
.unilicit-sidebar nav {
  scrollbar-gutter: stable;
}

.unilicit-sidebar nav::-webkit-scrollbar {
  width: 6px;
}

.unilicit-sidebar nav::-webkit-scrollbar-thumb {
  background: rgb(203 213 225 / 0.9);
  border-radius: 9999px;
}

.dark .unilicit-sidebar nav::-webkit-scrollbar-thumb {
  background: rgb(71 85 105 / 0.9);
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

/* Drawer mobile: regras principais em includes/layout.php (<style> com !important) para vencer o Tailwind CDN */
