@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root,.theme-light{--brand-primary: #6366f1;--brand-primary-hover: #4f46e5;--brand-primary-light: #eef2ff;--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-sidebar: #f3f4f6;--bg-input: #ffffff;--bg-message-user: #6366f1;--bg-message-assistant: #f3f4f6;--bg-hover: #f3f4f6;--bg-code: #1e1e2e;--text-primary: #111827;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--text-on-brand: #ffffff;--text-code: #cdd6f4;--border-color: #e5e7eb;--border-light: #f3f4f6;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-full: 9999px;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--status-green: #22c55e;--status-yellow: #eab308;--status-red: #ef4444;--sidebar-width: 280px}.theme-dark{--brand-primary: #818cf8;--brand-primary-hover: #6366f1;--brand-primary-light: #1e1b4b;--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-sidebar: #0f172a;--bg-input: #1e293b;--bg-message-user: #4f46e5;--bg-message-assistant: #1e293b;--bg-hover: #1e293b;--bg-code: #0d1117;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-tertiary: #64748b;--text-on-brand: #ffffff;--text-code: #e2e8f0;--border-color: #334155;--border-light: #1e293b;--shadow-sm: 0 1px 2px rgba(0,0,0,.3);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.4);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.5)}html,body{height:100%;font-family:var(--font-sans);font-size:15px;line-height:1.6;color:var(--text-primary);background:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{height:100%}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea{font-family:inherit;font-size:inherit;color:inherit}a{color:var(--brand-primary);text-decoration:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--text-tertiary);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.btn.svelte-er4ugn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:var(--radius-md);font-weight:500;transition:all .15s ease;white-space:nowrap}.btn.svelte-er4ugn:disabled{opacity:.5;cursor:not-allowed}.btn-sm.svelte-er4ugn{padding:4px 10px;font-size:13px}.btn-md.svelte-er4ugn{padding:8px 16px;font-size:14px}.btn-lg.svelte-er4ugn{padding:10px 20px;font-size:15px}.btn-default.svelte-er4ugn{background:var(--bg-secondary);border:1px solid var(--border-color)}.btn-default.svelte-er4ugn:hover:not(:disabled){background:var(--bg-hover)}.btn-primary.svelte-er4ugn{background:var(--brand-primary);color:var(--text-on-brand)}.btn-primary.svelte-er4ugn:hover:not(:disabled){background:var(--brand-primary-hover)}.btn-ghost.svelte-er4ugn{background:transparent}.btn-ghost.svelte-er4ugn:hover:not(:disabled){background:var(--bg-hover)}.btn-danger.svelte-er4ugn{background:var(--status-red);color:#fff}.btn-danger.svelte-er4ugn:hover:not(:disabled){opacity:.9}.sidebar.svelte-1m85e6v{width:var(--sidebar-width);background:var(--bg-sidebar);border-right:1px solid var(--border-color);display:flex;flex-direction:column;flex-shrink:0;transition:width .2s ease,opacity .2s ease;overflow:hidden}.sidebar.collapsed.svelte-1m85e6v{width:0;border-right:none}.sidebar-header.svelte-1m85e6v{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--border-color)}.logo.svelte-1m85e6v{font-size:18px;font-weight:700;color:var(--brand-primary)}.session-list.svelte-1m85e6v{flex:1;overflow-y:auto;padding:8px}.session-item.svelte-1m85e6v{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:10px 12px;border-radius:var(--radius-md);text-align:left;transition:background .1s}.session-item.svelte-1m85e6v:hover{background:var(--bg-hover)}.session-item.active.svelte-1m85e6v{background:var(--brand-primary-light)}.session-title.svelte-1m85e6v{font-size:14px;font-weight:500;color:var(--text-primary)}.session-date.svelte-1m85e6v{font-size:12px;color:var(--text-tertiary);margin-top:2px}.no-sessions.svelte-1m85e6v{text-align:center;color:var(--text-tertiary);font-size:13px;padding:20px}@media(max-width:768px){.sidebar.svelte-1m85e6v{position:fixed;z-index:50;top:0;left:0;height:100%;box-shadow:var(--shadow-lg)}.sidebar.collapsed.svelte-1m85e6v{width:0}}.badge.svelte-1s537ei{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--radius-full);background:var(--bg-secondary);font-size:12px;color:var(--text-secondary)}.dot.svelte-1s537ei{width:8px;height:8px;border-radius:50%}.dot-green.svelte-1s537ei{background:var(--status-green)}.dot-yellow.svelte-1s537ei{background:var(--status-yellow);animation:svelte-1s537ei-pulse 1.5s infinite}.dot-red.svelte-1s537ei{background:var(--status-red)}@keyframes svelte-1s537ei-pulse{0%,to{opacity:1}50%{opacity:.4}}.picker-backdrop.svelte-119br76{position:fixed;inset:0;background:#0000004d;z-index:90;display:flex;align-items:flex-start;justify-content:center;padding-top:60px}.picker.svelte-119br76{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:340px;max-height:400px;overflow-y:auto}.picker-header.svelte-119br76{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border-color)}.picker-header.svelte-119br76 h3:where(.svelte-119br76){font-size:15px;font-weight:600}.close-btn.svelte-119br76{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-secondary)}.close-btn.svelte-119br76:hover{background:var(--bg-hover)}.model-list.svelte-119br76{padding:8px}.model-item.svelte-119br76{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;border-radius:var(--radius-md);text-align:left}.model-item.svelte-119br76:hover{background:var(--bg-hover)}.model-item.active.svelte-119br76{background:var(--brand-primary-light)}.model-name.svelte-119br76{font-size:14px;font-weight:500}.model-provider.svelte-119br76{font-size:12px;color:var(--text-tertiary)}.no-models.svelte-119br76{padding:16px;text-align:center;color:var(--text-tertiary);font-size:13px}.panel-backdrop.svelte-gbxc5o{position:fixed;inset:0;background:#0000004d;z-index:90;display:flex;justify-content:flex-end}.panel.svelte-gbxc5o{width:320px;height:100%;background:var(--bg-primary);border-left:1px solid var(--border-color);box-shadow:var(--shadow-lg);animation:svelte-gbxc5o-slideIn .2s ease}.panel-header.svelte-gbxc5o{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border-color)}.panel-header.svelte-gbxc5o h3:where(.svelte-gbxc5o){font-size:16px;font-weight:600}.close-btn.svelte-gbxc5o{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-secondary)}.close-btn.svelte-gbxc5o:hover{background:var(--bg-hover)}.panel-body.svelte-gbxc5o{padding:20px}.setting-group.svelte-gbxc5o{margin-bottom:20px}.setting-label.svelte-gbxc5o{display:block;font-size:13px;font-weight:600;color:var(--text-secondary);margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.button-group.svelte-gbxc5o{display:flex;gap:4px;background:var(--bg-secondary);padding:3px;border-radius:var(--radius-md)}.toggle-btn.svelte-gbxc5o{flex:1;padding:6px 12px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;color:var(--text-secondary);transition:all .15s}.toggle-btn.active.svelte-gbxc5o{background:var(--bg-primary);color:var(--text-primary);box-shadow:var(--shadow-sm)}@keyframes svelte-gbxc5o-slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.header.svelte-4b3o1e{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-bottom:1px solid var(--border-color);background:var(--bg-primary);height:52px;flex-shrink:0}.header-left.svelte-4b3o1e,.header-right.svelte-4b3o1e{display:flex;align-items:center;gap:8px}.menu-btn.svelte-4b3o1e{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);color:var(--text-secondary)}.menu-btn.svelte-4b3o1e:hover{background:var(--bg-hover)}.model-btn.svelte-4b3o1e{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:var(--radius-md);font-size:14px;font-weight:500;color:var(--text-primary)}.model-btn.svelte-4b3o1e:hover{background:var(--bg-hover)}.model-name.svelte-4b3o1e{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-btn.svelte-4b3o1e{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);color:var(--text-secondary)}.settings-btn.svelte-4b3o1e:hover{background:var(--bg-hover)}@media(max-width:768px){.model-name.svelte-4b3o1e{max-width:120px}}.markdown-body.svelte-inbjht{line-height:1.7;word-wrap:break-word}.markdown-body.svelte-inbjht p{margin:0 0 8px}.markdown-body.svelte-inbjht p:last-child{margin-bottom:0}.markdown-body.svelte-inbjht ul,.markdown-body.svelte-inbjht ol{margin:4px 0 8px;padding-left:24px}.markdown-body.svelte-inbjht li{margin:2px 0}.markdown-body.svelte-inbjht code:not(.hljs){font-family:var(--font-mono);font-size:.875em;padding:2px 6px;border-radius:4px;background:var(--bg-hover)}.markdown-body.svelte-inbjht .code-block{border-radius:var(--radius-md);overflow:hidden;background:var(--bg-code);margin:8px 0}.markdown-body.svelte-inbjht .code-block .code-lang{font-size:12px;color:var(--text-tertiary);position:absolute;top:6px;left:12px}.markdown-body.svelte-inbjht .code-block .copy-btn{position:absolute;top:4px;right:8px;font-size:12px;padding:2px 8px;border-radius:var(--radius-sm);border:none;background:transparent;color:var(--text-tertiary);cursor:pointer;font-family:var(--font-sans)}.markdown-body.svelte-inbjht .code-block .copy-btn:hover{background:#ffffff1a}.markdown-body.svelte-inbjht .code-block pre{padding:12px 16px;overflow-x:auto;margin:0}.markdown-body.svelte-inbjht .code-block code{font-family:var(--font-mono);font-size:13px;line-height:1.5;color:var(--text-code)}.markdown-body.svelte-inbjht blockquote{border-left:3px solid var(--brand-primary);padding-left:12px;margin:8px 0;color:var(--text-secondary)}.markdown-body.svelte-inbjht h1,.markdown-body.svelte-inbjht h2,.markdown-body.svelte-inbjht h3{margin:12px 0 6px;font-weight:600;line-height:1.3}.markdown-body.svelte-inbjht h1{font-size:1.25em}.markdown-body.svelte-inbjht h2{font-size:1.1em}.markdown-body.svelte-inbjht h3{font-size:1em}.markdown-body.svelte-inbjht table{border-collapse:collapse;margin:8px 0;font-size:.9em}.markdown-body.svelte-inbjht th,.markdown-body.svelte-inbjht td{border:1px solid var(--border-color);padding:6px 12px}.markdown-body.svelte-inbjht th{background:var(--bg-secondary);font-weight:600}.markdown-body.svelte-inbjht hr{border:none;border-top:1px solid var(--border-color);margin:12px 0}.bubble-row.svelte-11gjw00{display:flex;align-items:flex-start;gap:10px;max-width:85%;margin:4px 0}.bubble-row.user.svelte-11gjw00{margin-left:auto;flex-direction:row-reverse}.avatar.svelte-11gjw00{width:32px;height:32px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.assistant-avatar.svelte-11gjw00{background:var(--brand-primary-light);color:var(--brand-primary)}.bubble.svelte-11gjw00{padding:10px 14px;border-radius:var(--radius-lg);line-height:1.5;min-width:40px}.user-bubble.svelte-11gjw00{background:var(--bg-message-user);color:var(--text-on-brand);border-bottom-right-radius:var(--radius-sm)}.assistant-bubble.svelte-11gjw00{background:var(--bg-message-assistant);border-bottom-left-radius:var(--radius-sm)}.user-text.svelte-11gjw00{margin:0;white-space:pre-wrap}.cursor.svelte-11gjw00{animation:svelte-11gjw00-blink .8s infinite;color:var(--brand-primary);font-weight:300}.time.svelte-11gjw00{font-size:11px;color:var(--text-tertiary);align-self:flex-end;flex-shrink:0}@keyframes svelte-11gjw00-blink{0%,to{opacity:1}50%{opacity:0}}.indicator.svelte-76byqe{display:inline-flex;align-items:center;gap:4px;padding:8px 14px;background:var(--bg-message-assistant);border-radius:var(--radius-lg);margin-left:44px}.dot.svelte-76byqe{width:6px;height:6px;border-radius:50%;background:var(--text-tertiary);animation:svelte-76byqe-bounce 1.4s infinite}.dot.svelte-76byqe:nth-child(2){animation-delay:.2s}.dot.svelte-76byqe:nth-child(3){animation-delay:.4s}@keyframes svelte-76byqe-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.message-list.svelte-12m7xaa{flex:1;overflow-y:auto;padding:20px}.messages.svelte-12m7xaa{display:flex;flex-direction:column;gap:8px;max-width:800px;margin:0 auto}.empty.svelte-12m7xaa{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:var(--text-secondary)}.empty-icon.svelte-12m7xaa{font-size:48px;margin-bottom:12px}.empty.svelte-12m7xaa h3:where(.svelte-12m7xaa){font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:4px}.empty.svelte-12m7xaa p:where(.svelte-12m7xaa){font-size:14px}.input-container.svelte-85hhmm{padding:12px 20px 20px;max-width:840px;margin:0 auto;width:100%}.input-wrapper.svelte-85hhmm{display:flex;align-items:flex-end;gap:8px;background:var(--bg-input);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:8px 12px;transition:border-color .15s;box-shadow:var(--shadow-sm)}.input-wrapper.svelte-85hhmm:focus-within{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-primary-light)}textarea.svelte-85hhmm{flex:1;border:none;outline:none;resize:none;background:transparent;font-size:15px;line-height:1.5;max-height:200px;padding:4px 0}textarea.svelte-85hhmm::placeholder{color:var(--text-tertiary)}.input-actions.svelte-85hhmm{display:flex;align-items:center;gap:4px}.send-btn.svelte-85hhmm{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background:var(--brand-primary);color:var(--text-on-brand);transition:all .15s}.send-btn.svelte-85hhmm:hover:not(:disabled){background:var(--brand-primary-hover)}.send-btn.svelte-85hhmm:disabled{opacity:.3;cursor:not-allowed}.chat-window.svelte-1ezeif5{flex:1;display:flex;flex-direction:column;min-width:0;height:100%}.app-layout.svelte-1n46o8q{display:flex;height:100vh;overflow:hidden}.main-area.svelte-1n46o8q{flex:1;display:flex;flex-direction:column;min-width:0}
