.chat-app[data-astro-cid-wfrjesbw]{display:flex;flex-direction:column;width:100%;height:100%;flex:1;min-height:0;background:var(--bg)}.chat-top[data-astro-cid-wfrjesbw]{display:flex;align-items:center;justify-content:space-between;padding:.65rem .9rem;padding-top:max(.65rem,env(safe-area-inset-top));border-bottom:1px solid var(--border);background:var(--bg);flex-shrink:0}.chat-icon-btn[data-astro-cid-wfrjesbw]{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--text-secondary);background:transparent;border:1px solid transparent;border-radius:9999px;cursor:pointer;transition:color .12s ease,background-color .12s ease}.chat-icon-btn[data-astro-cid-wfrjesbw]:hover{color:var(--text-primary);background:var(--surface-2)}.chat-icon-btn[data-astro-cid-wfrjesbw] svg[data-astro-cid-wfrjesbw]{width:20px;height:20px}.chat-stream[data-astro-cid-wfrjesbw]{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:1.25rem 1rem 1rem;display:flex;flex-direction:column;gap:.75rem}.chat-empty[data-astro-cid-wfrjesbw]{flex:1;display:flex;align-items:center;justify-content:center}.chat-empty-dot[data-astro-cid-wfrjesbw]{display:block;width:10px;height:10px;border-radius:50%;background:var(--accent);opacity:.35;animation:chat-pulse 2.4s ease-in-out infinite}@keyframes chat-pulse{0%,to{opacity:.18;transform:scale(.85)}50%{opacity:.6;transform:scale(1)}}.msg[data-astro-cid-wfrjesbw]{display:flex;max-width:760px;width:100%;align-self:center}.msg-user[data-astro-cid-wfrjesbw]{justify-content:flex-end}.bubble[data-astro-cid-wfrjesbw]{max-width:82%;padding:.75rem 1rem;border-radius:18px;font-size:.9375rem;line-height:1.55;word-wrap:break-word}.msg-user[data-astro-cid-wfrjesbw] .bubble[data-astro-cid-wfrjesbw]{background:var(--accent);color:#fff;border-bottom-right-radius:6px}.msg-assistant[data-astro-cid-wfrjesbw] .bubble[data-astro-cid-wfrjesbw]{background:var(--surface-1);color:var(--text-primary);border:1px solid var(--border);border-bottom-left-radius:6px}.bubble[data-astro-cid-wfrjesbw] strong{font-weight:700}.bubble[data-astro-cid-wfrjesbw] code{font-family:var(--font-mono);font-size:.85em;background:var(--surface-2);padding:.1em .35em;border-radius:4px}.typing[data-astro-cid-wfrjesbw] .bubble[data-astro-cid-wfrjesbw]{display:inline-flex;gap:4px;align-items:center}.dot[data-astro-cid-wfrjesbw]{width:6px;height:6px;border-radius:50%;background:var(--text-tertiary);animation:chat-blink 1.4s infinite both}.dot[data-astro-cid-wfrjesbw]:nth-child(2){animation-delay:.2s}.dot[data-astro-cid-wfrjesbw]:nth-child(3){animation-delay:.4s}@keyframes chat-blink{0%,80%,to{opacity:.25}40%{opacity:1}}.chat-composer[data-astro-cid-wfrjesbw]{flex-shrink:0;padding:.5rem .75rem max(.85rem,env(safe-area-inset-bottom));background:linear-gradient(to top,var(--bg) 75%,transparent)}.chat-form[data-astro-cid-wfrjesbw]{max-width:760px;width:100%;margin:0 auto;background:var(--surface-1);border:1px solid var(--border);border-radius:22px;padding:.55rem .55rem .55rem .85rem;transition:border-color .15s ease,box-shadow .15s ease}.chat-form[data-astro-cid-wfrjesbw]:focus-within{border-color:var(--accent-soft);box-shadow:0 6px 24px -8px #3b82f640}.chat-form[data-astro-cid-wfrjesbw] textarea[data-astro-cid-wfrjesbw]{width:100%;box-sizing:border-box;resize:none;font-family:inherit;font-size:16px;line-height:1.45;color:var(--text-primary);background:transparent;border:none;outline:none;padding:.4rem 0;max-height:180px;min-height:28px}.chat-form[data-astro-cid-wfrjesbw] textarea[data-astro-cid-wfrjesbw]::placeholder{color:var(--text-tertiary)}.chat-form-row[data-astro-cid-wfrjesbw]{display:flex;align-items:center;justify-content:space-between;gap:.4rem;margin-top:.25rem}.chat-model[data-astro-cid-wfrjesbw]{font-family:var(--font-mono);font-size:.8125rem;color:var(--text-secondary);background:var(--surface-2);border:1px solid var(--border);border-radius:9999px;padding:.35rem 1.6rem .35rem .65rem;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%2371717a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right .5rem center}.chat-model[data-astro-cid-wfrjesbw]:hover{color:var(--text-primary)}.chat-send[data-astro-cid-wfrjesbw]{flex-shrink:0;width:38px;height:38px;background:var(--accent);color:#fff;border:none;border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .15s ease,opacity .15s ease,transform .1s ease}.chat-send[data-astro-cid-wfrjesbw]:hover:not(:disabled){background:var(--accent-hover)}.chat-send[data-astro-cid-wfrjesbw]:active:not(:disabled){transform:scale(.95)}.chat-send[data-astro-cid-wfrjesbw]:disabled{opacity:.45;cursor:default}.chat-send[data-astro-cid-wfrjesbw] svg[data-astro-cid-wfrjesbw]{width:16px;height:16px}
