html.pm-shell {
  font-size: 12px;
}
body.pm-shell {
  margin: 0;
  background: #f7f8fb;
  color: #0b1f3a;
  font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
#mtApp { min-height: 100vh; }

/* iOS: font < 16px no focus = zoom automático */
@media (max-width: 900px) {
  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),
  select,
  textarea {
    font-size: 16px !important;
  }
}
