.inline-chat.svelte-upezx3{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg,16px);background:#141210bf;border:1px solid #00e5ff1f;flex-direction:column;gap:.75rem;max-width:100%;padding:1.25rem;display:flex}.chat-header.svelte-upezx3{align-items:center;gap:.75rem;display:flex}.chat-avatar.svelte-upezx3{object-fit:cover;border:1px solid #00e5ff40;border-radius:50%;flex-shrink:0;width:80px;height:80px;box-shadow:0 0 12px #00e5ff26}.chat-header-text.svelte-upezx3 h3:where(.svelte-upezx3){color:var(--color-primary,#00e5ff);letter-spacing:.04em;margin:0;font-size:.9rem;font-weight:700}.chat-header-text.svelte-upezx3 p:where(.svelte-upezx3){color:var(--text-secondary,#aaa);margin:0;font-size:.78rem}.chat-messages.svelte-upezx3{border-radius:var(--radius-md,12px);scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;background:#1e1c1899;border:1px solid #ffffff0a;flex-direction:column;gap:.5rem;min-height:80px;max-height:280px;padding:.75rem;display:flex;overflow-y:auto}.chat-placeholder.svelte-upezx3 p:where(.svelte-upezx3){color:var(--text-secondary,#aaa);text-align:center;padding:.5rem;font-size:.82rem;line-height:1.5}.chat-message.svelte-upezx3{display:flex}.chat-message.user.svelte-upezx3{justify-content:flex-end}.chat-message.assistant.svelte-upezx3{justify-content:flex-start}.chat-bubble.svelte-upezx3{border-radius:var(--radius-md,12px);word-wrap:break-word;white-space:pre-wrap;max-width:85%;padding:.5rem .75rem;font-size:.85rem;line-height:1.55}.chat-bubble.user.svelte-upezx3{background:var(--color-primary,#00e5ff);color:var(--text-on-primary,#2d2a26);border-bottom-right-radius:4px}.chat-bubble.assistant.svelte-upezx3{color:var(--text-primary,#fff);background:#434038cc;border-bottom-left-radius:4px}.chat-error.svelte-upezx3{text-align:center;color:var(--color-error,#e53935);padding:.375rem;font-size:.8rem}.typing-indicator.svelte-upezx3{gap:4px;padding:4px 0;display:inline-flex}.typing-indicator.svelte-upezx3 span:where(.svelte-upezx3){background:var(--text-secondary,#aaa);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite svelte-upezx3-typing-bounce}.typing-indicator.svelte-upezx3 span:where(.svelte-upezx3):nth-child(2){animation-delay:.15s}.typing-indicator.svelte-upezx3 span:where(.svelte-upezx3):nth-child(3){animation-delay:.3s}@keyframes svelte-upezx3-typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.chat-input-area.svelte-upezx3{gap:.5rem;display:flex}.chat-input.svelte-upezx3{border-radius:var(--radius-pill,9999px);color:var(--text-primary,#fff);background:#2d2a26b3;border:1px solid #ffffff1a;outline:none;flex:1;padding:.65rem 1rem;font-size:.9rem;transition:border-color .15s}.chat-input.svelte-upezx3::placeholder{color:var(--text-muted,#777)}.chat-input.svelte-upezx3:focus{border-color:var(--color-primary,#00e5ff);box-shadow:0 0 12px #00e5ff1a}.chat-input.svelte-upezx3:disabled{opacity:.5}.chat-send.svelte-upezx3{background:var(--color-primary,#00e5ff);color:var(--text-on-primary,#2d2a26);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .15s,transform .15s;display:flex}.chat-send.svelte-upezx3:hover:not(:disabled){transform:scale(1.05)}.chat-send.svelte-upezx3:disabled{opacity:.35;cursor:not-allowed}.chat-clear.svelte-upezx3{color:var(--text-muted,#777);cursor:pointer;text-align:center;background:0 0;border:none;padding:.25rem;font-size:.75rem;transition:color .15s}.chat-clear.svelte-upezx3:hover{color:var(--text-secondary,#aaa)}@media (width<=768px){.chat-messages.svelte-upezx3{max-height:220px}}
