/* ── Journal: the «Деталі» line under an entry's description ──────────
   `ActivityLog.meta` holds the facts of an event (format, row count, the permission
   that was missing) as labelled pairs. They sit under the sentence, a step smaller
   and in mono, so a column of them reads as data one can scan down rather than as
   more prose: the point of `meta` is that these values are comparable between rows.
   Wraps rather than truncates — a dropped pair is a fact lost, and this cell has the
   width to spare. */
.journal-meta {
  display: flex; flex-wrap: wrap; gap: 2px 12px; margin-top: 4px;
  font-family: var(--font-mono); font-size: 11px; line-height: 1.5;
  color: var(--muted-2);
}
.journal-meta b { font-weight: 500; color: var(--muted); }

.search-empty {
  padding: 40px 16px; text-align: center; color: var(--muted);
  font-family: var(--font-mono); font-size: 12px; letter-spacing: .5px;
}
.search-empty::before {
  content: "⌖"; display: block; font-size: 30px; color: var(--muted-2);
  margin-bottom: 10px; opacity: .7;
}

/* ============================================================================
   MOVEMENTS — dispatcher list (status tabs + table) and tracking detail card
   ========================================================================== */
