/* FW2-METRIC-018 — Trust Report (additive). */
.trust-report-panel {
  margin-top: 0.75rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(167, 139, 250, 0.28);
  border-radius: 8px;
  background: rgba(8, 12, 22, 0.45);
}
.trust-report-panel h3 { margin: 0 0 0.35rem; font-size: 0.95rem; }
#trust-report-components, #trust-report-list {
  list-style: none; margin: 0.35rem 0 0; padding: 0; display: grid; gap: 0.3rem;
  max-height: 12rem; overflow: auto;
}
.trust-report-component, .trust-report-sample {
  padding: 0.35rem 0.45rem; border-left: 3px solid rgba(167, 139, 250, 0.55);
  background: rgba(15, 23, 42, 0.55); font-size: 0.78rem;
}
#trust-report-coverage, #trust-report-formula, #trust-report-status {
  margin-top: 0.35rem; font-size: 0.75rem;
}
