/* Engineers Portal — app-like mobile (no zoom / no horizontal stretch) */
html, body {
  overflow-x: hidden;
  max-width: 100%;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
main, .min-h-screen, #__next {
  max-width: 100%;
  overflow-x: hidden;
}
form, input, button, select, textarea, ul, li, table {
  max-width: 100%;
}
input, select, textarea, button {
  font-size: 16px; /* reduce iOS focus zoom on inputs */
}
.fixed { max-width: 100vw; }
