.scene-evidence { min-width: 0; }
.evidence-panel { border: 1px solid #d4dfee; border-radius: 8px; overflow: hidden; background: white; box-shadow: 0 6px 20px #183d6b06; }
.evidence-header { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 9px; padding: 15px 18px; background: #fbfcfe; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 750; }
.pill { padding: 3px 7px; border-radius: 4px; font-size: 12px; font-weight: 700; line-height: 1.6; }
.pill-blue { background: #eaf1ff; color: #345da4; }
.pill-green { background: #e8f6ee; color: #26714f; }
.pill-amber { background: #fff0d6; color: #966122; }
.evidence-body { padding: 20px; display: grid; gap: 16px; }
.evidence-footer { display: flex; align-items: flex-start; gap: 8px; padding: 13px 18px; border-top: 1px solid var(--line); font-size: 12px; color: #62738e; line-height: 1.6; }
.evidence-footer svg { width: 14px; height: 14px; margin-top: 3px; }
.evidence-item { padding-left: 13px; border-left: 2px solid #d7e3f7; }
.evidence-item strong { display: block; font-size: 16px; line-height: 1.5; margin-top: 4px; letter-spacing: -.2px; }
.evidence-item p { color: var(--muted); font-size: 14px; line-height: 1.65; margin-top: 5px; }
.evidence-kicker { color: #647da2; font-size: 12px; font-weight: 800; letter-spacing: .55px; overflow-wrap: anywhere; }
.evidence-item.finding { border-color: #dca851; background: #fffbf2; padding: 12px 14px; border-radius: 0 5px 5px 0; }
.finding .evidence-kicker { color: #906127; }
.pending { border-color: #dcb987; }
.evidence-code { margin: 0; padding: 14px 15px; font-size: 14px; background: #f1f5fa; color: #304970; border-radius: 5px; line-height: 1.8; white-space: pre-wrap; overflow-wrap: anywhere; }
.evidence-code code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.evidence-quote { margin: 0; padding: 16px 18px; font-size: 17px; font-weight: 650; line-height: 1.7; color: #244774; background: #eef4ff; border-radius: 6px; }
.evidence-path { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.evidence-path li { display: grid; grid-template-columns: 22px 1fr 17px; align-items: center; gap: 10px; font-size: 14px; line-height: 1.6; padding: 11px 10px; background: #f5f8fd; border-radius: 5px; }
.evidence-path li > span { font-size: 12px; color: #6983ac; font-weight: 750; }
.evidence-path b { font-weight: 650; }
.evidence-path svg { width: 15px; height: 15px; color: #8a9ebb; }
.evidence-note { font-size: 14px; color: var(--muted); line-height: 1.65; margin: 0 !important; }
.evidence-checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.evidence-checks li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; line-height: 1.6; }
.evidence-checks svg { width: 17px; height: 17px; color: #279572; margin-top: 3px; }
.usage-total { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 8px 0 12px; }
.usage-total strong { font-size: 42px; font-weight: 800; letter-spacing: -1.4px; color: var(--blue); line-height: 1.15; }
.usage-total > span { color: var(--muted); font-size: 14px; }
.usage-bars { display: grid; gap: 20px; padding-block: 5px; }
.usage-bars > div { display: grid; grid-template-columns: 1fr auto; gap: 8px; font-size: 14px; }
.usage-bars b { font-weight: 750; }
.usage-bars i { grid-column: 1 / -1; width: var(--bar); min-width: 15px; height: 13px; border-radius: 3px; background: #739cf0; }
.usage-bars > div:first-child i { background: var(--blue); }
.read-list { display: grid; gap: 0; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }
.read-list > div { display: flex; justify-content: space-between; gap: 15px; padding: 9px 13px; font-size: 14px; }
.read-list > div + div { border-top: 1px solid var(--line); }
.read-list b { color: #996025; font-weight: 700; }
.report-shot { display: block; min-width: 0; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: white; }
.report-shot img { display: block; width: 100%; height: auto; }
.report-shot > span { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px; color: var(--blue); font-size: 14px; font-weight: 700; border-top: 1px solid var(--line); }
.report-shot svg { width: 16px; height: 16px; flex-shrink: 0; }
.report-shot:hover { border-color: var(--blue); }
.report-gallery { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.report-gallery .report-shot { display: flex; flex-direction: column; justify-content: space-between; }
.report-gallery img { aspect-ratio: 1.7; object-fit: contain; object-position: top; }
.recipe-form-preview { display: grid; gap: 22px; }
.recipe-form-heading { display: flex; align-items: flex-start; gap: 12px; }
.recipe-form-heading > svg { color: var(--blue); width: 23px; height: 23px; margin-top: 3px; flex-shrink: 0; }
.recipe-form-heading strong { display: block; font-size: 19px; letter-spacing: -.4px; }
.recipe-form-heading p { margin-top: 4px; color: var(--muted); font-size: 14px; }
.recipe-form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.recipe-form-fields > div { min-width: 0; }
.recipe-form-fields > div > span { display: block; font-size: 14px; font-weight: 650; margin-bottom: 7px; }
.recipe-form-value { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 11px 12px; border: 1px solid #bac9e0; border-radius: 6px; font-size: 15px; color: var(--ink); }
.recipe-form-value svg { width: 16px; height: 16px; color: #647da2; flex-shrink: 0; }
.recipe-form-scope { display: flex; align-items: center; gap: 9px; padding: 12px; background: var(--soft); border-radius: 6px; font-size: 14px; color: #425c85; }
.recipe-form-scope svg { width: 17px; height: 17px; flex-shrink: 0; }
.recipe-form-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); padding-top: 16px; font-size: 14px; color: var(--muted); }
.recipe-run-preview { display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; background: var(--blue); color: white; border-radius: 6px; font-weight: 700; }
.recipe-run-preview svg { width: 16px; height: 16px; }
@media (max-width: 600px) {
  .report-gallery { grid-template-columns: 1fr; }
  .recipe-form-fields { grid-template-columns: 1fr; }
  .evidence-header { padding: 12px 13px; }
  .evidence-body { padding: 16px 13px; gap: 14px; }
  .evidence-footer { padding: 12px 13px; }
  .evidence-item { padding-left: 10px; }
  .evidence-item strong { font-size: 15px; }
  .evidence-quote { padding: 13px; font-size: 16px; }
  .evidence-code { font-size: 14px; padding: 12px; }
  .evidence-path li { padding: 9px 8px; gap: 6px; grid-template-columns: 21px 1fr 15px; }
}
