/* Browser/PWA presentation. Android native geometry lives in android.css. */
body.employee-shell .android-bottom-nav {
  position:fixed; left:0; right:0; bottom:0; z-index:50; display:flex; width:100%;
  padding:6px 4px calc(6px + env(safe-area-inset-bottom, 0px));
}
body.employee-shell .content { padding-bottom:calc(28px + 64px + env(safe-area-inset-bottom, 0px)); }
