:root,[data-theme=light]{--color-bg-page:#f7f8fa;--color-bg-surface:#fff;--color-bg-card:#fff;--color-bg-elevated:#f8fafc;--color-bg-input:#fff;--color-bg-hover:#f1f5f9;--color-bg-row-hover:#f8fafc;--color-bg-row-selected:#eff6ff;--color-text-heading:#0f172a;--color-text-body:#1e293b;--color-text-secondary:#475569;--color-text-muted:#64748b;--color-text-faint:#94a3b8;--color-text-disabled:#cbd5e1;--color-border:#e2e8f0;--color-border-strong:#cbd5e1;--color-border-subtle:#eef2f6;--color-border-input:#cbd5e1;--color-border-focus:#2563eb73;--color-border-hover:#94a3b8;--color-primary-base:#2563eb;--color-primary:var(--color-primary-base);--color-primary-hover:color-mix(in oklab, var(--color-primary-base), black 10%);--color-primary-text:#fff;--color-primary-subtle:color-mix(in oklab, var(--color-primary-base), white 88%);--color-primary-bg:color-mix(in oklab, var(--color-primary-base), white 92%);--color-accent:var(--color-primary-base);--color-success:#15803d;--color-success-text:#166534;--color-success-bg:#ecfdf5;--color-success-border:#bbf7d0;--color-danger:#b91c1c;--color-danger-text:#991b1b;--color-danger-bg:#fef2f2;--color-danger-border:#fecaca;--color-warning:#b45309;--color-warning-text:#92400e;--color-warning-bg:#fffbeb;--color-warning-border:#fde68a;--color-info:#1e40af;--color-info-bg:#eff6ff;--color-info-border:#bfdbfe;--urgency-overdue:#dc2626;--urgency-soon:#d97706;--urgency-ok:#059669;--urgency-cold:#94a3b8;--shadow-sm:0 1px 2px #0f172a0a;--shadow-md:0 4px 12px #0f172a0f, 0 1px 2px #0f172a0a;--shadow-lg:0 12px 32px #0f172a1a, 0 2px 6px #0f172a0a;--shadow-overlay:0 24px 48px #0f172a2e;--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;--fs-xs:11px;--fs-sm:12px;--fs-md:13px;--fs-lg:15px;--fs-xl:18px;--fs-2xl:22px;--fs-3xl:28px;--row-h:32px;--row-pad-x:12px;--section-pad:20px;--card-pad:16px;--gap-tight:6px;--gap:12px;--gap-loose:20px;--radius-sm:4px;--radius:6px;--radius-md:8px;--radius-lg:12px;--color-white:#fff;--color-blue-100:#dbeafe;--color-blue-200:#bfdbfe;--color-green-400:#22c55e;--color-red-400:#ef4444;--color-amber-400:#f59e0b;--color-yellow-300:#eab308}[data-density=comfortable]{--row-h:40px;--row-pad-x:16px;--section-pad:28px;--card-pad:20px;--gap-tight:8px;--gap:16px;--gap-loose:24px;--fs-md:14px;--fs-sm:13px}[data-theme=dark]{--color-bg-page:#0b1220;--color-bg-surface:#0f172a;--color-bg-card:#0f172aeb;--color-bg-elevated:#1e293b66;--color-bg-input:#0f172abf;--color-bg-hover:#1e293bb3;--color-bg-row-hover:#162238;--color-bg-row-selected:#1e3a8a33;--color-text-heading:#e5eefb;--color-text-body:#e2e8f0;--color-text-secondary:#cbd5e1;--color-text-muted:#94a3b8;--color-text-faint:#64748b;--color-text-disabled:#475569;--color-border:#94a3b81f;--color-border-strong:#94a3b84d;--color-border-subtle:#94a3b814;--color-border-input:#94a3b833;--color-border-focus:#60a5fa80;--color-border-hover:#94a3b840;--color-accent:#93c5fd;--color-accent-muted:#60a5fa;--color-primary-base:#2563eb;--color-primary:var(--color-primary-base);--color-primary-hover:color-mix(in oklab, var(--color-primary-base), black 10%);--color-primary-text:#fff;--color-primary-subtle:color-mix(in oklab, var(--color-primary-base), black 70%);--color-primary-bg:color-mix(in oklab, var(--color-primary-base), black 78%);--color-success:#86efac;--color-success-text:#bbf7d0;--color-success-bg:#22c55e29;--color-success-border:#22c55e59;--color-danger:#fca5a5;--color-danger-text:#fecaca;--color-danger-bg:#ef44442e;--color-danger-border:#ef444459;--color-warning:#fde68a;--color-warning-text:#fde68a;--color-warning-bg:#f59e0b2e;--color-warning-border:#f59e0b59;--color-info:#dbeafe;--color-info-bg:#3b82f61a;--color-info-border:#60a5fa4d;--urgency-overdue:#f87171;--urgency-soon:#fbbf24;--urgency-ok:#34d399;--urgency-cold:#64748b;--shadow-sm:0 1px 2px #0006;--shadow-md:0 4px 12px #0006;--shadow-lg:0 12px 32px #00000080;--shadow-overlay:0 24px 48px #0009;--color-green-400:#4ade80;--color-red-400:#f87171;--color-amber-400:#fbbf24;--color-yellow-300:#fcd34d}*,:before,:after{box-sizing:border-box}body{font-family:var(--font-sans);background:var(--color-bg-page);color:var(--color-text-body);font-size:var(--fs-md);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.5}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-text-disabled);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-faint)}:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}a{color:var(--color-accent)}a:hover{text-decoration:underline}.tnum{font-variant-numeric:tabular-nums}.mono{font-family:var(--font-mono)}.route-heading{justify-content:space-between;align-items:baseline;gap:var(--gap);margin-bottom:var(--gap);display:flex}.route-heading h1{color:var(--color-text-heading);font-size:var(--fs-2xl);margin:0;line-height:1.15}.route-heading p{color:var(--color-text-muted);font-size:var(--fs-sm);margin:0}.cluster.svelte-1cmi4dh{gap:4px;display:inline-flex}.toggle.svelte-1cmi4dh{border-radius:var(--radius);border:1px solid var(--color-border);background:var(--color-bg-elevated);width:30px;height:30px;color:var(--color-text-muted);cursor:pointer;justify-content:center;align-items:center;font-family:inherit;font-size:1rem;transition:background .15s,color .15s,border-color .15s;display:flex}.toggle.svelte-1cmi4dh:hover{background:var(--color-bg-hover);color:var(--color-text-body);border-color:var(--color-border-hover)}.icon.svelte-1cmi4dh{line-height:1}.shell.svelte-12qhfyh{background:var(--color-bg-page);min-height:100vh;display:grid}.shell.resizing.svelte-12qhfyh,.shell.resizing.svelte-12qhfyh :where(.svelte-12qhfyh){-webkit-user-select:none;user-select:none;cursor:col-resize!important}.sidebar.svelte-12qhfyh{border-right:1px solid var(--color-border);background:var(--color-bg-surface);flex-direction:column;display:flex;position:relative;overflow:hidden}.brand.svelte-12qhfyh{border-bottom:1px solid var(--color-border-subtle);align-items:center;height:48px;padding:0 16px;display:flex}.brand-row.svelte-12qhfyh{justify-content:space-between;align-items:center;width:100%;display:flex}.logo-stack.svelte-12qhfyh{align-items:center;gap:8px;display:flex}.brand-logo.svelte-12qhfyh{background:var(--color-primary);width:24px;height:24px;color:var(--color-primary-text);border-radius:6px;place-items:center;font-size:12px;font-weight:800;display:grid}.brand.svelte-12qhfyh .eyebrow:where(.svelte-12qhfyh){text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-faint);font-size:10px;line-height:1}.brand.svelte-12qhfyh h1:where(.svelte-12qhfyh){color:var(--color-text-heading);margin:0;font-size:13px;font-weight:700;line-height:1.1}nav.svelte-12qhfyh{flex:1;padding:6px 8px;overflow-y:auto}nav.svelte-12qhfyh section:where(.svelte-12qhfyh){margin-top:12px}nav.svelte-12qhfyh section:where(.svelte-12qhfyh) h2:where(.svelte-12qhfyh){text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-faint);margin:0 0 4px 8px;font-size:10px;font-weight:600}nav.svelte-12qhfyh ul:where(.svelte-12qhfyh){gap:1px;margin:0;padding:0;list-style:none;display:grid}nav.svelte-12qhfyh li:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){border-radius:var(--radius);color:var(--color-text-secondary);align-items:center;gap:9px;padding:6px 8px;font-size:13px;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex}nav.svelte-12qhfyh li:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover{background:var(--color-bg-hover);color:var(--color-text-body)}nav.svelte-12qhfyh li.active:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){background:var(--color-primary-bg);color:var(--color-primary);font-weight:600}nav.svelte-12qhfyh .nav-icon{opacity:.7}nav.svelte-12qhfyh li.active:where(.svelte-12qhfyh) .nav-icon{opacity:1}nav.svelte-12qhfyh li.secondary:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){color:var(--color-text-faint);font-size:12px}nav.svelte-12qhfyh li.secondary:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh):hover{color:var(--color-text-muted)}nav.svelte-12qhfyh li.secondary.active:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){color:var(--color-primary)}.resize-handle.svelte-12qhfyh{cursor:col-resize;z-index:10;background:0 0;border:0;justify-content:center;align-items:center;width:6px;padding:0;display:flex;position:absolute;top:0;bottom:0;right:-3px}.resize-handle.svelte-12qhfyh .grip:where(.svelte-12qhfyh){background:var(--color-primary);opacity:0;border-radius:999px;width:2px;height:32px;transition:opacity .12s}.resize-handle.svelte-12qhfyh:hover .grip:where(.svelte-12qhfyh),.shell.resizing.svelte-12qhfyh .resize-handle:where(.svelte-12qhfyh) .grip:where(.svelte-12qhfyh){opacity:.45}.main-col.svelte-12qhfyh{flex-direction:column;min-width:0;height:100vh;display:flex}.topbar.svelte-12qhfyh{border-bottom:1px solid var(--color-border);background:var(--color-bg-surface);align-items:center;gap:10px;height:48px;padding:0 16px;display:flex}.breadcrumbs.svelte-12qhfyh{color:var(--color-text-muted);align-items:center;gap:6px;font-size:12px;display:flex}.active-crumb.svelte-12qhfyh{color:var(--color-text-body);white-space:nowrap;font-weight:600}.omnibar.svelte-12qhfyh{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg-elevated);max-width:360px;height:30px;color:var(--color-text-muted);cursor:pointer;flex:1;align-items:center;gap:8px;margin-left:auto;padding:0 10px;font-family:inherit;font-size:12px;transition:border-color .12s;display:flex}.omnibar.svelte-12qhfyh:hover{border-color:var(--color-border-hover)}.omnibar-placeholder.svelte-12qhfyh{flex:1}.content.svelte-12qhfyh{padding:var(--section-pad);flex:1;min-width:0;overflow:auto}.btn-ghost{color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius);background:0 0;border:0;transition:background .12s,color .12s}.btn-ghost:hover{background:var(--color-bg-hover);color:var(--color-text-body)}.btn-icon{justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex}.btn{border-radius:var(--radius);border:1px solid var(--color-border-input);background:var(--color-bg-surface);height:30px;color:var(--color-text-body);cursor:pointer;align-items:center;gap:6px;padding:0 12px;font-size:12px;font-weight:600;transition:background .12s,border-color .12s;display:inline-flex}.btn-sm{height:26px;padding:0 8px;font-size:11px}.btn:hover{background:var(--color-bg-hover);border-color:var(--color-border-hover)}@media (width<=1000px){.shell.svelte-12qhfyh{grid-template-columns:1fr!important}.sidebar.svelte-12qhfyh{border-right:0;border-bottom:1px solid var(--color-border);overflow:visible}.brand.svelte-12qhfyh{height:44px}nav.svelte-12qhfyh{border-top:1px solid var(--color-border-subtle);gap:12px;padding:6px 10px 10px;display:flex;overflow-x:auto}nav.svelte-12qhfyh section:where(.svelte-12qhfyh){flex:none;margin-top:0}nav.svelte-12qhfyh section:where(.svelte-12qhfyh) h2:where(.svelte-12qhfyh){margin-left:4px}nav.svelte-12qhfyh ul:where(.svelte-12qhfyh){gap:2px;display:flex}nav.svelte-12qhfyh li:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){white-space:nowrap}.resize-handle.svelte-12qhfyh{display:none}.main-col.svelte-12qhfyh{height:auto;min-height:0}}@media (width<=700px){.topbar.svelte-12qhfyh{gap:8px}.breadcrumbs.svelte-12qhfyh{gap:4px}.omnibar.svelte-12qhfyh{min-width:140px;max-width:none}}
