Add detection threshold calibration comparison
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-07-08 12:33:07 +02:00
parent 46204edbf4
commit 0e182ad69d
7 changed files with 333 additions and 1 deletions
+52
View File
@@ -3289,6 +3289,58 @@ button.entity-card {
background: #ffffff;
}
.calibration-comparison-surface {
border-color: #d6dfda;
background: #fbfdfb;
}
.calibration-summary-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 0.62rem;
min-width: 0;
}
.calibration-summary-card {
display: grid;
gap: 0.18rem;
min-width: 0;
border: 1px solid var(--line);
border-radius: 8px;
padding: 0.64rem;
background: #ffffff;
}
.calibration-summary-card-ready {
border-color: #b8d8c5;
background: #f7fcf8;
}
.calibration-summary-card span {
color: var(--muted);
font-size: 0.76rem;
font-weight: 800;
text-transform: uppercase;
}
.calibration-summary-card strong {
color: var(--ink);
font-size: 1.25rem;
}
.calibration-summary-card p,
.table-subtle {
margin: 0;
color: var(--muted);
font-size: 0.78rem;
line-height: 1.35;
}
.table-subtle {
display: block;
overflow-wrap: anywhere;
}
.ai-lab-section-header {
display: flex;
min-width: 0;