.ask-assistant:where(.astro-abyce3yp){max-width:48rem}.ask-context-banner:where(.astro-abyce3yp)[hidden],.ask-loading:where(.astro-abyce3yp)[hidden]{display:none}.ask-context-banner:where(.astro-abyce3yp){border-radius:var(--radius-md);background:var(--color-accent-soft);border:1px solid var(--color-accent);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.75rem 1rem;display:flex}.ask-context-main:where(.astro-abyce3yp){flex-wrap:wrap;align-items:center;gap:.5rem;min-width:0;display:flex}.ask-context-badge:where(.astro-abyce3yp){text-transform:uppercase;letter-spacing:.05em;color:var(--color-accent);align-items:center;gap:.35rem;font-size:.75rem;font-weight:700;display:inline-flex}.ask-context-title:where(.astro-abyce3yp){color:var(--color-text);font-size:.875rem;font-weight:600}.ask-context-actions:where(.astro-abyce3yp){flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.ask-context-link:where(.astro-abyce3yp){color:var(--color-accent);text-underline-offset:2px;font-size:.8125rem;font-weight:600;text-decoration:underline}.ask-context-remove-btn:where(.astro-abyce3yp){border:1px solid var(--color-accent);color:var(--color-accent);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:.25rem .5rem;font-size:.75rem;font-weight:600;transition:all .15s}.ask-context-remove-btn:where(.astro-abyce3yp):hover{background:var(--color-accent);color:#fff}.ask-label:where(.astro-abyce3yp){color:var(--color-text);margin-bottom:.5rem;font-weight:600;display:block}.ask-input-row:where(.astro-abyce3yp){gap:.5rem;display:flex}.ask-input:where(.astro-abyce3yp){border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);color:var(--color-text);flex:1;padding:.7rem .85rem;font-family:inherit;font-size:.9375rem;transition:border-color .15s}.ask-input:where(.astro-abyce3yp):focus{outline:2px solid var(--color-accent);outline-offset:-1px;border-color:var(--color-accent)}.ask-button:where(.astro-abyce3yp){border:1px solid var(--color-accent);border-radius:var(--radius-sm);background:var(--color-accent);color:#fff;cursor:pointer;white-space:nowrap;min-height:44px;padding:.6rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:opacity .15s}.ask-button:where(.astro-abyce3yp):hover{opacity:.88}.ask-button:where(.astro-abyce3yp):disabled{opacity:.5;cursor:not-allowed}.ask-hint:where(.astro-abyce3yp){color:var(--color-text-muted);margin-top:.5rem;font-size:.8125rem}.ask-loading:where(.astro-abyce3yp){color:var(--color-text-muted);align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.875rem;display:flex}.ask-spinner:where(.astro-abyce3yp){border:2px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;width:1rem;height:1rem;animation:.7s linear infinite ask-spin;display:inline-block}@keyframes ask-spin{to{transform:rotate(360deg)}}.ask-error:where(.astro-abyce3yp){border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-danger);border:1px solid var(--color-danger);margin-top:1.25rem;padding:.75rem 1rem;font-size:.875rem}.ask-result:where(.astro-abyce3yp){border-top:1px solid var(--color-border);margin-top:1.75rem;padding-top:1.25rem}.ask-result-heading:where(.astro-abyce3yp){color:var(--color-text);margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.ask-result-heading:where(.astro-abyce3yp):focus{outline:none}.ask-answer:where(.astro-abyce3yp){color:var(--color-text);line-height:1.65}.ask-answer:where(.astro-abyce3yp) p:where(.astro-abyce3yp){margin-top:0;margin-bottom:.75rem}.ask-answer:where(.astro-abyce3yp) p:where(.astro-abyce3yp):last-child{margin-bottom:0}.ask-answer:where(.astro-abyce3yp) ul:where(.astro-abyce3yp),.ask-answer:where(.astro-abyce3yp) ol:where(.astro-abyce3yp){margin-top:.25rem;margin-bottom:.75rem;padding-left:1.5rem}.ask-answer:where(.astro-abyce3yp) li:where(.astro-abyce3yp){margin-bottom:.25rem}.ask-answer:where(.astro-abyce3yp) code:where(.astro-abyce3yp){font-family:var(--font-mono);background:var(--color-code-bg);color:var(--color-text);border-radius:var(--radius-sm);border:1px solid var(--color-border);padding:.125em .35em;font-size:.875em}.ask-answer:where(.astro-abyce3yp) strong:where(.astro-abyce3yp){color:var(--color-text);font-weight:600}.ask-answer:where(.astro-abyce3yp) em:where(.astro-abyce3yp){font-style:italic}.ask-answer:where(.astro-abyce3yp) a:where(.astro-abyce3yp){color:var(--color-accent);text-underline-offset:2px;text-decoration:underline}.ask-answer:where(.astro-abyce3yp) a:where(.astro-abyce3yp):hover{color:var(--color-text)}.ask-sources-section:where(.astro-abyce3yp){border-top:1px solid var(--color-border);margin-top:1.75rem;padding-top:1.25rem}.ask-sources-heading:where(.astro-abyce3yp){color:var(--color-text);margin-bottom:.85rem;font-size:1rem;font-weight:600}.ask-sources:where(.astro-abyce3yp){flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.ask-source-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;gap:.45rem;padding:.85rem 1rem;transition:border-color .15s;display:flex}.ask-source-card:hover{border-color:var(--color-accent)}.ask-source-header{justify-content:space-between;align-items:baseline;display:flex}.ask-source-title{color:var(--color-text);font-size:.9375rem;font-weight:600}.ask-source-excerpt{color:var(--color-text-muted);font-size:.8125rem;line-height:1.5;margin:0!important}.ask-source-actions{border-top:1px solid var(--color-border);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.25rem;padding-top:.45rem;display:flex}.ask-source-btn{border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.ask-source-btn-primary{background:var(--color-accent-soft);color:var(--color-accent);border:1px solid var(--color-accent)}.ask-source-btn-primary:hover{background:var(--color-accent);color:#fff}.ask-source-btn-secondary{color:var(--color-text-muted);border:1px solid var(--color-border);background:0 0}.ask-source-btn-secondary:hover{color:var(--color-text);border-color:var(--color-text-muted)}.ask-examples:where(.astro-abyce3yp){flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-top:1rem;display:flex}.ask-examples-label:where(.astro-abyce3yp){color:var(--color-text-muted);white-space:nowrap;flex-shrink:0;font-size:.8125rem}.ask-examples-list:where(.astro-abyce3yp){flex-wrap:wrap;gap:.4rem;display:flex}.ask-example-btn:where(.astro-abyce3yp){border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;text-align:left;padding:.25rem .65rem;font-family:inherit;font-size:.8125rem;line-height:1.4;transition:background .15s,border-color .15s,color .15s}.ask-example-btn:where(.astro-abyce3yp):hover{background:var(--color-accent-soft);border-color:var(--color-accent);color:var(--color-accent)}.ask-example-btn:where(.astro-abyce3yp):focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@media (width<=640px){.ask-input-row:where(.astro-abyce3yp){flex-direction:column}.ask-input:where(.astro-abyce3yp){min-height:44px}.ask-button:where(.astro-abyce3yp){align-self:stretch;min-height:44px}.ask-context-banner:where(.astro-abyce3yp){flex-direction:column;align-items:stretch}.ask-context-actions:where(.astro-abyce3yp){justify-content:space-between}.ask-context-remove-btn:where(.astro-abyce3yp){min-height:44px}.ask-source-actions{flex-direction:column;align-items:stretch}.ask-source-btn{justify-content:center;min-height:44px}.ask-examples:where(.astro-abyce3yp){flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.ask-example-btn:where(.astro-abyce3yp){transition:none!important}}
