:root{color:#1b1f24;background:#f6f7f4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg: #f6f7f4;--panel: #ffffff;--panel-muted: #f0f3ee;--text: #1b1f24;--muted: #687076;--border: #dbe2d8;--border-strong: #b8c5b0;--green: #16794f;--green-bg: #e6f4ea;--amber: #9a6700;--amber-bg: #fff2c8;--red: #b42318;--red-bg: #ffe7e3;--blue: #005eb8;--blue-bg: #eaf3ff;--violet: #6941c6;--violet-bg: #eee8ff;--cyan: #027a8a;--cyan-bg: #e6f7fa;--indigo: #3843b8;--indigo-bg: #ebedff;--magenta: #9f1e5a;--magenta-bg: #ffe8f2;--shadow: 0 12px 34px rgba(31, 42, 28, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:linear-gradient(180deg,#ffffffdb,#f6f7f4f5 22rem),var(--bg)}button{font:inherit}h1,h2,h3,p,dl,ol{margin:0}.app-shell{width:min(1440px,100%);margin:0 auto;padding:24px}.app-shell--loading{min-height:100vh;display:grid;place-items:center}.loading-panel{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--border);background:var(--panel);padding:14px 16px;color:var(--muted)}.topbar{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;margin-bottom:20px}.brand-mark{width:42px;height:42px;display:grid;place-items:center;background:var(--blue);color:#fff;border-radius:8px;box-shadow:var(--shadow)}.topbar h1{font-size:clamp(1.35rem,1.2rem + .4vw,1.7rem);line-height:1.1;letter-spacing:0}.topbar p,.panel__header p,.metric-card__label,.metric-card__detail,.agent-cell small,.timeline-item__meta,.run-row__meta,.task-row__meta,.task-row__flags,.usage-bucket small,.source-list dt{color:var(--muted)}.topbar__status{min-height:36px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);background:var(--panel);padding:0 12px;border-radius:999px;color:#34403a;font-size:.88rem}.topbar__right{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.topbar__auth-button{min-height:36px;max-width:280px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);background:var(--panel);color:var(--text);padding:0 11px;border-radius:999px;cursor:pointer}.topbar__auth-button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar__auth-button:hover,.topbar__auth-button:focus-visible{border-color:var(--border-strong);outline:none}.topbar__auth-error{flex-basis:100%;text-align:right;color:var(--red);font-size:.78rem}.eyebrow{display:inline-block;color:var(--muted);font-size:.74rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.live-dot{width:8px;height:8px;border-radius:999px;background:var(--green);box-shadow:0 0 0 5px #16794f1f}.metrics-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:16px}.command-center{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1.85fr);gap:14px;margin-bottom:16px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow);border-radius:8px;overflow:hidden}.command-center__status{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;padding:18px;background:#f8faf6;border-right:1px solid var(--border)}.command-center__status h2{margin-top:5px;font-size:1.35rem;line-height:1.12}.command-center__status p{margin-top:8px;color:var(--muted);line-height:1.45}.command-center__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:8px;color:var(--green);background:var(--green-bg)}.command-center--warn .command-center__icon{color:var(--amber);background:var(--amber-bg)}.command-center--bad .command-center__icon{color:var(--red);background:var(--red-bg)}.command-center__grid{min-width:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.command-tile{min-width:0;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;padding:16px;border-right:1px solid var(--border)}.command-tile:last-child{border-right:0}.command-tile>svg{margin-top:2px;color:var(--blue)}.command-tile div{min-width:0;display:grid;gap:5px}.command-tile strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.25rem;line-height:1}.command-tile span,.command-tile small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.command-tile span{color:#34403a;font-weight:700;font-size:.84rem}.command-tile small{color:var(--muted);font-size:.78rem}.dashboard-nav{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:16px;padding:8px;border:1px solid var(--border);border-radius:8px;background:#fffffff5;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dashboard-nav__item{min-width:0;min-height:58px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--text);padding:8px 10px;text-align:left;cursor:pointer}.dashboard-nav__item:hover,.dashboard-nav__item:focus-visible{border-color:var(--border);background:#f8faf6;outline:none}.dashboard-nav__item.is-active{border-color:#005eb838;background:var(--blue-bg);color:#073763}.dashboard-nav__icon{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:var(--blue);background:#fff}.dashboard-nav__item span:not(.dashboard-nav__icon){min-width:0;display:grid;gap:3px}.dashboard-nav__item strong,.dashboard-nav__item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-nav__item strong{font-size:.88rem;line-height:1.05}.dashboard-nav__item small{color:var(--muted);font-size:.74rem}.dashboard-nav__item em{min-width:24px;min-height:24px;display:inline-grid;place-items:center;border-radius:999px;background:#fff;color:var(--blue);font-size:.76rem;font-style:normal;font-weight:800}.dashboard-view{min-width:0}.metric-card,.panel{border:1px solid var(--border);background:#fffffff0;box-shadow:var(--shadow)}.metric-card{min-height:108px;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:14px;border-radius:8px}.metric-card__icon{width:34px;height:34px;display:grid;place-items:center;background:var(--panel-muted);color:#34403a;border-radius:8px}.metric-card--good .metric-card__icon{background:var(--green-bg);color:var(--green)}.metric-card--warn .metric-card__icon{background:var(--amber-bg);color:var(--amber)}.metric-card--bad .metric-card__icon{background:var(--red-bg);color:var(--red)}.metric-card__label{font-size:.76rem;text-transform:uppercase;letter-spacing:0;font-weight:700}.metric-card__value{display:block;margin-top:6px;font-size:1.7rem;line-height:1}.metric-card__detail{display:block;margin-top:8px;font-size:.85rem}.overview-grid,.operations-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,420px);gap:16px;align-items:start}.overview-grid__stack,.operations-layout__main,.operations-layout__side{display:grid;gap:16px;min-width:0}.technical-layout{min-width:0;display:grid;grid-template-columns:minmax(0,420px) minmax(0,1fr);gap:16px;align-items:start}.technical-layout>:last-child{grid-column:1 / -1}.technical-grid{display:grid;grid-template-columns:minmax(0,420px) minmax(0,1fr);gap:16px;align-items:start;margin-top:16px}.panel{border-radius:8px;overflow:hidden}.panel__header{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 16px;border-bottom:1px solid var(--border)}.panel__header--stack{align-items:flex-start}.panel__header h2{font-size:1rem;line-height:1.2}.panel__header p{margin-top:4px;font-size:.86rem}.agent-table{display:grid}.agent-table__head,.agent-row{display:grid;grid-template-columns:minmax(190px,1.35fr) minmax(150px,.95fr) .8fr 1fr .95fr;gap:12px;align-items:center}.agent-table__head{padding:10px 16px;color:var(--muted);background:#fafbf9;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:0;border-bottom:1px solid var(--border)}.agent-row{width:100%;min-height:78px;padding:12px 16px;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--text);text-align:left;cursor:pointer}.agent-row:last-child{border-bottom:0}.agent-row:hover,.agent-row:focus-visible{background:#f8faf6;outline:none}.agent-row--selected{box-shadow:inset 4px 0 0 var(--green);background:#fbfdf9}.agent-cell{min-width:0;display:grid;gap:5px}.agent-cell strong,.agent-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-cell--identity strong{font-size:.98rem}.agent-style-badge{width:fit-content;max-width:100%;display:inline-flex;align-items:center;gap:6px;min-height:24px;padding:3px 8px;border-radius:999px;font-size:.76rem;font-weight:800;line-height:1;color:#39433d;background:#edf0eb}.agent-style-badge--growth{color:var(--magenta);background:var(--magenta-bg)}.agent-style-badge--search{color:var(--cyan);background:var(--cyan-bg)}.agent-style-badge--support{color:var(--blue);background:var(--blue-bg)}.agent-style-badge--sales{color:var(--violet);background:var(--violet-bg)}.agent-style-badge--ops{color:var(--indigo);background:var(--indigo-bg)}.status-badge{width:fit-content;display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:3px 8px;border-radius:999px;font-size:.76rem;font-weight:700;line-height:1;color:#39433d;background:#edf0eb;border:1px solid rgba(0,0,0,.04)}.status-badge--green{color:var(--green);background:var(--green-bg)}.status-badge--amber{color:var(--amber);background:var(--amber-bg)}.status-badge--red{color:var(--red);background:var(--red-bg)}.status-badge--blue{color:var(--blue);background:var(--blue-bg)}.status-badge--violet{color:var(--violet);background:var(--violet-bg)}.agent-style-card{display:grid;gap:10px;padding:14px 16px;border-bottom:1px solid var(--border);background:#fafbf9;box-shadow:inset 4px 0 #d3dbcf}.agent-style-card--growth{box-shadow:inset 4px 0 0 var(--magenta);background:#fff8fb}.agent-style-card--search{box-shadow:inset 4px 0 0 var(--cyan);background:#f6fdfe}.agent-style-card--support{box-shadow:inset 4px 0 0 var(--blue);background:#f8fbff}.agent-style-card--sales{box-shadow:inset 4px 0 0 var(--violet);background:#fbf9ff}.agent-style-card--ops{box-shadow:inset 4px 0 0 var(--indigo);background:#f8f9ff}.agent-style-card p{color:#3c4540;font-size:.86rem;line-height:1.45}.agent-style-card div{display:flex;flex-wrap:wrap;gap:7px}.agent-style-card div span{min-height:24px;display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--muted);padding:2px 8px;font-size:.78rem;font-weight:700}.selected-agent__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--border)}.selected-agent__grid div{min-width:0;display:grid;gap:6px;padding:14px 16px;border-right:1px solid var(--border)}.selected-agent__grid div:last-child{border-right:0}.selected-agent__grid span{color:var(--muted);font-size:.78rem}.selected-agent__grid strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-list{display:flex;gap:8px;flex-wrap:wrap;padding:14px 16px}.channel-pill{max-width:100%;display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:4px 8px;border-radius:999px;background:#f3f5f1;color:#39433d;font-size:.82rem}.channel-pill--empty{color:var(--muted)}.segmented{display:inline-flex;align-items:center;gap:2px;padding:3px;border-radius:8px;background:#eef2eb}.segmented button{min-height:30px;border:0;border-radius:6px;background:transparent;color:#4f5d55;padding:0 10px;cursor:pointer;font-size:.84rem}.segmented button.is-active,.segmented button:hover,.segmented button:focus-visible{color:var(--text);background:var(--panel);outline:none}.history-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:end;padding:18px;border-bottom:1px solid var(--border);background:#fff}.history-header h2{margin-top:4px;font-size:1.18rem;line-height:1.2}.history-header p{margin-top:7px;color:var(--muted);font-size:.86rem}.history-health{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.history-health__item{min-width:90px;display:grid;gap:4px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:#fafbf9;color:var(--muted);font-size:.75rem}.history-health__item strong{color:var(--text);font-size:1rem;line-height:1}.history-health__item--good{background:var(--green-bg);color:var(--green);border-color:#16794f2e}.history-health__item--good strong{color:var(--green)}.history-health__item--warn{background:var(--amber-bg);color:var(--amber);border-color:#9a670033}.history-health__item--warn strong{color:var(--amber)}.history-health__item--bad{background:var(--red-bg);color:var(--red);border-color:#b423182e}.history-health__item--bad strong{color:var(--red)}.history-controls{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border);background:#fafbf9}.history-controls>div:first-child{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:.84rem}.history-controls svg{color:var(--blue)}.history-controls__actions{min-width:0;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.history-list{display:grid}.history-group{border-bottom:1px solid var(--border)}.history-group:last-child{border-bottom:0}.history-group h3{padding:9px 16px;color:#4f5d55;background:#f6f8f4;border-bottom:1px solid var(--border);font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.history-group ol{list-style:none;padding:0;margin:0}.history-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:15px 16px;border-bottom:1px solid var(--border)}.history-item:last-child{border-bottom:0}.history-item__icon{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:var(--blue);background:var(--blue-bg)}.history-item--success .history-item__icon{color:var(--green);background:var(--green-bg)}.history-item--warning .history-item__icon{color:var(--amber);background:var(--amber-bg)}.history-item--error .history-item__icon{color:var(--red);background:var(--red-bg)}.history-item__body{min-width:0;display:grid;gap:8px}.history-item__topline{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.history-item__topline div{min-width:0;display:grid;gap:3px}.history-item__topline span{color:var(--muted);font-size:.75rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.history-item__topline strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.98rem}.history-item__topline time{flex:0 0 auto;color:var(--muted);font-size:.82rem}.history-item p{color:#3c4540;line-height:1.45}.history-item__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.78rem}.history-item__meta span:not(.status-badge),.history-item__meta time{display:inline-flex;align-items:center;gap:4px;min-height:22px;padding:2px 7px;border-radius:999px;background:#f2f4f0;color:var(--muted)}.history-item__trace{width:fit-content;max-width:100%;color:var(--muted);font-size:.78rem}.history-item__trace summary{cursor:pointer}.history-item__trace dl{display:grid;gap:6px;margin-top:8px;padding:10px;border:1px solid var(--border);border-radius:8px;background:#fafbf9}.history-item__trace div{min-width:0;display:grid;grid-template-columns:112px minmax(0,1fr);gap:8px}.history-item__trace dt{color:#4f5d55;font-weight:700}.history-item__trace dd{min-width:0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timeline,.timeline-group ol{list-style:none;padding:4px 0}.timeline-group{border-bottom:1px solid var(--border)}.timeline-group:last-child{border-bottom:0}.timeline-group h3{position:sticky;top:0;z-index:1;padding:9px 16px;color:#4f5d55;background:#fafbf9;border-bottom:1px solid var(--border);font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.timeline-group ol{padding:0}.timeline-item{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:14px 16px;border-bottom:1px solid var(--border)}.timeline-item:last-child{border-bottom:0}.timeline-item__icon{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:var(--blue);background:var(--blue-bg)}.timeline-item--success .timeline-item__icon{color:var(--green);background:var(--green-bg)}.timeline-item--warning .timeline-item__icon{color:var(--amber);background:var(--amber-bg)}.timeline-item--error .timeline-item__icon{color:var(--red);background:var(--red-bg)}.timeline-item__body{min-width:0}.timeline-item__topline{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.timeline-item__topline strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timeline-item__topline span{flex:0 0 auto;color:var(--muted);font-size:.82rem}.timeline-item p{margin-top:6px;color:#3c4540;line-height:1.45}.timeline-item__meta,.run-row__meta,.task-row__meta,.task-row__flags{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;font-size:.78rem}.timeline-item__meta span:not(.status-badge),.timeline-item__meta time,.run-row__meta span,.task-row__meta span,.task-row__flags span{display:inline-flex;align-items:center;gap:4px;min-height:22px;padding:2px 7px;border-radius:999px;background:#f2f4f0}.icon-button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--border);border-radius:8px;background:var(--panel);color:#34403a;cursor:pointer}.icon-button:hover,.icon-button:focus-visible{border-color:var(--border-strong);outline:none}.icon-button:disabled{cursor:wait;opacity:.7}.source-list{display:grid}.source-list div{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border)}.source-list div:last-child{border-bottom:0}.source-list dt{display:inline-flex;align-items:center;gap:7px;font-size:.82rem}.source-list dd{margin:0;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.source-panel__error{margin:12px 16px 16px;padding:10px 12px;border-radius:8px;color:var(--red);background:var(--red-bg);line-height:1.4;font-size:.86rem}.memory-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:end;padding:18px 18px 16px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#f8fbff,#fff)}.memory-hero h2{margin-top:4px;font-size:1.24rem;line-height:1.18}.memory-hero p{margin-top:8px;max-width:820px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:.86rem}.memory-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,auto));gap:8px;align-items:stretch}.memory-hero__stats span{min-width:112px;display:grid;gap:4px;padding:9px 10px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--muted);font-size:.74rem}.memory-hero__stats strong{color:var(--text);font-size:.95rem;line-height:1}.memory-panel__search{width:min(360px,100%);min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--muted)}.memory-panel__search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:.86rem}.memory-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--border)}.memory-summary div{min-width:0;display:grid;gap:5px;padding:13px 16px;border-right:1px solid var(--border)}.memory-summary div:last-child{border-right:0}.memory-summary svg{color:var(--blue)}.memory-summary span{color:var(--muted);font-size:.76rem}.memory-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem}.memory-core{border-bottom:1px solid var(--border)}.memory-subheader{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:14px 16px;background:#fafbf9;border-bottom:1px solid var(--border)}.memory-subheader h3{font-size:.94rem;line-height:1.2}.memory-subheader p{margin-top:4px;color:var(--muted);font-size:.82rem}.memory-subheader svg{color:var(--green)}.memory-core-list{display:grid}.memory-core-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:start;padding:13px 16px;border-bottom:1px solid var(--border)}.memory-core-row:last-child{border-bottom:0}.memory-core-row__icon{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;color:var(--green);background:var(--green-bg)}.memory-core-row--active .memory-core-row__icon{color:var(--blue);background:var(--blue-bg)}.memory-core-row--missing .memory-core-row__icon{color:var(--amber);background:var(--amber-bg)}.memory-core-row div{min-width:0;display:grid;gap:4px}.memory-core-row strong{font-size:.92rem}.memory-core-row span,.memory-core-row p,.memory-core-row time{color:var(--muted);font-size:.8rem}.memory-core-row p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.memory-core-row time{white-space:nowrap}.memory-sections{display:flex;flex-wrap:wrap;gap:8px;padding:14px 16px;border-bottom:1px solid var(--border)}.memory-section{border:0;display:inline-flex;align-items:center;gap:6px;min-height:26px;padding:3px 8px;border-radius:999px;background:#f3f5f1;color:#39433d;font-size:.8rem;cursor:pointer}.memory-section strong{color:var(--green)}.memory-section--active,.memory-section:hover,.memory-section:focus-visible{color:#fff;background:var(--blue);outline:none}.memory-section--active strong,.memory-section:hover strong,.memory-section:focus-visible strong{color:#fff}.memory-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border);background:#fafbf9}.memory-toolbar>div{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:.84rem}.memory-toolbar svg{color:var(--blue)}.memory-file-list{display:grid}.memory-file{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px 16px;border-bottom:1px solid var(--border)}.memory-file:last-child{border-bottom:0}.memory-file div{min-width:0}.memory-file strong,.memory-file span,.memory-file p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.memory-file strong{font-size:.9rem}.memory-file p{margin-top:4px;color:#3c4540;font-size:.84rem}.memory-file span,.memory-file time{color:var(--muted);font-size:.78rem}.memory-file__meta{display:grid;gap:5px;justify-items:end}.memory-file__meta span{padding:3px 8px;border-radius:999px;background:#f2f4f0;color:#34403a;font-weight:700}.memory-load-more{min-height:42px;border:0;border-top:1px solid var(--border);background:#fafbf9;color:var(--blue);font-weight:800;cursor:pointer}.memory-load-more:hover,.memory-load-more:focus-visible{background:var(--blue-bg);outline:none}.empty-note{padding:16px;color:var(--muted);line-height:1.45}.run-list,.task-list{display:grid}.run-row,.task-row{padding:14px 16px;border-bottom:1px solid var(--border)}.run-row:last-child,.task-row:last-child{border-bottom:0}.run-row__header,.task-row__topline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.run-row__header div{display:grid;gap:4px;min-width:0}.run-row__header strong,.task-row__topline strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.run-row__header span{color:var(--muted);font-size:.82rem}.progress{height:8px;overflow:hidden;margin-top:12px;border-radius:999px;background:#edf0eb}.progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),#2aa7a1)}.task-row{box-shadow:inset 4px 0 #d3dbcf}.task-row--blocked{background:#fffaf0;box-shadow:inset 4px 0 0 var(--red)}.task-row--high{box-shadow:inset 4px 0 0 var(--amber)}.task-row--low{box-shadow:inset 4px 0 0 var(--blue)}.task-row__topline span{flex:0 0 auto;color:#34403a;background:#edf0eb;border-radius:999px;padding:3px 8px;font-size:.76rem;font-weight:700}.task-row--high .task-row__topline span{color:var(--amber);background:var(--amber-bg)}.task-row--blocked .task-row__topline span{color:var(--red);background:var(--red-bg)}.task-row__flags span{color:var(--amber);background:var(--amber-bg)}.usage-bars{height:210px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;gap:10px;padding:16px}.usage-bucket{min-width:0;display:grid;gap:7px;align-items:end;justify-items:center}.usage-bucket__bars{width:100%;height:132px;display:flex;align-items:end;justify-content:center;gap:4px;border-bottom:1px solid var(--border)}.usage-bucket__bar{width:min(18px,38%);border-radius:5px 5px 0 0}.usage-bucket__bar--input{background:var(--blue)}.usage-bucket__bar--output{background:var(--green)}.usage-bucket strong,.usage-bucket small{font-size:.76rem}@media (max-width: 1180px){.dashboard-nav,.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.command-center{grid-template-columns:1fr}.command-center__status{border-right:0;border-bottom:1px solid var(--border)}.overview-grid,.operations-layout,.technical-grid,.technical-layout{grid-template-columns:1fr}.operations-layout__side{grid-template-columns:repeat(2,minmax(0,1fr))}.technical-grid .usage-panel{grid-column:1 / -1}}@media (max-width: 760px){.app-shell{padding:14px}.topbar{grid-template-columns:auto 1fr}.topbar__status{justify-self:start}.topbar__right{grid-column:1 / -1;justify-content:flex-start}.topbar__auth-error{text-align:left}.metrics-grid,.dashboard-nav,.command-center__grid,.memory-hero,.memory-hero__stats,.history-header,.operations-layout__side,.memory-summary,.selected-agent__grid{grid-template-columns:1fr}.dashboard-nav{position:static}.dashboard-nav__item{min-height:52px}.memory-hero p,.memory-core-row p,.history-item__topline strong{white-space:normal}.memory-toolbar,.history-controls{display:grid}.history-controls__actions{justify-content:flex-start}.memory-panel__search{width:100%}.memory-core-row,.history-item{grid-template-columns:1fr}.memory-core-row time,.history-item__topline time{justify-self:start}.command-tile{border-right:0;border-bottom:1px solid var(--border)}.command-tile:last-child{border-bottom:0}.memory-file{grid-template-columns:1fr}.memory-file__meta{justify-items:start}.agent-table__head{display:none}.agent-row{grid-template-columns:1fr 1fr;min-height:auto}.panel__header--stack{display:grid}.segmented{width:100%;overflow-x:auto;justify-content:flex-start}.timeline-item__topline,.history-item__topline,.run-row__header,.task-row__topline{display:grid}}@media (max-width: 480px){.agent-row{grid-template-columns:1fr}.usage-bars{grid-template-columns:repeat(3,minmax(0,1fr));height:auto}}
