@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Work+Sans:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap";:root{--yellow:gold;--green:#22c55e;--red:#ef4444;--blue:#3b82f6;--orange:#f97316;--purple:#a855f7;--font-mono:"Space Grotesk", sans-serif;--font-grotesk:"Space Grotesk", sans-serif;--font-body:"Work Sans", sans-serif;--primary:#705d00;--primary-container:gold;--on-primary-container:#221b00;--radius:.125rem;--radius-lg:.25rem;--radius-xl:.5rem;--border:none;--border-thick:none}.material-symbols-outlined{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;-webkit-font-smoothing:antialiased;direction:ltr;font-family:Material Symbols Outlined;font-size:24px;font-style:normal;font-weight:400;line-height:1;display:inline-block}:root,:root[data-theme=light]{--app-bg:#f9f9f9;--surface-1:#f3f3f3;--surface-2:#eee;--surface-3:#e8e8e8;--surface-dim:#dadada;--surface-container-lowest:#fff;--surface-container-highest:#e2e2e2;--surface-inverse:#1a1c1c;--text-primary:#1a1c1c;--text-secondary:#333;--text-muted:#4d4732;--text-subtle:#7e775f;--text-inverse:#f9f9f9;--accent:var(--yellow);--accent-contrast:#111827;--accent-soft:#ffd7001f;--border-color:transparent;--border-strong:transparent;--row-divider:transparent;--hover-soft:#eee;--hover-accent:#fff8e1;--selected-bg:var(--yellow);--selected-text:#111827;--input-bg:#dadada;--input-focus-bg:#e8e8e8;--code-inline-bg:#e2e2e2;--code-pre-bg:#1a1c1c;--code-pre-text:#e2e2e2;--overlay-scrim:#1a1c1cd1;--shadow-color:#00000014;--outline-variant:#d0c6ab33;--warn-outline:#f59e0b;--danger-outline:#dc2626;--link-chip-bg:#1a1c1c;--link-chip-text:var(--accent);--banner-warn-bg:#eab3081f;--pending-bg:#fff8e1;--tone-success-bg:#dcfce7;--tone-success-text:#166534;--tone-error-bg:#fee2e2;--tone-error-text:#991b1b;--tone-info-bg:#dbeafe;--tone-info-text:#1e40af;--tone-warning-bg:#fef3c7;--tone-warning-text:#92400e;--tone-neutral-bg:#e8e8e8;--tone-neutral-text:#4d4732;--tone-lilac-bg:#f3e8ff;--tone-lilac-text:#6b21a8;--white:var(--surface-container-lowest);--gray-light:var(--surface-1);--gray-mid:var(--text-muted);--gray-dark:var(--text-secondary);--black:var(--text-primary)}:root[data-theme=dark]{--app-bg:#09090b;--surface-1:#18181b;--surface-2:#27272a;--surface-3:#3f3f46;--surface-dim:#27272a;--surface-container-lowest:#09090b;--surface-container-highest:#3f3f46;--surface-inverse:#000;--text-primary:#fafafa;--text-secondary:#e4e4e7;--text-muted:#a1a1aa;--text-subtle:#71717a;--text-inverse:#09090b;--accent:var(--yellow);--accent-contrast:#111827;--accent-soft:#ffd70029;--border-color:transparent;--border-strong:transparent;--row-divider:transparent;--hover-soft:#27272a;--hover-accent:#2f2a0f;--selected-bg:var(--yellow);--selected-text:#111827;--input-bg:#27272a;--input-focus-bg:#3f3f46;--code-inline-bg:#3f3f46;--code-pre-bg:#09090b;--code-pre-text:#e4e4e7;--overlay-scrim:#000000d1;--shadow-color:#00000059;--outline-variant:#d0c6ab1f;--warn-outline:#fbbf24;--danger-outline:#f87171;--link-chip-bg:#09090b;--link-chip-text:var(--accent);--banner-warn-bg:#eab3082e;--pending-bg:#fff8e114;--tone-success-bg:#22c55e2e;--tone-success-text:#86efac;--tone-error-bg:#ef44442e;--tone-error-text:#fca5a5;--tone-info-bg:#3b82f62e;--tone-info-text:#93c5fd;--tone-warning-bg:#f59e0b2e;--tone-warning-text:#fcd34d;--tone-neutral-bg:#94a3b829;--tone-neutral-text:#a1a1aa;--tone-lilac-bg:#a855f72e;--tone-lilac-text:#d8b4fe;--white:var(--surface-1);--gray-light:var(--surface-2);--gray-mid:var(--text-muted);--gray-dark:var(--text-secondary);--black:var(--text-primary)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#app{height:100%}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial}}body{font-family:var(--font-body);color:var(--text-primary);background:var(--app-bg);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:var(--text-primary);text-decoration:none}.accent{color:var(--accent)}.content{max-width:1400px;margin:0 auto;padding:2.5rem 2rem 1.5rem;overflow-x:hidden}.page-shell{flex-direction:column;gap:1.5rem;display:flex}.page-shell.page-shell-wide{max-width:1600px}.page-shell.page-shell-medium{max-width:1200px}.page-header{border-radius:var(--radius-lg);background:var(--surface-inverse);color:#f7f3e7;justify-content:space-between;align-items:flex-end;gap:1.5rem;padding:2rem;display:flex;overflow:hidden}.page-header-copy{flex-direction:column;gap:.35rem;max-width:60rem;display:flex}.page-eyebrow{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.16em;color:#f7f3e7ad;font-size:.68rem;font-weight:700}.page-title{font-family:var(--font-grotesk);letter-spacing:-.03em;color:var(--yellow);font-size:clamp(1.8rem,2vw,2.5rem);font-weight:900;line-height:1}.page-subtitle{color:#f7f3e7bd;max-width:48rem;font-size:.95rem}.page-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;display:flex}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.content>.stats-grid:first-child{margin-top:.5rem}.stat-card{background:var(--surface-1);border-radius:var(--radius-lg);padding:1.15rem 1.1rem}.stat-value{font-family:var(--font-grotesk);font-size:1.85rem;font-weight:800;line-height:1}.stat-label{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-top:.45rem;font-size:.66rem;font-weight:700}.stat-sub{color:var(--text-subtle);margin-top:.35rem;font-size:.78rem}.toolbar-surface{background:var(--surface-1);border-radius:var(--radius-lg);flex-wrap:wrap;align-items:center;gap:.8rem;padding:1rem 1.1rem;display:flex}.toolbar-group{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.section-link{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.7rem;font-weight:700}.muted-note{color:var(--text-muted);font-size:.82rem}.inline-spread{align-items:center;gap:.5rem;display:flex}.grow{flex:1}.w-full{width:100%}.surface-panel{background:var(--surface-1);border-radius:var(--radius-lg);padding:1rem 1.1rem}.section{background:var(--surface-1);border-radius:var(--radius-lg);margin-bottom:1.5rem;overflow:hidden}.section-header{background:var(--surface-2);justify-content:space-between;align-items:center;padding:.8rem 1.5rem;display:flex}.section-title{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.section-body{padding:0}.btn{font-family:var(--font-grotesk);border-radius:var(--radius-lg);cursor:pointer;text-transform:uppercase;letter-spacing:.03em;background:var(--surface-2);color:var(--text-primary);border:none;padding:.45rem .9rem;font-size:.72rem;font-weight:700;transition:all .1s}.btn:hover{background:var(--surface-3)}.btn:active{transform:scale(.98)}.btn-primary{background:var(--primary-container);color:var(--on-primary-container);box-shadow:4px 4px 0px var(--primary)}.btn-primary:hover{background:var(--primary);color:#fff;box-shadow:2px 2px 0px var(--primary)}.btn-primary:active{box-shadow:none;transform:translate(2px,2px)scale(.98)}.btn-danger{background:var(--tone-error-bg);color:var(--tone-error-text)}.btn-danger:hover{background:var(--red);color:#fff}.btn-success{background:var(--tone-success-bg);color:var(--tone-success-text)}.btn-success:hover{background:var(--green);color:#fff}.btn-sm{padding:.25rem .55rem;font-size:.65rem}.btn:disabled,.btn-primary:disabled,.btn-danger:disabled,.btn-success:disabled{opacity:.4;cursor:not-allowed;pointer-events:none;box-shadow:none;transform:none}.form-input,.form-select{font-family:var(--font-body);border-radius:var(--radius-lg);background:var(--input-bg);color:var(--text-primary);border:none;padding:.5rem .8rem;font-size:.85rem;transition:all .15s}.form-input::placeholder{color:var(--text-subtle)}.form-input:focus,.form-select:focus{outline:2px solid var(--primary-container);outline-offset:-2px;background:var(--input-focus-bg)}.form-select{cursor:pointer}textarea.form-input{resize:vertical;width:100%;min-height:60px}.badge{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.03em;border-radius:var(--radius);padding:.15rem .5rem;font-size:.65rem;font-weight:700;display:inline-block}.badge-on,.badge-idle,.badge-autostart,.badge-alive,.badge-project{background:var(--tone-success-bg);color:var(--tone-success-text)}.badge-off,.badge-error,.badge-dead,.badge-urgent{background:var(--tone-error-bg);color:var(--tone-error-text)}.badge-model,.badge-mcp,.badge-chat,.badge-normal{background:var(--tone-info-bg);color:var(--tone-info-text)}.badge-group,.badge-custom,.badge-tag{background:var(--tone-lilac-bg);color:var(--tone-lilac-text)}.badge-running,.badge-builtin,.badge-platform,.badge-stale,.badge-high{background:var(--tone-warning-bg);color:var(--tone-warning-text)}.badge-closed,.badge-worker,.badge-low{background:var(--tone-neutral-bg);color:var(--tone-neutral-text)}.badge-main,.badge-role,.badge-agent{background:var(--accent);color:var(--accent-contrast);font-weight:700}.empty{text-align:center;color:var(--text-muted);font-family:var(--font-grotesk);padding:2rem;font-size:.85rem}.toast{font-family:var(--font-grotesk);border-radius:var(--radius-lg);background:var(--accent);color:var(--accent-contrast);opacity:0;z-index:1000;box-shadow:0 0 40px var(--shadow-color);border:none;padding:.8rem 1.5rem;font-size:.8rem;font-weight:700;transition:all .3s;position:fixed;bottom:2rem;right:2rem;transform:translateY(100px)}.toast.show{opacity:1;transform:translateY(0)}.toast.error{background:var(--tone-error-bg);color:var(--tone-error-text)}.toast.success{background:var(--tone-success-bg);color:var(--tone-success-text)}.modal-overlay{background:var(--overlay-scrim);z-index:999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-overlay.stacked{z-index:1001}.modal{background:var(--surface-1);border-radius:var(--radius-xl);width:95%;max-width:800px;max-height:90vh;box-shadow:0 0 60px var(--shadow-color);border:none;flex-direction:column;display:flex;overflow:hidden}.modal.modal-stack{flex-direction:column;display:flex}.modal-header{background:var(--surface-2);border-radius:var(--radius-xl) var(--radius-xl) 0 0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.modal-title{font-family:var(--font-grotesk);text-transform:uppercase;font-size:.9rem;font-weight:700}.modal-header-actions{align-items:center;gap:.2rem;display:flex}.modal-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:.2rem .5rem;font-size:1.2rem}.modal-close:hover{color:var(--text-primary)}.modal-body{flex:1;padding:1.5rem;overflow-y:auto}.modal-body.flush{padding:0}.modal-footer{background:var(--surface-2);border-radius:0 0 var(--radius-xl) var(--radius-xl);flex-shrink:0;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;display:flex}.modal-footer.spread{justify-content:space-between}.modal.detail-modal{height:85vh;max-height:85vh}.modal.detail-modal>.modal-body{flex:1;overflow-y:auto}.modal-fullscreen{border-radius:0!important;max-height:100dvh!important}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0!important}.fullscreen-overlay{justify-content:stretch!important;align-items:stretch!important}.fullscreen-body,.fullscreen-body .modal-form,.fullscreen-body .modal-form .task-tab-content{flex-direction:column;flex:1;display:flex}.fullscreen-body .modal-form .task-tab-content textarea{resize:none;flex:1;min-height:200px}.modal-form{flex-direction:column;gap:.9rem;display:flex}.modal-note{color:var(--text-muted);font-size:.8rem}@media (width<=640px){.modal{border-radius:0;max-height:100dvh;margin:0;width:100%!important;max-width:100vw!important}.modal.detail-modal{height:100dvh;max-height:100dvh}.modal-overlay{align-items:flex-end}.modal-header,.modal-footer{border-radius:0}.modal-body{padding:1rem}}.data-table{border-collapse:collapse;width:100%}.data-table th{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.05em;text-align:left;background:var(--surface-2);padding:.7rem 1rem;font-size:.7rem;font-weight:700}.data-table td{vertical-align:middle;padding:.6rem 1rem;font-size:.88rem}.data-table tbody tr:nth-child(2n) td{background:var(--surface-1)}.data-table tr:hover td{background:var(--hover-accent)}.data-table .mono{font-family:var(--font-grotesk);font-size:.8rem}.context-bar{background:var(--surface-3);border-radius:var(--radius);width:100%;height:6px;position:relative}.context-fill{background:var(--green);border-radius:var(--radius);height:100%;transition:width .3s}.context-fill.warn{background:var(--warn-outline)}.context-fill.danger{background:var(--red)}.form-row{margin-bottom:1rem}.form-label{font-family:var(--font-grotesk);text-transform:uppercase;color:var(--text-muted);margin-bottom:.3rem;font-size:.7rem;font-weight:700;display:block}.form-row-inline{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.heartbeat-dot{border-radius:50%;width:8px;height:8px;margin-right:.3rem;display:inline-block}.heartbeat-dot.alive{background:var(--green)}.heartbeat-dot.stale{background:var(--warn-outline)}.heartbeat-dot.dead{background:var(--red)}.heartbeat-dot.unknown{background:var(--text-subtle)}@media (width<=900px){.content{padding:3rem .8rem .8rem}.page-header{flex-direction:column;align-items:flex-start;padding:1.25rem}.page-actions{justify-content:flex-start}.section-header{flex-direction:column;align-items:flex-start;gap:.5rem}.data-table{display:block}.data-table thead{display:none}.data-table tbody{display:block}.data-table tr{flex-wrap:wrap;align-items:center;gap:.3rem 1rem;padding:.8rem 1rem;display:flex}.data-table tbody tr:nth-child(2n){background:var(--surface-1)}.data-table tr:hover{background:var(--hover-accent)}.data-table td{border:none;align-items:center;padding:0;font-size:.82rem;display:inline-flex;background:0 0!important}}.mobile-hamburger.svelte-1325jhu{z-index:50;background:var(--surface-1);border-radius:var(--radius-lg);color:var(--text-primary);cursor:pointer;box-shadow:0 0 20px var(--shadow-color);border:none;padding:.4rem;display:none;position:fixed;top:.6rem;left:.6rem}.mobile-hamburger.svelte-1325jhu:hover{background:var(--primary-container);color:#000}.icon-btn.svelte-1325jhu{border-radius:var(--radius-lg);background:var(--surface-2);width:2rem;height:2rem;color:var(--text-muted);cursor:pointer;border:none;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.icon-btn.svelte-1325jhu .material-symbols-outlined:where(.svelte-1325jhu){font-size:18px}.icon-btn.svelte-1325jhu:hover{background:var(--primary-container);color:#000}.app-shell.svelte-1325jhu{min-height:100vh;display:flex}.sidebar-overlay.svelte-1325jhu{background:var(--overlay-scrim);z-index:40;display:none;position:fixed;inset:0}.sidebar.svelte-1325jhu{background:var(--surface-1);z-index:45;scrollbar-width:thin;flex-shrink:0;width:240px;height:100vh;position:sticky;top:0;overflow-y:auto}.sidebar-inner.svelte-1325jhu{flex-direction:column;height:100%;padding:1.25rem 0;display:flex}.sidebar-brand.svelte-1325jhu{padding:0 1.25rem 1.25rem}.sidebar-brand-name.svelte-1325jhu{font-family:var(--font-grotesk);letter-spacing:-.02em;color:var(--yellow);font-size:1.5rem;font-weight:900}.brand-dot.svelte-1325jhu{color:var(--text-muted)}.sidebar-brand-version.svelte-1325jhu{text-transform:uppercase;letter-spacing:.15em;color:var(--text-subtle);font-size:.65rem;font-weight:700}.sidebar-nav.svelte-1325jhu{margin-bottom:1.5rem;padding:0 .75rem}.sidebar-group-label.svelte-1325jhu{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.2em;color:var(--text-subtle);padding:0 .5rem .5rem;font-size:.6rem;font-weight:700}.sidebar-nav-item.svelte-1325jhu{border-radius:var(--radius-lg);font-family:var(--font-body);color:var(--text-muted);align-items:center;gap:.6rem;padding:.5rem .6rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .12s;display:flex}.sidebar-nav-item.svelte-1325jhu:hover{background:var(--surface-2);color:var(--text-primary)}.sidebar-nav-item.active.svelte-1325jhu{background:var(--primary-container);color:var(--on-primary-container);font-weight:700}.sidebar-icon.svelte-1325jhu{font-size:20px}.sidebar-agent.svelte-1325jhu{font-size:.82rem}.agent-dot.svelte-1325jhu{border-radius:50%;flex-shrink:0;width:7px;height:7px}.agent-dot.alive.svelte-1325jhu{background:var(--green)}.agent-dot.idle.svelte-1325jhu{background:var(--text-subtle)}.sidebar-footer.svelte-1325jhu{margin-top:auto;padding:1rem .75rem 0}.sidebar-actions.svelte-1325jhu{align-items:center;gap:.4rem;padding:.4rem 0;display:flex}.sidebar-status.svelte-1325jhu{font-family:var(--font-grotesk);color:var(--text-subtle);margin-left:auto;font-size:.65rem}.main-content.svelte-1325jhu{flex:1;min-width:0;overflow-x:hidden}@media (width<=1024px){.mobile-hamburger.svelte-1325jhu{display:flex}.sidebar.svelte-1325jhu{height:100vh;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.open.svelte-1325jhu{transform:translate(0)}.sidebar-overlay.svelte-1325jhu{display:block}}.loading-screen.svelte-118ro6e{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:60vh;display:flex}.loading-logo.svelte-118ro6e{font-family:var(--font-grotesk);letter-spacing:-.02em;color:var(--yellow);font-size:2.5rem;font-weight:900}.loading-dot.svelte-118ro6e{color:var(--text-muted)}.loading-bar.svelte-118ro6e{background:var(--surface-3);border-radius:2px;width:120px;height:3px;overflow:hidden}.loading-fill.svelte-118ro6e{background:var(--yellow);border-radius:2px;width:40%;height:100%;animation:1s ease-in-out infinite svelte-118ro6e-loading-slide}@keyframes svelte-118ro6e-loading-slide{0%{transform:translate(-100%)}to{transform:translate(350%)}}@media (width>=641px){.agents-section.svelte-118ro6e{overflow:visible}}.agent-grid.svelte-118ro6e{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;padding:1rem 1.5rem 1.5rem;display:grid;overflow:visible}.agent-card.svelte-118ro6e{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text-primary);cursor:pointer;flex-direction:column;gap:.6rem;min-width:0;padding:1rem 1.2rem;text-decoration:none;transition:all .15s;display:flex;position:relative}.agent-card.svelte-118ro6e:hover{background:var(--surface-2);border-color:var(--text-muted);z-index:20;transform:translateY(-1px)}.agent-header.svelte-118ro6e{align-items:center;gap:.5rem;display:flex}.agent-dot.svelte-118ro6e{border-radius:50%;flex-shrink:0;width:8px;height:8px}.agent-name.svelte-118ro6e{font-family:var(--font-grotesk);flex:1;font-size:.95rem;font-weight:700}.agent-status-tag.svelte-118ro6e{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.08em;font-size:.6rem;font-weight:600}.agent-work.svelte-118ro6e{color:var(--text-secondary);min-height:1.2em;font-size:.8rem}.agent-working.svelte-118ro6e{color:var(--green);font-weight:600}.agent-task-text.svelte-118ro6e{color:var(--text-secondary)}.agent-idle-text.svelte-118ro6e,.agent-offline-text.svelte-118ro6e{color:var(--text-muted);font-style:italic}.agent-task-list.svelte-118ro6e{z-index:10;background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);opacity:0;pointer-events:none;flex-direction:column;gap:.25rem;margin-top:4px;padding:.6rem .8rem;transition:opacity .15s,transform .15s;display:flex;position:absolute;top:100%;left:0;right:0;transform:translateY(-4px);box-shadow:0 4px 16px #0006}.agent-card.svelte-118ro6e:hover .agent-task-list:where(.svelte-118ro6e){opacity:1;pointer-events:auto;transform:translateY(0)}.agent-task-row.svelte-118ro6e{align-items:center;gap:.4rem;display:flex}.task-status-dot.svelte-118ro6e{border-radius:50%;flex-shrink:0;width:5px;height:5px}.task-in_progress.svelte-118ro6e{background:var(--green)}.task-pending.svelte-118ro6e{background:var(--yellow)}.task-blocked.svelte-118ro6e{background:var(--red)}.task-title.svelte-118ro6e{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.agent-stats.svelte-118ro6e{flex-direction:column;gap:.35rem;display:flex}.agent-stat.svelte-118ro6e{align-items:center;gap:.5rem;display:flex}.stat-bar-wrap.svelte-118ro6e{background:var(--surface-3);border-radius:2px;flex:1;height:4px;position:relative;overflow:hidden}.stat-bar.svelte-118ro6e{border-radius:2px;height:100%;transition:width .3s}.stat-val.svelte-118ro6e{font-family:var(--font-grotesk);text-align:right;min-width:2.5rem;font-size:.7rem;font-weight:600}.agent-meta.svelte-118ro6e{font-family:var(--font-body);color:var(--text-muted);align-items:center;gap:.3rem;font-size:.7rem;display:flex}.meta-dot.svelte-118ro6e{color:var(--border)}.worker-tag.svelte-118ro6e{color:var(--tone-lilac-text);font-weight:600}.agent-footer.svelte-118ro6e{justify-content:space-between;align-items:center;display:flex}.agent-footer-right.svelte-118ro6e{align-items:center;gap:.5rem;display:flex}.btn-sleep.svelte-118ro6e{cursor:pointer;color:var(--text-muted);border-radius:var(--radius);background:0 0;border:none;align-items:center;padding:.15rem;transition:color .1s;display:flex}.btn-sleep.svelte-118ro6e:hover{color:var(--yellow)}.btn-stop.svelte-118ro6e{cursor:pointer;color:var(--text-muted);border-radius:var(--radius);background:0 0;border:none;align-items:center;padding:.15rem;transition:color .1s;display:flex}.btn-stop.svelte-118ro6e:hover{color:var(--red)}.agent-model.svelte-118ro6e{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);background:var(--surface-2);border-radius:var(--radius);padding:.15rem .4rem;font-size:.6rem}.agent-errors.svelte-118ro6e{font-family:var(--font-grotesk);color:var(--red);font-size:.6rem;font-weight:600}.agent-count.svelte-118ro6e{color:var(--text-muted);font-size:.7rem}.grid-2.svelte-118ro6e{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:.5rem;display:grid}.feed.svelte-118ro6e{padding:0}.feed-row.svelte-118ro6e{border-bottom:1px solid var(--surface-2);align-items:center;gap:.75rem;padding:.5rem 1rem;font-size:.8rem;display:flex}.feed-row.svelte-118ro6e:last-child{border-bottom:none}.feed-icon.svelte-118ro6e{text-align:center;flex-shrink:0;width:1.2rem;font-size:.7rem}.feed-agent.svelte-118ro6e{font-family:var(--font-grotesk);color:var(--text-primary);flex-shrink:0;min-width:70px;font-size:.7rem;font-weight:700}.feed-title.svelte-118ro6e{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.feed-time.svelte-118ro6e{font-family:var(--font-body);color:var(--text-muted);flex-shrink:0;font-size:.6rem}.sched-cron.svelte-118ro6e{color:var(--text-muted);background:var(--surface-2);border-radius:var(--radius);flex-shrink:0;padding:.1rem .35rem;font-size:.6rem}.sys-strip.svelte-118ro6e{color:var(--text-muted);border-top:1px solid var(--border);align-items:center;gap:.6rem;margin-top:.5rem;padding:.75rem 0 .5rem;font-size:.7rem;display:flex}.sys-dot.svelte-118ro6e{color:var(--border)}.activity-feed.svelte-118ro6e{padding:0}.timeline.svelte-118ro6e{padding:.25rem 0;position:relative}.timeline-line.svelte-118ro6e{background:var(--surface-3);width:1px;position:absolute;top:.5rem;bottom:.5rem;left:1.35rem}.timeline-event.svelte-118ro6e{align-items:center;gap:.5rem;padding:.35rem 1rem;font-size:.8rem;display:flex;position:relative}.timeline-icon.svelte-118ro6e{text-align:center;z-index:1;flex-shrink:0;width:1.2rem;font-size:.7rem}.timeline-agent.svelte-118ro6e{font-family:var(--font-grotesk);color:var(--surface-0,#1a1a1a);border-radius:var(--radius);text-transform:capitalize;letter-spacing:.02em;flex-shrink:0;padding:.1rem .4rem;font-size:.6rem;font-weight:700}.timeline-title.svelte-118ro6e{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.timeline-time.svelte-118ro6e{font-family:var(--font-body);color:var(--text-muted);flex-shrink:0;font-size:.6rem}.btn-load-more.svelte-118ro6e{border:none;border-top:1px solid var(--surface-2);width:100%;color:var(--text-muted);font-family:var(--font-grotesk);cursor:pointer;background:0 0;padding:.5rem;font-size:.7rem;transition:color .1s;display:block}.btn-load-more.svelte-118ro6e:hover{color:var(--text-primary)}.btn-load-more.svelte-118ro6e:disabled{cursor:default;opacity:.5}@media (width<=900px){.grid-2.svelte-118ro6e{grid-template-columns:1fr}}@media (width<=640px){.agent-grid.svelte-118ro6e{grid-template-columns:1fr;gap:.6rem;min-width:0;padding:.6rem}.agent-card.svelte-118ro6e{gap:.4rem;min-width:0;padding:.7rem .9rem}.agent-header.svelte-118ro6e{min-width:0}.agent-name.svelte-118ro6e{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.agent-status-tag.svelte-118ro6e{flex-shrink:0}.agent-work.svelte-118ro6e{text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.agent-meta.svelte-118ro6e{flex-wrap:wrap;font-size:.65rem}.agent-footer.svelte-118ro6e{min-width:0}.stat-val.svelte-118ro6e{min-width:2rem;font-size:.65rem}.agent-task-list.svelte-118ro6e{opacity:1;pointer-events:auto;box-shadow:none;background:0 0;border:none;margin-top:0;padding:0;position:static;transform:none}.sys-strip.svelte-118ro6e{flex-wrap:wrap;gap:.3rem;font-size:.6rem}}.sidebar-header.svelte-1wfp68a{background:var(--surface-2);font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;padding:.8rem 1rem;font-size:.75rem;font-weight:700;display:flex}.sidebar-search.svelte-1wfp68a{padding:.3rem .5rem}.sidebar-search-input.svelte-1wfp68a{width:100%;font-family:var(--font-body);border-radius:var(--radius-lg);background:var(--surface-2);color:var(--text-primary);border:none;padding:.35rem .5rem;font-size:.75rem}.sidebar-search-input.svelte-1wfp68a:focus{outline:2px solid var(--primary-container);outline-offset:-2px;background:var(--input-focus-bg)}.session-list.svelte-1wfp68a{flex:1;padding:.3rem;overflow-y:auto}.agent-group.svelte-1wfp68a{margin-bottom:.5rem}.agent-group-header.svelte-1wfp68a{font-family:var(--font-grotesk);text-transform:uppercase;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-lg);align-items:center;gap:.4rem;padding:.3rem .6rem;font-size:.72rem;font-weight:700;display:flex}.agent-group-header.svelte-1wfp68a:hover{background:var(--surface-2)}.agent-name-text.svelte-1wfp68a{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.agent-model.svelte-1wfp68a{color:var(--text-muted);font-size:.58rem;font-weight:400;font-family:var(--font-body);letter-spacing:.02em;flex-shrink:0}.btn-new.svelte-1wfp68a{font-family:var(--font-grotesk);background:var(--primary-container);color:var(--on-primary-container);border-radius:var(--radius);cursor:pointer;text-transform:uppercase;border:none;flex-shrink:0;padding:.15rem .45rem;font-size:.65rem;font-weight:700}.btn-new.svelte-1wfp68a:hover{background:var(--primary);color:#fff}.session-item.svelte-1wfp68a{cursor:pointer;font-family:var(--font-grotesk);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:.4rem;margin-bottom:1px;padding:.2rem .6rem .2rem 1rem;font-size:.68rem;transition:background .1s;display:flex}.session-item.svelte-1wfp68a:hover{background:var(--surface-2)}.session-item.active.svelte-1wfp68a{background:var(--primary-container);color:var(--on-primary-container)}.session-item.main-session.svelte-1wfp68a{border-left:2px solid var(--yellow)}.rename-input.svelte-1wfp68a{font-family:var(--font-grotesk);background:var(--surface-2);border:1px solid var(--yellow);border-radius:var(--radius);color:var(--text);outline:none;width:100%;padding:.1rem .3rem;font-size:.68rem}.session-label.svelte-1wfp68a{text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:600;overflow:hidden}.session-count.svelte-1wfp68a{color:var(--text-muted);flex-shrink:0;font-size:.6rem}.session-item.active.svelte-1wfp68a .session-count:where(.svelte-1wfp68a){color:var(--on-primary-container);opacity:.65}.chat-working-dot.svelte-1wfp68a{background:var(--green);vertical-align:middle;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-right:.3rem;display:inline-block}.chat-working-dot.working.svelte-1wfp68a{background:var(--green);animation:1.5s ease-in-out infinite svelte-1wfp68a-working-pulse;box-shadow:0 0 5px #4ade8080}.chat-working-dot.offline.svelte-1wfp68a{background:var(--text-muted);opacity:.5}.agent-status-tag.svelte-1wfp68a{text-transform:uppercase;letter-spacing:.04em;color:var(--green);flex-shrink:0;font-size:.5rem;font-weight:600}.agent-status-tag.status-working.svelte-1wfp68a{color:var(--green)}.agent-status-tag.status-offline.svelte-1wfp68a{color:var(--text-muted);opacity:.5}@keyframes svelte-1wfp68a-working-pulse{0%,to{opacity:1}50%{opacity:.35}}.message.svelte-1e2lpmt{overflow-wrap:break-word;word-break:break-word;border-radius:var(--radius-lg);min-width:0;max-width:75%;padding:1rem 1.2rem;font-size:.95rem;line-height:1.6;position:relative}.message.user.svelte-1e2lpmt{background:var(--primary-container);color:var(--on-primary-container);align-self:flex-end;box-shadow:4px 4px #0000001a}.message.assistant.svelte-1e2lpmt{background:var(--surface-1);box-shadow:4px 4px 0px var(--shadow-color);align-self:flex-start}.message.system.svelte-1e2lpmt{font-family:var(--font-grotesk);color:var(--text-muted);align-self:center;padding:.5rem;font-size:.75rem}.message.svelte-1e2lpmt .meta:where(.svelte-1e2lpmt){font-family:var(--font-grotesk);color:var(--text-muted);margin-top:.5rem;font-size:.65rem}.broker-meta.svelte-1e2lpmt{font-family:var(--font-grotesk);margin-top:.4rem;font-size:.65rem}.broker-meta.svelte-1e2lpmt summary:where(.svelte-1e2lpmt){color:var(--on-primary-container);opacity:.5;cursor:pointer;-webkit-user-select:none;user-select:none}.broker-meta.svelte-1e2lpmt summary:where(.svelte-1e2lpmt):hover{opacity:.8}.broker-meta-detail.svelte-1e2lpmt{color:var(--on-primary-container);opacity:.6;flex-direction:column;gap:.15rem;margin-top:.3rem;font-size:.6rem;display:flex}.thinking-meta.svelte-1e2lpmt{font-family:var(--font-grotesk);margin-bottom:.5rem;font-size:.65rem}.thinking-summary.svelte-1e2lpmt{color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;letter-spacing:.03em}.thinking-summary.svelte-1e2lpmt:hover{color:var(--text-secondary)}.thinking-blocks.svelte-1e2lpmt{border-left:2px solid var(--surface-3);flex-direction:column;gap:.4rem;margin-top:.4rem;padding-left:.6rem;display:flex}.thinking-block.svelte-1e2lpmt{font-family:var(--font-body);color:var(--text-muted);white-space:pre-wrap;font-size:.75rem;line-height:1.55}.tool-meta.svelte-1e2lpmt{font-family:var(--font-grotesk);margin-top:.5rem;font-size:.65rem}.tool-meta.svelte-1e2lpmt summary:where(.svelte-1e2lpmt){color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.tool-meta.svelte-1e2lpmt summary:where(.svelte-1e2lpmt):hover{color:var(--text-primary)}.tool-list.svelte-1e2lpmt{flex-direction:column;gap:.2rem;margin-top:.3rem;display:flex}.tool-item.svelte-1e2lpmt{color:var(--text-secondary);align-items:baseline;gap:.4rem;font-size:.6rem;display:flex}.tool-name.svelte-1e2lpmt{color:var(--tone-neutral-text);background:var(--tone-neutral-bg);border-radius:var(--radius);padding:0 .3rem;font-weight:700}.tool-input.svelte-1e2lpmt{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:400px;overflow:hidden}.tool-error.svelte-1e2lpmt .tool-name:where(.svelte-1e2lpmt){background:var(--tone-error-bg);color:var(--tone-error-text)}.session-event-divider.svelte-1e2lpmt{width:100%;font-family:var(--font-mono);letter-spacing:.03em;border-radius:var(--radius-lg);color:var(--text-muted);background:var(--surface-0);border-left:2px solid var(--border-subtle);align-items:center;gap:.5rem;margin:.4rem 0;padding:.3rem 1rem;font-size:.65rem;display:flex}.session-event-divider.event-context_restart.svelte-1e2lpmt{color:var(--accent-contrast);border-left-color:var(--yellow)}.session-event-divider.event-session_resume.svelte-1e2lpmt,.session-event-divider.event-session_resumed.svelte-1e2lpmt{color:var(--green);border-left-color:var(--green)}.session-event-divider.event-session_start.svelte-1e2lpmt{color:var(--text-secondary);border-left-color:var(--text-muted)}.session-event-divider.event-session_end.svelte-1e2lpmt,.session-event-divider.event-idle_sleep.svelte-1e2lpmt{color:var(--text-muted);border-left-color:var(--text-muted);opacity:.7}.session-event-divider.event-compact.svelte-1e2lpmt{color:var(--tone-info-text);border-left-color:var(--tone-info-text)}.session-event-divider.event-archive.svelte-1e2lpmt{color:var(--tone-error-text);border-left-color:var(--tone-error-text)}.session-event-divider.event-wake.svelte-1e2lpmt{color:var(--yellow);border-left-color:var(--yellow)}.session-event-divider.event-agent_started.svelte-1e2lpmt{color:var(--green);border-left-color:var(--green)}.session-event-divider.event-agent_stopped.svelte-1e2lpmt{color:var(--text-muted);border-left-color:var(--text-muted);opacity:.7}.session-event-time.svelte-1e2lpmt{opacity:.6;margin-left:auto;font-size:.6rem}.checkpoint-divider.svelte-1e2lpmt{width:100%;font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-lg);align-items:center;gap:.5rem;margin:.5rem 0;padding:.4rem 1rem;font-size:.7rem;font-weight:700;display:flex}.checkpoint-icon.svelte-1e2lpmt{font-size:.9rem}.checkpoint-context-restart.svelte-1e2lpmt{color:var(--accent-contrast);background:var(--accent-soft)}.checkpoint-compact.svelte-1e2lpmt{color:var(--tone-info-text);background:var(--tone-info-bg)}.checkpoint-archive.svelte-1e2lpmt{color:var(--tone-error-text);background:var(--tone-error-bg)}.reaction-row.svelte-1e2lpmt{font-family:var(--font-grotesk);align-items:center;gap:.3rem;font-size:.75rem;display:flex}.reaction-emoji.svelte-1e2lpmt{font-size:1rem}.reaction-label.svelte-1e2lpmt{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.65rem}.system-timeline-row.svelte-1e2lpmt{text-align:center;color:var(--text-muted);font-family:var(--font-grotesk);letter-spacing:.04em;padding:.1rem 0;font-size:.7rem}.msg-actions.svelte-1e2lpmt{opacity:.5;align-items:center;gap:.3rem;margin-top:.3rem;transition:opacity .15s;display:flex}.msg-time.svelte-1e2lpmt{font-family:var(--font-grotesk);color:var(--text-muted);white-space:nowrap;margin-right:.2rem;font-size:.6rem}.message.svelte-1e2lpmt:hover .msg-actions:where(.svelte-1e2lpmt){opacity:1}.msg-action-btn.svelte-1e2lpmt{background:var(--surface-2);border-radius:var(--radius);cursor:pointer;color:var(--text-muted);border:none;align-items:center;padding:.2rem .35rem;transition:all .1s;display:flex}.msg-action-btn.svelte-1e2lpmt:hover{background:var(--primary-container);color:var(--on-primary-container)}.message.svelte-1e2lpmt code{border-radius:var(--radius);word-break:break-word;padding:.2em .5em;font-family:monospace;font-size:.82em}.message.assistant.svelte-1e2lpmt code{background:var(--code-inline-bg);color:var(--text-primary)}.message.user.svelte-1e2lpmt code{color:var(--on-primary-container);background:#0000001f}.message.svelte-1e2lpmt pre{border-radius:var(--radius-lg);margin:.8rem 0;padding:1.2rem 1.4rem;font-family:monospace;font-size:.82rem;line-height:1.6;position:relative;overflow-x:auto}.message.assistant.svelte-1e2lpmt pre{background:var(--code-pre-bg);color:var(--code-pre-text);border-left:4px solid var(--accent)}.message.user.svelte-1e2lpmt pre{color:var(--on-primary-container);background:#0003;border-left:4px solid #0003}.message.svelte-1e2lpmt pre code{font-size:inherit;color:inherit!important;background:0 0!important;padding:0!important}.message.svelte-1e2lpmt pre .lang-label{background:var(--accent);color:var(--accent-contrast);text-transform:uppercase;letter-spacing:.05em;border-radius:0 var(--radius-lg) 0 var(--radius);padding:.2rem .6rem;font-size:.65rem;font-weight:700;position:absolute;top:0;right:0}.message.svelte-1e2lpmt strong{font-weight:700}.message.svelte-1e2lpmt em{font-style:italic}.message.svelte-1e2lpmt ul,.message.svelte-1e2lpmt ol{margin:.5rem 0;padding-left:1.5rem}.message.svelte-1e2lpmt li{margin-bottom:.3rem;line-height:1.5}.message.svelte-1e2lpmt p{margin-bottom:.5rem}.message.svelte-1e2lpmt p:last-child{margin-bottom:0}.message.svelte-1e2lpmt blockquote{border-left:3px solid var(--accent);color:var(--text-secondary);margin:.5rem 0;padding-left:.8rem;font-style:italic}.message.svelte-1e2lpmt a{color:var(--link-chip-text);background:var(--link-chip-bg);border-radius:var(--radius);padding:0 .2em}.message.svelte-1e2lpmt table{border-collapse:collapse;width:100%;margin:.8rem 0;font-size:.88rem}.message.svelte-1e2lpmt thead th{font-family:var(--font-grotesk);text-align:left;background:var(--surface-2);text-transform:uppercase;padding:.5rem .8rem;font-size:.82rem;font-weight:700}.message.svelte-1e2lpmt tbody td{padding:.4rem .8rem}.message.svelte-1e2lpmt tbody tr:nth-child(2n) td{background:var(--surface-1)}.message.svelte-1e2lpmt tbody tr:hover td{background:var(--hover-accent)}@media (width<=768px){.message.svelte-1e2lpmt{max-width:92%;padding:.7rem .9rem;font-size:.88rem}.message.svelte-1e2lpmt pre{padding:.8rem;font-size:.75rem}.tool-input.svelte-1e2lpmt{max-width:200px}.msg-actions.svelte-1e2lpmt{opacity:1}}.reply-bar.svelte-iawcui{background:var(--surface-2);border-left:3px solid var(--accent);font-family:var(--font-grotesk);align-items:center;gap:.5rem;padding:.4rem 2rem;font-size:.7rem;display:flex}.reply-bar-label.svelte-iawcui{text-transform:uppercase;color:var(--accent);flex-shrink:0;font-size:.6rem;font-weight:700}.reply-bar-content.svelte-iawcui{text-overflow:ellipsis;white-space:nowrap;color:var(--text-muted);flex:1;overflow:hidden}.reply-bar-close.svelte-iawcui{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.1rem .3rem;font-size:.8rem}.reply-bar-close.svelte-iawcui:hover{color:var(--text-primary)}.input-area.svelte-iawcui{padding:.6rem 1rem;padding-bottom:calc(.6rem + env(safe-area-inset-bottom,0px));background:var(--surface-1);align-items:center;gap:.5rem;display:flex}.input-area.svelte-iawcui input:where(.svelte-iawcui){font-family:var(--font-body);border-radius:var(--radius-lg);background:var(--input-bg);color:var(--text-primary);border:none;outline:none;flex:1;padding:.7rem 1rem;font-size:1rem}.input-area.svelte-iawcui input:where(.svelte-iawcui):focus{outline:2px solid var(--primary-container);outline-offset:-2px;background:var(--input-focus-bg)}.btn-upload.svelte-iawcui{cursor:pointer;color:var(--text-muted);border-radius:var(--radius-md);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .15s;display:flex}.btn-upload.svelte-iawcui:hover{color:var(--text-primary);background:var(--surface-2)}.btn-upload.svelte-iawcui:disabled{color:var(--text-muted);opacity:.4;cursor:not-allowed}.btn-send.svelte-iawcui{background:var(--primary-container);cursor:pointer;color:var(--on-primary-container);border-radius:var(--radius-md);border:none;justify-content:center;align-items:center;padding:.55rem;transition:all .1s;display:flex}.btn-send.svelte-iawcui:hover{background:var(--primary)}.btn-send.svelte-iawcui:active{transform:scale(.95)}.btn-send.svelte-iawcui:disabled{background:var(--surface-2);color:var(--text-muted);cursor:not-allowed}@media (width<=768px){.input-area.svelte-iawcui{padding:.4rem .5rem;padding-bottom:calc(.4rem + env(safe-area-inset-bottom,0px))}.input-area.svelte-iawcui input:where(.svelte-iawcui){padding:.6rem .8rem;font-size:.9rem}}.main.svelte-10ayso4{flex:1;height:100dvh;display:flex;overflow:hidden}.sidebar.svelte-10ayso4{background:var(--surface-1);flex-direction:column;width:260px;display:flex}.sidebar.collapsed.svelte-10ayso4{display:none}.chat-area.svelte-10ayso4{background:var(--app-bg);flex-direction:column;flex:1;display:flex}.empty-state.svelte-10ayso4{font-family:var(--font-grotesk);color:var(--text-muted);flex:1;justify-content:center;align-items:center;font-size:.9rem;display:flex}.chat-info.svelte-10ayso4{background:var(--surface-1);font-family:var(--font-grotesk);color:var(--text-muted);align-items:center;gap:1.5rem;padding:.6rem 1.5rem;font-size:.72rem;display:flex}.chat-info.svelte-10ayso4 span:where(.svelte-10ayso4){align-items:center;gap:.3rem;display:flex}.sidebar-toggle-btn.svelte-10ayso4{cursor:pointer;color:var(--text-muted);border-radius:var(--radius);background:0 0;border:none;align-items:center;padding:.15rem;transition:all .1s;display:flex}.sidebar-toggle-btn.svelte-10ayso4:hover{background:var(--surface-2);color:var(--text-primary)}.sidebar-toggle-btn.svelte-10ayso4 .material-symbols-outlined:where(.svelte-10ayso4){font-size:18px}.info-context.svelte-10ayso4{align-items:center;gap:.4rem;display:flex}.info-context.warning.svelte-10ayso4{color:var(--danger-outline);font-weight:700}.context-bar-inline.svelte-10ayso4{background:var(--surface-3,#ffffff1a);border-radius:3px;flex-shrink:0;width:80px;height:6px;position:relative;overflow:visible}.context-bar-fill.svelte-10ayso4{border-radius:3px;height:100%;transition:width .3s,background .3s;position:absolute;top:0;left:0}.context-bar-nudge.svelte-10ayso4{background:var(--text-muted);opacity:.6;border-radius:1px;width:2px;height:10px;position:absolute;top:-2px;transform:translate(-1px)}.chat-actions.svelte-10ayso4{align-items:center;gap:.3rem;margin-left:auto;display:flex}.btn-action.svelte-10ayso4{font-family:var(--font-grotesk);background:var(--surface-2);color:var(--text-muted);border-radius:var(--radius-lg);cursor:pointer;text-transform:uppercase;letter-spacing:.04em;border:none;padding:.25rem .6rem;font-size:.6rem;font-weight:700;transition:all .1s}.btn-action.svelte-10ayso4:hover{color:var(--text-primary);background:var(--surface-3)}.btn-stop-chat.svelte-10ayso4{align-items:center;gap:.3rem;display:flex}.btn-stop-chat.svelte-10ayso4:hover{color:var(--red)}.btn-action.svelte-10ayso4:disabled{opacity:.4;cursor:not-allowed}.btn-action.active-action.svelte-10ayso4{color:var(--accent);background:var(--accent-soft);animation:1s infinite svelte-10ayso4-pulse}.btn-restart.svelte-10ayso4{font-family:var(--font-grotesk);background:var(--surface-2);color:var(--text-muted);border-radius:var(--radius-lg) 0 0 var(--radius-lg);cursor:pointer;text-transform:uppercase;letter-spacing:.04em;border:none;padding:.25rem .6rem;font-size:.6rem;font-weight:700;transition:all .1s}.btn-restart.svelte-10ayso4:hover{color:var(--primary-container);background:var(--surface-inverse)}.btn-restart.svelte-10ayso4:disabled{opacity:.4;cursor:not-allowed}.btn-restart.restarting.svelte-10ayso4{color:var(--accent);background:var(--accent-soft);animation:1s infinite svelte-10ayso4-pulse}.restart-group.svelte-10ayso4{align-items:stretch;display:flex;position:relative}.btn-restart-chevron.svelte-10ayso4{font-family:var(--font-grotesk);background:var(--surface-2);color:var(--text-muted);border:none;border-left:1px solid var(--border);border-radius:0 var(--radius-lg) var(--radius-lg) 0;cursor:pointer;padding:.25rem .35rem;font-size:.55rem;transition:all .1s}.btn-restart-chevron.svelte-10ayso4:hover{color:var(--text-primary);background:var(--surface-3)}.btn-restart-chevron.open.svelte-10ayso4{background:var(--surface-3);color:var(--text-primary)}.btn-restart-chevron.svelte-10ayso4:disabled{opacity:.4;cursor:not-allowed}.restart-dropdown.svelte-10ayso4{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);z-index:50;min-width:200px;margin-top:.25rem;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #0000004d}.restart-dropdown-item.svelte-10ayso4{width:100%;font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.03em;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;flex-wrap:wrap;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.65rem;font-weight:600;transition:all .1s;display:flex}.restart-dropdown-item.svelte-10ayso4:hover{background:var(--surface-3);color:var(--text-primary)}.restart-dropdown-item.svelte-10ayso4:disabled{opacity:.4;cursor:not-allowed}.restart-dropdown-item.active-action.svelte-10ayso4{color:var(--accent)}.restart-dropdown-danger.svelte-10ayso4{color:var(--danger-outline)}.restart-dropdown-danger.svelte-10ayso4:hover{background:var(--red);color:#fff}.dropdown-icon.svelte-10ayso4{flex-shrink:0;font-size:.75rem}.dropdown-hint.svelte-10ayso4{width:100%;color:var(--text-muted);text-transform:none;letter-spacing:0;margin-top:-.1rem;font-size:.55rem;font-weight:400}@keyframes svelte-10ayso4-pulse{0%,to{opacity:1}50%{opacity:.5}}.settings-bar.svelte-10ayso4{background:var(--surface-2);font-family:var(--font-grotesk);border-radius:0 0 var(--radius-lg) var(--radius-lg);align-items:center;gap:2rem;padding:.5rem 1.5rem;font-size:.7rem;display:flex}.setting-item.svelte-10ayso4{color:var(--text-secondary);align-items:center;gap:.5rem;display:flex}.setting-item.svelte-10ayso4 select:where(.svelte-10ayso4),.setting-item.svelte-10ayso4 input:where(.svelte-10ayso4){font-family:var(--font-body);border-radius:var(--radius-lg);background:var(--input-bg);color:var(--text-primary);border:none;padding:.25rem .4rem;font-size:.7rem}.setting-item.svelte-10ayso4 input[type=number]:where(.svelte-10ayso4){width:4rem}.session-info-panel.svelte-10ayso4{background:var(--surface-2);font-family:var(--font-grotesk);border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.4rem 1.5rem;padding:.5rem 1.5rem;font-size:.68rem;display:flex}.session-info-row.svelte-10ayso4{align-items:center;gap:.35rem;display:flex}.session-info-label.svelte-10ayso4{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.6rem}.session-info-value.svelte-10ayso4{color:var(--text-secondary);font-family:var(--font-mono);font-size:.65rem}.session-info-warn.svelte-10ayso4{color:var(--danger-outline);font-weight:700}.session-id-chip.svelte-10ayso4{cursor:pointer;background:var(--surface-3);border-radius:var(--radius);padding:.1rem .35rem;transition:background .1s}.session-id-chip.svelte-10ayso4:hover{background:var(--primary-container);color:var(--on-primary-container)}.session-status-dot.svelte-10ayso4{vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-right:.3rem;display:inline-block}.session-status-dot.connected.svelte-10ayso4{background:var(--green,#4caf50);box-shadow:0 0 4px var(--green,#4caf50)}.session-status-dot.disconnected.svelte-10ayso4{background:var(--red,#f44336);box-shadow:0 0 4px var(--red,#f44336)}.session-provider-badge.svelte-10ayso4{background:var(--surface-3);border-radius:var(--radius);text-transform:lowercase;letter-spacing:.02em;padding:.1rem .35rem}.session-info-breakdown.svelte-10ayso4{border-top:1px solid var(--border);flex-direction:column;gap:.3rem;width:100%;margin-top:.2rem;padding-top:.3rem;display:flex}.breakdown-bar-container.svelte-10ayso4{align-items:center;gap:.5rem;display:flex}.breakdown-bar.svelte-10ayso4{background:var(--surface-3);border-radius:4px;flex:1;height:8px;position:relative;overflow:visible}.breakdown-bar-fill.svelte-10ayso4{border-radius:4px;height:100%;display:flex;overflow:hidden}.breakdown-segment.svelte-10ayso4{background:hsl(var(--seg-hue), 55%, 55%);min-width:2px;height:100%;transition:opacity .15s}.breakdown-segment.svelte-10ayso4:hover{opacity:.75}.breakdown-nudge-line.svelte-10ayso4{border-right:2px dashed var(--red,#ef4444);pointer-events:auto;cursor:default;z-index:1;width:0;position:absolute;top:-2px;bottom:-2px}.breakdown-bar-label.svelte-10ayso4{font-family:var(--font-mono);color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:.58rem}.breakdown-legend.svelte-10ayso4{flex-wrap:wrap;gap:.15rem .6rem;display:flex}.breakdown-legend-item.svelte-10ayso4{font-family:var(--font-mono);color:var(--text-muted);cursor:default;align-items:center;gap:.2rem;font-size:.55rem;display:flex}.breakdown-legend-item.svelte-10ayso4 strong:where(.svelte-10ayso4){color:var(--text-secondary);font-weight:600}.legend-dot.svelte-10ayso4{background:hsl(var(--seg-hue), 55%, 55%);border-radius:2px;flex-shrink:0;width:6px;height:6px}.messages.svelte-10ayso4{flex-direction:column;flex:1;gap:1rem;min-width:0;padding:1.5rem 2rem;display:flex;overflow:hidden auto}.loading-older.svelte-10ayso4{text-align:center;color:var(--text-muted);font-size:.8rem;font-family:var(--font-grotesk);padding:.5rem}.btn-load-more.svelte-10ayso4{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font-family:var(--font-mono);color:var(--text-muted);background:0 0;padding:.3rem 1rem;font-size:.75rem}.btn-load-more.svelte-10ayso4:hover{background:var(--surface-1);color:var(--text-primary)}.heartbeat-indicator.svelte-10ayso4{text-align:center;font-family:var(--font-grotesk);color:var(--text-muted);opacity:.5;letter-spacing:.04em;padding:.15rem 0;font-size:.6rem}.thinking-bubble.svelte-10ayso4{background:var(--surface-1);box-shadow:4px 4px 0px var(--shadow-color);border-radius:var(--radius-lg);flex-direction:column;align-self:flex-start;gap:.4rem;padding:.85rem 1.2rem;display:flex}.thinking-reasoning.svelte-10ayso4{align-items:flex-start;gap:.4rem;margin-top:.4rem;display:flex}.thinking-reasoning-label.svelte-10ayso4{text-transform:uppercase;letter-spacing:.1em;color:var(--text-subtle);white-space:nowrap;padding-top:1px;font-size:.6rem;font-weight:700}.thinking-reasoning-text.svelte-10ayso4{color:var(--text-muted);opacity:.8;font-size:.72rem;font-style:italic;line-height:1.4}.thinking-dots-row.svelte-10ayso4{align-items:center;gap:5px;height:18px;display:flex}.thinking-dots-row.svelte-10ayso4 .dot:where(.svelte-10ayso4){background:var(--text-muted);opacity:.5;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite svelte-10ayso4-dot-bounce}.thinking-dots-row.svelte-10ayso4 .dot:where(.svelte-10ayso4):nth-child(2){animation-delay:.2s}.thinking-dots-row.svelte-10ayso4 .dot:where(.svelte-10ayso4):nth-child(3){animation-delay:.4s}@keyframes svelte-10ayso4-dot-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.thinking-log.svelte-10ayso4{flex-direction:column;gap:.15rem;max-width:300px;margin-top:.1rem;display:flex}.thinking-log-entry.svelte-10ayso4{font-family:var(--font-grotesk);color:var(--text-subtle);text-overflow:ellipsis;white-space:nowrap;font-size:.67rem;line-height:1.4;transition:color .2s;overflow:hidden}.thinking-log-entry.current.svelte-10ayso4{color:var(--text-muted);font-weight:600}.search-modal-body.svelte-10ayso4{max-height:70vh;overflow-y:auto}.search-modal-empty.svelte-10ayso4{text-align:center;color:var(--text-muted);font-family:var(--font-grotesk);padding:2rem}.search-modal-count.svelte-10ayso4{font-family:var(--font-grotesk);color:var(--text-muted);border-bottom:1px solid var(--border);padding:.3rem .5rem;font-size:.65rem}.search-modal-item.svelte-10ayso4{border-bottom:1px solid var(--border);cursor:pointer;padding:.6rem .8rem;transition:background .1s}.search-modal-item.svelte-10ayso4:hover{background:var(--surface-2)}.search-modal-item-header.svelte-10ayso4{align-items:center;gap:.5rem;margin-bottom:.3rem;display:flex}.search-modal-agent.svelte-10ayso4{font-family:var(--font-grotesk);text-transform:uppercase;color:var(--accent);font-size:.7rem;font-weight:700}.search-modal-role.svelte-10ayso4{font-family:var(--font-grotesk);text-transform:uppercase;border-radius:var(--radius);padding:.1rem .35rem;font-size:.55rem;font-weight:600}.search-modal-role.badge-user.svelte-10ayso4{background:var(--primary-container);color:var(--on-primary-container)}.search-modal-role.badge-assistant.svelte-10ayso4{background:var(--surface-3);color:var(--text-secondary)}.search-modal-time.svelte-10ayso4{font-family:var(--font-mono);color:var(--text-muted);font-size:.6rem}.search-modal-session.svelte-10ayso4{font-family:var(--font-mono);color:var(--text-muted);opacity:.6;margin-left:auto;font-size:.55rem}.search-modal-content.svelte-10ayso4{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.new-session-modal.svelte-10ayso4{flex-direction:column;gap:.65rem;display:flex}.new-session-label.svelte-10ayso4{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.72rem;font-weight:700}.new-session-input.svelte-10ayso4{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface-2);width:100%;color:var(--text-primary);font-family:var(--font-body);padding:.7rem .8rem;font-size:.92rem}.new-session-input.svelte-10ayso4:focus{outline:2px solid var(--primary-container);outline-offset:-1px;border-color:var(--primary-container)}.new-session-hint.svelte-10ayso4{font-family:var(--font-grotesk);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.68rem}.new-session-hint.svelte-10ayso4 span:where(.svelte-10ayso4){color:var(--text-primary);text-transform:none;letter-spacing:0;margin-left:.25rem}.new-session-error.svelte-10ayso4{border-radius:var(--radius-lg);background:color-mix(in srgb, var(--red) 14%, transparent);color:var(--danger-outline);font-family:var(--font-body);padding:.65rem .75rem;font-size:.82rem}.new-session-actions.svelte-10ayso4{justify-content:flex-end;gap:.5rem;width:100%;display:flex}.new-session-cancel.svelte-10ayso4,.new-session-create.svelte-10ayso4{border-radius:var(--radius-lg);font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;border:none;padding:.55rem .9rem;font-size:.68rem;font-weight:700}.new-session-cancel.svelte-10ayso4{background:var(--surface-2);color:var(--text-secondary)}.new-session-cancel.svelte-10ayso4:hover{background:var(--surface-3);color:var(--text-primary)}.new-session-create.svelte-10ayso4{background:var(--primary-container);color:var(--on-primary-container)}.new-session-create.svelte-10ayso4:hover{background:var(--primary);color:#fff}.new-session-create.svelte-10ayso4:disabled{opacity:.5;cursor:not-allowed}.forward-modal.svelte-10ayso4{flex-direction:column;gap:.8rem;display:flex}.forward-to.svelte-10ayso4{position:relative}.forward-to-label.svelte-10ayso4{font-family:var(--font-grotesk);text-transform:uppercase;color:var(--text-muted);letter-spacing:.04em;margin-right:.4rem;font-size:.65rem;font-weight:700}.forward-to-field.svelte-10ayso4{border:1px solid var(--border);border-radius:var(--radius);background:var(--input-bg);flex-wrap:wrap;align-items:center;gap:.3rem;min-height:2.2rem;margin-top:.3rem;padding:.4rem .6rem;display:flex}.forward-to-field.svelte-10ayso4:focus-within{outline:2px solid var(--primary-container);outline-offset:-2px}.forward-to-input.svelte-10ayso4{min-width:80px;font-family:var(--font-body);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:.8rem}.forward-chip.svelte-10ayso4{background:var(--primary-container);color:var(--on-primary-container);border-radius:var(--radius);font-family:var(--font-grotesk);align-items:center;gap:.2rem;padding:.15rem .5rem;font-size:.65rem;font-weight:600;display:inline-flex}.forward-chip-x.svelte-10ayso4{cursor:pointer;color:inherit;opacity:.6;background:0 0;border:none;padding:0 .15rem;font-size:.7rem}.forward-chip-x.svelte-10ayso4:hover{opacity:1}.forward-suggestions.svelte-10ayso4{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);z-index:50;max-height:150px;margin-top:.2rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.forward-suggestion.svelte-10ayso4{text-align:left;width:100%;font-family:var(--font-grotesk);cursor:pointer;color:var(--text-primary);background:0 0;border:none;padding:.4rem .6rem;font-size:.7rem;display:block}.forward-suggestion.svelte-10ayso4:hover{background:var(--surface-3)}.forward-context.svelte-10ayso4{width:100%;font-family:var(--font-body);border:1px solid var(--border);border-radius:var(--radius);background:var(--input-bg);color:var(--text-primary);resize:vertical;padding:.5rem;font-size:.8rem}.forward-preview.svelte-10ayso4{background:var(--surface-1);border-radius:var(--radius);padding:.5rem .8rem}.forward-preview-label.svelte-10ayso4{font-family:var(--font-grotesk);text-transform:uppercase;color:var(--text-muted);margin-bottom:.3rem;font-size:.6rem;font-weight:700}.forward-preview-content.svelte-10ayso4{color:var(--text-secondary);max-height:100px;font-size:.8rem;line-height:1.5;overflow:hidden}.forward-actions.svelte-10ayso4{justify-content:flex-end;gap:.5rem;display:flex}.forward-cancel.svelte-10ayso4{font-family:var(--font-grotesk);background:var(--surface-2);border-radius:var(--radius);cursor:pointer;color:var(--text-muted);border:none;padding:.4rem 1rem;font-size:.7rem}.forward-send.svelte-10ayso4{font-family:var(--font-grotesk);background:var(--primary-container);color:var(--on-primary-container);border-radius:var(--radius);cursor:pointer;border:none;padding:.4rem 1rem;font-size:.7rem;font-weight:700}.forward-send.svelte-10ayso4:disabled{opacity:.4;cursor:not-allowed}@media (width<=768px){.sidebar.svelte-10ayso4{z-index:100;width:280px;position:fixed;top:0;bottom:0;left:0}.chat-info.svelte-10ayso4{flex-wrap:wrap;gap:.5rem 1rem;padding:.4rem .8rem;font-size:.65rem}.chat-info.svelte-10ayso4>span:where(.svelte-10ayso4):nth-child(n+4){display:none}.chat-actions.svelte-10ayso4{justify-content:flex-end;gap:.2rem;width:100%}.context-bar-inline.svelte-10ayso4{width:50px}.messages.svelte-10ayso4{gap:.6rem;padding:.8rem .6rem}.settings-bar.svelte-10ayso4{flex-direction:column;gap:.5rem;padding:.5rem .8rem}.setting-item.svelte-10ayso4{flex-direction:row;gap:.5rem}.setting-item.svelte-10ayso4 select:where(.svelte-10ayso4),.setting-item.svelte-10ayso4 input:where(.svelte-10ayso4){max-width:160px}.session-info-panel.svelte-10ayso4{padding:.5rem .8rem;font-size:.68rem}.btn-restart.svelte-10ayso4,.btn-action.svelte-10ayso4{padding:.2rem .4rem;font-size:.55rem}.breakdown-legend.svelte-10ayso4{flex-direction:column;gap:.2rem}}.tab-bar.svelte-1n51new{flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;display:flex}.tab-btn.svelte-1n51new{font-size:.85rem;font-weight:600;font-family:var(--font-grotesk);color:var(--text-primary,#111);cursor:pointer;letter-spacing:.02em;background:0 0;border:none;border-radius:4px;padding:.4rem 1rem;transition:background .12s}.tab-btn.svelte-1n51new:hover{background:#0000000f}.tab-btn.active.svelte-1n51new{background:var(--accent,#f5c842);color:#000}.detail-tabs.svelte-1n51new{border-bottom:1px solid var(--border);gap:.25rem;margin-top:.5rem;margin-bottom:.5rem;padding:0 1rem;display:flex}.detail-tab.svelte-1n51new{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.05em;color:var(--gray-mid);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.5rem .75rem;font-size:.75rem;font-weight:700;position:relative}.detail-tab.svelte-1n51new:hover{color:var(--text)}.detail-tab.active.svelte-1n51new{color:var(--text);border-bottom-color:var(--accent)}.tab-badge.svelte-1n51new{background:var(--accent);color:#000;vertical-align:middle;border-radius:999px;margin-left:.3rem;padding:.1rem .35rem;font-size:.65rem;font-weight:700;display:inline-block}.section-actions.svelte-1lncexq{align-items:center;gap:.4rem;display:flex}.detail-section-header.svelte-1lncexq{background:var(--surface-2);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.detail-section-title.svelte-1lncexq{font-family:var(--font-grotesk);text-transform:uppercase;font-size:.8rem;font-weight:700}.form-field.svelte-wxrf6a{flex-direction:column;gap:.25rem;display:flex}.form-field-label.svelte-wxrf6a{font-family:var(--font-grotesk);text-transform:uppercase;color:var(--gray-mid);letter-spacing:.03em;font-size:.7rem;font-weight:700}.form-field-hint.svelte-wxrf6a{color:var(--text-muted);margin-top:.1rem;font-size:.72rem}.provider-config.svelte-14s97jl{background:var(--surface-2);border-radius:var(--radius-lg);padding:1rem 1.5rem}.preset-desc.svelte-14s97jl{background:var(--surface-1);border-radius:var(--radius-md);color:var(--text-muted);margin-top:.75rem;padding:.6rem .75rem;font-size:.78rem}.provider-fields.svelte-14s97jl{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.stats-grid.svelte-1ckyl78{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;margin-bottom:1rem;display:grid}.stat-card.svelte-1ckyl78{background:var(--surface-1);border-radius:var(--radius-lg);padding:.8rem 1rem}.stat-label.svelte-1ckyl78{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.08em;color:var(--gray-mid);font-size:.6rem;font-weight:700}.stat-value.svelte-1ckyl78{font-family:var(--font-grotesk);font-size:1.5rem;font-weight:700}.stat-sub.svelte-1ckyl78{font-family:var(--font-grotesk);color:var(--gray-mid);font-size:.6rem}.header-actions.svelte-1ckyl78{align-items:center;gap:.5rem;display:flex}.search-bar.svelte-1ckyl78{align-items:center;gap:.3rem;display:flex}.search-input.svelte-1ckyl78{font-family:var(--font-body);border-radius:var(--radius-lg);background:var(--input-bg);color:var(--text-primary);border:none;width:200px;padding:.35rem .6rem;font-size:.8rem}.search-input.svelte-1ckyl78:focus{outline:2px solid var(--primary-container);outline-offset:-2px}.agent-grid.svelte-1ckyl78{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.agent-card.svelte-1ckyl78{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;flex-direction:column;gap:.6rem;padding:1rem 1.2rem;transition:all .15s;display:flex}.agent-card.svelte-1ckyl78:hover{background:var(--surface-2);border-color:var(--text-muted);transform:translateY(-1px)}.agent-header.svelte-1ckyl78{align-items:center;gap:.5rem;display:flex}.agent-dot.svelte-1ckyl78{border-radius:50%;flex-shrink:0;width:8px;height:8px}.agent-name.svelte-1ckyl78{font-family:var(--font-grotesk);flex:1;font-size:.95rem;font-weight:700}.agent-status-tag.svelte-1ckyl78{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:600}.agent-work.svelte-1ckyl78{color:var(--text-secondary);min-height:1.2em;font-size:.78rem}.agent-stats.svelte-1ckyl78{flex-direction:column;gap:.35rem;display:flex}.agent-stat.svelte-1ckyl78{align-items:center;gap:.5rem;display:flex}.stat-bar-wrap.svelte-1ckyl78{background:var(--surface-3);border-radius:2px;flex:1;height:4px;overflow:hidden}.stat-bar.svelte-1ckyl78{border-radius:2px;height:100%;transition:width .3s}.stat-val.svelte-1ckyl78{font-family:var(--font-grotesk);text-align:right;min-width:2.5rem;font-size:.7rem;font-weight:600}.agent-meta-stats.svelte-1ckyl78{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.68rem;display:flex}.meta-dot.svelte-1ckyl78{color:var(--border)}.platform-tag.svelte-1ckyl78{color:var(--tone-lilac-text);font-weight:600}.agent-tags.svelte-1ckyl78{flex-wrap:wrap;gap:.4rem;display:flex}.agent-model-tag.svelte-1ckyl78{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);background:var(--surface-2);border-radius:var(--radius);padding:.15rem .4rem;font-size:.6rem}.agent-inline-detail.svelte-1ckyl78{border-top:1px solid var(--surface-2);flex-direction:column;gap:.3rem;margin:.5rem -1.5rem;padding:.5rem 1.5rem;display:flex}.outreach-row.svelte-1ckyl78{align-items:center;gap:.5rem;padding:.2rem 0;font-size:.7rem;display:flex}.session-row.svelte-1ckyl78{flex-wrap:wrap;align-items:center;gap:.5rem;padding:.3rem 0;font-size:.7rem;display:flex}.session-id.svelte-1ckyl78{font-family:var(--font-mono);min-width:50px;font-size:.7rem;font-weight:600}.context-bar.svelte-1ckyl78{background:var(--gray-light);border-radius:2px;height:4px;overflow:hidden}.context-fill.svelte-1ckyl78{border-radius:2px;height:100%}.context-fill.ctx-ok.svelte-1ckyl78{background:var(--accent,#f5c842)}.context-fill.ctx-warn.svelte-1ckyl78{background:#f97316}.search-result-row.svelte-1ckyl78{border-bottom:1px solid var(--surface-2);align-items:center;gap:.6rem;padding:.5rem 1rem;font-size:.75rem;display:flex}.search-result-session.svelte-1ckyl78{font-family:var(--font-mono);color:var(--gray-mid);min-width:80px;font-size:.65rem}.search-result-content.svelte-1ckyl78{text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary);flex:1;overflow:hidden}.search-result-time.svelte-1ckyl78{color:var(--gray-mid);flex-shrink:0;font-size:.6rem}.group-chip.svelte-1ckyl78{background:var(--surface-2);border-radius:var(--radius-lg);align-items:center;gap:.4rem;padding:.4rem .8rem;display:flex}.group-name.svelte-1ckyl78{font-family:var(--font-grotesk);font-size:.75rem;font-weight:600}.group-count.svelte-1ckyl78{background:var(--primary-container);color:var(--on-primary-container);border-radius:99px;padding:.1rem .35rem;font-size:.6rem}.badge-platform.svelte-1ckyl78{color:#1e40af;background:#dbeafe}.agent-actions.svelte-1ckyl78{flex-wrap:wrap;align-items:center;gap:.3rem;display:flex}.btn-sleep.svelte-1ckyl78{color:var(--text-muted);align-items:center;gap:.25rem;display:flex}.btn-sleep.svelte-1ckyl78:hover{color:var(--yellow)}.directive-item.svelte-1ckyl78{background:var(--surface-1);border-radius:var(--radius-lg);align-items:center;gap:.8rem;padding:.6rem 1rem;display:flex}.directive-item.svelte-1ckyl78:nth-child(2n){background:var(--surface-2)}.directive-priority.svelte-1ckyl78{font-family:var(--font-grotesk);background:var(--yellow);text-align:center;border-radius:var(--radius-lg);min-width:24px;padding:.1rem .4rem;font-size:.7rem;font-weight:700}.directive-text.svelte-1ckyl78{flex:1;font-size:.88rem}.directive-inactive.svelte-1ckyl78{opacity:.5;text-decoration:line-through}.token-item.svelte-1ckyl78{background:var(--surface-1);border-radius:var(--radius-lg);align-items:center;gap:1rem;padding:.6rem 1rem;display:flex}.token-item.svelte-1ckyl78:nth-child(2n){background:var(--surface-2)}.wizard-overlay.svelte-1ckyl78{background:var(--overlay-scrim);z-index:999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.wizard.svelte-1ckyl78{background:var(--surface-1);color:var(--text-primary);border-radius:var(--radius-xl);border:none;width:95%;max-width:600px;max-height:90vh;overflow-y:auto}.wizard-header.svelte-1ckyl78{padding:2rem 2rem 1rem}.wizard-title.svelte-1ckyl78{font-family:var(--font-grotesk);font-size:1.5rem;font-weight:700}.wizard-title.svelte-1ckyl78 .y:where(.svelte-1ckyl78){color:var(--yellow)}.wizard-sub.svelte-1ckyl78{font-family:var(--font-grotesk);color:var(--text-muted);margin-top:.3rem;font-size:.75rem}.wizard-progress.svelte-1ckyl78{gap:.2rem;margin-bottom:1.5rem;padding:0 2rem;display:flex}.wizard-step-dot.svelte-1ckyl78{background:var(--text-muted);border-radius:2px;flex:1;height:4px}.wizard-step-dot.active.svelte-1ckyl78{background:var(--yellow)}.wizard-step-dot.done.svelte-1ckyl78{background:var(--green)}.wizard-body.svelte-1ckyl78{padding:0 2rem 2rem}.wizard-label.svelte-1ckyl78{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.08em;color:var(--yellow);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.wizard-hint.svelte-1ckyl78{color:var(--text-muted);margin-bottom:1rem;font-size:.8rem}.wizard-id-preview.svelte-1ckyl78{font-family:var(--font-grotesk);color:var(--text-muted);margin-top:-.7rem;margin-bottom:.8rem;font-size:.7rem}.wizard-input.svelte-1ckyl78{font-family:var(--font-grotesk);background:var(--surface-2);color:var(--text-primary);border-radius:var(--radius-lg);border:none;width:100%;margin-bottom:1rem;padding:.8rem 1rem;font-size:1rem}.wizard-input.svelte-1ckyl78:focus{outline:2px solid var(--accent)}.wizard-options.svelte-1ckyl78{grid-template-columns:1fr 1fr;gap:.8rem;margin-bottom:1rem;display:grid}.wizard-option.svelte-1ckyl78{background:var(--surface-2);border-radius:var(--radius-lg);cursor:pointer;text-align:center;border:none;padding:1rem;transition:all .15s}.wizard-option.svelte-1ckyl78:hover{background:var(--surface-3)}.wizard-option.selected.svelte-1ckyl78{background:var(--accent-soft);box-shadow:inset 0 0 0 2px var(--accent)}.wizard-option-title.svelte-1ckyl78{font-family:var(--font-grotesk);color:var(--text-primary);margin-bottom:.2rem;font-size:.85rem;font-weight:700}.wizard-option-desc.svelte-1ckyl78{color:var(--text-muted);font-size:.75rem}.wizard-option.selected.svelte-1ckyl78 .wizard-option-desc:where(.svelte-1ckyl78){color:var(--accent)}.wizard-hearts.svelte-1ckyl78{grid-template-columns:1fr 1fr;gap:.8rem;margin-bottom:1rem;display:grid}.wizard-heart.svelte-1ckyl78{background:var(--surface-2);border-radius:var(--radius-lg);cursor:pointer;border:none;padding:1.2rem;transition:all .15s}.wizard-heart.svelte-1ckyl78:hover{background:var(--surface-3)}.wizard-heart.selected.svelte-1ckyl78{background:var(--accent-soft);box-shadow:inset 0 0 0 2px var(--accent)}.wizard-heart-icon.svelte-1ckyl78{margin-bottom:.3rem;font-size:1.5rem}.wizard-heart-name.svelte-1ckyl78{font-family:var(--font-grotesk);color:var(--text-primary);font-size:.8rem;font-weight:700}.wizard-heart-desc.svelte-1ckyl78{color:var(--text-muted);margin-top:.2rem;font-size:.7rem}.wizard-heart.selected.svelte-1ckyl78 .wizard-heart-desc:where(.svelte-1ckyl78){color:var(--accent)}.wizard-footer.svelte-1ckyl78{background:var(--surface-2);justify-content:space-between;padding:1.5rem 2rem;display:flex}.wizard-btn.svelte-1ckyl78{font-family:var(--font-grotesk);background:var(--surface-2);color:var(--text-primary);cursor:pointer;text-transform:uppercase;border-radius:var(--radius-lg);border:none;padding:.6rem 1.5rem;font-size:.8rem;font-weight:700}.wizard-btn.svelte-1ckyl78:hover{color:var(--accent);background:#ffffff26}.wizard-btn-primary.svelte-1ckyl78{background:var(--primary-container);color:var(--on-primary-container);box-shadow:4px 4px 0px var(--primary)}.wizard-btn-primary.svelte-1ckyl78:hover{background:var(--primary-container)}.wizard-btn-primary.svelte-1ckyl78:active{transform:scale(.98)}.wizard-summary.svelte-1ckyl78{font-family:var(--font-grotesk);font-size:.85rem;line-height:2}.wizard-summary.svelte-1ckyl78 .val{color:var(--accent);font-weight:700}.val.svelte-1ckyl78{color:var(--yellow);font-weight:700}.btn-danger-text.svelte-1ckyl78{color:var(--text-muted);cursor:pointer;font-size:.6rem;font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.05em;background:0 0;border:none;padding:.2rem .4rem}.btn-danger-text.svelte-1ckyl78:hover{color:var(--red)}.btn-confirm-delete.svelte-1ckyl78{background:var(--gray-light);color:var(--gray-mid);border-radius:var(--radius-lg);cursor:not-allowed;border:none}.btn-confirm-delete.ready.svelte-1ckyl78{background:var(--red);color:var(--white);cursor:pointer}.detail-tabs.svelte-1ckyl78{border-bottom:1px solid var(--border);gap:.25rem;margin-top:.5rem;margin-bottom:.5rem;padding:0 1rem;display:flex}.detail-tab.svelte-1ckyl78{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.05em;color:var(--gray-mid);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.5rem .75rem;font-size:.75rem;font-weight:700;position:relative}.detail-tab.svelte-1ckyl78:hover{color:var(--text)}.detail-tab.active.svelte-1ckyl78{color:var(--text);border-bottom-color:var(--accent)}.dirty-dot.svelte-1ckyl78{background:var(--yellow);border-radius:50%;width:5px;height:5px;position:absolute;top:.3rem;right:.15rem}.detail-section-header.svelte-1ckyl78{background:var(--surface-2);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}@media (width<=900px){.agent-grid.svelte-1ckyl78{grid-template-columns:1fr}}.import-entry-grid.svelte-1ckyl78{grid-template-columns:1fr;gap:.75rem;margin-bottom:1rem;display:grid}.import-entry-card.svelte-1ckyl78{background:var(--surface-2);border-radius:var(--radius-lg);cursor:pointer;border:1px solid #0000;padding:1.2rem 1.4rem;transition:all .15s}.import-entry-card.svelte-1ckyl78:hover{background:var(--surface-3);border-color:var(--accent)}.import-entry-card.import-entry-disabled.svelte-1ckyl78{opacity:.45;cursor:not-allowed}.import-entry-card.import-entry-disabled.svelte-1ckyl78:hover{background:var(--surface-2);border-color:#0000}.import-entry-icon.svelte-1ckyl78{margin-bottom:.4rem;font-size:1.4rem}.import-entry-title.svelte-1ckyl78{font-family:var(--font-grotesk);margin-bottom:.2rem;font-size:.9rem;font-weight:700}.import-entry-desc.svelte-1ckyl78{color:var(--text-muted);font-size:.78rem;line-height:1.4}.import-dropzone.svelte-1ckyl78{border:2px dashed var(--surface-dim);border-radius:var(--radius-lg);text-align:center;cursor:pointer;margin-bottom:1rem;padding:2rem 1.5rem;transition:border-color .15s,background .15s}.import-dropzone.svelte-1ckyl78:hover{border-color:var(--text-muted);background:var(--surface-2)}.import-dropzone.dragover.svelte-1ckyl78{border:2px solid var(--accent);background:var(--surface-3)}.import-dropzone-icon.svelte-1ckyl78{margin-bottom:.5rem;font-size:2rem}.import-dropzone-label.svelte-1ckyl78{font-family:var(--font-grotesk);margin-bottom:.2rem;font-size:.9rem;font-weight:700}.import-dropzone-hint.svelte-1ckyl78{color:var(--text-muted);font-size:.75rem}.import-dropzone-file.svelte-1ckyl78{font-family:var(--font-grotesk);margin-bottom:.2rem;font-size:.9rem;font-weight:700}.import-file-row.svelte-1ckyl78{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.import-file-name.svelte-1ckyl78{font-family:var(--font-grotesk);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.78rem;overflow:hidden}.import-loading.svelte-1ckyl78{flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;padding:3rem 0;display:flex}.import-spinner.svelte-1ckyl78{border:3px solid #ffffff1a;border-top-color:var(--accent);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite svelte-1ckyl78-import-spin}@keyframes svelte-1ckyl78-import-spin{to{transform:rotate(360deg)}}.import-loading-text.svelte-1ckyl78{font-family:var(--font-grotesk);color:var(--text-muted);font-size:.85rem}.import-section.svelte-1ckyl78{border-radius:var(--radius-lg);background:#ffffff0a;margin-bottom:.75rem;padding:.9rem 1rem}.import-section-header.svelte-1ckyl78{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.import-field-row.svelte-1ckyl78{border-bottom:1px solid #ffffff0f;gap:.75rem;padding:.25rem 0;font-size:.8rem;display:flex}.import-field-row.svelte-1ckyl78:last-child{border-bottom:none}.import-field-key.svelte-1ckyl78{font-family:var(--font-grotesk);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;min-width:90px;padding-top:.1rem;font-size:.72rem;font-weight:700}.import-field-val.svelte-1ckyl78{color:var(--text-inverse);flex:1}.import-truncate.svelte-1ckyl78{-webkit-line-clamp:2;max-height:2.6em;color:var(--text-muted);-webkit-box-orient:vertical;font-size:.78rem;display:-webkit-box;overflow:hidden}.import-conn-row.svelte-1ckyl78{border-bottom:1px solid #ffffff0f;align-items:center;gap:.75rem;padding:.3rem 0;font-size:.8rem;display:flex}.import-conn-row.svelte-1ckyl78:last-child{border-bottom:none}.import-badge.svelte-1ckyl78{font-family:var(--font-grotesk);cursor:default;border-radius:99px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.import-count-badge.svelte-1ckyl78{font-family:var(--font-grotesk);color:var(--text-muted);background:#ffffff1a;border-radius:99px;padding:.15rem .6rem;font-size:.75rem;font-weight:700}.import-memory-sample.svelte-1ckyl78{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #ffffff0f;padding:.3rem 0;font-size:.78rem;overflow:hidden}.import-memory-sample.svelte-1ckyl78:last-child{border-bottom:none}.import-empty.svelte-1ckyl78{color:var(--text-muted);font-size:.78rem;font-style:italic}.import-warnings.svelte-1ckyl78{border-radius:var(--radius-lg);background:#fbbf241a;border:1px solid #fbbf2440;margin-top:.5rem;padding:.8rem 1rem}.import-warnings-title.svelte-1ckyl78{font-family:var(--font-grotesk);color:#fbbf24;margin-bottom:.4rem;font-size:.78rem;font-weight:700}.import-warning-item.svelte-1ckyl78{color:#fde68a;font-size:.75rem;line-height:1.6}.import-error.svelte-1ckyl78{border-radius:var(--radius-lg);color:var(--red,#ef4444);font-size:.8rem;font-family:var(--font-grotesk);background:#ef44441f;border:1px solid #ef44444d;margin-top:.75rem;padding:.7rem 1rem}.import-progress-wrap.svelte-1ckyl78{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;display:flex}.import-progress-bar-bg.svelte-1ckyl78{background:#ffffff1a;border-radius:99px;width:100%;max-width:360px;height:8px;overflow:hidden}.import-progress-bar-fill.svelte-1ckyl78{background:var(--accent,#f5c842);border-radius:99px;height:100%;transition:width .4s}.import-progress-label.svelte-1ckyl78{font-family:var(--font-grotesk);color:var(--text-muted);font-size:.75rem}.import-done.svelte-1ckyl78{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 0 1rem;display:flex}.import-done-icon.svelte-1ckyl78{font-size:2.5rem}.import-done-title.svelte-1ckyl78{font-family:var(--font-grotesk);font-size:1.1rem;font-weight:700}.import-done-note.svelte-1ckyl78{color:var(--text-muted);max-width:360px;font-size:.8rem}.import-done-warn.svelte-1ckyl78{color:#fbbf24;font-size:.8rem}.import-done-stat.svelte-1ckyl78{color:var(--text-muted);font-size:.8rem}.import-done-actions.svelte-1ckyl78{gap:.75rem;margin-top:.5rem;display:flex}.hb-pulse.svelte-1ckyl78{vertical-align:middle;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-left:4px;display:inline-block}.hb-fresh.svelte-1ckyl78{background:#22c55e;animation:2s ease-in-out infinite svelte-1ckyl78-hb-beat}.hb-stale.svelte-1ckyl78{background:#f59e0b}.hb-old.svelte-1ckyl78{background:#ef4444}.hb-unknown.svelte-1ckyl78{background:var(--gray-mid)}@keyframes svelte-1ckyl78-hb-beat{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.controls.svelte-2u7f85{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.controls-group.svelte-2u7f85{align-items:center;gap:.5rem;display:flex}.controls-label.svelte-2u7f85{font-family:var(--font-grotesk);text-transform:uppercase;color:var(--text-muted);white-space:nowrap;font-size:.7rem;font-weight:700}.search-bar.svelte-2u7f85{flex:1;gap:.5rem;min-width:250px;display:flex}.stats-bar.svelte-2u7f85{font-family:var(--font-grotesk);flex-wrap:wrap;gap:2rem;padding:1rem 1.5rem;font-size:.8rem;display:flex}.stat-item{flex-direction:column;display:flex}.stat-value{font-size:1.4rem;font-weight:700}.stat-label{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;font-size:.65rem}.filter-bar.svelte-2u7f85{background:var(--surface-2);border-radius:0 0 var(--radius-lg) var(--radius-lg);flex-wrap:wrap;align-items:center;gap:.8rem;padding:1rem 1.5rem;display:flex}.toggle-btn.svelte-2u7f85{font-family:var(--font-grotesk);background:var(--surface-3);border-radius:var(--radius-lg);cursor:pointer;text-transform:uppercase;color:var(--text-muted);border:none;padding:.3rem .6rem;font-size:.65rem;font-weight:700;transition:all .1s}.toggle-btn.active.svelte-2u7f85{color:var(--on-primary-container);background:var(--primary-container)}.memory-grid.svelte-2u7f85{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1rem;display:grid}.memory-card.svelte-2u7f85{background:var(--surface-container-lowest,var(--white));border:none;border-left:5px solid var(--text-muted);border-radius:var(--radius-lg);cursor:pointer;padding:1.2rem;transition:box-shadow .15s;position:relative}.memory-card.svelte-2u7f85:hover{box-shadow:4px 4px 0 var(--shadow-color)}.memory-card.type-insight.svelte-2u7f85{border-left-color:var(--blue)}.memory-card.type-fact.svelte-2u7f85{border-left-color:var(--gray-dark)}.memory-card.type-project_state.svelte-2u7f85{border-left-color:var(--green)}.memory-card.type-interaction_pattern.svelte-2u7f85{border-left-color:var(--yellow)}.memory-card.type-continuation.svelte-2u7f85{border-left-color:var(--text-muted)}.card-inactive.svelte-2u7f85{opacity:.7;border-style:dashed}.card-header.svelte-2u7f85{justify-content:space-between;align-items:flex-start;margin-bottom:.6rem;display:flex}.type-badge.svelte-2u7f85{font-family:var(--font-grotesk);text-transform:uppercase;border-radius:var(--radius);padding:.15rem .5rem;font-size:.6rem;font-weight:700}.type-badge.insight{background:var(--tone-info-bg);color:var(--tone-info-text)}.type-badge.fact{background:var(--tone-neutral-bg);color:var(--tone-neutral-text)}.type-badge.project_state{background:var(--tone-success-bg);color:var(--tone-success-text)}.type-badge.interaction_pattern{background:var(--tone-warning-bg);color:var(--tone-warning-text)}.type-badge.continuation{background:var(--surface-3);color:var(--text-muted)}.salience-dots.svelte-2u7f85{gap:3px;display:flex}.salience-dot.svelte-2u7f85{border:1.5px solid var(--text-muted);border-radius:50%;width:8px;height:8px}.salience-dot.filled.svelte-2u7f85{background:var(--yellow);border-color:var(--yellow)}.card-content.svelte-2u7f85{word-break:break-word;margin-bottom:.6rem;font-size:.88rem;line-height:1.5}.card-content.truncated.svelte-2u7f85{max-height:4.5em;position:relative;overflow:hidden}.card-context.svelte-2u7f85{color:var(--text-muted);margin-bottom:.6rem;font-size:.78rem}.card-tags.svelte-2u7f85{flex-wrap:wrap;gap:.3rem;margin-bottom:.6rem;display:flex}.card-tag.svelte-2u7f85{font-family:var(--font-grotesk);background:var(--tone-neutral-bg);color:var(--tone-neutral-text);text-transform:uppercase;border-radius:var(--radius);padding:.1rem .4rem;font-size:.6rem;font-weight:700}.card-tag.project.svelte-2u7f85{background:var(--tone-lilac-bg);color:var(--tone-lilac-text)}.card-tag.entity.svelte-2u7f85{background:var(--tone-info-bg);color:var(--tone-info-text)}.card-tag.source.svelte-2u7f85{background:var(--tone-warning-bg);color:var(--tone-warning-text)}.card-footer.svelte-2u7f85{font-family:var(--font-grotesk);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:.6rem;font-size:.65rem;display:flex}.card-footer-left.svelte-2u7f85{gap:1rem;display:flex}.pagination.svelte-2u7f85{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.detail-field{margin-bottom:1rem}.detail-label{font-family:var(--font-grotesk);text-transform:uppercase;color:var(--text-muted);margin-bottom:.3rem;font-size:.7rem;font-weight:700}.detail-value{font-family:var(--font-body);font-size:.85rem;line-height:1.6}.detail-meta-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.tab-bar.svelte-2u7f85{gap:.3rem;margin-bottom:1rem;display:flex}.tab-btn.svelte-2u7f85{font-family:var(--font-grotesk);background:var(--surface-2);border-radius:var(--radius-lg);cursor:pointer;text-transform:uppercase;color:var(--text-muted);border:none;padding:.5rem 1.2rem;font-size:.75rem;font-weight:700;transition:all .1s}.tab-btn.active.svelte-2u7f85{background:var(--surface-inverse);color:var(--primary-container)}.tab-btn.svelte-2u7f85:hover:not(.active){background:var(--surface-3)}.chat-list.svelte-2u7f85{flex-direction:column;gap:.5rem;display:flex}.chat-item.svelte-2u7f85{background:var(--surface-1);border:none;border-left:4px solid var(--text-muted);border-radius:var(--radius-lg);padding:1rem}.chat-item.chat-user.svelte-2u7f85{border-left-color:var(--primary-container)}.chat-item.chat-assistant.svelte-2u7f85{border-left-color:var(--blue)}.chat-item-header.svelte-2u7f85{flex-wrap:wrap;align-items:center;gap:.8rem;margin-bottom:.5rem;display:flex}.chat-role-badge.svelte-2u7f85{font-family:var(--font-grotesk);text-transform:uppercase;border-radius:var(--radius);padding:.1rem .4rem;font-size:.6rem;font-weight:700}.chat-role-badge.user.svelte-2u7f85{background:var(--surface-inverse);color:var(--text-inverse)}.chat-role-badge.assistant.svelte-2u7f85{background:var(--tone-info-bg);color:var(--tone-info-text)}.chat-session.svelte-2u7f85,.chat-time.svelte-2u7f85{font-family:var(--font-grotesk);color:var(--text-muted);font-size:.65rem}.chat-duration.svelte-2u7f85{font-family:var(--font-grotesk);color:var(--text-muted);background:var(--surface-2);border-radius:var(--radius);padding:.1rem .3rem;font-size:.6rem}.chat-item-content.svelte-2u7f85{white-space:pre-wrap;word-break:break-word;font-size:.88rem;line-height:1.5}@media (width<=900px){.memory-grid.svelte-2u7f85{grid-template-columns:1fr}.controls.svelte-2u7f85{flex-direction:column;align-items:stretch}.detail-meta-grid{grid-template-columns:1fr}}.loading-screen.svelte-m55zxj{justify-content:center;align-items:center;min-height:60vh;display:flex}.loading-text.svelte-m55zxj{font-family:var(--font-grotesk);color:var(--text-muted);font-size:.9rem}.toolbar.svelte-m55zxj{flex-wrap:wrap;align-items:center;gap:.8rem;margin-bottom:1.5rem;display:flex}.view-toggle.svelte-m55zxj{gap:0;display:flex}.toggle-btn.svelte-m55zxj{font-family:var(--font-grotesk);text-transform:uppercase;background:var(--surface-1);cursor:pointer;color:var(--text-primary);border-radius:var(--radius-lg);border:none;padding:.4rem .8rem;font-size:.7rem;font-weight:700}.toggle-btn.svelte-m55zxj:first-child{border-radius:var(--radius-lg) 0 0 var(--radius-lg)}.toggle-btn.svelte-m55zxj:last-child{border-radius:0 var(--radius-lg) var(--radius-lg) 0}.detail-modal-body.svelte-m55zxj{overflow-y:auto}.toggle-btn.active.svelte-m55zxj{background:var(--primary-container);color:var(--on-primary-container)}.filter-select.svelte-m55zxj{font-family:var(--font-grotesk);background:var(--input-bg);border-radius:var(--radius-lg);color:var(--text-primary);border:none;padding:.3rem .6rem;font-size:.75rem}.filter-select.svelte-m55zxj:focus{outline:2px solid var(--primary-container)}.pipeline.svelte-m55zxj{grid-template-columns:repeat(5,1fr);gap:.5rem;display:grid}.column.svelte-m55zxj{background:var(--surface-1);border-radius:var(--radius-lg);min-height:300px}.column-header.svelte-m55zxj{background:var(--surface-2);border-radius:var(--radius-lg) var(--radius-lg) 0 0;font-family:var(--font-grotesk);text-transform:uppercase;justify-content:space-between;padding:.8rem 1rem;font-size:.75rem;font-weight:700;display:flex}.column-count.svelte-m55zxj{background:var(--surface-inverse);color:var(--accent);border-radius:var(--radius-lg);padding:.1rem .4rem;font-size:.65rem}.column-body.svelte-m55zxj{background:var(--surface-1);border-radius:0 0 var(--radius-lg) var(--radius-lg);padding:.5rem}.column-empty.svelte-m55zxj{text-align:center;color:var(--text-muted);font-family:var(--font-grotesk);padding:1rem;font-size:.75rem}.topic-card.svelte-m55zxj{border-left:5px solid var(--text-muted);cursor:pointer;background:var(--surface-1);border-radius:var(--radius-lg);margin-bottom:.5rem;padding:.8rem;transition:background .1s}.topic-card.svelte-m55zxj:hover{background:var(--hover-accent)}.topic-title.svelte-m55zxj{font-family:var(--font-grotesk);margin-bottom:.4rem;font-size:.8rem;font-weight:700}.topic-meta.svelte-m55zxj{flex-wrap:wrap;gap:.3rem;margin-bottom:.3rem;display:flex}.topic-footer.svelte-m55zxj{font-family:var(--font-grotesk);color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.6rem;display:flex}.badge.svelte-m55zxj{font-family:var(--font-grotesk);text-transform:uppercase;border-radius:var(--radius-lg);padding:.15rem .5rem;font-size:.6rem;font-weight:700;display:inline-block}.priority-urgent.svelte-m55zxj{background:var(--tone-error-bg);color:var(--tone-error-text)}.priority-high.svelte-m55zxj{background:var(--tone-warning-bg);color:var(--tone-warning-text)}.priority-normal.svelte-m55zxj{background:var(--tone-info-bg);color:var(--tone-info-text)}.priority-low.svelte-m55zxj{background:var(--tone-neutral-bg);color:var(--tone-neutral-text)}.badge-agent.svelte-m55zxj{background:var(--tone-lilac-bg);color:var(--tone-lilac-text)}.badge-tag.svelte-m55zxj{background:var(--tone-neutral-bg);color:var(--tone-neutral-text)}.badge-status-open.svelte-m55zxj{background:var(--tone-info-bg);color:var(--tone-info-text)}.badge-status-assigned.svelte-m55zxj{background:var(--tone-lilac-bg);color:var(--tone-lilac-text)}.badge-status-researching.svelte-m55zxj,.badge-status-in_review.svelte-m55zxj,.badge-status-revising.svelte-m55zxj{background:var(--tone-warning-bg);color:var(--tone-warning-text)}.badge-status-published.svelte-m55zxj{background:var(--tone-success-bg);color:var(--tone-success-text)}.badge-status-cancelled.svelte-m55zxj{background:var(--tone-error-bg);color:var(--tone-error-text)}.badge-status-draft.svelte-m55zxj{background:var(--tone-neutral-bg);color:var(--tone-neutral-text)}.list-container.svelte-m55zxj{background:var(--surface-1);border-radius:var(--radius-lg)}.list-row.svelte-m55zxj{cursor:pointer}.list-row.svelte-m55zxj:hover{background:var(--hover-accent)}.mono.svelte-m55zxj{font-family:var(--font-grotesk);font-size:.8rem}.detail-header-meta.svelte-m55zxj{flex-wrap:wrap;align-items:flex-start;gap:.4rem;margin-top:.5rem;display:flex}.badge-dropdown-wrap.svelte-m55zxj{display:inline-block;position:relative}.badge-editable.svelte-m55zxj{cursor:pointer;transition:outline .1s}.badge-editable.svelte-m55zxj:hover{outline:2px solid var(--yellow);outline-offset:1px}.badge-dropdown.svelte-m55zxj{background:var(--surface-1);z-index:100;min-width:120px;box-shadow:4px 4px 0 var(--shadow-color);border-radius:var(--radius-lg);position:absolute;top:calc(100% + 4px);left:0}.badge-dropdown-item.svelte-m55zxj{font-family:var(--font-grotesk);cursor:pointer;text-transform:capitalize;padding:.4rem .8rem;font-size:.7rem}.badge-dropdown-item.svelte-m55zxj:hover{background:var(--hover-accent)}.badge-dropdown-item.active.svelte-m55zxj{background:var(--surface-2);font-weight:700}.detail-tabs.svelte-m55zxj{background:var(--surface-2);border-radius:var(--radius-lg) var(--radius-lg) 0 0;gap:0;display:flex}.detail-tab.svelte-m55zxj{font-family:var(--font-grotesk);text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-3px;padding:.6rem 1.2rem;font-size:.75rem;font-weight:700}.detail-tab.svelte-m55zxj:hover{background:var(--surface-3)}.detail-tab.active.svelte-m55zxj{border-bottom-color:var(--primary-container);background:var(--surface-1)}.brief-meta.svelte-m55zxj{background:var(--surface-1);border-radius:var(--radius-lg);align-items:center;gap:1rem;margin-bottom:1rem;padding:.8rem 0;font-size:.8rem;display:flex}.brief-section.svelte-m55zxj{margin-bottom:1.2rem}.brief-section-label.svelte-m55zxj{font-family:var(--font-grotesk);text-transform:uppercase;color:var(--text-muted);margin-bottom:.4rem;font-size:.7rem;font-weight:700}.brief-content.svelte-m55zxj{font-size:.88rem;line-height:1.6}.brief-list.svelte-m55zxj{margin:0;padding-left:1.2rem}.brief-list.svelte-m55zxj li:where(.svelte-m55zxj){margin-bottom:.3rem;font-size:.85rem;line-height:1.5}.source-list.svelte-m55zxj li:where(.svelte-m55zxj){font-family:var(--font-grotesk);word-break:break-all;font-size:.75rem}.brief-rendered.svelte-m55zxj{font-size:.88rem;line-height:1.6}.brief-rendered.svelte-m55zxj h1{margin:1rem 0 .5rem;font-size:1.2rem;font-weight:700}.brief-rendered.svelte-m55zxj h2{margin:.8rem 0 .4rem;font-size:1rem;font-weight:700}.brief-rendered.svelte-m55zxj h3{margin:.6rem 0 .3rem;font-size:.9rem;font-weight:700}.brief-rendered.svelte-m55zxj pre{background:var(--surface-2);border-radius:var(--radius-lg);margin:.5rem 0;padding:.8rem;font-size:.8rem;overflow-x:auto}.brief-rendered.svelte-m55zxj code{background:var(--code-inline-bg);border-radius:var(--radius-lg);padding:.1rem .3rem;font-family:monospace;font-size:.8rem}.brief-rendered.svelte-m55zxj pre code{background:0 0;padding:0}.brief-rendered.svelte-m55zxj blockquote{border-left:3px solid var(--accent);color:var(--text-secondary);margin:.5rem 0;padding-left:1rem}.brief-rendered.svelte-m55zxj ul{padding-left:1.2rem}.brief-rendered.svelte-m55zxj table{border-collapse:collapse;border-radius:var(--radius-lg);width:100%;margin:.5rem 0;overflow:hidden}.brief-rendered.svelte-m55zxj th,.brief-rendered.svelte-m55zxj td{border:1px solid var(--row-divider);text-align:left;padding:.4rem .6rem;font-size:.8rem}.brief-rendered.svelte-m55zxj th{background:var(--surface-2);font-family:var(--font-grotesk);font-weight:700}.review-summary.svelte-m55zxj{background:var(--surface-1);border-radius:var(--radius-lg);gap:1.2rem;margin-bottom:1rem;padding:.8rem 0;display:flex}.review-count.svelte-m55zxj{font-family:var(--font-grotesk);font-size:.8rem;font-weight:700}.review-card.svelte-m55zxj{background:var(--surface-1);border-radius:var(--radius-lg);margin-bottom:.8rem;padding:1rem}.review-header.svelte-m55zxj{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.6rem;display:flex}.review-comments.svelte-m55zxj{white-space:pre-wrap;margin-bottom:.6rem;font-size:.85rem;line-height:1.5}.review-additions.svelte-m55zxj,.review-corrections.svelte-m55zxj{background:var(--surface-2);border-radius:var(--radius-lg);margin-top:.6rem;padding:.6rem}.confidence-dots.svelte-m55zxj{gap:3px;display:flex}.confidence-dot.svelte-m55zxj{border:1.5px solid var(--gray-mid);border-radius:50%;width:8px;height:8px}.confidence-dot.filled.svelte-m55zxj{background:var(--yellow);border-color:var(--yellow)}.timeline.svelte-m55zxj{padding:.5rem 0}.timeline-item.svelte-m55zxj{align-items:flex-start;gap:1rem;padding:.6rem 0;display:flex;position:relative}.timeline-item.svelte-m55zxj:not(:last-child){border-left:2px solid var(--row-divider);margin-left:6px;padding-left:calc(1rem + 6px)}.timeline-item.svelte-m55zxj:last-child{margin-left:6px;padding-left:calc(1rem + 6px)}.timeline-dot.svelte-m55zxj{background:var(--yellow);border:2px solid var(--black);border-radius:50%;flex-shrink:0;width:12px;height:12px;position:absolute;top:.8rem;left:0}.timeline-content.svelte-m55zxj{flex:1}.timeline-label.svelte-m55zxj{font-family:var(--font-grotesk);font-size:.8rem;font-weight:700}.timeline-meta.svelte-m55zxj{font-family:var(--font-grotesk);color:var(--text-muted);gap:1rem;margin-top:.2rem;font-size:.7rem;display:flex}.empty-state.svelte-m55zxj{text-align:center;padding:3rem 1rem}.empty-state-icon.svelte-m55zxj{margin-bottom:.5rem;font-size:2rem}.empty-state-text.svelte-m55zxj{font-family:var(--font-grotesk);color:var(--text-secondary);font-size:.9rem;font-weight:700}.empty-state-sub.svelte-m55zxj{font-family:var(--font-grotesk);color:var(--text-muted);margin-top:.3rem;font-size:.75rem}.assign-dropdown.svelte-m55zxj{z-index:100;background:var(--surface-1);min-width:180px;box-shadow:4px 4px 0 var(--shadow-color);border-radius:var(--radius-lg);position:absolute;top:100%;left:0}.assign-option.svelte-m55zxj{width:100%;font-family:var(--font-grotesk);cursor:pointer;text-align:left;background:0 0;border:none;padding:.5rem .8rem;font-size:.8rem;display:block}.assign-option.svelte-m55zxj:hover{background:var(--hover-accent)}@media (width<=1200px){.pipeline.svelte-m55zxj{grid-template-columns:repeat(3,1fr)}}@media (width<=800px){.pipeline.svelte-m55zxj{grid-template-columns:repeat(2,1fr)}.stats-bar.svelte-m55zxj{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.pipeline.svelte-m55zxj{grid-template-columns:1fr}}.loading-screen.svelte-uju98s{justify-content:center;align-items:center;min-height:60vh;display:flex}.loading-text.svelte-uju98s{font-family:var(--font-grotesk);color:var(--text-muted);font-size:.9rem}.stats-compact.svelte-uju98s{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.stat-compact-card.svelte-uju98s{background:var(--surface-1);border-radius:var(--radius-lg);flex:1;align-items:baseline;gap:.6rem;min-width:80px;padding:.6rem 1rem;display:flex}.stat-compact-value.svelte-uju98s{font-family:var(--font-grotesk);font-size:1.25rem;font-weight:800;line-height:1}.stat-compact-label.svelte-uju98s{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);font-size:.62rem;font-weight:700}.tab-bar.svelte-uju98s{flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;display:flex}.tab-btn.svelte-uju98s{font-size:.85rem;font-weight:600;font-family:var(--font-grotesk);color:var(--text-primary,#111);cursor:pointer;letter-spacing:.02em;background:0 0;border:none;border-radius:4px;padding:.4rem 1rem;transition:background .12s}.tab-btn.svelte-uju98s:hover{background:#0000000f}.task-inner-tabs.svelte-uju98s{border-bottom:1px solid var(--surface-3);gap:.3rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.task-tab-content.svelte-uju98s{flex-direction:column;flex:1;gap:.9rem;display:flex}.task-desc-textarea.svelte-uju98s{resize:vertical;flex:1;min-height:200px}.tab-btn.active.svelte-uju98s{background:var(--accent,#f5c842);color:#000}.layout.svelte-uju98s{grid-template-columns:240px 1fr;gap:1.5rem;display:grid}.sidebar.svelte-uju98s{background:var(--surface-1);border-radius:var(--radius-lg);align-self:start;padding-bottom:.75rem}.sidebar-header.svelte-uju98s{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.06em;justify-content:space-between;align-items:center;padding:1.25rem 1.25rem .75rem;font-size:.75rem;font-weight:700;display:flex}.project-list.svelte-uju98s{flex-direction:column;gap:.15rem;padding:0 .5rem;display:flex}.project-item.svelte-uju98s{font-family:var(--font-grotesk);cursor:pointer;border-radius:var(--radius-lg);justify-content:space-between;align-items:center;padding:.65rem .85rem;font-size:.83rem;display:flex}.project-item.svelte-uju98s:hover{background:var(--surface-2)}.project-item.active.svelte-uju98s{background:var(--selected-bg);color:var(--selected-text);font-weight:700}.project-count.svelte-uju98s{color:var(--text-muted);font-size:.68rem}.main-content.svelte-uju98s{padding:1rem 0}.toolbar.svelte-uju98s{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.toolbar.svelte-uju98s select:where(.svelte-uju98s),.toolbar.svelte-uju98s input:where(.svelte-uju98s){font-family:var(--font-grotesk);background:var(--input-bg);border-radius:var(--radius-lg);color:var(--text-primary);border:none;padding:.3rem .6rem;font-size:.75rem}.toolbar.svelte-uju98s select:where(.svelte-uju98s):focus,.toolbar.svelte-uju98s input:where(.svelte-uju98s):focus{outline:2px solid var(--primary-container)}.board.svelte-uju98s{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.column.svelte-uju98s{background:var(--surface-1);border-radius:var(--radius-lg);flex-direction:column;min-height:300px;display:flex}.column-header.svelte-uju98s{background:var(--surface-2);border-radius:var(--radius-lg) var(--radius-lg) 0 0;font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.04em;justify-content:space-between;padding:.9rem 1.1rem;font-size:.75rem;font-weight:700;display:flex}.column-count.svelte-uju98s{background:var(--surface-inverse);color:var(--accent);border-radius:var(--radius-lg);padding:.1rem .4rem;font-size:.65rem}.column-body.svelte-uju98s{background:var(--surface-1);border-radius:0 0 var(--radius-lg) var(--radius-lg);flex:1;padding:.75rem;overflow-y:auto}.column-empty.svelte-uju98s{text-align:center;color:var(--text-muted);font-family:var(--font-grotesk);opacity:.5;letter-spacing:.05em;text-transform:uppercase;padding:2rem 1rem;font-size:.68rem}.task-card.svelte-uju98s{cursor:pointer;background:var(--surface-2);border-radius:var(--radius-lg);margin-bottom:.6rem;padding:1rem;transition:background .1s}.task-card.svelte-uju98s:hover{background:var(--hover-accent)}.task-title.svelte-uju98s{font-family:var(--font-grotesk);margin-bottom:.5rem;font-size:.82rem;font-weight:700;line-height:1.4}.task-meta.svelte-uju98s{flex-wrap:wrap;gap:.3rem;margin-bottom:.4rem;display:flex}.task-desc.svelte-uju98s{color:var(--text-muted);margin-bottom:.3rem;font-size:.75rem;line-height:1.4}.task-footer.svelte-uju98s{font-family:var(--font-grotesk);color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.6rem;display:flex}.comment-item.svelte-uju98s{background:var(--surface-1);border-radius:var(--radius-lg);margin-bottom:.3rem;padding:.6rem 0}.comment-header.svelte-uju98s{font-family:var(--font-grotesk);color:var(--text-muted);margin-bottom:.2rem;font-size:.7rem}.comment-body.svelte-uju98s{font-size:.85rem}.project-grid.svelte-uju98s{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;display:grid}.project-card-lg.svelte-uju98s{background:var(--surface-1);border-radius:var(--radius-lg);padding:1.75rem}.project-card-lg.svelte-uju98s:hover{background:var(--hover-accent)}.project-card-header.svelte-uju98s{justify-content:space-between;align-items:flex-start;display:flex}.project-name-lg.svelte-uju98s{font-family:var(--font-grotesk);margin-bottom:.3rem;font-size:1rem;font-weight:700}.project-desc-lg.svelte-uju98s{color:var(--text-muted);margin-bottom:.8rem;font-size:.85rem}.project-stats-lg.svelte-uju98s{font-family:var(--font-grotesk);color:var(--text-muted);gap:1rem;margin-bottom:.5rem;font-size:.7rem;display:flex}.project-due.svelte-uju98s{font-family:var(--font-grotesk);color:var(--text-muted);margin-bottom:.4rem;font-size:.75rem}.project-due.overdue.svelte-uju98s{color:var(--red);font-weight:700}.project-actions.svelte-uju98s{flex-wrap:wrap;gap:.3rem;margin-top:.8rem;display:flex}.milestones-section.svelte-uju98s{background:var(--surface-2);border-radius:var(--radius-lg);margin-top:1rem;padding:.7rem .9rem}.milestones-header.svelte-uju98s{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.milestones-title.svelte-uju98s{font-family:var(--font-grotesk);text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:700}.milestone-form.svelte-uju98s{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.5rem;display:flex}.milestone-form.svelte-uju98s .form-input:where(.svelte-uju98s),.milestone-form.svelte-uju98s .form-select:where(.svelte-uju98s){padding:.25rem .5rem;font-size:.75rem}.milestone-row.svelte-uju98s{flex-wrap:wrap;align-items:center;gap:.4rem;padding:.25rem 0;font-size:.75rem;display:flex}.milestone-name.svelte-uju98s{font-family:var(--font-grotesk);cursor:pointer;flex:1;min-width:80px;font-weight:600}.milestone-name.svelte-uju98s:hover{text-decoration:underline}.milestone-due.svelte-uju98s{font-family:var(--font-grotesk);color:var(--text-muted);font-size:.65rem}.milestone-tasks.svelte-uju98s{color:var(--text-muted);font-size:.65rem}.milestones-empty.svelte-uju98s{color:var(--text-muted);padding:.2rem 0;font-size:.72rem;font-style:italic}.milestone-status-dot.svelte-uju98s{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.milestone-status-dot.status-open.svelte-uju98s{background:var(--text-muted)}.milestone-status-dot.status-reached.svelte-uju98s{background:var(--green)}.milestone-status-dot.status-missed.svelte-uju98s{background:var(--red)}.badge-milestone-open.svelte-uju98s{background:var(--tone-neutral-bg);color:var(--tone-neutral-text);border-radius:var(--radius);font-size:.6rem;font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.03em;padding:.1rem .35rem;font-weight:700}.badge-milestone-reached.svelte-uju98s{background:var(--tone-success-bg);color:var(--tone-success-text);border-radius:var(--radius);font-size:.6rem;font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.03em;padding:.1rem .35rem;font-weight:700}.badge-milestone-missed.svelte-uju98s{background:var(--tone-error-bg);color:var(--tone-error-text);border-radius:var(--radius);font-size:.6rem;font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.03em;padding:.1rem .35rem;font-weight:700}.sprints-section.svelte-uju98s{background:var(--surface-2);border-radius:var(--radius-lg);margin-top:.5rem;padding:.7rem .9rem}.sprints-header.svelte-uju98s{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.sprints-title.svelte-uju98s{font-family:var(--font-grotesk);text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:700}.sprint-form.svelte-uju98s{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.5rem;display:flex}.sprint-form.svelte-uju98s .form-input:where(.svelte-uju98s){padding:.25rem .5rem;font-size:.75rem}.sprint-row.svelte-uju98s{flex-wrap:wrap;align-items:center;gap:.4rem;padding:.25rem 0;font-size:.75rem;display:flex}.sprint-name.svelte-uju98s{font-family:var(--font-grotesk);flex:1;min-width:80px;font-weight:600}.sprint-dates.svelte-uju98s{font-family:var(--font-grotesk);color:var(--text-muted);font-size:.65rem}.sprint-tasks.svelte-uju98s{color:var(--text-muted);background:var(--surface-3);border-radius:var(--radius);padding:.1rem .35rem;font-size:.65rem}.sprints-empty.svelte-uju98s{color:var(--text-muted);padding:.2rem 0;font-size:.72rem;font-style:italic}.sprint-status-dot.svelte-uju98s{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.sprint-status-dot.status-sprint-planned.svelte-uju98s{background:var(--text-muted)}.sprint-status-dot.status-sprint-active.svelte-uju98s{background:var(--warn-outline)}.sprint-status-dot.status-sprint-completed.svelte-uju98s{background:var(--green)}.badge-sprint-planned.svelte-uju98s{background:var(--tone-neutral-bg);color:var(--tone-neutral-text);border-radius:var(--radius);font-size:.6rem;font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.03em;padding:.1rem .35rem;font-weight:700}.badge-sprint-active.svelte-uju98s{background:var(--tone-warning-bg);color:var(--tone-warning-text);border-radius:var(--radius);font-size:.6rem;font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.03em;padding:.1rem .35rem;font-weight:700}.badge-sprint-completed.svelte-uju98s{background:var(--tone-success-bg);color:var(--tone-success-text);border-radius:var(--radius);font-size:.6rem;font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.03em;padding:.1rem .35rem;font-weight:700}.sprint-badge.svelte-uju98s{font-family:var(--font-grotesk);background:var(--tone-warning-bg);color:var(--tone-warning-text);border-radius:var(--radius);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;text-overflow:ellipsis;max-width:90px;padding:.1rem .35rem;font-size:.6rem;font-weight:700;overflow:hidden}.sprint-progress-wrap.svelte-uju98s{background:var(--surface-3);border-radius:2px;flex:0 0 100%;height:3px;margin-top:.2rem}.sprint-progress-fill.svelte-uju98s{background:var(--warn-outline);border-radius:2px;height:100%;transition:width .3s}.sprint-progress-fill.sprint-progress-done.svelte-uju98s{background:var(--green)}.bulk-textarea.svelte-uju98s{font-family:var(--font-mono,monospace);resize:vertical;font-size:.8rem}.bulk-hint.svelte-uju98s{color:var(--text-muted);margin-left:.3rem;font-size:.68rem;font-weight:400}.bulk-preview.svelte-uju98s{background:var(--surface-2);border-radius:var(--radius-lg);margin-top:.75rem;padding:.75rem 1rem}.bulk-preview-label.svelte-uju98s{font-family:var(--font-grotesk);text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;font-size:.65rem;font-weight:700}.bulk-preview-row.svelte-uju98s{border-bottom:1px solid var(--border-subtle,var(--surface-3));align-items:baseline;gap:.5rem;padding:.2rem 0;display:flex}.bulk-preview-row.svelte-uju98s:last-child{border-bottom:none}.bulk-preview-title.svelte-uju98s{font-family:var(--font-grotesk);font-size:.78rem;font-weight:600}.bulk-preview-desc.svelte-uju98s{color:var(--text-muted);font-size:.72rem}.bulk-preview-more.svelte-uju98s{font-family:var(--font-grotesk);color:var(--text-muted);margin-top:.4rem;font-size:.68rem}.ctx-strip.svelte-uju98s{background:var(--surface-1);border-radius:var(--radius-lg);flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.ctx-strip-sprint.svelte-uju98s{flex-wrap:wrap;align-items:center;gap:.75rem;max-width:100%;display:flex}.ctx-strip-milestones.svelte-uju98s{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.ctx-strip-milestone.svelte-uju98s{font-family:var(--font-grotesk);align-items:center;gap:.3rem;font-size:.72rem;font-weight:600;display:inline-flex}.ctx-sprint-name.svelte-uju98s{font-family:var(--font-grotesk);font-size:.75rem;font-weight:700}.ctx-sprint-goal.svelte-uju98s{color:var(--text-muted);font-size:.68rem}.ctx-sprint-meta.svelte-uju98s{font-family:var(--font-grotesk);color:var(--text-muted);font-size:.65rem}.ctx-milestone-meta.svelte-uju98s{font-family:var(--font-grotesk);color:var(--text-muted);white-space:nowrap;margin-left:.15rem;font-size:.62rem}.ctx-overdue.svelte-uju98s{color:var(--red)!important}.project-item-content.svelte-uju98s{flex-direction:column;gap:.3rem;width:100%;display:flex}.project-item-name.svelte-uju98s{font-weight:600}.project-sprint-row.svelte-uju98s{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.project-sprint-label.svelte-uju98s{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.62rem;font-weight:600;overflow:hidden}.project-sprint-meta.svelte-uju98s{font-family:var(--font-grotesk);color:var(--text-muted);white-space:nowrap;font-size:.62rem;font-weight:700}.project-sprint-bar.svelte-uju98s{background:var(--surface-3,#00000014);border-radius:2px;width:100%;height:3px;overflow:hidden}.project-sprint-fill.svelte-uju98s{background:var(--yellow,#f9d849);border-radius:2px;height:100%;transition:width .3s}@media (width<=1000px){.layout.svelte-uju98s{grid-template-columns:1fr}.sidebar.svelte-uju98s{border-radius:var(--radius-lg);margin-bottom:.5rem}.board.svelte-uju98s{grid-template-columns:repeat(2,1fr)}.stats-bar.svelte-uju98s{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.board.svelte-uju98s{grid-template-columns:1fr}}.cal-dot.svelte-1ozf5k3{vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-left:4px;display:inline-block}.cal-dot-on.svelte-1ozf5k3{background:#22c55e}.form-inline.svelte-1ozf5k3{flex-wrap:wrap;align-items:center;gap:.8rem;display:flex}.form-row.svelte-1ozf5k3{flex-direction:column;gap:.3rem;display:flex}.visibility-chip.svelte-1ozf5k3{font-family:var(--font-grotesk);cursor:pointer;border:1px solid var(--surface-3,#ddd);background:var(--surface-2,#f5f5f5);color:var(--text-muted,#999);border-radius:999px;align-items:center;gap:.3rem;padding:.35rem .65rem;font-size:.78rem;transition:all .15s;display:flex}.visibility-chip.visible.svelte-1ozf5k3{background:var(--accent,#7c6af7);color:var(--accent-contrast,#fff);border-color:var(--accent,#7c6af7)}.access-tabs.svelte-1ozf5k3{border-bottom:1px solid var(--border);gap:.25rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.access-tab.svelte-1ozf5k3{cursor:pointer;font-family:var(--font-grotesk);text-transform:uppercase;border-radius:var(--radius-md);color:var(--text-muted);background:0 0;border:none;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.78rem;font-weight:600;transition:all .15s;display:flex}.access-tab.svelte-1ozf5k3:hover{background:var(--surface-2);color:var(--text)}.access-tab.active.svelte-1ozf5k3{background:var(--surface-3);color:var(--yellow)}.access-tab-badge.svelte-1ozf5k3{background:var(--yellow,#eab308);color:var(--bg,#000);text-align:center;border-radius:999px;min-width:1rem;padding:.1rem .35rem;font-size:.6rem;font-weight:700}.access-user-list.svelte-1ozf5k3{flex-direction:column;gap:.35rem;display:flex}.access-user-row.svelte-1ozf5k3{background:var(--surface-2);border-radius:var(--radius-md);border-left:3px solid var(--surface-3);align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.access-user-row.approved.svelte-1ozf5k3{border-left-color:var(--green,#22c55e)}.access-user-row.denied.svelte-1ozf5k3{border-left-color:var(--red,#ef4444);opacity:.7}.access-user-row.pending.svelte-1ozf5k3{border-left-color:var(--yellow,#eab308)}.access-user-info.svelte-1ozf5k3{flex:1;min-width:0}.access-user-name.svelte-1ozf5k3{font-size:.85rem;font-weight:600}.access-user-id.svelte-1ozf5k3{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono);margin-left:.5rem}.access-user-status-badge.svelte-1ozf5k3{text-transform:uppercase;font-size:.65rem;font-family:var(--font-grotesk);text-align:center;border-radius:999px;min-width:70px;padding:.2rem .5rem;font-weight:600}.access-user-status-badge.approved.svelte-1ozf5k3{color:var(--green,#22c55e);background:#22c55e26}.access-user-status-badge.denied.svelte-1ozf5k3{color:var(--red,#ef4444);background:#ef444426}.access-user-status-badge.pending.svelte-1ozf5k3{color:var(--yellow,#eab308);background:#eab30826}.access-user-actions.svelte-1ozf5k3{gap:.35rem;display:flex}@media (width<=900px){.form-inline.svelte-1ozf5k3{flex-direction:column;align-items:stretch}.form-inline.svelte-1ozf5k3 .form-input,.form-inline.svelte-1ozf5k3 .form-select{width:100%!important;max-width:100%!important}.form-inline.svelte-1ozf5k3 .btn{width:100%}}.page.svelte-1c67bth{max-width:1200px;color:var(--text-primary);margin:0 auto;padding:1.5rem}.page-header.svelte-1c67bth{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.page-header.svelte-1c67bth h1:where(.svelte-1c67bth){font-size:1.3rem;font-weight:600;font-family:var(--font-grotesk);align-items:center;display:flex}.stats-row.svelte-1c67bth{gap:1rem;display:flex}.stat.svelte-1c67bth{font-family:var(--font-grotesk);color:var(--text-muted);background:var(--surface-2);border-radius:6px;padding:.3rem .6rem;font-size:.8rem}.content-layout.svelte-1c67bth{grid-template-columns:240px 1fr;gap:1.5rem;min-height:500px;display:grid}@media (width<=768px){.content-layout.svelte-1c67bth{grid-template-columns:1fr}}.user-list.svelte-1c67bth{background:var(--surface-1);border-radius:10px;max-height:80vh;padding:.5rem;overflow-y:auto}.list-header.svelte-1c67bth{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);padding:.6rem .75rem .4rem;font-size:.72rem}.user-item.svelte-1c67bth{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;font-family:var(--font-grotesk);background:0 0;border:none;border-radius:8px;align-items:center;gap:.6rem;padding:.6rem .75rem;transition:background .15s;display:flex}.user-item.svelte-1c67bth:hover{background:var(--hover-soft)}.user-item.active.svelte-1c67bth{background:var(--accent);color:var(--accent-contrast)}.user-item.active.svelte-1c67bth .user-meta:where(.svelte-1c67bth){color:var(--accent-contrast);opacity:.7}.user-icon.svelte-1c67bth{color:var(--text-muted);font-size:1.2rem}.user-item.active.svelte-1c67bth .user-icon:where(.svelte-1c67bth){color:var(--accent-contrast)}.user-name.svelte-1c67bth{font-size:.88rem;font-weight:500}.user-meta.svelte-1c67bth{color:var(--text-muted);margin-top:.1rem;font-size:.72rem}.empty-state.svelte-1c67bth{text-align:center;color:var(--text-muted);font-family:var(--font-grotesk);flex-direction:column;align-items:center;gap:.5rem;padding:2rem;display:flex}.empty-state.svelte-1c67bth p:where(.svelte-1c67bth){font-size:.85rem}.profile-detail.svelte-1c67bth{min-height:400px}.detail-header.svelte-1c67bth{border-bottom:1px solid var(--surface-3);justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.detail-header.svelte-1c67bth h2:where(.svelte-1c67bth){font-size:1.2rem;font-weight:600;font-family:var(--font-grotesk);color:var(--text-primary)}.chat-id.svelte-1c67bth{font-family:var(--font-grotesk);color:var(--text-muted);font-size:.72rem}.detail-actions.svelte-1c67bth{gap:.4rem;display:flex}.add-form.svelte-1c67bth{background:var(--surface-2);font-family:var(--font-grotesk);border-radius:8px;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;font-size:.82rem;display:flex}.add-form.svelte-1c67bth select:where(.svelte-1c67bth),.add-form.svelte-1c67bth input[type=text]:where(.svelte-1c67bth){font-family:var(--font-grotesk);border:1px solid var(--surface-3);background:var(--input-bg,var(--surface-1));color:var(--text-primary);border-radius:6px;padding:.35rem .5rem;font-size:.82rem}.add-form.svelte-1c67bth select:where(.svelte-1c67bth){width:120px}.add-form.svelte-1c67bth input[type=text]:where(.svelte-1c67bth){flex:1;min-width:100px}.category-section.svelte-1c67bth{margin-bottom:1.5rem}.category-header.svelte-1c67bth{border-bottom:1px solid var(--surface-3);align-items:center;gap:.5rem;margin-bottom:.5rem;padding-bottom:.5rem;display:flex}.category-name.svelte-1c67bth{font-family:var(--font-grotesk);text-transform:capitalize;color:var(--text-primary);font-size:.85rem;font-weight:600}.category-desc.svelte-1c67bth{color:var(--text-muted);font-size:.72rem}.entries.svelte-1c67bth{flex-direction:column;display:flex}.entry-row.svelte-1c67bth{border-radius:6px;justify-content:space-between;align-items:center;gap:.5rem;padding:.45rem .5rem;transition:background .1s;display:flex}.entry-row.svelte-1c67bth:hover{background:var(--hover-soft)}.entry-content.svelte-1c67bth{flex:1;align-items:baseline;gap:.5rem;min-width:0;display:flex}.entry-key.svelte-1c67bth{font-family:var(--font-grotesk);color:var(--text-primary);flex-shrink:0;min-width:120px;font-size:.8rem;font-weight:500}.entry-value.svelte-1c67bth{color:var(--text-secondary);word-break:break-word;font-size:.82rem}.entry-meta.svelte-1c67bth{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.confidence-badge.svelte-1c67bth{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.05em;font-size:.68rem;font-weight:600}.source-badge.svelte-1c67bth{font-family:var(--font-grotesk);color:var(--text-muted);background:var(--surface-2);border-radius:4px;padding:.15rem .4rem;font-size:.65rem}.entry-date.svelte-1c67bth{font-family:var(--font-grotesk);color:var(--text-muted);font-size:.65rem}.entry-edit.svelte-1c67bth{flex:1;align-items:center;gap:.4rem;display:flex}.edit-input.svelte-1c67bth{font-family:var(--font-grotesk);border:1px solid var(--accent);background:var(--input-bg,var(--surface-1));color:var(--text-primary);border-radius:6px;flex:1;padding:.3rem .5rem;font-size:.82rem}.btn-icon.svelte-1c67bth{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;align-items:center;padding:.2rem;transition:color .15s;display:flex}.btn-icon.svelte-1c67bth:hover{color:var(--text-primary)}.visibility-grid.svelte-1c67bth{flex-wrap:wrap;gap:.4rem;padding:.5rem 0;display:flex}.visibility-chip.svelte-1c67bth{font-family:var(--font-grotesk);cursor:pointer;border:1px solid var(--surface-3);background:var(--surface-2);color:var(--text-muted);border-radius:999px;align-items:center;gap:.3rem;padding:.35rem .65rem;font-size:.78rem;transition:all .15s;display:flex}.visibility-chip.visible.svelte-1c67bth{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.rel-empty.svelte-1c67bth{font-family:var(--font-grotesk);color:var(--text-muted);padding:.75rem .5rem;font-size:.8rem}.rel-list.svelte-1c67bth{flex-direction:column;display:flex}.rel-row.svelte-1c67bth{border-radius:6px;justify-content:space-between;align-items:center;gap:.5rem;padding:.45rem .5rem;transition:background .1s;display:flex}.rel-row.svelte-1c67bth:hover{background:var(--hover-soft)}.rel-row.rel-reverse.svelte-1c67bth{opacity:.6}.rel-info.svelte-1c67bth{align-items:center;gap:.5rem;display:flex}.rel-name.svelte-1c67bth{font-family:var(--font-grotesk);color:var(--text-primary);font-size:.85rem;font-weight:500}.rel-type.svelte-1c67bth{font-family:var(--font-grotesk);background:var(--surface-2);color:var(--text-muted);border-radius:999px;padding:.15rem .5rem;font-size:.72rem}.rel-arrow.svelte-1c67bth{color:var(--text-muted);font-size:.8rem}.rel-name-link.svelte-1c67bth{cursor:pointer;color:var(--accent);font-family:var(--font-grotesk);background:0 0;border:none;padding:0;font-size:.85rem;font-weight:500;text-decoration:none}.rel-name-link.svelte-1c67bth:hover{text-decoration:underline}.rel-linked-badge.svelte-1c67bth{font-family:var(--font-grotesk);color:var(--accent);background:var(--surface-2);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;align-items:center;gap:.15rem;padding:.1rem .4rem;font-size:.62rem;font-weight:600;display:inline-flex}.rel-meta.svelte-1c67bth{align-items:center;gap:.4rem;display:flex}.rel-context.svelte-1c67bth{font-family:var(--font-grotesk);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:.68rem;overflow:hidden}.btn.svelte-1c67bth{font-family:var(--font-grotesk);border:1px solid var(--surface-3);background:var(--surface-2);color:var(--text-primary);cursor:pointer;border-radius:6px;align-items:center;gap:.3rem;padding:.4rem .8rem;font-size:.8rem;transition:all .15s;display:flex}.btn.svelte-1c67bth:hover{border-color:var(--accent)}.btn-sm.svelte-1c67bth{padding:.3rem .6rem;font-size:.75rem}.btn-xs.svelte-1c67bth{padding:.2rem .5rem;font-size:.7rem}.btn-primary.svelte-1c67bth{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.btn-danger.svelte-1c67bth{color:#f87171;border-color:#f87171}.btn-danger.svelte-1c67bth:hover{color:var(--surface-1);background:#f87171}.modal-overlay.svelte-1c67bth{background:var(--overlay-scrim,#00000080);z-index:1000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box.svelte-1c67bth{background:var(--surface-1);text-align:center;width:90%;max-width:400px;box-shadow:0 8px 32px var(--shadow-color,#0003);border-radius:12px;padding:2rem}.modal-icon.svelte-1c67bth{margin-bottom:1rem}.modal-box.svelte-1c67bth h3:where(.svelte-1c67bth){font-family:var(--font-grotesk);color:var(--text-primary);margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.modal-box.svelte-1c67bth p:where(.svelte-1c67bth){color:var(--text-muted);margin-bottom:1.5rem;font-size:.85rem;line-height:1.5}.modal-actions.svelte-1c67bth{justify-content:center;gap:.75rem;display:flex}.pres-grid.svelte-rl3ay1{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.pres-card.svelte-rl3ay1{background:var(--surface-2);border:1px solid var(--surface-3);border-radius:var(--radius-lg);text-align:left;cursor:pointer;color:var(--text-primary);font-family:var(--font-body);flex-direction:column;gap:.5rem;width:100%;padding:1rem;transition:border-color .15s,background .15s;display:flex}.pres-card.svelte-rl3ay1:hover{border-color:var(--yellow);background:var(--surface-3)}.pres-card-header.svelte-rl3ay1{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.pres-title.svelte-rl3ay1{font-family:var(--font-grotesk);color:var(--text-primary);font-size:.95rem;font-weight:600;line-height:1.3}.pres-desc.svelte-rl3ay1{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.pres-tags.svelte-rl3ay1{flex-wrap:wrap;gap:.3rem;display:flex}.pres-meta.svelte-rl3ay1{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.25rem;display:flex}.version-banner.svelte-rl3ay1{background:var(--surface-3);border:1px solid var(--yellow);border-radius:var(--radius);color:var(--yellow);flex-wrap:wrap;align-items:center;gap:.25rem;margin-bottom:1rem;padding:.5rem .75rem;font-size:.82rem;display:flex}.detail-layout.svelte-rl3ay1{align-items:flex-start;gap:1rem;display:flex}.detail-preview.svelte-rl3ay1{flex:0 0 65%;min-width:0}.pres-iframe.svelte-rl3ay1{border:1px solid var(--surface-3);border-radius:var(--radius);background:#fff;width:100%;height:calc(100vh - 160px)}.detail-sidebar.svelte-rl3ay1{background:var(--surface-2);border:1px solid var(--surface-3);border-radius:var(--radius-lg);flex-direction:column;flex:0 0 35%;gap:0;min-width:0;padding:1rem;display:flex}.sidebar-meta.svelte-rl3ay1{margin-bottom:.25rem}.pres-detail-title.svelte-rl3ay1{font-family:var(--font-grotesk);color:var(--text-primary);margin:0;font-size:1rem;font-weight:700;line-height:1.3}.pres-detail-desc.svelte-rl3ay1{color:var(--text-muted);margin:.4rem 0 0;font-size:.82rem;line-height:1.4}.sidebar-divider.svelte-rl3ay1{border:none;border-top:1px solid var(--surface-3);margin:.75rem 0}.sidebar-section.svelte-rl3ay1{flex-direction:column;gap:.5rem;display:flex}.sidebar-section-title.svelte-rl3ay1{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.share-actions.svelte-rl3ay1{flex-wrap:wrap;gap:.5rem;display:flex}.share-url.svelte-rl3ay1{font-family:var(--font-mono,monospace);color:var(--text-muted);word-break:break-all;background:var(--surface-3);border-radius:var(--radius);padding:.35rem .5rem;font-size:.7rem}.version-list.svelte-rl3ay1{flex-direction:column;gap:.4rem;margin-top:.25rem;display:flex}.version-row.svelte-rl3ay1{border-radius:var(--radius);background:var(--surface-1);border:1px solid #0000;justify-content:space-between;align-items:flex-start;gap:.5rem;padding:.4rem .5rem;display:flex}.version-row-active.svelte-rl3ay1{border-color:var(--yellow)}.version-info.svelte-rl3ay1{flex-direction:column;gap:.15rem;min-width:0;display:flex}.version-num.svelte-rl3ay1{font-family:var(--font-mono,monospace);color:var(--text-primary);font-size:.78rem;font-weight:600}.version-desc.svelte-rl3ay1{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.version-meta.svelte-rl3ay1{color:var(--text-muted);font-size:.7rem}.version-btns.svelte-rl3ay1{flex-shrink:0;align-items:flex-start;gap:.3rem;padding-top:.1rem;display:flex}.picker-toolbar.svelte-rl3ay1{justify-content:flex-end;margin-bottom:1rem;display:flex}.template-grid.svelte-rl3ay1{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.template-card.svelte-rl3ay1{background:var(--surface-2);border:1px solid var(--surface-3);border-radius:var(--radius-lg);text-align:left;cursor:pointer;color:var(--text-primary);font-family:var(--font-body);flex-direction:column;width:100%;padding:0;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.template-card.svelte-rl3ay1:hover{border-color:var(--yellow);box-shadow:0 2px 12px var(--shadow-color)}.template-thumb.svelte-rl3ay1{background:var(--surface-3);flex-shrink:0;width:100%;height:100px;overflow:hidden}.template-info.svelte-rl3ay1{flex-direction:column;gap:.25rem;padding:.6rem .75rem;display:flex}.template-name.svelte-rl3ay1{font-family:var(--font-grotesk);color:var(--text-primary);font-size:.85rem;font-weight:600;line-height:1.2}.template-desc.svelte-rl3ay1{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.3;display:-webkit-box;overflow:hidden}.template-tags.svelte-rl3ay1{flex-wrap:wrap;gap:.25rem;margin-top:.1rem;display:flex}.html-textarea.svelte-rl3ay1{font-family:var(--font-mono,monospace);resize:vertical;min-height:200px;font-size:.78rem}.proj-desc.svelte-10tw27m{color:var(--text-muted);margin-top:.25rem;font-size:.85rem}.proj-meta-row.svelte-10tw27m{align-items:center;gap:.5rem;margin-left:auto;display:flex}.member-chips.svelte-10tw27m{flex-wrap:wrap;gap:.4rem;padding:.5rem 1rem;display:flex}.member-chip.svelte-10tw27m{font-family:var(--font-grotesk);background:var(--surface-3);color:var(--text-secondary);border-radius:var(--radius-lg);align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.72rem;font-weight:600;display:inline-flex}.member-remove.svelte-10tw27m{color:var(--text-muted);cursor:pointer;opacity:.5;background:0 0;border:none;padding:0 .1rem;font-size:.8rem;line-height:1;transition:opacity .15s}.member-remove.svelte-10tw27m:hover{opacity:1;color:var(--red)}.add-member-row.svelte-10tw27m{align-items:center;gap:.4rem;padding:.4rem 1rem .75rem;display:flex}.input-sm.svelte-10tw27m{font-family:var(--font-grotesk);background:var(--surface-2);border:1px solid var(--surface-3);border-radius:var(--radius-lg);color:var(--text-primary);outline:none;padding:.25rem .5rem;font-size:.75rem}.input-sm.svelte-10tw27m:focus{border-color:var(--accent)}.hub-grid.svelte-10tw27m{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:0;display:grid}@media (width<=700px){.hub-grid.svelte-10tw27m{grid-template-columns:1fr}}.stat-row.svelte-10tw27m{flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;display:flex}.hub-stat.svelte-10tw27m{text-align:center;min-width:50px}.hub-stat-val.svelte-10tw27m{font-family:var(--font-grotesk);font-size:1.4rem;font-weight:800;line-height:1}.hub-stat-label.svelte-10tw27m{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.15rem;font-size:.65rem}.sprint-name.svelte-10tw27m{font-family:var(--font-grotesk);padding:.75rem 1rem .25rem;font-size:.95rem;font-weight:700}.sprint-dates.svelte-10tw27m{color:var(--text-muted);font-size:.72rem;font-family:var(--font-body);padding:0 1rem .5rem}.sprint-progress-wrap.svelte-10tw27m{background:var(--surface-3);border-radius:3px;height:6px;margin:0 1rem .4rem;overflow:hidden}.sprint-progress-fill.svelte-10tw27m{border-radius:3px;height:100%;transition:width .3s}.sprint-pct-label.svelte-10tw27m{color:var(--text-muted);font-size:.72rem;font-family:var(--font-body);padding:0 1rem .75rem}.milestone-list.svelte-10tw27m{flex-direction:column;gap:0;display:flex}.milestone-row.svelte-10tw27m{border-bottom:1px solid var(--surface-2);align-items:center;gap:.75rem;padding:.5rem 1rem;font-size:.85rem;display:flex}.milestone-row.svelte-10tw27m:last-child{border-bottom:none}.milestone-name.svelte-10tw27m{flex:1;min-width:0}.milestone-progress.svelte-10tw27m{align-items:center;gap:.5rem;min-width:140px;display:flex}.milestone-progress-bar.svelte-10tw27m{background:var(--surface-3);border-radius:2px;flex:1;min-width:50px;height:4px;overflow:hidden}.milestone-progress-fill.svelte-10tw27m{border-radius:2px;height:100%;transition:width .3s}.milestone-pct.svelte-10tw27m{font-family:var(--font-body);color:var(--text-muted);white-space:nowrap;font-size:.68rem}.milestone-due.svelte-10tw27m{font-family:var(--font-body);color:var(--text-muted);font-size:.72rem}.pres-chips.svelte-10tw27m{flex-wrap:wrap;gap:.6rem;padding:.75rem 1rem;display:flex}.pres-chip.svelte-10tw27m{background:var(--surface-2);border:1px solid var(--surface-3);border-radius:var(--radius-lg);flex-direction:column;gap:.15rem;min-width:180px;padding:.5rem .75rem;text-decoration:none;transition:border-color .15s;display:flex}.pres-chip.svelte-10tw27m:hover{border-color:var(--yellow)}.pres-chip-title.svelte-10tw27m{font-family:var(--font-grotesk);color:var(--text-primary);font-size:.82rem;font-weight:600}.pres-chip-meta.svelte-10tw27m{color:var(--text-muted);font-size:.68rem}.asset-chips.svelte-10tw27m{flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;display:flex}.asset-chip.svelte-10tw27m{background:var(--surface-2);border:1px solid var(--surface-3);border-radius:var(--radius-lg);align-items:center;gap:.35rem;padding:.3rem .65rem;transition:border-color .15s;display:flex}.asset-chip.svelte-10tw27m:hover{border-color:var(--yellow)}.asset-icon.svelte-10tw27m{font-size:.85rem;line-height:1}.asset-link.svelte-10tw27m{font-family:var(--font-grotesk);color:var(--text-primary);font-size:.8rem;font-weight:600;text-decoration:none}.asset-link.svelte-10tw27m:hover{text-decoration:underline}.asset-title.svelte-10tw27m{font-family:var(--font-grotesk);color:var(--text-primary);font-size:.8rem;font-weight:600}.asset-remove.svelte-10tw27m{color:var(--text-muted);cursor:pointer;opacity:.5;background:0 0;border:none;margin-left:.15rem;padding:0 .1rem;font-size:.8rem;line-height:1;transition:opacity .15s}.asset-remove.svelte-10tw27m:hover{opacity:1;color:var(--red)}.add-asset-row.svelte-10tw27m{flex-wrap:wrap;align-items:center;gap:.4rem;padding:.4rem 1rem .75rem;display:flex}.activity-list.svelte-10tw27m{flex-direction:column;display:flex}.activity-row.svelte-10tw27m{border-bottom:1px solid var(--surface-2);justify-content:space-between;align-items:baseline;gap:1rem;padding:.45rem 1rem;font-size:.82rem;display:flex}.activity-row.svelte-10tw27m:last-child{border-bottom:none}.activity-title.svelte-10tw27m{color:var(--text-primary);flex:1}.activity-meta.svelte-10tw27m{color:var(--text-muted);white-space:nowrap;font-size:.7rem}.stats-row.svelte-1rk999l{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.stat-chip.svelte-1rk999l{color:var(--text-secondary);font-size:.8rem;font-family:var(--font-mono,monospace);align-items:center;gap:4px;display:flex}.stat-chip.muted.svelte-1rk999l{color:var(--text-muted)}.stat-chip-tags.svelte-1rk999l{flex-wrap:wrap;gap:5px;margin-left:4px;display:flex}.tag-chip.svelte-1rk999l{background:var(--surface-2);border:1px solid var(--border);font-size:.73rem;font-family:var(--font-mono,monospace);color:var(--text-secondary);cursor:pointer;border-radius:4px;padding:2px 7px;transition:background .15s}.tag-chip.svelte-1rk999l:hover{background:var(--surface-3)}.tag-chip.active.svelte-1rk999l{background:var(--tone-info-bg);color:var(--tone-info-text);border-color:var(--tone-info-text)}.tag-count.svelte-1rk999l{opacity:.5;font-size:.68rem}.toolbar.svelte-1rk999l{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;display:flex}.tab-bar.svelte-1rk999l{background:var(--surface-1);border-radius:6px;gap:2px;padding:2px;display:flex}.tab.svelte-1rk999l{font-size:.82rem;font-family:var(--font-mono,monospace);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:4px 12px;transition:background .15s;display:flex}.tab.svelte-1rk999l:hover{background:var(--surface-2)}.tab.active.svelte-1rk999l{background:var(--surface-3);color:var(--text-primary)}.search-bar.svelte-1rk999l{flex:1;align-items:center;gap:4px;min-width:180px;display:flex}.search-bar.svelte-1rk999l input:where(.svelte-1rk999l){background:var(--surface-1);border:1px solid var(--border);color:var(--text-primary);font-family:var(--font-mono,monospace);border-radius:4px;flex:1;padding:5px 8px;font-size:.82rem}.filter-select.svelte-1rk999l{background:var(--surface-1);border:1px solid var(--border);color:var(--text-primary);font-family:var(--font-mono,monospace);border-radius:4px;padding:5px 8px;font-size:.82rem}.btn.svelte-1rk999l{border:1px solid var(--border);background:var(--surface-2);color:var(--text-primary);font-family:var(--font-mono,monospace);cursor:pointer;border-radius:4px;padding:4px 10px;font-size:.8rem;transition:background .15s}.btn.svelte-1rk999l:hover{background:var(--surface-3)}.btn.svelte-1rk999l:disabled{opacity:.4;cursor:not-allowed}.btn-sm.svelte-1rk999l{padding:2px 8px;font-size:.78rem}.btn-primary.svelte-1rk999l{background:var(--tone-info-bg);color:var(--tone-info-text);border-color:var(--tone-info-text)}.btn-primary.svelte-1rk999l:hover{opacity:.85}.source-grid.svelte-1rk999l,.wiki-list.svelte-1rk999l,.results-list.svelte-1rk999l{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:10px;display:grid}.source-card.svelte-1rk999l,.wiki-card.svelte-1rk999l{background:var(--surface-1);border:1px solid var(--border);cursor:pointer;text-align:left;width:100%;min-height:110px;font-family:var(--font-mono,monospace);border-radius:8px;flex-direction:column;gap:8px;padding:14px 16px;transition:border-color .15s,background .15s;display:flex}.source-card.svelte-1rk999l:hover,.wiki-card.svelte-1rk999l:hover{border-color:var(--text-muted);background:var(--surface-2)}.card-top.svelte-1rk999l{align-items:center;gap:8px;display:flex}.type-icon.svelte-1rk999l{color:var(--text-muted);flex-shrink:0;font-size:18px}.card-title.svelte-1rk999l{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.88rem;font-weight:500;overflow:hidden}.card-meta.svelte-1rk999l{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:.75rem;display:flex}.meta-url.svelte-1rk999l{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.card-tags.svelte-1rk999l{flex-wrap:wrap;gap:5px;margin-top:2px;display:flex}.more-tags.svelte-1rk999l{color:var(--text-muted);font-size:.72rem}.card-snippet.svelte-1rk999l{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.3;display:-webkit-box;overflow:hidden}.empty-state.svelte-1rk999l{text-align:center;color:var(--text-muted);font-family:var(--font-mono,monospace);padding:60px 24px}.empty-state.svelte-1rk999l p:where(.svelte-1rk999l){margin:10px 0}.muted-text.svelte-1rk999l{opacity:.6;font-size:.8rem}.pagination.svelte-1rk999l{color:var(--text-secondary);font-size:.8rem;font-family:var(--font-mono,monospace);justify-content:center;align-items:center;gap:12px;padding:16px 0;display:flex}.loading-screen.svelte-1rk999l{justify-content:center;align-items:center;min-height:200px;display:flex}.loading-text.svelte-1rk999l{color:var(--text-muted);font-family:var(--font-mono,monospace);font-size:.85rem}.detail-meta.svelte-1rk999l{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;font-size:.82rem;display:flex}.detail-tags.svelte-1rk999l{flex-wrap:wrap;gap:4px;margin-bottom:12px;display:flex}.detail-actions.svelte-1rk999l{gap:8px;margin-bottom:12px;display:flex}.action-btn.svelte-1rk999l{border:1px solid var(--c-border,#333);color:var(--c-text-secondary,#999);cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:4px;padding:4px 10px;font-family:inherit;font-size:12px;transition:all .15s;display:inline-flex}.action-btn.svelte-1rk999l:hover{background:var(--c-surface-hover,#1a1a1a);color:var(--c-text,#eee)}.action-btn.delete-btn.svelte-1rk999l:hover{color:#c44;border-color:#c44}.action-btn.delete-btn.confirm.svelte-1rk999l{color:#c44;background:#cc44441a;border-color:#c44}.source-link.svelte-1rk999l{color:var(--blue);align-items:center;gap:2px;font-size:.8rem;text-decoration:none;display:flex}.source-link.svelte-1rk999l:hover{text-decoration:underline}.detail-content.svelte-1rk999l{color:var(--text-primary);max-height:60vh;padding:12px 0;font-size:.85rem;line-height:1.6;overflow-y:auto}.detail-content.svelte-1rk999l h1{margin:16px 0 8px;font-size:1.2rem}.detail-content.svelte-1rk999l h2{margin:14px 0 6px;font-size:1.05rem}.detail-content.svelte-1rk999l h3{margin:12px 0 4px;font-size:.95rem}.detail-content.svelte-1rk999l pre{background:var(--surface-2);border-radius:4px;padding:8px;font-size:.8rem;overflow-x:auto}.detail-content.svelte-1rk999l code{font-family:var(--font-mono,monospace);font-size:.82rem}.detail-content.svelte-1rk999l a{color:var(--blue)}.detail-content.svelte-1rk999l blockquote{border-left:3px solid var(--border);color:var(--text-secondary);margin:8px 0;padding-left:12px}.ingest-form.svelte-1rk999l{flex-direction:column;gap:12px;display:flex}.ingest-form.svelte-1rk999l label:where(.svelte-1rk999l){flex-direction:column;gap:4px;display:flex}.field-label.svelte-1rk999l{color:var(--text-secondary);font-size:.78rem;font-family:var(--font-mono,monospace)}.ingest-form.svelte-1rk999l input:where(.svelte-1rk999l),.ingest-form.svelte-1rk999l select:where(.svelte-1rk999l),.ingest-form.svelte-1rk999l textarea:where(.svelte-1rk999l){background:var(--surface-1);border:1px solid var(--border);color:var(--text-primary);font-family:var(--font-mono,monospace);border-radius:4px;padding:6px 8px;font-size:.85rem}.ingest-form.svelte-1rk999l textarea:where(.svelte-1rk999l){resize:vertical;min-height:80px}.form-row.svelte-1rk999l{gap:12px;display:flex}.form-half.svelte-1rk999l{flex:1}.meta-date.svelte-1rk999l,.meta-sources.svelte-1rk999l{color:var(--text-muted);font-size:.75rem}.wiki-category.svelte-1rk999l{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border:1px solid var(--border);border-radius:3px;flex-shrink:0;padding:1px 6px;font-size:.68rem}.card-related.svelte-1rk999l{flex-wrap:wrap;gap:4px;display:flex}.related-chip.svelte-1rk999l{color:var(--text-secondary);background:var(--surface-2);font-size:.72rem;font-family:var(--font-mono,monospace);border-radius:3px;align-items:center;gap:3px;padding:1px 6px;display:inline-flex}.detail-content.svelte-1rk999l .wiki-link{color:var(--blue,#4a9eff);border-bottom:1px dashed var(--blue,#4a9eff);cursor:pointer;text-decoration:none;transition:opacity .15s}.detail-content.svelte-1rk999l .wiki-link:hover{opacity:.75}.wiki-nav-section.svelte-1rk999l{border-top:1px solid var(--border);flex-direction:column;gap:10px;margin-top:16px;padding-top:12px;display:flex}.wiki-nav-group.svelte-1rk999l{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.wiki-nav-label.svelte-1rk999l{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.72rem;font-family:var(--font-mono,monospace);min-width:55px}.wiki-nav-chips.svelte-1rk999l{flex-wrap:wrap;gap:5px;display:flex}.wiki-nav-chip.svelte-1rk999l{font-size:.76rem;font-family:var(--font-mono,monospace);color:var(--text-secondary);background:var(--surface-2);border:1px solid var(--border);cursor:pointer;border-radius:4px;align-items:center;gap:4px;padding:3px 10px;transition:background .15s,border-color .15s;display:inline-flex}.wiki-nav-chip.svelte-1rk999l:hover{background:var(--surface-3);border-color:var(--text-muted)}.source-chip.svelte-1rk999l{color:var(--text-muted);font-size:.72rem}.related-chip-link.svelte-1rk999l{cursor:pointer;border:1px solid #0000;transition:background .15s,border-color .15s}.related-chip-link.svelte-1rk999l:hover{background:var(--surface-3);border-color:var(--border)}.page-info.svelte-1rk999l{font-family:var(--font-mono,monospace)}.graph-container.svelte-1rk999l{flex-direction:column;align-items:center;gap:12px;padding:12px 0;display:flex}.graph-container.svelte-1rk999l svg:where(.svelte-1rk999l){width:100%;max-width:900px;height:auto}.graph-controls.svelte-1rk999l{color:var(--text-secondary,#999);font-size:12px;font-family:var(--font-mono,monospace);align-items:center;gap:16px;display:flex}.toggle-label.svelte-1rk999l{cursor:pointer;align-items:center;gap:6px;display:flex}.toggle-label.svelte-1rk999l input:where(.svelte-1rk999l){cursor:pointer}.graph-stats.svelte-1rk999l{opacity:.6}.graph-legend.svelte-1rk999l{color:var(--text-secondary,#999);font-size:11px;font-family:var(--font-mono,monospace);gap:16px;display:flex}.legend-item.svelte-1rk999l{align-items:center;gap:5px;display:flex}.legend-dot.svelte-1rk999l{border-radius:50%;width:10px;height:10px;display:inline-block}@media (width<=640px){.source-grid.svelte-1rk999l,.wiki-list.svelte-1rk999l,.results-list.svelte-1rk999l{grid-template-columns:1fr}.toolbar.svelte-1rk999l{flex-direction:column;align-items:stretch}.search-bar.svelte-1rk999l{min-width:unset}.form-row.svelte-1rk999l{flex-direction:column;gap:8px}.stats-row.svelte-1rk999l{gap:6px}.stat-chip-tags.svelte-1rk999l{gap:3px}}.landing.svelte-5hymd7{background:var(--app-bg);color:var(--text-primary)}.nav.svelte-5hymd7{background:var(--surface-container-lowest,var(--app-bg));z-index:100;justify-content:space-between;align-items:center;padding:1rem 3rem;display:flex;position:sticky;top:0}.nav-logo.svelte-5hymd7{font-family:var(--font-grotesk);background:var(--primary-container);color:#000;border-radius:var(--radius);padding:.2rem .7rem;font-size:1.1rem;font-weight:900}.nav-links.svelte-5hymd7{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:1.5rem;font-size:.8rem;font-weight:600;display:flex}.nav-links.svelte-5hymd7 a:where(.svelte-5hymd7):hover{color:var(--primary-container)}.nav-cta.svelte-5hymd7{background:var(--primary-container);border-radius:var(--radius-lg);box-shadow:4px 4px 0px var(--primary);border:none;padding:.5rem 1.2rem;font-weight:700;transition:all .1s;color:var(--on-primary-container)!important}.nav-cta.svelte-5hymd7:hover{background:var(--primary);box-shadow:2px 2px 0px var(--primary);color:#fff!important}.hero.svelte-5hymd7{grid-template-columns:1fr 1fr;min-height:80vh;display:grid}.hero-content.svelte-5hymd7{flex-direction:column;justify-content:center;padding:5rem 3rem;display:flex}.hero-title.svelte-5hymd7{font-family:var(--font-grotesk);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:4rem;font-weight:900;line-height:1.05}.hero-subtitle.svelte-5hymd7{color:var(--text-secondary);max-width:500px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.hero-actions.svelte-5hymd7{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-install.svelte-5hymd7{background:var(--surface-inverse);color:var(--accent);border-radius:var(--radius-lg);padding:.7rem 1.2rem;font-family:monospace;font-size:1rem}.hero-ascii.svelte-5hymd7{background:var(--surface-inverse);color:var(--accent);border-radius:0 var(--radius-xl) var(--radius-xl) 0;justify-content:center;align-items:center;padding:3rem;display:flex}.hero-ascii.svelte-5hymd7 pre:where(.svelte-5hymd7){font-family:monospace;font-size:1rem}.btn-l.svelte-5hymd7{font-family:var(--font-grotesk);text-transform:uppercase;border-radius:var(--radius-lg);cursor:pointer;color:var(--text-primary);border:none;padding:.7rem 1.5rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .1s;display:inline-block}.btn-l.svelte-5hymd7:active{transform:scale(.98)}.btn-l-primary.svelte-5hymd7{background:var(--primary-container);color:var(--on-primary-container);box-shadow:4px 4px 0px var(--primary)}.btn-l-primary.svelte-5hymd7:hover{background:var(--primary);color:#fff;box-shadow:2px 2px 0px var(--primary)}.btn-l-secondary.svelte-5hymd7{background:var(--surface-1)}.btn-l-secondary.svelte-5hymd7:hover{background:var(--surface-2)}.section-l.svelte-5hymd7{padding:5rem 3rem}.section-dark.svelte-5hymd7{background:var(--surface-inverse);color:var(--text-inverse);border-radius:var(--radius-xl);margin:1rem 3rem}.section-l-title.svelte-5hymd7{font-family:var(--font-grotesk);letter-spacing:-.02em;margin-bottom:3rem;font-size:2rem;font-weight:900}.feature-grid.svelte-5hymd7{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.feature-card.svelte-5hymd7{background:var(--surface-1);border-radius:var(--radius-lg);padding:2rem;transition:all .15s}.feature-card.svelte-5hymd7:hover{background:var(--surface-2);transform:translateY(-2px)}.feature-icon.svelte-5hymd7{font-family:var(--font-grotesk);color:var(--primary-container);margin-bottom:1rem;font-size:.85rem;font-weight:700}.feature-card.svelte-5hymd7:hover .feature-icon:where(.svelte-5hymd7){color:var(--primary)}.feature-card.svelte-5hymd7 h3:where(.svelte-5hymd7){font-family:var(--font-grotesk);margin-bottom:.75rem;font-size:1.1rem}.feature-card.svelte-5hymd7 p:where(.svelte-5hymd7){color:var(--text-secondary);font-size:.9rem;line-height:1.6}.feature-card.svelte-5hymd7:hover p:where(.svelte-5hymd7){color:var(--text-primary)}.arch-container.svelte-5hymd7{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.arch-diagram.svelte-5hymd7{color:var(--accent);border-radius:var(--radius-lg);background:#ffffff0d;padding:2rem;font-family:monospace;font-size:.9rem}.arch-text.svelte-5hymd7 p:where(.svelte-5hymd7){color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.arch-text.svelte-5hymd7 strong:where(.svelte-5hymd7){color:var(--accent);font-family:var(--font-grotesk)}.quickstart-steps.svelte-5hymd7{max-width:700px}.step.svelte-5hymd7{gap:2rem;padding:2rem 0;display:flex}.step.svelte-5hymd7+.step:where(.svelte-5hymd7){border-top:1px solid var(--outline-variant,#d0c6ab33)}.step-number.svelte-5hymd7{font-family:var(--font-grotesk);color:var(--on-primary-container);background:var(--primary-container);border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:2rem;font-weight:900;display:flex}.step-content.svelte-5hymd7 h3:where(.svelte-5hymd7){font-family:var(--font-grotesk);text-transform:uppercase;margin-bottom:.5rem;font-size:1.1rem}.step-content.svelte-5hymd7 code:where(.svelte-5hymd7){background:var(--surface-inverse);color:var(--accent);border-radius:var(--radius);margin-bottom:.5rem;padding:.2em .5em;font-family:monospace;display:inline-block}.step-content.svelte-5hymd7 p:where(.svelte-5hymd7){color:var(--text-secondary);font-size:.9rem}.footer.svelte-5hymd7{background:var(--surface-inverse);color:var(--text-inverse);border-radius:var(--radius-xl) var(--radius-xl) 0 0;padding:3rem}.footer-content.svelte-5hymd7{align-items:center;gap:2rem;display:flex}.footer-logo.svelte-5hymd7{font-family:var(--font-grotesk);background:var(--primary-container);color:#000;border-radius:var(--radius);padding:.15rem .5rem;font-size:1.1rem;font-weight:900}.footer.svelte-5hymd7 a:where(.svelte-5hymd7){color:var(--accent)}.footer-small.svelte-5hymd7{color:var(--text-muted);margin-left:auto;font-size:.8rem}@media (width<=900px){.hero.svelte-5hymd7{grid-template-columns:1fr}.hero-ascii.svelte-5hymd7{border-radius:0 0 var(--radius-xl) var(--radius-xl);min-height:300px}.hero-title.svelte-5hymd7{font-size:2.5rem}.feature-grid.svelte-5hymd7,.arch-container.svelte-5hymd7{grid-template-columns:1fr}.nav.svelte-5hymd7{padding:.8rem 1.5rem}.nav-links.svelte-5hymd7{gap:1rem;font-size:.75rem}.section-l.svelte-5hymd7{padding:3rem 1.5rem}.section-dark.svelte-5hymd7{margin:.5rem}.footer-content.svelte-5hymd7{flex-direction:column;align-items:flex-start}.footer-small.svelte-5hymd7{margin-left:0}}@media (width<=1100px){.feature-grid.svelte-5hymd7{grid-template-columns:repeat(2,1fr)}}.lang-grid.svelte-dm5b3b{grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:1rem;display:grid}.lang-tile.svelte-dm5b3b{background:var(--gray-light);cursor:pointer;text-align:left;font-family:var(--font-grotesk);border:1.5px solid #0000;border-radius:6px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:border-color .15s,background .15s;display:flex}.lang-tile.svelte-dm5b3b:hover{border-color:var(--yellow)}.lang-tile.selected.svelte-dm5b3b{border-color:var(--yellow);background:var(--accent-soft)}.lang-code.svelte-dm5b3b{color:var(--yellow);letter-spacing:.05em;min-width:2rem;font-size:.75rem;font-weight:700}.lang-name.svelte-dm5b3b{color:var(--text-primary);font-size:.9rem}.onboarding-page.svelte-dm5b3b{background:radial-gradient(circle at top, var(--accent-soft), transparent 32%), var(--app-bg);justify-content:center;align-items:flex-start;min-height:100%;padding:2rem 1rem;display:flex}.onboarding-card.svelte-dm5b3b{background:var(--surface-container-lowest);color:var(--text-primary);border-radius:var(--radius-xl);border:1px solid var(--outline-variant);width:100%;max-width:700px;box-shadow:0 24px 60px var(--shadow-color);overflow:hidden}.wizard-header.svelte-dm5b3b{background:linear-gradient(180deg, var(--accent-soft), transparent 70%);padding:2rem 2rem 1rem}.wizard-title.svelte-dm5b3b{font-family:var(--font-grotesk);font-size:1.5rem;font-weight:700}.wizard-title.svelte-dm5b3b .y:where(.svelte-dm5b3b){color:var(--yellow)}.wizard-sub.svelte-dm5b3b{font-family:var(--font-grotesk);color:var(--text-subtle);margin-top:.3rem;font-size:.75rem}.wizard-progress.svelte-dm5b3b{gap:.2rem;margin-bottom:1.5rem;padding:0 2rem;display:flex}.wizard-step-dot.svelte-dm5b3b{background:var(--surface-3);border-radius:2px;flex:1;height:4px;transition:background .2s}.wizard-step-dot.active.svelte-dm5b3b{background:var(--yellow)}.wizard-step-dot.done.svelte-dm5b3b{background:var(--green)}.wizard-body.svelte-dm5b3b{padding:0 2rem 2rem}.wizard-label.svelte-dm5b3b{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.08em;color:var(--yellow);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.wizard-hint.svelte-dm5b3b{color:var(--text-muted);margin-bottom:1rem;font-size:.8rem}.wizard-id-preview.svelte-dm5b3b{font-family:var(--font-grotesk);color:var(--text-muted);margin-top:-.7rem;margin-bottom:.8rem;font-size:.7rem}.wizard-input.svelte-dm5b3b{font-family:var(--font-grotesk);background:var(--input-bg);color:var(--text-primary);border-radius:var(--radius-lg);box-sizing:border-box;border:none;width:100%;margin-bottom:1rem;padding:.8rem 1rem;font-size:1rem}.wizard-input.svelte-dm5b3b::placeholder{color:var(--text-subtle)}.wizard-input.svelte-dm5b3b:focus{outline:2px solid var(--accent);outline-offset:-2px;background:var(--input-focus-bg)}.wizard-input.svelte-dm5b3b:disabled{opacity:.5;cursor:not-allowed}select.wizard-input.svelte-dm5b3b{appearance:auto}.wizard-options.svelte-dm5b3b{grid-template-columns:1fr 1fr;gap:.8rem;margin-bottom:1rem;display:grid}.wizard-option.svelte-dm5b3b{border:1px solid var(--outline-variant);background:var(--surface-1);border-radius:var(--radius-lg);cursor:pointer;text-align:center;padding:1rem;transition:all .15s}.wizard-option.svelte-dm5b3b:hover{background:var(--surface-2)}.wizard-option.selected.svelte-dm5b3b{background:var(--accent-soft);box-shadow:inset 0 0 0 2px var(--accent)}.wizard-option-title.svelte-dm5b3b{font-family:var(--font-grotesk);margin-bottom:.2rem;font-size:.85rem;font-weight:700}.wizard-option-desc.svelte-dm5b3b{color:var(--text-muted);font-size:.75rem}.wizard-option.selected.svelte-dm5b3b .wizard-option-desc:where(.svelte-dm5b3b){color:var(--accent)}.wizard-hearts.svelte-dm5b3b{grid-template-columns:1fr 1fr;gap:.8rem;margin-bottom:1rem;display:grid}.wizard-heart.svelte-dm5b3b{border:1px solid var(--outline-variant);background:var(--surface-1);border-radius:var(--radius-lg);cursor:pointer;padding:1.2rem;transition:all .15s}.wizard-heart.svelte-dm5b3b:hover{background:var(--surface-2)}.wizard-heart.selected.svelte-dm5b3b{background:var(--accent-soft);box-shadow:inset 0 0 0 2px var(--accent)}.wizard-heart-icon.svelte-dm5b3b{margin-bottom:.3rem;font-size:1.5rem}.wizard-heart-name.svelte-dm5b3b{font-family:var(--font-grotesk);font-size:.8rem;font-weight:700}.wizard-heart-desc.svelte-dm5b3b{color:var(--text-muted);margin-top:.2rem;font-size:.7rem}.wizard-heart.selected.svelte-dm5b3b .wizard-heart-desc:where(.svelte-dm5b3b){color:var(--accent)}.wizard-footer.svelte-dm5b3b{background:var(--surface-1);border-top:1px solid var(--outline-variant);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.wizard-btn.svelte-dm5b3b{font-family:var(--font-grotesk);background:var(--surface-2);color:var(--text-primary);cursor:pointer;text-transform:uppercase;border-radius:var(--radius-lg);border:none;padding:.6rem 1.5rem;font-size:.8rem;font-weight:700}.wizard-btn.svelte-dm5b3b:hover{background:var(--surface-3);color:var(--accent)}.wizard-btn.svelte-dm5b3b:disabled{opacity:.5;cursor:not-allowed}.wizard-btn-primary.svelte-dm5b3b{background:var(--primary-container);color:var(--on-primary-container);box-shadow:4px 4px 0px var(--primary)}.wizard-btn-primary.svelte-dm5b3b:hover{background:var(--primary-container)}.wizard-btn-primary.svelte-dm5b3b:active{transform:scale(.98)}.wizard-error.svelte-dm5b3b{color:var(--red);margin-top:.5rem;font-size:.8rem}.welcome-hero.svelte-dm5b3b{text-align:center}.welcome-icon.svelte-dm5b3b{margin-bottom:1rem}.welcome-text.svelte-dm5b3b{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.checklist.svelte-dm5b3b{text-align:left;flex-direction:column;gap:.6rem;display:inline-flex}.checklist-item.svelte-dm5b3b{font-family:var(--font-grotesk);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.ci.svelte-dm5b3b{color:var(--yellow);font-size:1rem}.auth-status-card.svelte-dm5b3b{border-radius:var(--radius-lg);font-family:var(--font-grotesk);background:var(--surface-1);align-items:center;gap:.8rem;margin-bottom:1rem;padding:.8rem 1rem;font-size:.85rem;display:flex}.auth-status-card.neutral.svelte-dm5b3b{background:var(--tone-neutral-bg);color:var(--tone-neutral-text)}.auth-status-card.ok.svelte-dm5b3b{background:var(--tone-success-bg);color:var(--tone-success-text)}.auth-status-card.warn.svelte-dm5b3b{background:var(--tone-warning-bg);color:var(--tone-warning-text)}.terminal-block.svelte-dm5b3b{background:var(--code-pre-bg);color:var(--code-pre-text);border-radius:var(--radius-lg);margin-bottom:1rem;padding:1rem}.terminal-label.svelte-dm5b3b{font-family:var(--font-grotesk);color:var(--text-muted);margin-bottom:.3rem;font-size:.75rem}.terminal-block.svelte-dm5b3b pre:where(.svelte-dm5b3b){background:color-mix(in srgb, var(--code-pre-text) 10%, transparent);color:var(--green);border-radius:4px;margin:0;padding:.5rem 1rem;font-family:monospace;font-size:.85rem;overflow-x:auto}.api-key-row.svelte-dm5b3b{font-family:var(--font-grotesk);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.api-key-name.svelte-dm5b3b{text-transform:uppercase;min-width:90px;font-size:.7rem;font-weight:600}.badge-ok.svelte-dm5b3b{font-family:var(--font-grotesk);text-transform:uppercase;background:var(--tone-success-bg);color:var(--tone-success-text);border-radius:var(--radius-lg);padding:.2rem .5rem;font-size:.65rem;font-weight:700}.summary-grid.svelte-dm5b3b{flex-direction:column;gap:1rem;display:flex}.summary-item.svelte-dm5b3b{background:var(--surface-1);border:1px solid var(--outline-variant);border-radius:var(--radius-lg);align-items:center;gap:.8rem;padding:.8rem 1rem;display:flex}.summary-label.svelte-dm5b3b{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.65rem;font-weight:700}.summary-value.svelte-dm5b3b{font-family:var(--font-grotesk);font-size:.9rem;font-weight:500}.approval-row.svelte-dm5b3b{background:var(--surface-1);border:1px solid var(--outline-variant);border-radius:var(--radius-lg);font-family:var(--font-grotesk);align-items:center;gap:.8rem;margin-bottom:.5rem;padding:.6rem 1rem;font-size:.85rem;display:flex}.approval-row.pending.svelte-dm5b3b{border-color:var(--orange)}.approval-row.approved.svelte-dm5b3b{border-color:var(--green)}.approval-info.svelte-dm5b3b{flex-direction:column;flex:1;gap:.15rem;display:flex}.approval-name.svelte-dm5b3b{font-size:.85rem;font-weight:600}.approval-id.svelte-dm5b3b{color:var(--text-muted);font-family:monospace;font-size:.7rem}.approval-preview.svelte-dm5b3b{color:var(--text-subtle);font-size:.75rem;font-style:italic}.waiting-indicator.svelte-dm5b3b{background:var(--surface-1);border-radius:var(--radius-lg);font-family:var(--font-grotesk);color:var(--text-muted);align-items:center;gap:.6rem;padding:.8rem 1rem;font-size:.85rem;display:flex}.pulse-icon.svelte-dm5b3b{color:var(--yellow);font-size:1rem;animation:1.5s ease-in-out infinite svelte-dm5b3b-pulse}@keyframes svelte-dm5b3b-pulse{0%,to{opacity:.4}50%{opacity:1}}@media (width<=600px){.wizard-options.svelte-dm5b3b,.wizard-hearts.svelte-dm5b3b{grid-template-columns:1fr}.api-key-row.svelte-dm5b3b{flex-wrap:wrap}}.auth-shell.svelte-1uajya8{background:var(--app-bg);place-items:center;min-height:100vh;padding:2rem;display:grid}.auth-card.svelte-1uajya8{border-radius:var(--radius-xl);background:var(--surface-1);width:min(100%,28rem);box-shadow:0 0 60px var(--shadow-color);border:none;overflow:hidden}.auth-header.svelte-1uajya8{background:var(--surface-2);padding:1rem 1.5rem}.auth-logo.svelte-1uajya8{font-family:var(--font-grotesk);background:var(--primary-container);color:#000;border-radius:var(--radius);letter-spacing:-.02em;padding:.2rem .6rem;font-size:1.1rem;font-weight:900}.auth-body.svelte-1uajya8{padding:1.5rem}.auth-kicker.svelte-1uajya8{font-family:var(--font-grotesk);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.6rem;font-size:.7rem;font-weight:700}h1.svelte-1uajya8{font-family:var(--font-grotesk);color:var(--text-primary);margin:0 0 .5rem;font-size:1.6rem;font-weight:700}.auth-copy.svelte-1uajya8{color:var(--text-secondary);margin:0 0 1.2rem;font-size:.9rem;line-height:1.5}.auth-shell label{gap:.3rem;margin-bottom:.9rem;display:grid}.auth-shell label span{font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.7rem;font-weight:700}.auth-shell input{width:100%;font-family:var(--font-body);border-radius:var(--radius-lg);background:var(--input-bg);color:var(--text-primary);border:none;padding:.5rem .8rem;font-size:.85rem}.auth-shell input::placeholder{color:var(--text-subtle)}.auth-shell input:focus{outline:2px solid var(--primary-container);outline-offset:-2px;background:var(--input-focus-bg)}.auth-error.svelte-1uajya8{font-family:var(--font-grotesk);background:var(--tone-error-bg);color:var(--tone-error-text);border-radius:var(--radius-lg);margin-top:.5rem;padding:.6rem .8rem;font-size:.8rem;font-weight:700}.auth-button.svelte-1uajya8{width:100%;font-family:var(--font-grotesk);text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-lg);background:var(--primary-container);color:var(--on-primary-container);cursor:pointer;box-shadow:4px 4px 0px var(--primary);border:none;margin-top:1rem;padding:.7rem 1rem;font-size:.75rem;font-weight:700;transition:all .1s}.auth-button.svelte-1uajya8:hover{background:var(--primary);color:#fff;box-shadow:2px 2px 0px var(--primary)}.auth-button.svelte-1uajya8:active{box-shadow:none;transform:translate(2px,2px)scale(.98)}.auth-button.svelte-1uajya8:disabled{cursor:progress;opacity:.6;box-shadow:none}@media (width<=640px){.auth-shell.svelte-1uajya8{padding:1rem}}
