.agent-hub-enterprise-theme,:root{--hub-canvas:#eef1f4;--hub-surface:#ffffff;--hub-surface-subtle:#f7f8fa;--hub-surface-strong:#111f32;--hub-navigation:#111f32;--hub-navigation-active:#263b57;--hub-navigation-muted:#8ea0b4;--hub-ink:#172231;--hub-ink-secondary:#617083;--hub-ink-tertiary:#8793a2;--hub-border:#d5dbe2;--hub-border-strong:#b9c2cd;--hub-action:#1c62d6;--hub-action-hover:#174fae;--hub-positive:#168c81;--hub-warning:#c98217;--hub-danger:#c83f45;--hub-info:#4377bb;--hub-focus:#2f74df;--hub-radius-sm:4px;--hub-radius-md:6px;--hub-radius-lg:10px;--hub-sidebar-width:218px;--hub-sidebar-fluid-width:218px;--hub-sidebar-collapsed-width:72px;--hub-topbar-height:62px;--hub-topbar-fluid-height:62px;--hub-sidebar-brand-height:64px;--hub-shadow-raised:0 8px 24px rgba(17,31,50,0.08);--hub-shadow-overlay:0 18px 48px rgba(17,31,50,0.18);--hub-duration-fast:160ms;--hub-duration-standard:220ms}@media (min-width:1024px){:root{--hub-sidebar-fluid-width:clamp(184px,13.625vw,218px);--hub-topbar-fluid-height:clamp(56px,3.875vw,62px);--hub-sidebar-brand-height:clamp(58px,4vw,64px)}}.agent-hub-theme{--agent-hub-accent:var(--hub-action);--agent-hub-background:var(--hub-canvas);--agent-hub-border:var(--hub-border);--agent-hub-danger:var(--hub-danger);--agent-hub-foreground:var(--hub-ink);--agent-hub-muted:var(--hub-ink-secondary);--agent-hub-radius:var(--hub-radius-md);--agent-hub-surface:var(--hub-surface);color:var(--agent-hub-foreground)}.agent-hub-copilot,.agent-hub-hitl,.agent-hub-workbench{box-sizing:border-box;border:1px solid var(--agent-hub-border);border-radius:var(--agent-hub-radius);background:var(--agent-hub-surface)}.agent-hub-copilot{display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;min-block-size:20rem}.agent-hub-copilot__composer,.agent-hub-copilot__footer,.agent-hub-copilot__header,.agent-hub-hitl,.agent-hub-workbench__composer,.agent-hub-workbench__header{padding:1rem}.agent-hub-copilot__header{display:flex;align-items:center;gap:.75rem;border-block-end:1px solid var(--agent-hub-border)}.agent-hub-copilot__messages,.agent-hub-workbench__content{min-block-size:0;overflow:auto;padding:1rem}.agent-hub-workbench{display:grid;grid-template-areas:"header header" "nav content" "nav composer";grid-template-columns:minmax(12rem,20rem) minmax(0,1fr);min-block-size:32rem}.agent-hub-workbench__header{grid-area:header}.agent-hub-workbench__navigation{grid-area:nav;padding:1rem}.agent-hub-workbench__content{grid-area:content}.agent-hub-workbench__composer{grid-area:composer}.agent-hub-workbench__inspector{padding:1rem}.agent-hub-hitl[data-risk=danger]{border-color:var(--agent-hub-danger)}.agent-hub-hitl__actions{display:flex;justify-content:flex-end;gap:.75rem}@media (max-width:48rem){.agent-hub-workbench{grid-template-areas:"header" "nav" "content" "composer";grid-template-columns:1fr}}