feat: scope detection QA to inference coverage
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 11:25:28 +02:00
parent aae6315981
commit 948e50b5e1
17 changed files with 762 additions and 7 deletions
+32
View File
@@ -983,6 +983,38 @@ details.ai-lab-model-surface > summary strong {
white-space: normal;
}
.detection-qa-diagnostic {
grid-column: 1 / -1;
display: grid;
gap: 0.2rem;
margin-top: 0.35rem;
border-left: 3px solid var(--accent);
padding: 0.55rem 0.65rem;
background: var(--accent-soft);
}
.detection-qa-diagnostic span {
color: var(--muted);
font-size: 0.68rem;
font-weight: 800;
text-transform: uppercase;
}
.detection-qa-diagnostic strong {
font-size: 0.82rem;
}
.detection-qa-diagnostic p {
margin: 0;
color: var(--muted);
font-size: 0.74rem;
}
.detection-qa-diagnostic-caution {
border-left-color: var(--warning);
background: #fff8eb;
}
.basemap-policy-notice {
margin-bottom: 0.65rem;
border: 0;