/* Temporary compatibility bridge.
   This file is intentionally narrow: no wildcard Tailwind overrides,
   no layout coercion, no new visual primitives. */

.app-shell.min-h-screen {
  padding: 0 !important;
}

.min-h-screen {
  min-height: 100vh;
}

.max-w-7xl,
.max-w-6xl,
.max-w-5xl {
  max-width: var(--container-shell);
}

.max-w-4xl {
  max-width: var(--container-narrow);
}
