.backdrop.svelte-1cad12s{position:fixed;inset:0;z-index:199;background:#00000026;cursor:default}.panel.svelte-1cad12s{position:fixed;top:52px;right:0;bottom:0;width:420px;z-index:200;display:flex;flex-direction:column;background:var(--bg-panel);border-left:1px solid var(--line);box-shadow:-6px 0 32px #0000001f}.panel-header.svelte-1cad12s{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border-bottom:1px solid var(--line);flex-shrink:0}.panel-title.svelte-1cad12s{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--brand)}.panel-actions.svelte-1cad12s{display:flex;align-items:center;gap:.2rem}.icon-btn.svelte-1cad12s{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:6px;background:transparent;color:var(--text-soft);cursor:pointer;transition:color .15s,background .15s}.icon-btn.svelte-1cad12s:hover{color:var(--text-strong);background:var(--bg-soft)}.messages.svelte-1cad12s{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.625rem;scroll-behavior:smooth}.empty-state.svelte-1cad12s{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.6rem;padding:2rem;color:var(--brand);margin:auto;opacity:.85}.empty-state.svelte-1cad12s p:where(.svelte-1cad12s){margin:0;color:var(--text-muted);font-size:.9375rem;font-weight:500}.empty-hint.svelte-1cad12s{font-size:.8125rem!important;font-weight:400!important;color:var(--text-soft)!important;line-height:1.55}.message.svelte-1cad12s{padding:.7rem .9rem;border-radius:var(--radius-md);font-size:.875rem;line-height:1.65;word-break:break-word}.message.assistant.svelte-1cad12s p{margin:0 0 .5em}.message.assistant.svelte-1cad12s p:last-child{margin-bottom:0}.message.assistant.svelte-1cad12s h2,.message.assistant.svelte-1cad12s h3{font-size:.875rem;font-weight:600;color:var(--text-strong);margin:.75em 0 .3em}.message.assistant.svelte-1cad12s h2:first-child,.message.assistant.svelte-1cad12s h3:first-child{margin-top:0}.message.assistant.svelte-1cad12s ul,.message.assistant.svelte-1cad12s ol{margin:.35em 0;padding-left:1.2em}.message.assistant.svelte-1cad12s li{margin:.2em 0}.message.assistant.svelte-1cad12s code{background:var(--bg-page);padding:.1em .35em;border-radius:4px;font-family:var(--font-mono);font-size:.8125em}.message.assistant.svelte-1cad12s a{color:var(--brand);text-underline-offset:2px}.message.assistant.svelte-1cad12s a:hover{color:var(--brand-strong)}.message.assistant.svelte-1cad12s strong{font-weight:600;color:var(--text-strong)}.message.user.svelte-1cad12s{background:var(--brand);color:#fff;align-self:flex-end;max-width:86%;border-radius:var(--radius-md) var(--radius-md) 4px var(--radius-md)}.message.assistant.svelte-1cad12s{background:var(--bg-soft);color:var(--text-body);align-self:flex-start;max-width:96%;border-radius:4px var(--radius-md) var(--radius-md) var(--radius-md)}.message.error.svelte-1cad12s{background:color-mix(in srgb,var(--danger) 7%,transparent);color:var(--danger);border:1px solid color-mix(in srgb,var(--danger) 18%,transparent);font-size:.8125rem;align-self:stretch}.cursor.svelte-1cad12s{display:inline-block;width:2px;height:.85em;background:currentColor;margin-left:2px;vertical-align:text-bottom;animation:svelte-1cad12s-blink 1s step-end infinite;opacity:.7}@keyframes svelte-1cad12s-blink{0%,to{opacity:.7}50%{opacity:0}}.thinking.svelte-1cad12s{display:inline-flex;gap:4px;align-items:center}.thinking.svelte-1cad12s span:where(.svelte-1cad12s){width:5px;height:5px;border-radius:50%;background:var(--text-soft);animation:svelte-1cad12s-thinking-bounce 1.2s ease-in-out infinite}.thinking.svelte-1cad12s span:where(.svelte-1cad12s):nth-child(2){animation-delay:.18s}.thinking.svelte-1cad12s span:where(.svelte-1cad12s):nth-child(3){animation-delay:.36s}@keyframes svelte-1cad12s-thinking-bounce{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-5px);opacity:1}}.input-area.svelte-1cad12s{display:flex;align-items:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--line);flex-shrink:0}textarea.svelte-1cad12s{flex:1;min-height:2.25rem;max-height:8rem;padding:.45rem .75rem;border:1px solid var(--line-strong);border-radius:var(--radius-md);background:var(--bg-page);color:var(--text-body);font-size:.875rem;font-family:var(--font-sans);line-height:1.5;resize:none;outline:none;overflow-y:auto;transition:border-color .15s,box-shadow .15s}textarea.svelte-1cad12s:focus{border-color:#007fcc66;box-shadow:0 0 0 3px #007fcc14}textarea.svelte-1cad12s:disabled{opacity:.55}.send-btn.svelte-1cad12s{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:var(--radius-md);border:none;background:var(--brand);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,opacity .15s}.send-btn.svelte-1cad12s:hover:not(:disabled){background:var(--brand-strong)}.send-btn.svelte-1cad12s:disabled{opacity:.35;cursor:not-allowed}@media(max-width:480px){.panel.svelte-1cad12s{width:100%}}.header.svelte-1cyvigq{position:sticky;top:0;z-index:100;height:52px;display:flex;align-items:center;background:var(--bg-shell);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-inner.svelte-1cyvigq{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.25rem;width:100%;padding:0 1rem}.logo.svelte-1cyvigq{display:inline-flex;align-items:center;gap:.45rem;text-decoration:none;flex-shrink:0}.logo-mark.svelte-1cyvigq{width:2rem;flex-shrink:0;display:flex;align-items:center}.logo-sep.svelte-1cyvigq{font-size:1rem;font-weight:300;color:var(--text-soft);line-height:1;margin:0 .05rem;-webkit-user-select:none;user-select:none}.logo-product.svelte-1cyvigq{font-size:.875rem;font-weight:500;color:var(--text-muted);letter-spacing:-.01em}.nav-rule.svelte-1cyvigq{width:1px;height:1.25rem;background:var(--line);flex-shrink:0}.header-search.svelte-1cyvigq{position:relative;width:260px;display:flex;align-items:center;gap:.4rem;padding:0 .65rem;height:34px;border:1px solid var(--line-strong);border-radius:var(--radius-md);background:var(--bg-panel);transition:border-color .15s,box-shadow .15s}.header-search.svelte-1cyvigq:focus-within{border-color:#007fcc4d;box-shadow:0 0 0 3px #007fcc14}.search-icon.svelte-1cyvigq{flex-shrink:0;color:var(--text-soft)}.header-search.svelte-1cyvigq input:where(.svelte-1cyvigq){flex:1;min-width:0;border:none;background:transparent;color:var(--text-body);font-size:.875rem;outline:none}.header-search.svelte-1cyvigq input:where(.svelte-1cyvigq)::placeholder{color:var(--text-soft)}.header-search.svelte-1cyvigq input:where(.svelte-1cyvigq)::-webkit-search-cancel-button{display:none}.search-dropdown.svelte-1cyvigq{position:absolute;top:calc(100% + .5rem);left:-.65rem;right:-.65rem;z-index:200;padding:.375rem;border-radius:var(--radius-md);display:grid;gap:.2rem}.search-dropdown.svelte-1cyvigq a:where(.svelte-1cyvigq){display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem .75rem;border-radius:var(--radius-sm);transition:background .1s}.search-dropdown.svelte-1cyvigq a:where(.svelte-1cyvigq):hover{background:var(--bg-soft)}.search-dropdown.svelte-1cyvigq strong:where(.svelte-1cyvigq){color:var(--text-strong);font-size:.875rem;font-weight:500}.search-dropdown.svelte-1cyvigq span:where(.svelte-1cyvigq){color:var(--text-soft);font-size:.78rem;white-space:nowrap}.header-end.svelte-1cyvigq{display:flex;align-items:center;justify-content:flex-end;gap:.35rem}.icon-btn.svelte-1cyvigq{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-soft);cursor:pointer;transition:color .15s,background .15s}.icon-btn.svelte-1cyvigq:hover{color:var(--text-strong);background:var(--bg-soft)}.locale-switcher.svelte-1cyvigq{position:relative}.locale-btn.svelte-1cyvigq{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .55rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);font-size:.72rem;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:color .15s,background .15s,border-color .15s}.locale-btn.svelte-1cyvigq:hover{color:var(--text-strong);background:var(--bg-soft);border-color:var(--line-strong)}.chevron.svelte-1cyvigq{transition:transform .15s}.chevron.open.svelte-1cyvigq{transform:rotate(180deg)}.locale-dropdown.svelte-1cyvigq{position:absolute;top:calc(100% + .375rem);right:0;min-width:9rem;padding:.25rem;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--bg-panel-strong);box-shadow:var(--shadow-md);z-index:200}.locale-option.svelte-1cyvigq{display:block;padding:.5rem .75rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;color:var(--text-muted);transition:background .12s,color .12s}.locale-option.svelte-1cyvigq:hover{background:var(--bg-soft);color:var(--text-strong)}.locale-option.current.svelte-1cyvigq{color:var(--brand)}@media(max-width:600px){.header-inner.svelte-1cyvigq{grid-template-columns:auto 1fr auto;padding:0 .5rem}.header-search.svelte-1cyvigq{width:auto}.logo-sep.svelte-1cyvigq,.logo-product.svelte-1cyvigq,.nav-rule.svelte-1cyvigq{display:none}}
