/* ==========================================================================
   INBOUND ENQUIRIES — the mail the poller landed (#323 increment 2)
   --------------------------------------------------------------------------
   The panel above the quote table on #/quotes. Its only real design decision is
   the one below, and it is the repo-wide rule rather than this screen's taste.

   `--triage` IS HATCHED, exactly as `.cmp-pill--indet` is, and for the same
   reason. The matching cascade looked at the message and REFUSED TO DECIDE — it
   is neither "this is a new enquiry" nor "this is not a quote", and drawing it
   in either colour would turn a refusal into an answer. A hatch is the only
   thing on this screen that reads as "we do not know", and somebody sending this
   to a person needs to see that at a glance rather than read a tooltip.
   ========================================================================== */
#intk-inbox .table td{vertical-align:top}
#intk-inbox h3{font-size:14px;letter-spacing:.2px}

/* Held, and nobody can say which enquiry it belongs to. Same hatch, same dashed
   border and same muted gold as .cmp-pill--indet — one visual language for "we
   cannot tell" across the whole app, so it is not learned twice. */
.badge--hatch{
  background:repeating-linear-gradient(135deg,#f4f2ea,#f4f2ea 5px,#eae6d8 5px,#eae6d8 10px);
  color:#7a6520;border:1px dashed #c9b877}

/* The poller's own sentence, rendered in place. Never a toast: a toast slides
   away while somebody is still reading a count, and this carries counts. */
#intk-poll-msg{line-height:1.55;max-width:110ch}
