diff --git a/apps/ui/css/wizard.css b/apps/ui/css/wizard.css index d26e1ea..7a4d284 100644 --- a/apps/ui/css/wizard.css +++ b/apps/ui/css/wizard.css @@ -1446,6 +1446,44 @@ } .upstream-preview-change:hover { border-color: var(--text-secondary); color: var(--text-primary); } +.agent-preview-summary { + display: grid; + grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); + gap: 12px; +} + +.agent-preview-label { + color: var(--text-muted); + font-size: 11px; + font-weight: 700; + letter-spacing: .04em; + margin-bottom: 6px; + text-transform: uppercase; +} + +.agent-preview-value, +.agent-preview-description { + background: var(--surface-subtle); + border: 1px solid var(--border); + border-radius: 8px; + color: var(--text-primary); + font-size: 13px; + line-height: 1.5; + min-height: 38px; + padding: 9px 10px; +} + +.agent-preview-description { + color: var(--text-secondary); + min-height: 54px; +} + +@media (max-width: 760px) { + .agent-preview-summary { + grid-template-columns: 1fr; + } +} + /* ── Register new upstream inline form ── */ .upstream-new-form { background: var(--bg-canvas); diff --git a/apps/ui/html/wizard/step5.html b/apps/ui/html/wizard/step5.html index 05c4d4b..73fa2f9 100644 --- a/apps/ui/html/wizard/step5.html +++ b/apps/ui/html/wizard/step5.html @@ -103,6 +103,57 @@ tls: +