.chat.svelte-z7nqid{background:var(--bg);flex-direction:column;height:100%;display:flex}.chat-header.svelte-z7nqid{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.title.svelte-z7nqid{align-items:center;gap:7px;font-size:13px;font-weight:600;display:flex}.title.svelte-z7nqid svg:where(.svelte-z7nqid){width:15px;height:15px;color:var(--text-2)}.clear.svelte-z7nqid{color:var(--text-2);cursor:pointer;background:0 0;border:none;border-radius:5px;padding:3px 7px;font-family:inherit;font-size:12px}.clear.svelte-z7nqid:hover{background:var(--hover);color:var(--text)}.messages.svelte-z7nqid{flex-direction:column;flex:1;gap:10px;padding:14px;display:flex;overflow-y:auto}.empty.svelte-z7nqid{text-align:center;margin-top:28px}.empty-title.svelte-z7nqid{margin:0 0 4px;font-size:14px;font-weight:600}.empty-sub.svelte-z7nqid{color:var(--text-2);margin:0 0 18px;font-size:12.5px;line-height:1.5}.suggestions.svelte-z7nqid{flex-direction:column;gap:6px;display:flex}.suggestion.svelte-z7nqid{border:1px solid var(--border);background:var(--bg);color:var(--text-2);text-align:left;border-radius:var(--radius);cursor:pointer;padding:8px 10px;font-family:inherit;font-size:12.5px}.suggestion.svelte-z7nqid:hover{border-color:var(--border-strong);color:var(--text);background:var(--hover)}.msg.svelte-z7nqid{flex-direction:column;gap:6px;display:flex}.msg.user.svelte-z7nqid{align-items:flex-end}.msg.assistant.svelte-z7nqid{align-items:flex-start}.bubble.svelte-z7nqid{white-space:pre-wrap;overflow-wrap:anywhere;max-width:92%;font-size:13px;line-height:1.55}.msg.user.svelte-z7nqid .bubble:where(.svelte-z7nqid){background:var(--bg-chrome);border:1px solid var(--border);border-radius:10px;padding:7px 11px}.bubble.error.svelte-z7nqid{color:var(--text);background:var(--bg-chrome);border:1px solid var(--border-strong);border-radius:10px;padding:7px 11px}.tool-chip.svelte-z7nqid{font-size:12px;font-family:var(--mono);color:var(--text-2);border:1px solid var(--border);background:var(--bg-chrome);border-radius:999px;align-items:center;gap:6px;padding:3px 10px;display:inline-flex}.tool-chip.done.svelte-z7nqid{color:var(--text)}.spinner.svelte-z7nqid{border:1.5px solid var(--border-strong);border-top-color:var(--text);border-radius:50%;width:10px;height:10px;animation:.7s linear infinite svelte-z7nqid-spin}@keyframes svelte-z7nqid-spin{to{transform:rotate(360deg)}}.composer.svelte-z7nqid{border-top:1px solid var(--border);align-items:flex-end;gap:8px;padding:10px 12px;display:flex}textarea.svelte-z7nqid{resize:none;border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:10px;outline:none;flex:1;max-height:120px;padding:8px 10px;font-family:inherit;font-size:13px;line-height:1.45}textarea.svelte-z7nqid:focus{border-color:var(--border-strong)}.send.svelte-z7nqid{border:1px solid var(--primary);background:var(--primary);color:#fff;cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.send.svelte-z7nqid svg:where(.svelte-z7nqid){width:14px;height:14px}.send.svelte-z7nqid:hover:not(:disabled){background:var(--primary-hover)}.send.svelte-z7nqid:disabled{opacity:.35;cursor:default}:root{--bg:#fff;--bg-chrome:#f9f9f7;--border:#ececea;--border-strong:#d6d6d3;--text:#202123;--text-2:#6e6e80;--text-3:#acacbe;--hover:#0000000a;--active:#00000012;--primary:#171717;--primary-hover:#2e2e2e;--radius:10px;--mono:ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace}*{box-sizing:border-box}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}.app.svelte-12qhfyh{height:100vh;display:flex;overflow:hidden}.sidebar-wrap.svelte-12qhfyh{width:var(--sidebar-w);flex-shrink:0;transition:width .32s cubic-bezier(.34,1.46,.64,1);position:relative;overflow:hidden}.sidebar-wrap.resizing.svelte-12qhfyh{transition:none}.sidebar-wrap.collapsed.svelte-12qhfyh{width:0;animation:.34s cubic-bezier(.4,0,.2,1) svelte-12qhfyh-close-bounce}@keyframes svelte-12qhfyh-close-bounce{0%{width:var(--sidebar-w)}22%{width:calc(var(--sidebar-w) + 14px)}to{width:0}}.sidebar.svelte-12qhfyh{width:var(--sidebar-w);background:var(--bg-chrome);border-right:1px solid var(--border);flex-direction:column;height:100%;padding:8px;display:flex}.resize-handle.svelte-12qhfyh{cursor:col-resize;z-index:5;width:5px;height:100%;position:absolute;top:0;right:0}.resize-handle.svelte-12qhfyh:hover{background:var(--border-strong)}.sidebar-header.svelte-12qhfyh{justify-content:space-between;align-items:center;margin-bottom:6px;padding:6px 8px;display:flex}.workspace.svelte-12qhfyh{white-space:nowrap;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.logo.svelte-12qhfyh{width:18px;height:18px;image-rendering:pixelated;filter:grayscale()}.icon-btn.svelte-12qhfyh,.expand-btn.svelte-12qhfyh{cursor:pointer;color:var(--text-2);background:0 0;border:none;border-radius:6px;padding:2px 8px;font-size:15px}.icon-btn.svelte-12qhfyh:hover,.expand-btn.svelte-12qhfyh:hover{background:var(--hover);color:var(--text)}.expand-btn.svelte-12qhfyh{z-index:10;background:var(--bg);border:1px solid var(--border);position:fixed;top:12px;left:12px}.create-row.svelte-12qhfyh{grid-template-columns:1fr 1fr;gap:6px;padding:0 2px;display:grid}.new-btn.svelte-12qhfyh{border:1px solid var(--border);background:var(--bg);cursor:pointer;color:var(--text);border-radius:var(--radius);white-space:nowrap;justify-content:center;align-items:center;gap:6px;padding:7px 4px;font-family:inherit;font-size:12.5px;font-weight:500;display:flex}.new-btn.svelte-12qhfyh:hover{border-color:var(--border-strong);background:var(--hover)}.new-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:15px;height:15px;color:var(--text-2);flex-shrink:0}.doc-list.svelte-12qhfyh{flex:1;margin-top:14px;overflow-y:auto}.section-label.svelte-12qhfyh{letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);padding:4px 8px;font-size:11px;font-weight:600}.doc-link.svelte-12qhfyh{color:var(--text);border-radius:6px;align-items:center;gap:8px;min-height:30px;padding:5px 8px;font-size:13.5px;text-decoration:none;display:flex}.doc-link.svelte-12qhfyh:hover{background:var(--hover)}.doc-link.active.svelte-12qhfyh{background:var(--active);font-weight:600}.doc-icon.svelte-12qhfyh{color:var(--text-2);text-align:center;flex-shrink:0;width:16px;font-size:13px}.doc-title.svelte-12qhfyh{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.doc-delete.svelte-12qhfyh{cursor:pointer;color:var(--text-3);background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:2px 5px;font-size:15px;line-height:1}.doc-delete.svelte-12qhfyh:hover{background:var(--active);color:var(--text)}.empty-hint.svelte-12qhfyh{color:var(--text-3);padding:4px 8px;font-size:13px}.user-bar.svelte-12qhfyh{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;margin-top:8px;padding:8px 8px 2px;display:flex}.user-email.svelte-12qhfyh{color:var(--text-2);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.logout.svelte-12qhfyh{cursor:pointer;color:var(--text-2);background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:2px 6px;font-family:inherit;font-size:12px}.logout.svelte-12qhfyh:hover{background:var(--active);color:var(--text)}.content.svelte-12qhfyh{flex:1;position:relative;overflow-y:auto}.chat-wrap.svelte-12qhfyh{border-left:1px solid #0000;flex-shrink:0;width:0;transition:width .32s cubic-bezier(.34,1.46,.64,1);overflow:hidden}.chat-wrap.open.svelte-12qhfyh{border-left-color:var(--border);width:340px}.chat-wrap.svelte-12qhfyh>*{width:340px}.chat-toggle.svelte-12qhfyh{z-index:20;border:1px solid var(--border);background:var(--bg);width:30px;height:30px;color:var(--text-2);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:flex;position:fixed;top:12px;right:12px}.chat-toggle.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:15px;height:15px}.chat-toggle.svelte-12qhfyh:hover{color:var(--text);background:var(--hover)}.chat-toggle.open.svelte-12qhfyh{background:var(--primary);border-color:var(--primary);color:#fff}.slash-menu{z-index:100;background:var(--bg);border:1px solid var(--border);border-radius:10px;width:320px;max-height:320px;padding:4px;position:fixed;overflow-y:auto;box-shadow:0 3px 6px #0f0f0f0a,0 9px 24px #0f0f0f14}.slash-item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;width:100%;padding:6px 8px;font-family:inherit;display:flex}.slash-item.is-selected{background:var(--hover)}.slash-icon{border:1px solid var(--border);background:var(--bg);width:38px;height:38px;color:var(--text);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.slash-text{flex-direction:column;display:flex;overflow:hidden}.slash-title{color:var(--text);font-size:14px}.slash-desc{color:var(--text-2);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}
