Fixed

  • Desktop nav bar missing — v0.33.0 added !important to .hidden utility which broke hidden lg:flex responsive patterns, hiding the entire desktop header. Reverted !important and fixed the three conflicting elements (batch action bar, Eisenhower grid, MoSCoW grid) with :not(.hidden) selectors so display: flex/grid only applies when the element is visible.