.chat.svelte-z7nqid{background:var(--bg-chrome);flex-direction:column;height:100%;display:flex}.chat-header.svelte-z7nqid{border-bottom:1px solid var(--border);background:var(--bg-chrome);justify-content:space-between;align-items:center;min-height:44px;padding:7px 9px 7px 13px;display:flex}.title.svelte-z7nqid{align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.title-mark.svelte-z7nqid{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated);width:24px;height:24px;color:var(--text-2);justify-content:center;align-items:center;display:inline-flex}.title-mark.svelte-z7nqid svg:where(.svelte-z7nqid){stroke-width:1.35px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.header-actions.svelte-z7nqid{align-items:center;gap:4px;display:flex}.header-action.svelte-z7nqid{width:26px;height:26px;color:var(--text-2);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;display:inline-flex}.header-action.svelte-z7nqid svg:where(.svelte-z7nqid){stroke-width:1.35px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.header-action.svelte-z7nqid:hover{border-color:var(--border);background:var(--hover);color:var(--text)}.messages.svelte-z7nqid{background:var(--bg);flex-direction:column;flex:1;gap:10px;padding:12px;display:flex;overflow-y:auto}.empty.svelte-z7nqid{text-align:left;margin-top:12px}.empty-title.svelte-z7nqid{margin:0 0 4px;font-size:13px;font-weight:600}.empty-sub.svelte-z7nqid{color:var(--text-2);margin:0 0 14px;font-size:12px;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-elevated);color:var(--text-2);text-align:left;border-radius:var(--radius-sm);cursor:pointer;padding:7px 9px;font-family:inherit;font-size:12.5px}.suggestion.svelte-z7nqid:hover{border-color:var(--border-strong);color:var(--text);background:var(--bg-chrome)}.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:var(--radius-sm);padding:7px 9px}.bubble.error.svelte-z7nqid{color:var(--text);background:var(--bg-chrome);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:7px 9px}.tool-chip.svelte-z7nqid{font-size:12px;font-family:var(--mono);color:var(--text-2);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-chrome);align-items:center;gap:6px;padding:3px 8px;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);background:var(--bg-chrome);align-items:flex-end;gap:8px;padding:9px 10px 10px;display:flex}textarea.svelte-z7nqid{resize:none;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elevated);color:var(--text);outline:none;flex:1;max-height:120px;padding:8px 9px;font-family:inherit;font-size:13px;line-height:1.45}textarea.svelte-z7nqid:focus{border-color:var(--border-strong);box-shadow:0 0 0 2px var(--focus-ring)}.send.svelte-z7nqid{border:1px solid var(--primary);background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.send.svelte-z7nqid svg:where(.svelte-z7nqid){stroke-width:1.4px;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:#f6f6f6;--bg-elevated:#fff;--bg-sunken:#eee;--border:#e1e1e1;--border-strong:#bdbdbd;--text:#111;--text-2:#5f5f5f;--text-3:#8c8c8c;--hover:#f0f0f0;--active:#e9e9e9;--primary:#111;--primary-hover:#2a2a2a;--focus-ring:#11111124;--radius:5px;--radius-sm:4px;--control-h:30px;--shadow-popover:0 1px 2px #0000000a, 0 8px 24px #00000014;--mono:ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace}*{box-sizing:border-box}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;letter-spacing:0;text-rendering:geometricprecision;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:14px}button,input,textarea{font:inherit;letter-spacing:0}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.app.svelte-12qhfyh{height:100vh;display:flex;overflow:hidden}.sidebar-wrap.svelte-12qhfyh{width:var(--sidebar-w);flex-shrink:0;transition:width .24s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden}.sidebar-wrap.resizing.svelte-12qhfyh{transition:none}.sidebar-wrap.collapsed.svelte-12qhfyh{width:0;animation:.22s 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:10px 8px;display:flex}.resize-handle.svelte-12qhfyh{cursor:col-resize;z-index:5;width:6px;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:4px;padding:4px 6px 8px;display:flex}.workspace.svelte-12qhfyh{white-space:nowrap;color:var(--text);align-items:center;gap:8px;font-size:13.5px;font-weight:650;display:flex}.logo.svelte-12qhfyh{width:18px;height:18px;image-rendering:pixelated;filter:grayscale();border-radius:4px}.icon-btn.svelte-12qhfyh,.expand-btn.svelte-12qhfyh{cursor:pointer;width:26px;height:26px;color:var(--text-2);border-radius:var(--radius-sm);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;display:inline-flex}.icon-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh),.expand-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:16px;height:16px}.icon-btn.svelte-12qhfyh:hover,.expand-btn.svelte-12qhfyh:hover{background:var(--hover);border-color:var(--border);color:var(--text)}.expand-btn.svelte-12qhfyh{z-index:10;background:var(--bg-elevated);border:1px solid var(--border);position:fixed;top:12px;left:12px;box-shadow:0 1px 2px #0000000a}.create-row.svelte-12qhfyh{grid-template-columns:1fr 1fr;gap:6px;padding:0 2px 2px;display:grid}.new-btn.svelte-12qhfyh{height:var(--control-h);border:1px solid var(--border);background:var(--bg-elevated);cursor:pointer;color:var(--text);border-radius:var(--radius);white-space:nowrap;justify-content:center;align-items:center;gap:6px;padding:0 8px;font-family:inherit;font-size:12px;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);stroke-width:1.35px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.doc-list.svelte-12qhfyh{flex:1;margin-top:12px;padding-right:2px;overflow-y:auto}.section-label.svelte-12qhfyh{letter-spacing:0;text-transform:uppercase;color:var(--text-3);padding:5px 8px;font-size:11px;font-weight:600}.doc-link.svelte-12qhfyh{border-radius:var(--radius-sm);color:var(--text);border:1px solid #0000;align-items:center;gap:8px;min-height:31px;padding:5px 7px;font-size:13px;text-decoration:none;display:flex}.doc-link.svelte-12qhfyh:hover{background:var(--hover);border-color:var(--border)}.doc-link.active.svelte-12qhfyh{background:var(--active);border-color:var(--border);font-weight:600}.doc-icon.svelte-12qhfyh{color:var(--text-2);text-align:center;flex-shrink:0;width:16px;font-size:12.5px}.doc-title.svelte-12qhfyh{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.doc-delete.svelte-12qhfyh{cursor:pointer;width:22px;height:22px;color:var(--text-3);border-radius:var(--radius-sm);background:0 0;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.doc-delete.svelte-12qhfyh svg:where(.svelte-12qhfyh){stroke-width:1.4px;stroke-linecap:round;width:13px;height:13px}.doc-delete.svelte-12qhfyh:hover{border-color:var(--border);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:9px 8px 1px;display:flex}.user-email.svelte-12qhfyh{color:var(--text-2);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.logout.svelte-12qhfyh{cursor:pointer;color:var(--text-2);border-radius:var(--radius-sm);background:0 0;border:none;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 .24s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden}.chat-wrap.resizing.svelte-12qhfyh{transition:none}.chat-wrap.open.svelte-12qhfyh{width:var(--chat-w);border-left-color:var(--border)}.chat-wrap.svelte-12qhfyh>*{width:var(--chat-w)}.chat-resize-handle.svelte-12qhfyh{z-index:8;cursor:col-resize;width:7px;height:100%;position:absolute;top:0;left:0}.chat-resize-handle.svelte-12qhfyh:after{content:"";background:0 0;width:1px;height:100%;position:absolute;top:0;left:2px}.chat-resize-handle.svelte-12qhfyh:hover:after,.chat-wrap.resizing.svelte-12qhfyh .chat-resize-handle:where(.svelte-12qhfyh):after{background:var(--border-strong)}.chat-toggle.svelte-12qhfyh{z-index:20;border:1px solid var(--border);background:var(--bg-elevated);width:30px;height:30px;color:var(--text-2);border-radius:var(--radius);cursor:pointer;justify-content:center;align-items:center;display:flex;position:fixed;top:12px;right:12px;box-shadow:0 1px 2px #0000000a}.chat-toggle.svelte-12qhfyh svg:where(.svelte-12qhfyh){stroke-width:1.35px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.chat-toggle.svelte-12qhfyh:hover{color:var(--text);background:var(--hover)}.slash-menu{z-index:100;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);width:320px;max-height:320px;box-shadow:var(--shadow-popover);padding:4px;position:fixed;overflow-y:auto}.slash-item{cursor:pointer;border-radius:var(--radius-sm);text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:6px;font-family:inherit;display:flex}.slash-item.is-selected{background:var(--hover)}.slash-icon{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-chrome);width:38px;height:38px;color:var(--text);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:13.5px}.slash-desc{color:var(--text-2);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}
