:root{--color-bg:#fff;--color-bg-subtle:#f5f6f8;--color-surface:#fff;--color-surface-raised:#fff;--color-border:#e2e4e9;--color-border-strong:#c7cbd3;--color-text:#14171c;--color-text-muted:#5b6270;--color-text-disabled:#a3a9b3;--color-primary:#2b5c99;--color-primary-hover:#234a7d;--color-primary-soft:#2b5c991c;--color-accent:#d97706;--color-success:#1e8e5a;--color-warning:#b7791f;--color-danger:#c0362c;--color-info:#2b7bb9;--color-brand-panel:#14202e;--color-brand-panel-grid:#1e2e40;--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", "SF Mono", Consolas, monospace;--text-xs:12px;--text-sm:13px;--text-base:14px;--text-md:16px;--text-lg:20px;--text-xl:24px;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-12:48px;--space-16:64px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--border-width:1px;--shadow-sm:0 1px 2px #14171c0f, 0 1px 1px #14171c0a;--shadow-md:0 4px 10px #14171c1a;--shadow-lg:0 12px 28px #14171c29;--duration-fast:.1s;--duration-base:.18s;--duration-slow:.28s;--easing-standard:cubic-bezier(.2, 0, 0, 1)}:root:not([data-theme]),[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg:#111418;--color-bg-subtle:#181c22;--color-surface:#1c2128;--color-surface-raised:#232933;--color-border:#2a313c;--color-border-strong:#3a4250;--color-text:#e9ebef;--color-text-muted:#9aa2b1;--color-text-disabled:#5b6270;--shadow-sm:0 1px 2px #00000059;--shadow-md:0 6px 16px #00000073;--shadow-lg:0 16px 32px #0000008c;--color-brand-panel:#0b1218;--color-brand-panel-grid:#16202a}@media (prefers-color-scheme:light){:root:not([data-theme]){--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-bg:#fff;--color-bg-subtle:#f5f6f8;--color-surface:#fff;--color-surface-raised:#fff;--color-border:#e2e4e9;--color-border-strong:#c7cbd3;--color-text:#14171c;--color-text-muted:#5b6270;--color-text-disabled:#a3a9b3;--shadow-sm:0 1px 2px #14171c0f, 0 1px 1px #14171c0a;--shadow-md:0 4px 10px #14171c1a;--shadow-lg:0 12px 28px #14171c29;--color-brand-panel:#14202e;--color-brand-panel-grid:#1e2e40}}*{box-sizing:border-box}.icon-btn{border-radius:var(--radius-md);border:var(--border-width) solid transparent;width:30px;height:30px;color:var(--color-text-muted);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.icon-btn:hover{background:var(--color-surface-raised);border-color:var(--color-border);color:var(--color-text)}.icon-btn svg{flex-shrink:0;width:15px;height:15px}.icon-btn.danger:hover{color:var(--color-danger);background:#c0362c14;border-color:#c0362c59}.icon-btn:disabled{opacity:.4;cursor:default}.icon-btn:disabled:hover,.icon-btn.danger:disabled:hover{color:var(--color-text-muted);background:0 0;border-color:#0000}.nav-item{border-radius:var(--radius-md);width:100%;font-size:var(--text-sm);color:var(--color-text-muted);cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;align-items:center;gap:10px;padding:8px 10px;font-weight:500;display:flex}.nav-item:hover{background:var(--color-bg-subtle);color:var(--color-text)}.nav-item[aria-current=page]{background:var(--color-primary-soft);color:var(--color-primary)}.nav-item[data-collapsed=true]{justify-content:center;padding:9px 0}.nav-item svg{flex-shrink:0;width:15px;height:15px}@keyframes hob-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.hob-skeleton{background:linear-gradient(90deg, var(--color-bg-subtle) 25%, var(--color-border) 37%, var(--color-bg-subtle) 63%);background-size:400% 100%;animation:1.4s infinite hob-shimmer}.hob-skeleton-strong{background:linear-gradient(90deg, var(--color-border) 25%, var(--color-border-strong) 37%, var(--color-border) 63%);background-size:400% 100%;animation:1.4s infinite hob-shimmer}@media (prefers-reduced-motion:reduce){.hob-skeleton,.hob-skeleton-strong{animation:none}}@keyframes hob-fade-in{0%{opacity:0}to{opacity:1}}.hob-fade-in{animation:.26s ease-out both hob-fade-in}@keyframes hob-fade-out{0%{opacity:1}to{opacity:0}}.hob-fade-out{animation:.2s ease-in forwards hob-fade-out}@keyframes hob-spin{to{transform:rotate(360deg)}}.hob-spinner{animation:.8s linear infinite hob-spin}@keyframes hob-progress-slide{0%{transform:translate(-120%)}to{transform:translate(340%)}}.hob-progress-indeterminate{animation:1.5s ease-in-out infinite hob-progress-slide}@media (prefers-reduced-motion:reduce){.hob-fade-in,.hob-spinner{animation:none}.hob-fade-out{animation-duration:1ms}.hob-progress-indeterminate{opacity:.55;width:100%;animation:none}}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}html,body,#root{height:100%}html{background:var(--color-bg)}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);margin:0}.chip{border:var(--border-width) solid var(--color-border);color:var(--color-text-muted);background:var(--color-surface);cursor:pointer;border-radius:999px;padding:5px 12px;font-family:inherit;font-size:12px}.chip.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}
