:root{--color-bg:#f7f8f8;--color-bg-elevated:#ffffff;--color-text:#202223;--color-text-muted:#73777a;--color-nav-bg:#242628;--color-nav-text:#f7f8f8;--color-amber:#b97832;--color-red:#b64b43;--color-green:#4e7b62;--color-border:#e5e7e8;--font-sans:"Source Sans 3",system-ui,sans-serif;--font-serif:"Source Sans 3",system-ui,sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,monospace}*{box-sizing:border-box}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);margin:0;-webkit-font-smoothing:antialiased}::selection{background:#dce9e2;color:#202223}h1,h2,h3{letter-spacing:-.025em}a,button{-webkit-tap-highlight-color:transparent}.qa-mono{font-family:var(--font-mono);font-size:.8125rem}.qa-chip{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;padding:.1875rem .625rem;border-radius:9999px;border:1px solid;white-space:nowrap}.qa-chip-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.qa-table-wrap{overflow-x:auto;margin-bottom:2rem}.qa-table{width:100%;border-collapse:collapse;font-size:.875rem}.qa-table td,.qa-table th{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--color-border)}.qa-table thead th{font-size:.6875rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);font-weight:600}.qa-table tbody tr:hover{background:rgba(26,39,68,.02)}.qa-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .375rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:9999px;font-size:.75rem;font-weight:600;font-family:var(--font-mono)}.qa-empty{text-align:center;padding:3rem 1rem;color:var(--color-text-muted)}.qa-empty-icon{margin-bottom:1rem;color:var(--color-border)}.qa-empty-title{margin:0 0 .25rem;font-size:1rem;color:var(--color-text)}.qa-empty-detail{margin:0;font-size:.8125rem}