.shell {
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0;
  z-index: 9998;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--rich-black);
  /* overscroll gap matches header, no white flash */
}