/* ── RUMASA — Utilities ───────────────────────────────────────── */

.hidden { display: none !important; }

code {
  background: var(--bg-dark);
  padding: 2px 6px;
  border-radius: 5px;
  font-size: 12px;
  font-family: 'SF Mono', 'Fira Code', monospace;
}

.mt-0  { margin-top: 0; }
.mt-6  { margin-top: 6px; }
.mt-12 { margin-top: 12px; }
.mt-16 { margin-top: 16px; }
.mb-8  { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }

.section-title-compact { margin-bottom: 10px; }
.filter-row-spaced { margin-top: 10px; }
.report-kop-action { align-self: flex-start; }
