/* ─────────────────────────────────────────────────────────────────────────
   app-inbox — page-level layout for the inbox + process-to-zero surface. The
   list/picker chrome comes from c-table / c-segmented (06-components); this is
   the status region, the zero-state, and the per-row clarify-form spacing.
   No inline style (strict CSP).
   ───────────────────────────────────────────────────────────────────────── */

.app-inbox__status {
  /* stable aria-live region: reserve height so it doesn't jump when announced */
  min-height: var(--space-4);
  margin-top: var(--space-2);
}

.app-inbox__status:empty {
  min-height: var(--space-4);
}

.app-inbox__zero {
  text-align: center;
  padding-block: var(--space-4);
  /* Warm, steady empty state — sentence case, not a phosphor readout. Emphasis
     token stays legible on cream (light mode) instead of leaking phosphor-cyan. */
  color: var(--color-text-emphasis);
}

/* The per-item clarify form sits beneath the captured content within the row. */
.app-inbox__clarify {
  margin-top: var(--space-2);
}
