/* Postie · TriageBand — the single-line agent report above the list. Tint on dark, oxblood FILL on light. */
.postie-triage {
  display: flex; align-items: center; gap: 10px;
  box-sizing: border-box; padding: 10px 14px; min-width: 0;
  border-radius: var(--postie-radius-row);
  background: var(--postie-triage); color: var(--postie-triage-ink);
  font-family: var(--postie-font-ui); font-size: 13px; line-height: 1.4;
}
.postie-triage__dot { width: 8px; height: 8px; border-radius: 999px; background: var(--postie-triage-signal); flex-shrink: 0; }
.postie-triage__text { flex-grow: 1; min-width: 0; }
.postie-triage__text strong { font-weight: 700; }
.postie-triage__action { font-size: 13px; font-weight: 700; color: var(--postie-triage-signal); text-decoration: none; white-space: nowrap; }
.postie-triage__action:hover { text-decoration: underline; text-underline-offset: 3px; }
/* inside a brand block (landing paper-preview strip) the band keeps its theme rule — the preview re-enters the working context */
.postie-triage--flush { border-radius: 0; padding: 12px 16px; }
