:root{--ink:#211c17;--muted:#6d655d;--faint:#a39c94;--line:#eae6e1;--bg:#fbfaf8;--panel:#fff;--panel-hover:#f5f2ed;--accent:#d97d2d;--accent-strong:#a85a1b;--accent-soft:#fcefe0;--danger:#c0442f;--danger-soft:#fbebe8;--warn:#b97a1f;--live:#4b8b64;--live-strong:#3d7554;--live-soft:#eaf4ee;--radius:8px;--radius-lg:12px;--shadow:0 1px 3px #2d211612, 0 4px 14px #2d21160d;--font:Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif}[data-theme=dark]{--ink:#efeae3;--muted:#ada69c;--faint:#7a726a;--line:#322c26;--bg:#14110e;--panel:#1e1a15;--panel-hover:#29241e;--accent:#e2843c;--accent-strong:#f2ab6e;--accent-soft:#35240f;--danger:#e06550;--danger-soft:#38201b;--warn:#d29a44;--live:#5da97c;--live-strong:#74bd92;--live-soft:#1d2f25;--shadow:0 1px 3px #0006, 0 8px 24px #00000059}*{box-sizing:border-box}html,body{height:100%;margin:0}*{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{width:0;height:0;display:none}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body,.panel,button,input,select,textarea{transition:background-color .18s,border-color .18s,color .18s}body{font-family:var(--font);color:var(--ink);background:var(--bg);font-size:14px;line-height:1.45}a{color:var(--accent-strong);text-decoration:none}a:hover{text-decoration:underline}h1{letter-spacing:-.02em;margin:0 0 6px;font-size:26px;font-weight:700}h2{margin:0 0 10px;font-size:16px;font-weight:650}p{color:var(--muted);margin:0 0 8px}button,.btn{font:inherit;cursor:pointer;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);color:var(--ink);justify-content:center;align-items:center;gap:6px;min-height:34px;padding:7px 13px;font-weight:550;transition:background .12s,border-color .12s;display:inline-flex}button:hover,.btn:hover{background:var(--panel-hover)}button.primary,.btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}button.primary:hover{background:var(--accent-strong)}button.danger{background:var(--danger);border-color:var(--danger);color:#fff}button.ghost{color:var(--muted);background:0 0;border-color:#0000}button.ghost:hover{background:var(--panel-hover);color:var(--ink)}button:disabled{opacity:.5;cursor:not-allowed}input,select,textarea{font:inherit;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);width:100%;color:var(--ink);padding:8px 11px}input:focus,select:focus,textarea:focus{border-color:var(--accent);outline:2px solid #d97d2d47}label{color:var(--muted);font-size:13px;font-weight:550}.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg);padding:18px}.metric-card{padding:16px 18px}.metric-label{color:var(--muted);align-items:center;gap:6px;font-size:13px;display:flex}.metric-value{letter-spacing:-.02em;margin-top:4px;font-size:28px;font-weight:700}table.data{border-collapse:collapse;width:100%;font-size:13.5px}table.data th{text-align:left;color:var(--muted);border-bottom:1px solid var(--line);white-space:nowrap;padding:10px;font-size:12.5px;font-weight:600}table.data td{border-bottom:1px solid var(--line);vertical-align:middle;padding:10px}table.data tr:hover td{background:var(--panel-hover);cursor:pointer}.chip{color:var(--muted);border:1px solid var(--line);background:var(--panel);border-radius:999px;align-items:center;gap:5px;padding:2px 9px;font-size:12.5px;display:inline-flex}.chip.positive{color:var(--accent-strong)}.chip.negative{color:var(--danger)}.badge{background:var(--accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 5px;font-size:11px;font-weight:650;display:inline-flex}.muted{color:var(--muted)}.faint{color:var(--faint);font-size:12.5px}.avatar{background:var(--line);width:40px;height:40px;color:var(--muted);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-weight:650;display:inline-flex;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.avatar.xs{width:20px;height:20px;font-size:9px}.avatar.sm{width:28px;height:28px;font-size:12px}.avatar.lg{width:56px;height:56px;font-size:20px}.avatar.company{border-radius:var(--radius)}.status-dot{background:var(--faint);border-radius:999px;flex-shrink:0;width:8px;height:8px;display:inline-block}.status-dot.sm{width:6px;height:6px}.status-dot.live{background:var(--live);animation:1.9s ease-out infinite pulse-live}.status-dot.paused{background:var(--warn)}@keyframes pulse-live{0%{box-shadow:0 0 0 0 color-mix(in srgb, var(--live) 55%, transparent)}70%{box-shadow:0 0 0 6px color-mix(in srgb, var(--live) 0%, transparent)}to{box-shadow:0 0 0 0 color-mix(in srgb, var(--live) 0%, transparent)}}.status-pill{white-space:nowrap;letter-spacing:.03em;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:1px 8px 1px 7px;font-size:11px;font-weight:650;line-height:1.5;display:inline-flex}.status-pill.live{color:var(--live-strong);background:var(--live-soft);border-color:color-mix(in srgb, var(--live) 32%, transparent)}.status-pill.paused{color:var(--warn);background:color-mix(in srgb, var(--warn) 12%, transparent);border-color:color-mix(in srgb, var(--warn) 28%, transparent)}.status-pill.ended{color:var(--muted);background:var(--panel-hover);border-color:var(--line)}.status-dot.ended{background:var(--faint)}@media (prefers-reduced-motion:reduce){.status-dot.live{animation:none}}.modal-backdrop{z-index:50;background:#261c1261;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--panel);border-radius:var(--radius-lg);box-shadow:var(--shadow);width:min(520px,100vw - 40px);max-height:85vh;padding:22px;overflow:auto}.modal h2{margin-bottom:14px}.modal .actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.flash{border-radius:var(--radius);background:var(--accent-soft);border:1px solid var(--line);color:var(--ink);margin:10px 0;padding:10px 14px}.flash.error{background:var(--danger-soft);border-color:var(--danger);color:var(--ink)}.stack{gap:12px;display:grid}.row{align-items:center;gap:10px;display:flex}.spread{justify-content:space-between;align-items:center;gap:10px;display:flex}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.empty{text-align:center;color:var(--muted);padding:60px 20px}.spinner{border:2px solid var(--line);border-top-color:var(--accent);border-radius:999px;width:18px;height:18px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.rail-section{border-bottom:1px solid var(--line);padding:12px 0}.rail-title{letter-spacing:.06em;color:var(--faint);text-transform:uppercase;cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;font-size:11.5px;font-weight:700;display:flex}.rail-item{cursor:pointer;color:var(--ink);border-radius:6px;justify-content:space-between;align-items:center;padding:7px 4px;font-size:13.5px;display:flex}.rail-item:hover{background:var(--panel-hover)}.rail-pop{z-index:30;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);min-width:220px;max-height:300px;margin-top:4px;padding:6px;position:absolute;top:100%;right:0;overflow:auto}.rail-opt{cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:7px 9px;font-size:13.5px;display:flex}.rail-opt:hover{background:var(--panel-hover)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.card-lift{transition:transform .16s,box-shadow .16s}.card-lift:hover{box-shadow:var(--shadow);transform:translateY(-1.5px)}.fade-in{animation:.3s both fade-in}.rise-in{animation:.35s cubic-bezier(.22,1,.36,1) both rise-in}@keyframes fade-in{0%{opacity:0}}@keyframes rise-in{0%{opacity:0;transform:translateY(10px)}}.stagger>*{animation:.35s cubic-bezier(.22,1,.36,1) both rise-in}.stagger>:first-child{animation-delay:20ms}.stagger>:nth-child(2){animation-delay:60ms}.stagger>:nth-child(3){animation-delay:.1s}.stagger>:nth-child(4){animation-delay:.14s}.stagger>:nth-child(5){animation-delay:.18s}.stagger>:nth-child(6){animation-delay:.22s}.sk{background:var(--line);border-radius:6px;position:relative;overflow:hidden}.sk:after{content:"";background:linear-gradient(90deg,#0000,#ffffff73,#0000);animation:1.4s ease-in-out infinite shimmer;position:absolute;inset:0}[data-theme=dark] .sk:after{background:linear-gradient(90deg,#0000,#ffffff12,#0000)}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.sk-line{width:100%;height:11px}.sk-line.lg{height:26px}.sk-line.pill{border-radius:999px;height:24px}.sk-avatar{border-radius:999px;flex-shrink:0;width:40px;height:40px}.sk-avatar.sm{width:28px;height:28px}.sk-row{border-bottom:1px solid var(--line);align-items:center;gap:14px;padding:12px 10px;display:flex}.meter{background:var(--line);border-radius:999px;height:6px;display:block;overflow:hidden}.meter .meter-fill{background:var(--accent);border-radius:999px;min-width:3px;height:100%;transition:width .6s cubic-bezier(.22,1,.36,1);display:block}.meter.warn .meter-fill{background:var(--warn)}.meter.danger .meter-fill{background:var(--danger)}.run-banner{background:var(--accent-soft);border:1px solid var(--line);border-radius:var(--radius-lg);align-items:center;gap:12px;margin-bottom:14px;padding:12px 16px;display:flex}.run-stages{flex-wrap:wrap;gap:14px;display:flex}.run-stage{color:var(--muted);align-items:center;gap:6px;font-size:12.5px;display:flex}.run-stage.active{color:var(--accent-strong);font-weight:650}.run-stage.done{color:var(--accent-strong)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.lbl.svelte-1vwixxa{color:var(--muted);margin-bottom:6px;font-size:13px;font-weight:550;display:block}.sidebar.svelte-129hoe0{border-right:1px solid var(--line);background:var(--panel);flex-direction:column;flex-shrink:0;gap:4px;width:260px;height:100vh;padding:12px;display:flex;position:sticky;top:0;overflow:hidden}.sidebar-scroll.svelte-129hoe0{flex-direction:column;flex:1;gap:4px;min-height:0;display:flex;overflow-y:auto}.switch-wrap.svelte-129hoe0{flex-shrink:0;position:relative}.switcher.svelte-129hoe0{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);width:100%;color:var(--ink);font:inherit;cursor:pointer;text-align:left;align-items:center;gap:9px;padding:9px 10px;font-weight:650;display:flex}.switcher.svelte-129hoe0:hover{background:var(--panel-hover)}.sw-label.svelte-129hoe0{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.pages-pop.svelte-129hoe0{z-index:45;box-shadow:var(--shadow);padding:5px;position:absolute;top:calc(100% + 4px);left:0;right:0}.menu-sep.svelte-129hoe0{background:var(--line);height:1px;margin:4px 6px}.menu-item.svelte-129hoe0{justify-content:flex-start;gap:9px;width:100%}.menu-item.on.svelte-129hoe0{color:var(--accent-strong);font-weight:650}.search.svelte-129hoe0{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);flex-shrink:0;align-items:center;gap:7px;margin-top:2px;padding:0 8px;display:flex}.search.svelte-129hoe0 input:where(.svelte-129hoe0){min-width:0;font:inherit;color:var(--ink);background:0 0;border:none;outline:none;flex:1;padding:8px 0;font-size:13px}.search.svelte-129hoe0 input:where(.svelte-129hoe0)::placeholder{color:var(--faint)}.search.svelte-129hoe0:focus-within{border-color:var(--accent)}.kbd.svelte-129hoe0{color:var(--faint);cursor:pointer;background:0 0;border:none;border-radius:5px;flex-shrink:0;padding:1px 2px;font-size:10.5px;font-weight:600;line-height:1.5}.kbd.svelte-129hoe0:hover{color:var(--accent-strong)}.nav.svelte-129hoe0{flex-direction:column;gap:2px;display:flex}.nav-item.svelte-129hoe0{border-radius:var(--radius);color:var(--ink);align-items:center;gap:9px;padding:8px 10px;font-weight:500;text-decoration:none;display:flex}.nav-item.svelte-129hoe0:hover{background:var(--panel-hover);text-decoration:none}.nav-item.active.svelte-129hoe0{background:var(--panel-hover);font-weight:650}.section-label.svelte-129hoe0{letter-spacing:.07em;color:var(--faint);padding:14px 10px 6px;font-size:11px;font-weight:700}.section-label.spread.svelte-129hoe0{align-items:center}.lbl-count.svelte-129hoe0{font-weight:700}.add-btn.svelte-129hoe0{min-width:20px;min-height:20px;color:var(--faint);background:0 0;border:none;border-radius:5px;padding:0;font-size:16px;line-height:1}.add-btn.svelte-129hoe0:hover{color:var(--accent-strong);background:var(--panel-hover)}.mini-chip.svelte-129hoe0{letter-spacing:.05em;text-transform:uppercase;border:1px solid var(--line);color:var(--faint);cursor:pointer;background:0 0;border-radius:999px;padding:1px 7px;font-size:10px;font-weight:700;line-height:1.6}.mini-chip.on.svelte-129hoe0{color:var(--accent-strong);border-color:var(--accent);background:var(--accent-soft)}.signal.svelte-129hoe0 .sig-icon:where(.svelte-129hoe0){color:var(--muted);flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.sig-name.svelte-129hoe0{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.sig-meta.svelte-129hoe0{flex-shrink:0;align-items:center;gap:6px;margin-left:auto;display:flex}.new.svelte-129hoe0{color:var(--muted);justify-content:flex-start;width:100%}.no-match.svelte-129hoe0{padding:10px;font-size:12.5px}.folder.svelte-129hoe0{flex-direction:column;display:flex}.folder-row.svelte-129hoe0{border-radius:var(--radius);align-items:center;gap:2px;display:flex}.folder-row.svelte-129hoe0:hover,.folder-row.active.svelte-129hoe0{background:var(--panel-hover)}.chevron.svelte-129hoe0{width:22px;min-height:26px;color:var(--faint);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:14px;line-height:1;transition:transform .15s;display:flex}.chevron.svelte-129hoe0:hover{color:var(--muted);background:0 0}.chevron.open.svelte-129hoe0{transform:rotate(90deg)}.folder-link.svelte-129hoe0{min-width:0;color:var(--ink);flex:1;align-items:center;gap:8px;padding:7px 10px 7px 2px;font-weight:550;text-decoration:none;display:flex}.folder-link.svelte-129hoe0:hover{text-decoration:none}.folder-row.active.svelte-129hoe0 .folder-link:where(.svelte-129hoe0){font-weight:650}.folder-name.svelte-129hoe0{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.folder-count.svelte-129hoe0{color:var(--faint);background:var(--panel-hover);text-align:center;border-radius:999px;flex-shrink:0;min-width:20px;padding:1px 7px;font-size:11px;font-weight:650}.folder-row.active.svelte-129hoe0 .folder-count:where(.svelte-129hoe0),.folder-row.svelte-129hoe0:hover .folder-count:where(.svelte-129hoe0){background:var(--bg)}.folder-children.svelte-129hoe0{border-left:1px solid var(--line);flex-direction:column;gap:2px;margin:1px 0 3px 11px;padding-left:8px;display:flex}.nav-item.child.svelte-129hoe0{padding:6px 8px;font-size:13px}.child-empty.svelte-129hoe0{padding:6px 8px;font-size:12.5px;font-style:italic}.folder-skel.svelte-129hoe0{border-radius:var(--radius);background:var(--panel-hover);height:30px;margin:2px 0;animation:1.4s ease-in-out infinite svelte-129hoe0-skel-pulse}@keyframes svelte-129hoe0-skel-pulse{0%,to{opacity:.5}50%{opacity:.85}}@media (prefers-reduced-motion:reduce){.folder-skel.svelte-129hoe0{animation:none}.chevron.svelte-129hoe0{transition:none}}.footer.svelte-129hoe0{border-top:1px solid var(--line);flex-direction:column;flex-shrink:0;gap:4px;padding-top:10px;display:flex}.create-btn.svelte-129hoe0{border:1px dashed var(--accent);border-radius:var(--radius);width:100%;color:var(--accent-strong);font:inherit;cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:7px;padding:7px 10px;font-weight:650;display:inline-flex}.create-btn.svelte-129hoe0:hover{background:var(--accent-soft)}.create-pop.svelte-129hoe0{z-index:45;box-shadow:var(--shadow);padding:5px;position:absolute;bottom:calc(100% + 6px);left:0;right:0}.usage-btn.svelte-129hoe0{flex-direction:column;align-items:stretch;gap:5px;width:100%;padding:6px 10px;display:flex}.usage-pop.svelte-129hoe0{z-index:40;width:236px;box-shadow:var(--shadow);position:absolute;bottom:44px;left:0}.ws-wrap.svelte-129hoe0{border-top:1px solid var(--line);margin-top:4px;padding-top:6px;position:relative}.ws.svelte-129hoe0{border-radius:var(--radius);cursor:pointer;align-items:center;gap:9px;padding:8px;font-weight:650;display:flex}.ws.svelte-129hoe0:hover{background:var(--panel-hover)}.ws-name.svelte-129hoe0{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.user-menu.svelte-129hoe0{z-index:40;box-shadow:var(--shadow);padding:6px;position:absolute;bottom:48px;left:0;right:0}.theme-row.svelte-129hoe0{gap:4px;padding:4px 6px;display:flex}.theme-btn.svelte-129hoe0{border:1px solid var(--line);border-radius:6px;flex:1;justify-content:center;padding:4px 6px;font-size:12px}.theme-btn.on.svelte-129hoe0{color:var(--accent-strong);border-color:var(--accent);background:var(--accent-soft)}.toasts.svelte-r9p0hk{bottom:max(20px, env(safe-area-inset-bottom));z-index:1000;pointer-events:none;flex-direction:column;gap:8px;max-width:380px;display:flex;position:fixed;right:20px}.toast.svelte-r9p0hk{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);pointer-events:auto;align-items:center;gap:10px;padding:11px 12px 11px 14px;font-size:13.5px;display:flex}.ticon.svelte-r9p0hk{color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:inline-flex}.toast.success.svelte-r9p0hk .ticon:where(.svelte-r9p0hk){background:var(--accent)}.toast.error.svelte-r9p0hk .ticon:where(.svelte-r9p0hk){background:var(--danger)}.toast.info.svelte-r9p0hk .ticon:where(.svelte-r9p0hk){background:var(--muted)}.toast.loading.svelte-r9p0hk .ticon:where(.svelte-r9p0hk){background:var(--accent)}.toast.loading.svelte-r9p0hk .ticon:where(.svelte-r9p0hk) svg{animation:1.1s linear infinite svelte-r9p0hk-spin}.tmsg.svelte-r9p0hk{flex:1;gap:3px;min-width:0;display:grid}.tmsg.svelte-r9p0hk strong:where(.svelte-r9p0hk){color:var(--text);font-size:13px}.tmsg.svelte-r9p0hk span:where(.svelte-r9p0hk){min-width:0}.tstages.svelte-r9p0hk{color:var(--muted);flex-wrap:wrap;gap:5px 8px;margin-top:2px;font-size:11.5px;display:flex}.tstages.svelte-r9p0hk span:where(.svelte-r9p0hk){align-items:center;gap:3px;display:inline-flex}.tstages.svelte-r9p0hk .done:where(.svelte-r9p0hk){color:var(--accent)}.tstages.svelte-r9p0hk .active:where(.svelte-r9p0hk){color:var(--text);font-weight:700}.toast-link.svelte-r9p0hk{color:var(--accent);font-size:12px;font-weight:700;text-decoration:none}.toast-link.svelte-r9p0hk:hover{text-decoration:underline}.tclose.svelte-r9p0hk{min-height:0;padding:2px 6px}@keyframes svelte-r9p0hk-spin{to{transform:rotate(360deg)}}.palette.svelte-wh9uu8{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);width:min(560px,100vw - 40px);animation:.16s both svelte-wh9uu8-pal-in;overflow:hidden}@keyframes svelte-wh9uu8-pal-in{0%{opacity:0;transform:scale(.98)translateY(-6px)}}.palette.svelte-wh9uu8 input:where(.svelte-wh9uu8){border:0;border-bottom:1px solid var(--line);background:0 0;border-radius:0;padding:14px 16px;font-size:15px}.palette.svelte-wh9uu8 input:where(.svelte-wh9uu8):focus{outline:none}.cmds.svelte-wh9uu8{max-height:320px;padding:6px;overflow-y:auto}.cmd.svelte-wh9uu8{border-radius:var(--radius);cursor:pointer;align-items:center;gap:10px;padding:9px 10px;display:flex}.cmd.active.svelte-wh9uu8{background:var(--panel-hover)}.cicon.svelte-wh9uu8{text-align:center;width:22px;color:var(--muted)}.clabel.svelte-wh9uu8{flex:1}.phelp.svelte-wh9uu8{border-top:1px solid var(--line);padding:8px 14px}.shell.svelte-12qhfyh{min-height:100vh;display:flex}.main.svelte-12qhfyh{flex-direction:column;flex:1;min-width:0;display:flex}.boot.svelte-12qhfyh{justify-content:center;align-items:center;min-height:100vh;display:flex}
