body {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  min-width: 0;
  overflow-x: hidden;
}

/* ─── Tabelas responsivas: scroll horizontal em viewports estreitos ─── */
.table-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-scroll-wrapper table {
  width: 100%;
}
