:root{color:#191c1e;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--surface:#f8f9fb;--surface-low:#f2f4f6;--surface-lowest:#fff;--surface-high:#e7e8ea;--surface-highest:#e1e2e4;--outline-soft:#4247511f;--text:#191c1e;--text-soft:#5f6772;--primary:#003e7e;--primary-strong:#1a56a0;--secondary:#674cb3;--success:#00652b;--warning:#8a5a00;--danger:#ba1a1a;--shadow:0 20px 40px #001b3d0f;background:#f8f9fb;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--surface);color:var(--text);margin:0}button{font:inherit}#root{min-height:100vh}.app-shell{background:var(--surface);grid-template-columns:272px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:linear-gradient(#003e7e 0%,#1a56a0 100%);flex-direction:column;gap:28px;padding:28px 20px;display:flex}.brand-block{flex-direction:column;gap:6px;display:flex}.brand-title{letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.brand-subtitle{text-transform:uppercase;letter-spacing:.14em;color:#ffffffc7;font-size:.75rem}.nav-list{flex-direction:column;gap:8px;display:flex}.nav-item{color:#ffffffe6;text-align:left;cursor:default;background:0 0;border:0;border-radius:10px;padding:12px 14px;font-size:.95rem;font-weight:600}.nav-item--active{background:var(--surface-lowest);color:var(--primary)}.main-shell{flex-direction:column;min-width:0;display:flex}.topbar{justify-content:space-between;align-items:flex-start;gap:16px;padding:26px 32px 18px;display:flex}.topbar-title{letter-spacing:-.02em;font-size:1.65rem;font-weight:700}.topbar-subtitle{color:var(--text-soft);margin-top:6px;font-size:.95rem}.topbar-statuses{flex-wrap:wrap;gap:10px;display:flex}.screen-stack{flex-direction:column;gap:28px;padding:0 32px 32px;display:flex}.screen{flex-direction:column;gap:20px;display:flex}.section-header{flex-direction:column;gap:6px;display:flex}.section-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--text-soft);font-size:.72rem;font-weight:700}.section-header-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.section-header h2{letter-spacing:-.02em;margin:0;font-size:1.45rem;font-weight:800}.section-note{color:var(--text-soft);font-size:.86rem}.card-grid{gap:16px;display:grid}.card-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card,.panel{background:var(--surface-lowest);box-shadow:var(--shadow);border-radius:12px}.metric-card{flex-direction:column;gap:8px;padding:18px 20px;display:flex}.metric-label,.detail-label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-soft);font-size:.72rem;font-weight:700}.metric-value{letter-spacing:-.04em;font-size:1.9rem;font-weight:800}.content-cluster{grid-template-columns:minmax(0,1.8fr) minmax(320px,.9fr);gap:20px;display:grid}.content-main,.content-side{flex-direction:column;gap:20px;display:flex}.panel{padding:20px}.entity-list,.activity-list,.summary-stack,.mini-list{flex-direction:column;gap:14px;display:flex}.entity-row,.activity-row,.mini-card{background:var(--surface-low);border-radius:10px;padding:16px}.entity-row__head,.mini-card__top,.agent-card__top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.entity-name{font-size:1rem;font-weight:700}.entity-meta,.activity-time,.summary-item span,.detail-value,.mini-stats,.platform-chip,.activity-actor{color:var(--text-soft)}.entity-meta,.activity-time,.platform-chip,.activity-actor{font-size:.82rem}.entity-activity,.activity-body p,.agent-card__activity p{margin:10px 0 0;font-size:.95rem;line-height:1.45}.status-pill{background:var(--surface-high);color:var(--text);border-radius:999px;align-items:center;gap:8px;padding:8px 11px;font-size:.83rem;font-weight:600;display:inline-flex}.status-pill--quiet{background:var(--surface-low)}.status-dot{border-radius:999px;width:10px;height:10px;display:inline-block}.status-dot--success{background:var(--success);box-shadow:0 0 0 6px #00652b24}.status-dot--warning{background:var(--warning);box-shadow:0 0 0 6px #8a5a0024}.status-dot--neutral{background:var(--text-soft);box-shadow:0 0 0 6px #5f67721f}.summary-item{background:var(--surface-low);border-radius:10px;justify-content:space-between;gap:16px;padding:14px 16px;display:flex}.summary-item strong,.detail-value{color:var(--text);font-weight:700}.mini-stats{flex-direction:column;gap:6px;margin-top:10px;font-size:.85rem;display:flex}.activity-row{grid-template-columns:150px 1fr;gap:14px;display:grid}.activity-meta{align-items:center;gap:10px;margin-bottom:6px;display:flex}.platform-chip{color:var(--secondary);background:#674cb31a;border-radius:999px;align-items:center;padding:6px 8px;font-weight:700;display:inline-flex}.agents-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.agent-card{flex-direction:column;gap:18px;display:flex}.ghost-button{background:var(--surface-low);color:var(--primary);border:0;border-radius:10px;padding:10px 14px;font-weight:700}.agent-card__status{flex-wrap:wrap;gap:10px;display:flex}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.detail-item{background:var(--surface-low);border-radius:10px;flex-direction:column;gap:6px;padding:14px;display:flex}.agent-card__activity{background:var(--surface-low);border-radius:10px;padding:16px}.error-banner{color:var(--danger);background:#ba1a1a14;border-radius:10px;margin:0 32px;padding:14px 16px;font-weight:600}@media (width<=1100px){.app-shell{grid-template-columns:1fr}.sidebar{padding-bottom:20px}.content-cluster,.agents-grid,.card-grid--4,.activity-row{grid-template-columns:1fr}}
