/* Custom overrides (Tailwind + DaisyUI for layout and components) */

/* Hide scrollbar on sidebar and content areas */
.noscrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.noscrollbar::-webkit-scrollbar {
  display: none;
}

/* Theme toggle: show one icon, hide the other (JS toggles .hidden) */
.theme-icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.theme-icon.hidden {
  display: none !important;
}
