:root { color-scheme: light dark; --quiet: #6b7280; --high: #b91c1c; --medium: #b45309; --low: #6b7280; }
body { font: 15px/1.5 ui-sans-serif, system-ui, sans-serif; margin: 2rem auto; max-width: 62rem; padding: 0 1rem; }
h1 { font-size: 1.4rem; margin: 0; }
h2 { font-size: 1.05rem; margin: 2rem 0 .25rem; }
.quiet { color: var(--quiet); margin: .25rem 0 0; }
.counts { display: flex; gap: 1.5rem; margin: 1rem 0; }
.counts b { font-size: 1.6rem; display: block; font-weight: 600; }
table { border-collapse: collapse; width: 100%; margin-top: .5rem; }
th, td { text-align: left; padding: .35rem .6rem .35rem 0; border-bottom: 1px solid #e5e7eb33; vertical-align: top; }
th { font-weight: 600; color: var(--quiet); font-size: .85rem; }
td.fix { color: var(--quiet); font-size: .9rem; }
.sev-high { color: var(--high); font-weight: 600; }
.sev-medium { color: var(--medium); }
.sev-low { color: var(--low); }
.never, .stale { color: var(--high); font-weight: 600; }
button { font: inherit; padding: .4rem .9rem; cursor: pointer; }
