.inference-chat.svelte-b66599{display:flex;flex-direction:column;width:100%;max-width:100%;height:100%;min-width:0;min-height:0;position:relative;container-type:inline-size;color:var(--text);background:var(--bg)}.chat-sidebar.svelte-b66599{border-left:1px solid var(--border)}.inference-chat__header.svelte-b66599{display:flex;justify-content:space-between;align-items:center;gap:8px;min-height:44px;padding:0 10px 0 14px;border-bottom:1px solid var(--border);background:var(--bg-surface)}.inference-chat__title.svelte-b66599,.inference-chat__actions.svelte-b66599,.inference-chat__composer-actions.svelte-b66599,.inference-chat__tool.svelte-b66599{display:flex;align-items:center;gap:8px;min-width:0}.inference-chat__title.svelte-b66599{min-width:0;overflow:hidden;font-size:.9rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.inference-chat__title.svelte-b66599 i:where(.svelte-b66599){color:var(--accent)}.inference-chat__actions.svelte-b66599{flex-shrink:0}.inference-chat__icon.svelte-b66599,.inference-chat__session-delete.svelte-b66599{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--border);border-radius:4px;color:var(--text-muted);background:var(--bg);cursor:pointer}.inference-chat__icon.svelte-b66599:hover,.inference-chat__session-delete.svelte-b66599:hover{color:var(--text);background:var(--bg-hover)}.inference-chat__model-row.svelte-b66599{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-width:0;gap:6px;padding:8px 12px;border-bottom:1px solid var(--border)}.inference-chat.svelte-b66599 select:where(.svelte-b66599),.inference-chat.svelte-b66599 input:where(.svelte-b66599),.inference-chat.svelte-b66599 textarea:where(.svelte-b66599){box-sizing:border-box;width:100%;min-width:0;max-width:100%;border:1px solid var(--border);border-radius:4px;color:var(--text);background:var(--bg-input);font:inherit}.inference-chat.svelte-b66599 select:where(.svelte-b66599),.inference-chat.svelte-b66599 input:where(.svelte-b66599){min-width:0;overflow:hidden;padding:6px 8px;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.inference-chat__messages.svelte-b66599{flex:1;min-height:0;overflow:auto;padding:14px;display:flex;flex-direction:column;gap:10px}.inference-chat__empty.svelte-b66599{margin:auto;max-width:34ch;text-align:center;color:var(--text-muted)}.inference-chat__message.svelte-b66599{max-width:min(88%,780px);padding:9px 11px;border:1px solid var(--border);border-radius:4px;line-height:1.5;overflow-wrap:anywhere}.inference-chat__message--user.svelte-b66599{align-self:flex-end;color:var(--accent-text);background:var(--accent);border-color:var(--accent);white-space:pre-wrap}.inference-chat__message--assistant.svelte-b66599{align-self:flex-start;background:var(--bg-surface)}.inference-chat__message--assistant.svelte-b66599 pre{overflow:auto;border:1px solid var(--border);padding:8px;background:var(--bg)}.inference-chat__message.svelte-b66599 .internal-document-link{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;cursor:pointer}.inference-chat__message--assistant.running.svelte-b66599:after{content:"";display:inline-block;width:6px;height:1em;margin-left:3px;vertical-align:middle;background:var(--accent);animation:svelte-b66599-chat-caret 1s step-end infinite}.inference-chat__message--error.svelte-b66599,.inference-chat__error.svelte-b66599{border-color:var(--danger, #b42318);color:var(--danger, #b42318);background:var(--bg-surface)}.inference-chat__tool.svelte-b66599{align-self:flex-start;color:var(--text-muted);font-size:.78rem}.inference-chat__reasoning.svelte-b66599{align-self:stretch;border:1px solid var(--border);border-left:3px solid var(--accent);background:var(--bg-surface);color:var(--text-muted);font-size:.78rem}.inference-chat__reasoning.svelte-b66599 summary:where(.svelte-b66599){display:flex;align-items:center;gap:7px;padding:8px 10px;color:var(--text);cursor:pointer;font-weight:600}.inference-chat__reasoning.svelte-b66599 pre:where(.svelte-b66599){max-height:180px;margin:0;padding:0 10px 10px;overflow:auto;color:var(--text-muted);white-space:pre-wrap;font:inherit;line-height:1.45}.inference-chat__activity.svelte-b66599{display:flex;align-items:center;gap:7px;margin-top:auto;padding:8px 10px;color:var(--text-muted);font-size:.78rem}.inference-chat__activity.svelte-b66599 i:where(.svelte-b66599){color:var(--accent)}.inference-chat__composer.svelte-b66599{position:relative;padding:10px 12px;border-top:1px solid var(--border);background:var(--bg-surface)}.inference-chat.svelte-b66599 textarea:where(.svelte-b66599){min-height:54px;max-height:180px;padding:8px;resize:vertical}.inference-chat__composer-actions.svelte-b66599{justify-content:space-between;gap:8px;margin-top:7px;font-size:.72rem;color:var(--text-muted)}.inference-chat__composer-actions.svelte-b66599>span:where(.svelte-b66599){min-width:0;overflow-wrap:anywhere}.inference-chat__composer-actions.svelte-b66599 button:where(.svelte-b66599){flex:0 0 auto;border:1px solid var(--border);border-radius:4px;padding:6px 9px;color:var(--text);background:var(--bg);cursor:pointer;font:inherit}.inference-chat__composer-actions.svelte-b66599 button.primary:where(.svelte-b66599){color:var(--accent-text);border-color:var(--accent);background:var(--accent)}.inference-chat__composer-actions.svelte-b66599 button:where(.svelte-b66599):disabled,.inference-chat__icon.svelte-b66599:disabled{opacity:.5;cursor:not-allowed}.inference-chat__sessions.svelte-b66599{position:absolute;z-index:2;inset:44px 8px auto;max-height:55%;overflow:auto;border:1px solid var(--border);border-radius:4px;background:var(--bg-surface);box-shadow:0 6px 18px #00000038}.inference-chat__sessions.svelte-b66599 p:where(.svelte-b66599){padding:10px;color:var(--text-muted)}.inference-chat__session-row.svelte-b66599{display:grid;grid-template-columns:minmax(0,1fr) auto;border-bottom:1px solid var(--border)}.inference-chat__session-row.svelte-b66599>button:where(.svelte-b66599):first-child{display:flex;justify-content:space-between;min-width:0;padding:9px;border:0;color:var(--text);text-align:left;background:transparent;cursor:pointer}.inference-chat__session-row.svelte-b66599>button:first-child.active:where(.svelte-b66599),.inference-chat__session-row.svelte-b66599>button:where(.svelte-b66599):first-child:hover{background:var(--bg-hover)}.inference-chat__session-row.svelte-b66599 span:where(.svelte-b66599){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inference-chat__session-row.svelte-b66599 small:where(.svelte-b66599){color:var(--text-muted)}.inference-chat__session-delete.svelte-b66599{align-self:center;margin-right:6px}.inference-chat__suggestions.svelte-b66599{position:absolute;left:12px;right:12px;bottom:100%;max-height:180px;overflow:auto;border:1px solid var(--border);background:var(--bg-surface);box-shadow:0 4px 12px #0000002e}.inference-chat__suggestions.svelte-b66599 button:where(.svelte-b66599){display:block;width:100%;padding:8px;border:0;color:var(--text);text-align:left;background:transparent;cursor:pointer}.inference-chat__suggestions.svelte-b66599 button:where(.svelte-b66599):hover,.inference-chat__suggestions.svelte-b66599 button.selected:where(.svelte-b66599){background:var(--bg-hover);color:var(--accent)}.inference-chat__error.svelte-b66599{margin:0 12px 8px;padding:7px;border:1px solid;border-radius:4px;font-size:.8rem}@keyframes svelte-b66599-chat-caret{50%{opacity:0}}@container (max-width: 390px){.inference-chat__model-row.svelte-b66599{grid-template-columns:minmax(0,1fr)}.chat-sidebar.svelte-b66599 .inference-chat__title:where(.svelte-b66599){flex:0 0 auto}.chat-sidebar.svelte-b66599 .inference-chat__title:where(.svelte-b66599) span:where(.svelte-b66599){display:none}.chat-sidebar.svelte-b66599 .inference-chat__actions:where(.svelte-b66599){gap:6px}.inference-chat__composer-actions.svelte-b66599{align-items:stretch;flex-direction:column;gap:8px}.inference-chat__composer-actions.svelte-b66599 button:where(.svelte-b66599){width:100%;min-height:38px}}@media(max-width:768px){.chat-sidebar.svelte-b66599{position:fixed;z-index:210;inset:48px 0 0;width:auto;height:auto;border:0;border-top:1px solid var(--border);box-shadow:0 -6px 18px #0000002e}.inference-chat__header.svelte-b66599{min-height:52px;padding-inline:14px 10px}.inference-chat__icon.svelte-b66599,.inference-chat__session-delete.svelte-b66599{width:40px;height:40px}.inference-chat__model-row.svelte-b66599{grid-template-columns:minmax(0,1fr);padding:10px 12px}.inference-chat.svelte-b66599 select:where(.svelte-b66599),.inference-chat.svelte-b66599 input:where(.svelte-b66599){min-height:42px;font-size:16px}.inference-chat__messages.svelte-b66599{padding:14px 12px}.inference-chat__composer.svelte-b66599{padding:10px 12px max(12px,env(safe-area-inset-bottom))}.inference-chat.svelte-b66599 textarea:where(.svelte-b66599){min-height:72px;font-size:16px}.inference-chat__composer-actions.svelte-b66599{margin-top:8px;font-size:.8rem}.inference-chat__composer-actions.svelte-b66599 button:where(.svelte-b66599){min-height:42px;font-size:.9rem}.inference-chat__sessions.svelte-b66599{inset:52px 8px auto;max-height:60%}}
