.audit-history{max-width:1280px;margin:36px auto 0}.history-list{display:grid;gap:14px}.history-event{padding:18px;border:1px solid var(--plant-border,var(--border));border-radius:14px;background:var(--plant-surface,var(--panel));color:var(--plant-text,var(--text));box-shadow:var(--plant-shadow,none)}.history-event>header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.history-event>header div{display:grid;gap:4px}.history-event>header span,.history-event time{color:var(--plant-muted,var(--muted));font-size:12px}.history-event dl{margin:14px 0;grid-template-columns:repeat(2,minmax(0,1fr))}.history-event dl div{border-color:var(--plant-border,var(--border));background:var(--plant-surface-soft,rgba(11,16,32,.56))}.history-event p{margin:8px 0;color:var(--plant-muted,var(--muted));line-height:1.5}.history-event details{margin-top:12px}.history-event summary{cursor:pointer;color:var(--plant-blue,var(--accent))}.history-snapshots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.history-snapshots pre{max-height:300px;overflow:auto;margin:0;padding:12px;border:1px solid var(--plant-border,var(--border));border-radius:10px;background:#0b1020;color:#cbd5e1;font-size:11px;white-space:pre-wrap;word-break:break-word}@media(max-width:760px){.history-event>header{display:grid}.history-snapshots{grid-template-columns:1fr}.history-event dl{grid-template-columns:1fr}}
