@charset "UTF-8";:root{color-scheme:light;--bg: #f5f5f5;--surface: #ffffff;--surface-2: #f5f5f5;--surface-3: #ebebeb;--border: #e5e5e5;--sidebar-bg: #f9f9f9;--sidebar-surface: #ffffff;--sidebar-active: rgba(59, 130, 246, .08);--sidebar-hover: #f0f0f0;--shadow-menu: 0 8px 24px rgba(0, 0, 0, .12);--text-1: #171717;--text-2: #525252;--text-3: #737373;--accent: #3b82f6;--accent-strong: #2563eb;--accent-soft: rgba(59, 130, 246, .1);--on-accent: #fff;--success: #22c55e;--warning: #f97316;--danger: #ef4444;--code-bg: #171717;--code-text: #f5f5f5;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .08);--shadow-md: 0 10px 24px rgba(0, 0, 0, .12);--shadow-lg: 0 24px 48px rgba(0, 0, 0, .18);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 999px;--font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--font-mono: ui-monospace, "SF Mono", "Cascadia Code", Menlo, Consolas, monospace;--sidebar-w: 280px;--docs-w: 400px;--panel-resizer-w: 12px;--header-h: 60px;--viewer-filter: none}.theme-dark{color-scheme:dark;--bg: #0a0a0a;--surface: #171717;--surface-2: #202020;--surface-3: #2a2a2a;--border: #2e2e2e;--sidebar-bg: #111111;--sidebar-surface: #1a1a1a;--sidebar-active: #252525;--sidebar-hover: #1e1e1e;--text-1: #f5f5f5;--text-2: #a3a3a3;--text-3: #737373;--accent: #3b82f6;--accent-strong: #2563eb;--accent-soft: rgba(59, 130, 246, .18);--on-accent: #fff;--success: #22c55e;--warning: #fb923c;--danger: #ef4444;--code-bg: #0d0d0d;--code-text: #f5f5f5;--shadow-sm: 0 2px 6px rgba(0, 0, 0, .42);--shadow-md: 0 16px 32px rgba(0, 0, 0, .5);--shadow-lg: 0 28px 60px rgba(0, 0, 0, .62);--shadow-menu: 0 8px 24px rgba(0, 0, 0, .55);--viewer-filter: invert(.88) hue-rotate(180deg)}*,*:before,*:after{box-sizing:border-box}html,body,app-root{height:100%}body{margin:0;font:400 15px/1.55 var(--font-sans);color:var(--text-1);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea,select{font:inherit;color:inherit}:focus-visible{outline:2px solid color-mix(in srgb,var(--accent) 75%,white);outline-offset:2px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:var(--radius-full);background:color-mix(in srgb,var(--text-3) 50%,transparent);background-clip:content-box}::-webkit-scrollbar-track{background:transparent}.icon-btn{width:36px;height:36px;border:0;border-radius:var(--radius-md);background:transparent;display:inline-grid;place-items:center;cursor:pointer}.icon-btn:hover{background:var(--surface-2)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.msg-html code{display:inline-block;margin:0 1px;padding:0 6px;border-radius:6px;border:1px solid color-mix(in srgb,var(--border) 88%,transparent);background:var(--surface-2);font:500 .9em var(--font-mono)}.bubble-user .msg-html code{border-color:#ffffff59;background:#fff3}.doc-preview p:last-child{white-space:pre-wrap}@media (prefers-reduced-motion: reduce){.typing-pill span{animation:none!important}}
