*,*::before,*::after{box-sizing:border-box}
body{margin:0;background:#07090d;color:#e6edf3;font:15px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;-webkit-text-size-adjust:100%}
.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 20px 12px;border-bottom:1px solid #1b2129;flex-wrap:wrap}
.eyebrow{margin:0 0 4px;font-size:11px;letter-spacing:.14em;color:#6b7785}
h1{margin:0;font-size:26px;letter-spacing:.04em;color:#7d8896}
h1.armed{color:#ff5f56}
h2{margin:0;font-size:16px;font-weight:600}
.muted,.hint{color:#6b7785;font-size:12px}
main{padding:16px 20px 56px;max-width:1180px}
section{margin-bottom:30px}
.section-title{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;flex-wrap:wrap}
.section-title>div{display:flex;align-items:baseline;gap:10px}
.index{font-size:11px;color:#3d4753}
.metric-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:10px}
.metric{background:#0d1117;border:1px solid #1b2129;border-radius:8px;padding:11px 13px}
.metric .k{font-size:11px;color:#6b7785;margin-bottom:5px}
.metric .v{font-size:19px}
.metric .s{font-size:11px;color:#6b7785;margin-top:3px}
.pos{color:#3fb950}.neg{color:#ff7b72}.warn{color:#d29922}
.gate-list{display:flex;flex-direction:column;gap:8px}
.gate{background:#0d1117;border:1px solid #1b2129;border-left-width:3px;border-radius:8px;padding:11px 13px}
.gate.pass{border-left-color:#3fb950}.gate.fail{border-left-color:#ff7b72}
.gate.pending{border-left-color:#3d4753}.gate.conditional{border-left-color:#d29922}
.gate .row1{display:flex;gap:10px;align-items:baseline;flex-wrap:wrap}
.gate .id{font-weight:700}
.gate .q{color:#adbac7}
.gate .th{font-size:11px;color:#6b7785;margin-top:4px}
.gate .ob{font-size:13px;margin-top:4px}
.funnel{display:flex;flex-direction:column;gap:6px}
.fstage{display:grid;grid-template-columns:130px 1fr 90px;gap:10px;align-items:center;background:#0d1117;border:1px solid #1b2129;border-radius:6px;padding:8px 11px}
.fbar{height:7px;background:#161c24;border-radius:4px;overflow:hidden}
.fbar>i{display:block;height:100%;background:#2f6feb}
.fnum{text-align:right}
.table-wrap{overflow-x:auto;border:1px solid #1b2129;border-radius:8px}
table{border-collapse:collapse;width:100%;font-size:12.5px;min-width:760px}
th,td{padding:7px 10px;text-align:left;white-space:nowrap;border-bottom:1px solid #161c24}
th{color:#6b7785;font-weight:500;font-size:11px;position:sticky;top:0;background:#0d1117}
tbody tr:last-child td{border-bottom:0}
a{color:#58a6ff}
.errors{margin-top:10px;font-size:12px;color:#ff7b72;white-space:pre-wrap}
@media(max-width:620px){.fstage{grid-template-columns:104px 1fr 72px}main{padding:14px 14px 48px}}
