@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root,[data-theme=light]{--bg-primary:#fff;--bg-secondary:#f7f7f8;--bg-tertiary:#efefef;--bg-hover:#ebebeb;--bg-active:#e4e4e7;--border:#e5e5e5;--border-subtle:#f0f0f0;--border-focus:#007aff;--text-primary:#1a1a1a;--text-secondary:#666;--text-muted:#999;--accent:#007aff;--accent-hover:#0066d6;--green:#34c759;--red:#ff3b30;--yellow:#ff9500;--amber:#ff9500;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 4px 24px #0000000f;--shadow-lg:0 8px 40px #00000014;--overlay:#00000040;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--bg-primary:#0a0e17;--bg-secondary:#111827;--bg-tertiary:#1a2235;--bg-hover:#1e293b;--bg-active:#253249;--border:#1e293b;--border-subtle:#151c2c;--border-focus:#3b82f6;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--text-muted:#64748b;--accent:#3b82f6;--accent-hover:#2563eb;--green:#22c55e;--red:#ef4444;--yellow:#f59e0b;--amber:#f59e0b;--shadow-sm:0 1px 2px #0003;--shadow-md:0 4px 24px #0000004d;--shadow-lg:0 8px 40px #0006;--overlay:#00000080;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=midnight]{--bg-primary:#020617;--bg-secondary:#0f172a;--bg-tertiary:#1e293b;--bg-hover:#1e293b;--bg-active:#334155;--border:#1e293b;--border-subtle:#0a1020;--border-focus:#6366f1;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--text-muted:#64748b;--accent:#6366f1;--accent-hover:#4f46e5;--green:#34d399;--red:#f87171;--yellow:#fbbf24;--amber:#fbbf24;--shadow-sm:0 1px 2px #0003;--shadow-md:0 4px 24px #0000004d;--shadow-lg:0 8px 40px #0006;--overlay:#0000008c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root{--sidebar-width:240px;--sidebar-collapsed-width:56px;--chat-width:420px;--header-height:44px;--radius:8px;--radius-lg:12px;--radius-xl:16px;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--sidebar-transition:.2s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.surface{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-lg)}.surface-muted{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
