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