/* Haven EthosOS - small CSS overrides on top of the original global.css   (global.css itself is left untouched per the "wire the existing   frontend" scope). Loaded after global.css in launcher.php. *//* Fix: .ls-content is declared later in the DOM than .ls-logout-btn and   spans top:40px downward with no z-index of its own, so it painted   over the Sign Out button and silently ate every click on it. */.ls-logout-btn{  z-index: 20;}