.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.small-muted { color: rgba(255,255,255,.65); }
.table td { vertical-align: top; }
.spinner-wrap { min-height: 22px; }
textarea { resize: vertical; }
.badge-soft { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }

/* Responsive layout: use most of the viewport while keeping readability */
.wide-wrap {
  width: 95vw;
  max-width: 1600px;
}
@media (max-width: 576px) {
  .wide-wrap { width: 100vw; }
}
/* Improve readability for large tables */
.table-responsive { border-radius: .75rem; }
