/* Starkwood ONE — Global Custom Route Shell Hardening v2.1.139
   Audited custom body-level routes:
   - Work Overview / My Work / Team Board / Milestones
   - Team Performance
   - My HR
   - HR Management

   Design/UI is intentionally untouched. This stylesheet controls only shell
   layering, background-scroll locking, native active-state suppression, and
   modal hierarchy. */

/* Every body-level custom route stays below the native application header and
   profile/account popovers. */
#sw-work-management-v21137,
#sw-team-performance-v2179,
#sw-my-hr-v2184,
#sw-hr-management-v2181 {
  z-index: 10 !important;
}

/* Avoid scrolling the hidden native page behind a body-level custom route. */
body.sw-custom-route-shell-active-v21139 {
  overflow: hidden !important;
}

/* The compiled React router intentionally remains on a safe native route under
   custom pages. Neutralize only the stale native active row while a custom
   route is visible. Custom-route navigation rows are explicitly excluded by
   the runtime. */
body.sw-custom-route-shell-active-v21139 .sw-custom-native-active-suppressed-v21139 {
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255,255,255,.65) !important;
}
body.sw-custom-route-shell-active-v21139 .sw-custom-native-active-suppressed-v21139 * {
  color: inherit !important;
}

/* Existing native mobile shell remains above body-level custom content. */
@media (max-width: 1023px) {
  #sw-work-management-v21137,
  #sw-team-performance-v2179,
  #sw-my-hr-v2184,
  #sw-hr-management-v2181 {
    z-index: 10 !important;
  }

  .sw-mobile-topbar {
    z-index: 140 !important;
  }

  #sw-mobile-menu-button {
    z-index: 141 !important;
  }

  .sw-mobile-nav-backdrop {
    z-index: 145 !important;
  }

  .sw-app-sidebar {
    z-index: 150 !important;
  }
}

/* Existing report/modal viewers must remain above both custom pages and the
   native top shell. */
#sw-team-performance-report-modal-v2179 {
  z-index: 1000001 !important;
}

#sw-my-hr-report-v2184,
#sw-hr-report-modal-v2181 {
  z-index: 220 !important;
}

#sw-my-hr-report-v2184 .sw-myhr-report-bar,
#sw-hr-report-modal-v2181 .sw-hr-report-bar {
  z-index: 222 !important;
}

/* Audit finding: the HR Notice/Memo modal was z-index 118, below the native
   mobile topbar (140). Raise only this modal layer, without changing its UI. */
#sw-hr-notice-modal-v2193 {
  z-index: 230 !important;
}
