feat: overhaul Duriin autonomy console

This commit is contained in:
ImBenji
2026-08-04 21:05:47 +01:00
parent 0724f5dc36
commit 5037e1e192
10 changed files with 793 additions and 374 deletions
+14
View File
@@ -58,6 +58,20 @@
#intel-stats-row .intel-stat-card:first-child { padding-left: 24px; }
#intel-stats-row .intel-stat-card:last-child { border-right: none; }
/* The autonomy-era shell owns the stat strip layout. Keep the legacy
intelligence data but present it in the same visual system. */
#intel-stats-row {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
#intel-stats-row .intel-stat-card,
#intel-stats-row .intel-stat-card:first-child {
min-width: 0;
padding: 20px 26px;
border-right: 1px solid var(--border-light);
}
/* ── intel detail body (modal) ── */