.docs-sidebar.svelte-1ftyrbf{font-size:.875rem}.chat-root.svelte-14q5cjr{display:flex;flex-direction:column;height:100%;min-height:0;background:var(--color-bg-secondary)}.chat-header.svelte-14q5cjr{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border-bottom:1px solid var(--color-bg-tertiary)}.chat-clear.svelte-14q5cjr{font-size:.7rem;color:var(--color-text-secondary);background:transparent;border:1px solid var(--color-bg-tertiary);border-radius:.25rem;padding:.2rem .5rem;cursor:pointer;transition:color .12s ease-out,border-color .12s ease-out}.chat-clear.svelte-14q5cjr:hover{color:var(--color-text);border-color:var(--color-text-secondary)}.chat-scroll.svelte-14q5cjr{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.chat-empty.svelte-14q5cjr{padding:.5rem 0}.suggestion-btn.svelte-14q5cjr{text-align:left;font-size:.8rem;padding:.5rem .75rem;border-radius:.375rem;border:1px solid var(--color-bg-tertiary);background:transparent;color:var(--color-text-secondary);cursor:pointer;transition:background-color .12s ease-out,color .12s ease-out,border-color .12s ease-out}.suggestion-btn.svelte-14q5cjr:hover:not(:disabled){background:var(--color-bg-tertiary);color:var(--color-text);border-color:var(--color-brass)}.suggestion-btn.svelte-14q5cjr:disabled{opacity:.5;cursor:not-allowed}.chat-msg.svelte-14q5cjr{display:flex;font-size:.85rem}.chat-msg-user.svelte-14q5cjr{justify-content:flex-end}.chat-bubble.svelte-14q5cjr{max-width:85%;padding:.5rem .75rem;border-radius:.5rem;line-height:1.5;word-break:break-word}.chat-msg-user.svelte-14q5cjr .chat-bubble:where(.svelte-14q5cjr){background:var(--color-accent);color:#fff;border-bottom-right-radius:.125rem}.chat-msg-assistant.svelte-14q5cjr .chat-bubble:where(.svelte-14q5cjr){background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-bg-tertiary);border-left:2px solid var(--color-brass);border-bottom-left-radius:.125rem}.chat-msg-assistant.svelte-14q5cjr .chat-bubble:where(.svelte-14q5cjr) p{margin:0}.chat-msg-assistant.svelte-14q5cjr .chat-bubble:where(.svelte-14q5cjr) p+p{margin-top:.5rem}.chat-msg-assistant.svelte-14q5cjr .chat-bubble:where(.svelte-14q5cjr) ul,.chat-msg-assistant.svelte-14q5cjr .chat-bubble:where(.svelte-14q5cjr) ol{padding-left:1.25rem;margin:.25rem 0}.chat-msg-assistant.svelte-14q5cjr .chat-bubble:where(.svelte-14q5cjr) .docs-link{color:var(--color-brass-soft);border-bottom:1px solid color-mix(in srgb,var(--color-brass) 40%,transparent);text-decoration:none}.chat-msg-assistant.svelte-14q5cjr .chat-bubble:where(.svelte-14q5cjr) .docs-link:hover{border-bottom-color:var(--color-brass)}.chat-msg-assistant.svelte-14q5cjr .chat-bubble:where(.svelte-14q5cjr) .docs-codespan{background:var(--color-bg-tertiary);color:var(--color-brass-soft);padding:.05rem .3rem;border-radius:.2rem;font-size:.85em}.typing.svelte-14q5cjr{display:inline-flex;gap:3px;align-items:center}.typing.svelte-14q5cjr span:where(.svelte-14q5cjr){display:block;width:5px;height:5px;border-radius:50%;background:var(--color-text-secondary);opacity:.6;animation:svelte-14q5cjr-typing-bounce 1.2s ease-in-out infinite}.typing.svelte-14q5cjr span:where(.svelte-14q5cjr):nth-child(2){animation-delay:.15s}.typing.svelte-14q5cjr span:where(.svelte-14q5cjr):nth-child(3){animation-delay:.3s}@keyframes svelte-14q5cjr-typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.chat-input-wrap.svelte-14q5cjr{flex-shrink:0;display:flex;gap:.5rem;padding:.75rem;border-top:1px solid var(--color-bg-tertiary)}.chat-input.svelte-14q5cjr{flex:1;min-height:2.25rem;max-height:8rem;padding:.5rem .75rem;font-size:.85rem;font-family:inherit;background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-bg-tertiary);border-radius:.375rem;resize:vertical}.chat-input.svelte-14q5cjr:focus{outline:none;border-color:var(--color-brass)}.chat-input.svelte-14q5cjr:disabled{opacity:.5}.chat-send.svelte-14q5cjr{padding:0 .875rem;font-size:.8rem;font-weight:600;background:var(--color-accent);color:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:opacity .12s ease-out}.chat-send.svelte-14q5cjr:hover:not(:disabled){opacity:.9}.chat-send.svelte-14q5cjr:disabled{opacity:.4;cursor:not-allowed}.docs-aside.svelte-1bpnej{max-height:calc(100vh - 6rem);overflow-y:auto;padding-right:.25rem}.chat-fab.svelte-1bpnej{position:fixed;right:1.25rem;bottom:1.25rem;z-index:30;display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;background:var(--color-accent);color:#fff;border:none;border-radius:9999px;font-size:.8rem;font-weight:600;box-shadow:0 6px 16px #0006;cursor:pointer;transition:background-color .12s ease-out,transform .12s ease-out}.chat-fab.svelte-1bpnej:hover{background:var(--color-accent-hover);transform:translateY(-1px)}.chat-overlay.svelte-1bpnej{position:fixed;inset:0;background:#0006;z-index:35}@media(min-width:768px){.chat-overlay.svelte-1bpnej{background:transparent;pointer-events:none}}.chat-panel.svelte-1bpnej{position:fixed;z-index:40;background:var(--color-bg-secondary);border-left:1px solid var(--color-bg-tertiary);display:flex;flex-direction:column;transition:transform .22s ease-out}@media(max-width:767px){.chat-panel.svelte-1bpnej{left:0;right:0;bottom:0;height:80vh;border-top:2px solid var(--color-brass);border-left:none;border-radius:1rem 1rem 0 0;transform:translateY(100%)}.chat-panel.is-open.svelte-1bpnej{transform:translateY(0)}}@media(min-width:768px){.chat-panel.svelte-1bpnej{top:0;right:0;bottom:0;width:min(420px,90vw);border-left:2px solid var(--color-brass);transform:translate(100%);box-shadow:-8px 0 24px #00000059}.chat-panel.is-open.svelte-1bpnej{transform:translate(0)}}.chat-panel-header.svelte-1bpnej{display:flex;justify-content:flex-end;padding:.4rem .5rem}.chat-close.svelte-1bpnej{width:1.75rem;height:1.75rem;border-radius:.375rem;background:transparent;border:none;color:var(--color-text-secondary);cursor:pointer;font-size:1rem;line-height:1;transition:color .12s ease-out,background-color .12s ease-out}.chat-close.svelte-1bpnej:hover{color:var(--color-text);background:var(--color-bg-tertiary)}.chat-panel-body.svelte-1bpnej{flex:1;min-height:0;display:flex;flex-direction:column}.chat-panel-body.svelte-1bpnej .chat-root{flex:1;min-height:0}@media(prefers-reduced-motion:reduce){.chat-panel.svelte-1bpnej,.chat-fab.svelte-1bpnej{transition:none}}
