.metric-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px; }
.metric-strip > div { padding: 18px; background: var(--white); border: 1px solid var(--border); border-radius: 14px; display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; }
.metric-strip span { font-size: 9px; color: #7b7d74; }
.metric-strip strong { grid-row: 1 / span 2; grid-column: 2; font-family: Georgia, serif; font-size: 27px; }
.metric-strip small { font-size: 9px; color: #999b92; }
.runs-table { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.run-detail-grid { flex: 1; min-height: 0; padding: 22px; display: grid; grid-template-columns: 1fr 330px; gap: 18px; overflow: auto; }
.run-timeline-panel, .run-summary-panel { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); }
.run-timeline { padding: 10px 22px 28px; }
.timeline-item { min-height: 74px; display: grid; grid-template-columns: 30px 1fr auto; gap: 12px; position: relative; }
.timeline-item:not(:last-child)::after { content: ""; position: absolute; left: 14px; top: 30px; bottom: 0; width: 1px; background: var(--border-strong); }
.timeline-marker { width: 28px; height: 28px; border-radius: 50%; background: #e6f5eb; color: var(--green); display: grid; place-items: center; z-index: 1; }
.timeline-attention .timeline-marker { background: #fff0c8; color: var(--amber); }
.timeline-failed .timeline-marker { background: #fde8e6; color: var(--red); }
.timeline-active .timeline-marker { background: var(--violet-soft); color: var(--violet); }
.timeline-item strong { font-size: 11px; }
.timeline-item p { margin: 4px 0 0; font-size: 9px; color: #7d7f76; }
.timeline-item time { font-size: 8px; color: #999b92; }
.run-summary-panel { padding: 22px; height: fit-content; }
.run-summary-panel h3 { font-family: Georgia, serif; font-size: 24px; margin: 5px 0 20px; }
.run-summary-panel dl { margin: 0; }
.run-summary-panel dl div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.run-summary-panel dt { font-size: 9px; color: #7f8178; }
.run-summary-panel dd { margin: 0; font-size: 9px; font-weight: 750; text-align: right; }
.attention-summary { margin-top: 18px; padding: 16px; border-radius: 12px; background: #fff6d8; display: flex; gap: 10px; color: var(--amber); }
.attention-summary > div { color: var(--ink); }
.attention-summary strong { font-size: 10px; }
.attention-summary p { font-size: 9px; color: #73756c; line-height: 1.45; }
.attention-summary .button { width: 100%; }
.redaction-note { margin-top: 16px; display: flex; gap: 8px; align-items: flex-start; color: #888a81; font-size: 8px; line-height: 1.4; }
