@layer tokens{:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--palette-slate-50:#f7f8fa;--palette-slate-100:#eef1f5;--palette-slate-200:#dde2ea;--palette-slate-300:#c3ccd9;--palette-slate-400:#94a1b4;--palette-slate-500:#66748a;--palette-slate-600:#4a566a;--palette-slate-700:#333d4e;--palette-slate-800:#232b38;--palette-slate-900:#161c26;--palette-slate-950:#0d1118;--palette-navy-500:#2c5f92;--palette-navy-600:#1f4a76;--palette-navy-700:#12324f;--palette-amber-600:#a86400;--palette-amber-700:#8a5300;--palette-amber-100:#fdf3e3;--palette-rust-600:#a83a00;--palette-rust-700:#8a2f00;--palette-red-100:#fdf2f2;--palette-red-300:#e5b4b4;--palette-red-600:#b00020;--palette-red-700:#8a1f1f;--palette-green-600:#1d6b2f;--palette-green-100:#edf7ef;--palette-purple-600:#6b3fa0;--palette-teal-700:#0f6b6b;--palette-magenta-700:#8a2f6b;--palette-white:#fff;--palette-sky-300:#90bfe8;--palette-sky-400:#6ea8dc;--palette-red-400:#ff8a8a;--palette-red-200:#ffc4c4;--palette-red-800:#6b2f2f;--palette-red-900:#3a1d1d;--palette-green-400:#6cc48a;--palette-purple-300:#c9a9ee;--palette-teal-300:#6fd0cd;--palette-magenta-300:#f0a3d0;--palette-amber-300:#f0c274;--palette-navy-300:#8fc0ee;--palette-green-900:#16301f;--surface:var(--palette-white);--surface-sunken:var(--palette-slate-50);--surface-raised:var(--palette-white);--surface-inverse:var(--palette-slate-800);--border:var(--palette-slate-200);--border-strong:var(--palette-slate-300);--text:var(--palette-slate-900);--text-muted:var(--palette-slate-500);--text-inverse:var(--palette-white);--accent:var(--palette-navy-600);--accent-hover:var(--palette-navy-500);--accent-text:var(--palette-white);--accent-quiet:var(--palette-slate-100);--danger:var(--palette-red-600);--code-keyword:var(--palette-purple-600);--code-string:var(--palette-green-600);--code-number:var(--palette-amber-700);--code-comment:var(--palette-slate-500);--code-function:var(--palette-navy-600);--code-type:var(--palette-teal-700);--code-property:var(--palette-magenta-700);--code-punctuation:var(--palette-slate-600);--danger-surface:var(--palette-red-100);--danger-border:var(--palette-red-300);--danger-text:var(--palette-red-700);--success:var(--palette-green-600);--success-surface:var(--palette-green-100);--diff-added-surface:var(--palette-green-100);--diff-added-marker:var(--palette-green-600);--diff-removed-surface:var(--palette-red-100);--diff-removed-marker:var(--palette-red-600);--framed-surface:var(--palette-white);--signal-preview:var(--palette-amber-700);--signal-preview-text:var(--palette-white);--signal-refusal:var(--palette-rust-700);--signal-refusal-text:var(--palette-white);--signal-governed:var(--palette-navy-700);--signal-governed-text:var(--palette-white);--space-0:0;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--text-xs:.72rem;--text-sm:.8rem;--text-md:.9rem;--text-lg:1.05rem;--text-xl:1.35rem;--text-2xl:1.7rem;--leading-tight:1.25;--leading-normal:1.5;--weight-normal:400;--weight-medium:500;--weight-bold:600;--on-signal-border:#ffffff80;--on-signal-border-strong:#fffc;--on-signal-wash:#ffffff29;--radius-sm:3px;--radius-md:6px;--radius-lg:10px;--radius-pill:999px;--shadow-sm:0 1px 2px #0d111814;--shadow-md:0 4px 12px #0d11181f;--shadow-lg:0 16px 40px #0d111847;--scrim:#0d11188c;--z-sticky:10;--z-modal:100;--z-toast:200;--focus-ring:2px solid var(--accent);--focus-offset:2px;--transition-fast:.12s ease;--layout-header-height:3rem;--layout-chat-rail:23rem;--layout-content-max:72rem;--layout-wide-max:96rem;--layout-admin-rail:15rem}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--surface:var(--palette-slate-900);--surface-sunken:var(--palette-slate-950);--surface-raised:var(--palette-slate-800);--surface-inverse:var(--palette-slate-100);--border:var(--palette-slate-700);--border-strong:var(--palette-slate-600);--text:var(--palette-slate-100);--text-muted:var(--palette-slate-400);--text-inverse:var(--palette-slate-950);--accent:var(--palette-sky-400);--accent-hover:var(--palette-sky-300);--accent-text:var(--palette-slate-950);--accent-quiet:var(--palette-slate-800);--danger:var(--palette-red-400);--code-keyword:var(--palette-purple-300);--code-string:var(--palette-green-400);--code-number:var(--palette-amber-300);--code-comment:var(--palette-slate-400);--code-function:var(--palette-navy-300);--code-type:var(--palette-teal-300);--code-property:var(--palette-magenta-300);--code-punctuation:var(--palette-slate-300);--danger-surface:var(--palette-red-900);--danger-border:var(--palette-red-800);--danger-text:var(--palette-red-200);--success:var(--palette-green-400);--success-surface:var(--palette-green-900);--diff-added-surface:var(--palette-green-900);--diff-added-marker:var(--palette-green-400);--diff-removed-surface:var(--palette-red-900);--diff-removed-marker:var(--palette-red-400);--signal-preview:var(--palette-amber-600);--signal-refusal:var(--palette-rust-600);--signal-governed:var(--palette-navy-600);--shadow-sm:0 1px 2px #00000080;--shadow-md:0 4px 12px #0009}}}@layer base{*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}body{font-family:var(--font-sans);font-size:var(--text-md);line-height:var(--leading-normal);color:var(--text);background:var(--surface);-webkit-font-smoothing:antialiased;margin:0}h1,h2,h3{line-height:var(--leading-tight);font-weight:var(--weight-bold);margin:0}h1{font-size:var(--text-xl)}h2{font-size:var(--text-lg)}h3{font-size:var(--text-md)}p{margin:0}code,pre,kbd{font-family:var(--font-mono);font-size:.92em}a{color:var(--accent);text-underline-offset:2px;text-decoration-thickness:1px}:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset);border-radius:var(--radius-sm)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}}@layer primitives{.ui-app-shell{background:var(--surface);flex-direction:column;height:100%;display:flex}.ui-app-shell__main{flex-direction:column;flex:1;min-height:0;display:flex}.ui-header{justify-content:space-between;align-items:center;gap:var(--space-4);min-height:var(--layout-header-height);padding:0 var(--space-4);border-bottom:1px solid var(--border);background:var(--surface-raised);flex-shrink:0;display:flex}.ui-header__brand{align-items:center;gap:var(--space-5);min-width:0;display:flex}.ui-header__wordmark{font-weight:var(--weight-bold);letter-spacing:-.01em;white-space:nowrap}.ui-header__user{align-items:center;gap:var(--space-3);font-size:var(--text-sm);color:var(--text-muted);display:flex}.ui-nav{align-items:center;gap:var(--space-1);min-width:0;display:flex;overflow-x:auto}.ui-nav__link{padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);font-size:var(--text-sm);color:var(--text-muted);white-space:nowrap;transition:color var(--transition-fast), background var(--transition-fast);align-items:center;text-decoration:none;display:inline-flex}.ui-nav__link:hover{color:var(--text);background:var(--accent-quiet)}.ui-nav__link[aria-current=page]{color:var(--text);background:var(--accent-quiet);font-weight:var(--weight-medium);box-shadow:inset 0 -2px 0 var(--accent)}.ui-nav__empty{font-size:var(--text-sm);color:var(--text-muted);padding:var(--space-1) var(--space-2)}.ui-btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface-raised);color:var(--text);font:inherit;font-size:var(--text-sm);font-weight:var(--weight-medium);line-height:var(--leading-tight);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);text-decoration:none;display:inline-flex}.ui-btn:hover:not(:disabled){background:var(--accent-quiet);border-color:var(--accent)}.ui-btn:disabled{opacity:.55;cursor:not-allowed}.ui-btn--primary{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.ui-btn--primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.ui-btn--danger{border-color:var(--danger-border);color:var(--danger-text)}.ui-btn--quiet{color:var(--text-muted);background:0 0;border-color:#0000}.ui-btn--quiet:hover:not(:disabled){color:var(--text);background:var(--accent-quiet);border-color:#0000}.ui-btn--on-signal{border-color:var(--on-signal-border);color:inherit;font-size:var(--text-xs);padding:var(--space-1) var(--space-2);background:0 0}.ui-btn--on-signal:hover:not(:disabled){background:var(--on-signal-wash);border-color:var(--on-signal-border-strong)}.ui-btn--small{padding:var(--space-1) var(--space-2);font-size:var(--text-xs)}.ui-btn--inline{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--accent);background:0 0;border:none;padding:0;text-decoration:underline}.ui-segmented{gap:var(--space-1);padding:var(--space-1);background:var(--accent-quiet);border:1px solid var(--border);border-radius:var(--radius-md);display:inline-flex}.ui-segmented__option{appearance:none;border-radius:var(--radius-sm);padding:var(--space-1) var(--space-3);color:var(--text-muted);font:inherit;font-size:var(--text-xs);font-weight:var(--weight-medium);line-height:var(--leading-tight);white-space:nowrap;cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:1px solid #0000}.ui-segmented__option:hover{color:var(--text)}.ui-segmented__option--on{background:var(--surface-raised);border-color:var(--border-strong);color:var(--text);box-shadow:var(--shadow-sm)}.ui-panel{background:var(--surface);border-left:1px solid var(--border);flex-direction:column;min-height:0;display:flex}.ui-panel__header{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);font-size:var(--text-sm);font-weight:var(--weight-bold);background:var(--surface-inverse);color:var(--text-inverse);flex-shrink:0;display:flex}.ui-panel__header--governed{background:var(--signal-governed);color:var(--signal-governed-text)}.ui-panel__header--preview{background:var(--signal-preview);color:var(--signal-preview-text)}.ui-panel__header-spacer{margin-left:auto}.ui-panel__body{min-height:0;padding:var(--space-3);gap:var(--space-3);font-size:var(--text-sm);flex-direction:column;flex:1;display:flex;overflow-y:auto}.ui-table-scroll{margin-bottom:var(--space-6);overflow-x:auto}.ui-table{border-collapse:collapse;font-size:var(--text-sm);width:auto;min-width:min(100%,44rem)}.ui-table--full{width:100%}.ui-table caption{text-align:left;padding-bottom:var(--space-2);color:var(--text-muted);font-size:var(--text-sm)}.ui-table caption.ui-visually-hidden{padding:0}.ui-table th{text-align:left;padding:var(--space-2);border-bottom:1px solid var(--border-strong);color:var(--text-muted);font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.ui-table td{padding:var(--space-2);border-bottom:1px solid var(--border);vertical-align:top}.ui-table tbody tr:hover td{background:var(--surface-sunken)}.ui-table__muted{color:var(--text-muted);font-size:var(--text-xs)}.ui-field{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.ui-field__label{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-muted)}.ui-input{padding:var(--space-2);border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface);color:var(--text);font:inherit;font-size:var(--text-sm);min-width:0}.ui-input:disabled{background:var(--surface-sunken);color:var(--text-muted)}.ui-input--mono{font-family:var(--font-mono)}.ui-input::placeholder{color:var(--text-muted)}.ui-banner{align-items:flex-start;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);font-size:var(--text-sm);border:1px solid #0000;display:flex}.ui-banner--info{background:var(--surface-sunken);border-color:var(--border);color:var(--text)}.ui-banner--error{background:var(--danger-surface);border-color:var(--danger-border);color:var(--danger-text)}.ui-banner--success{background:var(--success-surface);border-color:var(--success);color:var(--success)}.ui-banner--refusal{background:var(--signal-refusal);border-color:var(--signal-refusal);color:var(--signal-refusal-text);border-radius:0}.ui-banner--flush{border-left:none;border-right:none;border-radius:0}.ui-empty{align-items:center;gap:var(--space-2);padding:var(--space-5) var(--space-4);color:var(--text-muted);text-align:center;font-size:var(--text-sm);flex-direction:column;display:flex}.ui-empty__title{color:var(--text);font-weight:var(--weight-medium)}.ui-page-state{justify-content:center;align-items:center;gap:var(--space-3);min-height:0;padding:var(--space-7) var(--space-4);text-align:center;flex-direction:column;flex:1;display:flex}.ui-page-state__title{font-size:var(--text-lg);font-weight:var(--weight-bold)}.ui-page-state__detail{max-width:34rem;color:var(--text-muted);font-size:var(--text-sm)}.ui-spinner{border:2px solid var(--border-strong);border-top-color:var(--accent);border-radius:var(--radius-pill);width:1.1rem;height:1.1rem;animation:.7s linear infinite ui-spin;display:inline-block}@keyframes ui-spin{to{transform:rotate(360deg)}}.ui-inline-status{align-items:center;gap:var(--space-2);color:var(--text-muted);font-size:var(--text-sm);display:inline-flex}.ui-diff{background:var(--surface-sunken);border:1px solid var(--border);border-radius:var(--radius-md);min-height:0;font-family:var(--font-mono);font-size:var(--text-xs);flex:1;line-height:1.45;overflow:auto}.ui-diff:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset)}.ui-diff__body{padding:var(--space-2) 0;white-space:pre;min-width:max-content;margin:0}.ui-diff__line{padding:0 var(--space-2);border-left:3px solid #0000;display:block}.ui-diff__line--added{background:var(--diff-added-surface);border-left-color:var(--diff-added-marker)}.ui-diff__line--removed{background:var(--diff-removed-surface);border-left-color:var(--diff-removed-marker)}.ui-diff__line--meta,.ui-diff__line--note{color:var(--text-muted)}.ui-diff__line--hunk{color:var(--accent);background:var(--accent-quiet)}.ui-stat{padding:var(--space-3);background:var(--surface-sunken);border:1px solid var(--border);border-radius:var(--radius-md);flex:10rem;min-width:10rem;margin:0}.ui-stat__label{color:var(--text-muted);font-size:var(--text-xs);font-weight:var(--weight-medium);text-transform:uppercase;letter-spacing:.04em}.ui-stat__value{margin:var(--space-1) 0 0;font-size:var(--text-xl);font-weight:var(--weight-bold);line-height:var(--leading-tight)}.ui-stat__detail{margin:var(--space-1) 0 0;color:var(--text-muted);font-size:var(--text-xs)}.ui-chat{min-height:0;padding:var(--space-3);gap:var(--space-3);font-size:var(--text-sm);flex-direction:column;flex:1;display:flex;overflow-y:auto}.ui-chat__turn{white-space:pre-wrap;margin:0}.ui-chat__role{font-weight:var(--weight-bold)}.ui-chat__turn--user .ui-chat__role{color:var(--accent)}.ui-chat__turn--assistant .ui-chat__role{color:var(--text-muted)}.ui-chat__activity{margin:var(--space-1) 0 0;gap:var(--space-1);flex-direction:column;padding-inline-start:var(--space-3);list-style:none;display:flex}.ui-chat__activity-line{color:var(--text-muted);font-family:var(--font-mono);font-size:var(--text-xs)}.ui-chat__activity-line:before{content:"· "}.ui-chat__changed{margin:var(--space-1) 0 0;color:var(--text-muted);font-size:var(--text-xs)}.ui-select{padding:var(--space-2);border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface);color:var(--text);font:inherit;font-size:var(--text-sm);min-width:0}.ui-select:disabled{background:var(--surface-sunken);color:var(--text-muted)}.ui-icon-btn{border-radius:var(--radius-md);width:2rem;height:2rem;color:var(--text-muted);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;display:inline-flex}.ui-icon-btn:hover:not(:disabled){background:var(--surface-sunken);color:var(--text)}.ui-icon-btn:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset)}.ui-icon-btn:disabled{color:var(--text-muted);cursor:not-allowed;opacity:.6}.ui-icon-btn__glyph{line-height:1;display:inline-flex}.ui-modal__heading{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.ui-modal__scrim{z-index:var(--z-modal);padding:var(--space-4);background:var(--scrim);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ui-modal{width:100%;max-width:34rem;max-height:calc(100vh - var(--space-7));gap:var(--space-3);padding:var(--space-5);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-raised);box-shadow:var(--shadow-lg);flex-direction:column;display:flex}.ui-modal:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset)}.ui-modal__title{font-size:var(--text-lg);font-weight:var(--weight-bold);line-height:var(--leading-tight);margin:0}.ui-modal__description{color:var(--text-muted);font-size:var(--text-sm);line-height:var(--leading-normal);margin:0}.ui-modal__body{gap:var(--space-3);flex-direction:column;min-height:0;display:flex;overflow-y:auto}.ui-modal__footer{justify-content:flex-end;gap:var(--space-2);flex-wrap:wrap;display:flex}.ui-toast{right:var(--space-5);bottom:var(--space-5);z-index:var(--z-toast);max-width:min(28rem, calc(100vw - var(--space-6)));align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-raised);box-shadow:var(--shadow-md);font-size:var(--text-sm);display:flex;position:fixed}.ui-toast--success{border-left:4px solid var(--success)}.ui-toast--error{border-left:4px solid var(--danger)}.ui-toast__message{flex:1;min-width:0}.ui-visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ui-muted{color:var(--text-muted)}.ui-mono{font-family:var(--font-mono)}}@layer pages{.apps-frame{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.apps-frame__bar{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-4);border-bottom:1px solid var(--border);background:var(--surface-sunken);flex-shrink:0;display:flex}.apps-frame__title{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-muted)}.apps-frame__overlay{inset:var(--layout-header-height) 0 0 0;background:var(--framed-surface);z-index:1;justify-content:center;align-items:center;display:flex;position:absolute}.apps-viewport{background:var(--framed-surface);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;border:none;flex:1;width:100%;min-height:0}.signin{justify-content:center;align-items:center;gap:var(--space-4);height:100%;padding:var(--space-6);text-align:center;background:var(--surface-sunken);flex-direction:column;display:flex}.signin__card{align-items:center;gap:var(--space-4);padding:var(--space-6);background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);min-width:min(24rem,100%);box-shadow:var(--shadow-md);flex-direction:column;display:flex}.signin__lede{color:var(--text-muted);font-size:var(--text-sm);max-width:28rem}.workspace{flex-direction:column;flex:1;min-height:0;display:flex}.workspace__toolbar{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-2);border-bottom:1px solid var(--border);background:var(--surface-raised);font-size:var(--text-sm);flex-wrap:wrap;flex-shrink:0;display:flex}.workspace__toolbar-spacer{margin-left:auto}.workspace__identity{white-space:nowrap}.workspace__status{align-items:center;gap:var(--space-1);color:var(--text-muted);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;display:inline-flex}.workspace__status-dot{border-radius:var(--radius-pill);background:var(--text-muted);width:.5rem;height:.5rem}.workspace__status-dot--running{background:var(--success)}.workspace__status-dot--stopped{background:var(--danger)}.workspace__body{flex:1;min-height:0;display:flex;position:relative}.workspace__rail{width:var(--layout-chat-rail);flex-direction:column;flex-shrink:0;min-height:0;display:flex}.workspace__rail-panel{border-left:none;border-right:1px solid var(--border);flex:1;min-height:0}.workspace__main,.workspace__surface{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.workspace__surface[hidden]{display:none}.workspace__ide{border:none;flex:1;width:100%;min-height:0}.workspace__preview{border-left:none;flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.workspace__preview-frame{background:var(--framed-surface);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;border:none;flex:1;width:100%}.chat__composer{gap:var(--space-2);padding:var(--space-2);border-top:1px solid var(--border);flex-shrink:0;display:flex}.chat__composer .ui-input{flex:1}.workspace__publish{border-left:none;flex:1;min-height:0}@media (width<=60rem){.workspace__rail{z-index:1;width:auto;box-shadow:var(--shadow-md);position:absolute;inset:0}.workspace__rail-panel{background:var(--surface)}}.admin{grid-template-columns:var(--layout-admin-rail) minmax(0, 1fr);flex:1;min-height:0;display:grid}.admin__rail{border-right:1px solid var(--border);background:var(--surface-sunken);padding:var(--space-4) var(--space-2);overflow-y:auto}.admin__rail-list{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.admin__rail-link{padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);color:var(--text-muted);font-size:var(--text-sm);font-weight:var(--weight-medium);text-decoration:none;display:block}.admin__rail-link:hover{background:var(--surface);color:var(--text)}.admin__rail-link:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset)}.admin__rail-link--current{background:var(--accent-quiet);color:var(--accent)}.admin__surface{min-width:0;min-height:0;padding:var(--space-5);gap:var(--space-5);max-width:var(--layout-wide-max);flex-direction:column;display:flex;overflow-y:auto}.admin__surface .ui-table-scroll{flex:none}.admin__section-header{gap:var(--space-4);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;display:flex}.admin__section-heading h2,.admin__section-heading h3{margin:0 0 var(--space-1)}.admin__section-lede{max-width:var(--layout-content-max);font-size:var(--text-sm);line-height:var(--leading-normal);margin:0}.admin__stats{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));display:grid}.admin__toolbar{gap:var(--space-2);flex-wrap:wrap;display:flex}.admin__feed,.admin__detail{gap:var(--space-3);flex-direction:column;display:flex}.admin__detail{padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-raised)}.admin__detail-header{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.admin__detail-header h3{margin:0}.admin__detail-list{gap:var(--space-1);font-size:var(--text-xs);flex-direction:column;min-width:14rem;margin:0;display:flex}.admin__detail-item{gap:var(--space-2);align-items:baseline;display:flex}.admin__detail-term{color:var(--text-muted);flex:0 0 5.5rem}.admin__detail-value{overflow-wrap:anywhere;min-width:0;margin:0}.admin__filters{gap:var(--space-3);flex-wrap:wrap;align-items:flex-end;display:flex}.admin__filters .ui-btn{margin-bottom:var(--space-1)}.admin__actor{min-width:18rem}.admin__correlation{min-width:20rem}.admin__pager{gap:var(--space-2);display:flex}.admin__reason-input{resize:vertical;width:100%;font-family:inherit}.admin__reason-help{font-size:var(--text-xs);line-height:var(--leading-normal);margin:0}@media (width<=60rem){.admin{grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(0,1fr)}.admin__rail{border-right:none;border-bottom:1px solid var(--border);padding:var(--space-2)}.admin__rail-list{flex-flow:wrap}}@media (width<=40rem){.admin__surface{padding:var(--space-3)}.admin__actor,.admin__correlation{min-width:0}.admin__filters{flex-direction:column;align-items:stretch}}.publish{flex-direction:column;flex:1;min-height:0;display:flex}.publish__stages{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border);background:var(--surface-sunken);font-size:var(--text-sm);flex-wrap:wrap;flex-shrink:0;display:flex}.publish__identity{color:var(--text-muted)}.publish__stage{flex-direction:column;flex:1;min-height:0;display:flex}.publish__section{min-height:0;padding:var(--space-4);align-items:flex-start;gap:var(--space-4);max-width:var(--layout-content-max);font-size:var(--text-sm);flex-direction:column;flex:1;display:flex;overflow-y:auto}.publish__stats{gap:var(--space-3);flex-wrap:wrap;align-self:stretch;display:flex}.publish__block{align-self:stretch;gap:var(--space-2);flex-direction:column;display:flex}.publish__heading{font-size:var(--text-md);font-weight:var(--weight-bold);margin:0}.publish__meta{margin:0}.publish__code{font-family:var(--font-mono);white-space:pre}.publish__attest{gap:var(--space-2);align-items:flex-start;display:flex}.publish__message{align-self:stretch;max-width:32rem}.publish__checks,.catalogue__defects{margin:var(--space-1) 0 0;padding-left:var(--space-5)}.catalogue__unservable{color:var(--signal-refusal);white-space:nowrap;font-weight:600}.publish__review{flex:1;min-width:0;min-height:0;display:flex}.publish__files{border-right:1px solid var(--border);background:var(--surface-sunken);flex-shrink:0;width:20rem;min-height:0;overflow-y:auto}.publish__files-summary{padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border);color:var(--text-muted);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;margin:0}.publish__file-list{margin:0;padding:0;list-style:none}.publish__file{appearance:none;gap:var(--space-1);width:100%;padding:var(--space-2) var(--space-3);border:none;border-bottom:1px solid var(--border);color:var(--text);font:inherit;font-size:var(--text-xs);text-align:left;cursor:pointer;background:0 0;flex-direction:column;display:flex}.publish__file:hover{background:var(--accent-quiet)}.publish__file--on{background:var(--surface);box-shadow:inset 3px 0 0 var(--accent)}.publish__file-path{font-family:var(--font-mono);overflow-wrap:anywhere}.publish__file-counts{gap:var(--space-2);color:var(--text-muted);align-items:center;display:flex}.publish__change{text-transform:uppercase;letter-spacing:.04em}.publish__change--added{color:var(--diff-added-marker)}.publish__change--deleted{color:var(--diff-removed-marker)}.publish__added{color:var(--diff-added-marker)}.publish__removed{color:var(--diff-removed-marker)}.publish__diff{min-width:0;min-height:0;padding:var(--space-3);gap:var(--space-2);flex-direction:column;flex:1;display:flex}.publish__diff-header{align-items:center;gap:var(--space-2);font-size:var(--text-sm);flex-wrap:wrap;flex-shrink:0;display:flex}.publish__diff-actions{gap:var(--space-2);margin-left:auto;display:flex}@media (width<=75rem){.publish__review{flex-direction:column}.publish__files{border-right:none;border-bottom:1px solid var(--border);width:auto;max-height:12rem}}.edit{flex:1;min-height:0;display:flex}.edit__tree{border-right:1px solid var(--border);background:var(--surface-sunken);flex-direction:column;flex-shrink:0;width:18rem;min-height:0;display:flex}.edit__tree-header{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-2);border-bottom:1px solid var(--border);flex-shrink:0;display:flex}.edit__tree-title{font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0}.edit__tree>:not(.edit__tree-header){padding:var(--space-2);overflow-y:auto}.edit__files{min-height:0;margin:0;padding:0;list-style:none}.edit__file{text-align:left;white-space:nowrap;text-overflow:ellipsis;width:100%;color:var(--text);font-family:var(--font-mono);font-size:var(--text-xs);padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;display:block;overflow:hidden}.edit__file:hover{background:var(--surface-raised)}.edit__file:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset)}.edit__file[aria-current=true]{background:var(--surface-raised);color:var(--accent);font-weight:var(--weight-medium)}.edit__truncated{color:var(--text-muted);font-size:var(--text-xs);padding:var(--space-2);margin:0}.edit__editor{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.edit__bar{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border);display:flex}.edit__path{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.edit__dirty{font-size:var(--text-xs);color:var(--danger-text);background:var(--danger-surface);border:1px solid var(--danger-border);border-radius:var(--radius-sm);padding:0 var(--space-2)}.edit__actions{gap:var(--space-2);margin-left:auto;display:flex}.edit__codemirror{flex:1;min-height:0;overflow:auto}.edit__codemirror .cm-editor{height:100%}@media (width<=60rem){.edit{flex-direction:column}.edit__tree{border-right:none;border-bottom:1px solid var(--border);width:auto;max-height:12rem}}}
