/* Caller workspace content remains in normal document flow beneath the shell. */
.main { position: relative; }
.header { position: relative; z-index: 2; }
.workspace { position: relative; z-index: 1; }

@media (max-width: 760px) {
  .workspace { overflow-x: clip; }
}
