/* Stage 13 — mobile stability fixes found during real offline QA. */
@media (max-width: 700px) {
  html,
  body,
  button,
  a,
  [role="button"] {
    touch-action: manipulation;
  }

  input,
  select,
  textarea,
  .text-control {
    font-size: 16px !important;
  }
}
