/* =========================================================
   PATCH 2026-08-13 08:05 | ZAR STATUS DYNAMIC TAXONOMY
   Simplifies identity, badges, and report content into a shallow layout.
========================================================= */
.zar-status-report { padding: 12px 13px 14px; }
.zar-status-report__empty { margin: 0; color: var(--zsc-muted); font-size: 12px; }
.zar-status-identity__system { margin: 0 0 3px; color: #4c6e99; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.zar-status-identity__title { margin: 0; color: var(--zsc-ink); font-size: 19px; line-height: 1.2; }
.zar-status-identity__purpose { margin: 5px 0 0; color: var(--zsc-muted); font-size: 12px; line-height: 1.45; }
.zar-status-badges { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 8px; }
.zar-status-badge { display: inline-flex; min-height: 26px; align-items: center; padding: 5px 7px; border: 1px solid var(--zsc-line); border-radius: 999px; background: #fff; color: var(--zsc-ink); font-size: 10px; font-weight: 700; line-height: 1; }
.zar-status-badge--operational { border-color: #91cdbf; color: #096b55; background: #eefaf6; }
.zar-status-badge--implementation { border-color: #dfc995; color: #744900; background: #fffaf0; }
.zar-status-tabpanel { min-height: 80px; padding: 10px 2px 0; border: 0; background: transparent; color: #31435e; font-size: 12.5px; line-height: 1.5; }
.zar-status-copy { margin: 0 0 7px; }
.zar-status-copy:last-child { margin-bottom: 0; }
.zar-status-list { margin: 0; padding-left: 18px; }
.zar-status-list li + li { margin-top: 5px; }
.zar-status-facts { display: grid; grid-template-columns: minmax(90px, .32fr) minmax(0, 1fr); gap: 0; margin: 0; }
.zar-status-facts dt, .zar-status-facts dd { margin: 0; padding: 6px 5px; border-bottom: 1px solid #d7e1ee; }
.zar-status-facts dt { color: #4d6280; font: 800 9px/1.4 "Roboto Mono", Consolas, monospace; text-transform: uppercase; }
.zar-status-facts dd { overflow-wrap: anywhere; }
