/* deal_scan — application-owned UI. Escaped text only (security doc). */
body { font-family: system-ui, sans-serif; margin: 1rem; }
header { display: flex; gap: 1rem; align-items: baseline; }
#system-state { color: #2a7; }
.deal-card {
  border: 1px solid #ddd; border-radius: 6px; padding: .5rem .75rem;
  margin: .4rem 0; list-style: none;
}
.deal-score { font-weight: 700; }
.reasons { color: #a86; font-size: .9rem; }
.state-healthy { color: #2a7; }
.state-degraded { color: #c84; }
.state-failing, .state-unreachable { color: #c44; }
.empty { color: #888; font-style: italic; }
#scan-now { margin-left: auto; padding: .3rem .8rem; cursor: pointer; }
