.chat-window.svelte-gyopfv{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding:.5rem}.placeholder.svelte-gyopfv{margin:auto;color:#94a3b8;text-align:center;font-size:.95rem}.bubble.svelte-gyopfv{max-width:75%;padding:.75rem 1rem;border-radius:1.25rem;font-size:.95rem;line-height:1.5}.message-title.svelte-gyopfv{margin:0 0 .4rem;font-size:.95rem;font-weight:600}.message-paragraph.svelte-gyopfv{margin-bottom:.6rem}.message-paragraph.svelte-gyopfv:last-child{margin-bottom:0}.message-paragraph.svelte-gyopfv pre{background:#f1f5f9;padding:.6rem .8rem;border-radius:.5rem;overflow-x:auto;font-size:.85rem;border:1px solid #e2e8f0}.loading-loop.svelte-gyopfv{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#6366f1}.loading-dots.svelte-gyopfv{display:inline-flex;gap:.25rem}.loading-dots.svelte-gyopfv span:where(.svelte-gyopfv){width:.3rem;height:.3rem;border-radius:999px;background:currentColor;animation:svelte-gyopfv-loadingBlink 1.1s ease-in-out infinite}.loading-dots.svelte-gyopfv span:where(.svelte-gyopfv):nth-child(1){animation-delay:0s}.loading-dots.svelte-gyopfv span:where(.svelte-gyopfv):nth-child(2){animation-delay:.15s}.loading-dots.svelte-gyopfv span:where(.svelte-gyopfv):nth-child(3){animation-delay:.3s}@keyframes svelte-gyopfv-loadingBlink{0%,80%{opacity:.25;transform:scale(.9)}40%{opacity:1;transform:scale(1.15)}}.message-image.svelte-gyopfv{margin-bottom:.5rem;border-radius:.75rem;overflow:hidden}.message-image.svelte-gyopfv img:where(.svelte-gyopfv){max-width:100%;max-height:280px;-o-object-fit:cover;object-fit:cover;border-radius:.75rem;display:block}.bubble.user.svelte-gyopfv .message-image:where(.svelte-gyopfv) img:where(.svelte-gyopfv){border:2px solid rgba(255,255,255,.2)}.bubble.assistant.svelte-gyopfv .message-image:where(.svelte-gyopfv) img:where(.svelte-gyopfv){border:1px solid #e2e8f0}.bubble.user.svelte-gyopfv{align-self:flex-end;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.bubble.assistant.svelte-gyopfv{align-self:flex-start;background:#fff;color:#0f172a;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}details.svelte-gyopfv{margin-top:.5rem;font-size:.85rem;color:#64748b}details.svelte-gyopfv summary:where(.svelte-gyopfv){cursor:pointer;font-weight:500}details.svelte-gyopfv ul:where(.svelte-gyopfv){margin-top:.5rem;padding-left:1.25rem}details.svelte-gyopfv li:where(.svelte-gyopfv){margin-bottom:.25rem}.input-wrapper.svelte-vc00mw{display:flex;flex-direction:column;gap:.5rem}.preview-bar.svelte-vc00mw{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#f1f5f9;border-radius:.75rem;border:1px solid #e2e8f0}.preview-thumb.svelte-vc00mw{position:relative;flex-shrink:0}.preview-thumb.svelte-vc00mw img:where(.svelte-vc00mw){width:48px;height:48px;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;border:1px solid #e2e8f0}.remove-btn.svelte-vc00mw{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;background:#ef4444;border:2px solid white;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .15s}.remove-btn.svelte-vc00mw:hover{background:#dc2626}.remove-btn.svelte-vc00mw:disabled{opacity:.5;cursor:not-allowed}.file-name.svelte-vc00mw{font-size:.8rem;color:#475569;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.uploading-badge.svelte-vc00mw{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:#3b82f6;font-weight:500;flex-shrink:0}.input-row.svelte-vc00mw{display:flex;align-items:flex-end;gap:.5rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:1rem;padding:.4rem .5rem;transition:border-color .2s,background .2s}.input-row.svelte-vc00mw:focus-within{border-color:#3b82f6;background:#fff}.attach-btn.svelte-vc00mw{flex-shrink:0;background:none;border:none;color:#94a3b8;cursor:pointer;padding:.4rem;border-radius:.5rem;transition:color .15s,background .15s;display:flex;align-items:center;justify-content:center}.attach-btn.svelte-vc00mw:hover{color:#3b82f6;background:#eff6ff}.attach-btn.svelte-vc00mw:disabled{opacity:.4;cursor:not-allowed}.hidden-input.svelte-vc00mw{display:none}textarea.svelte-vc00mw{flex:1;resize:none;border:none;background:transparent;padding:.5rem .25rem;color:#0f172a;font-size:.95rem;line-height:1.4;max-height:120px;overflow-y:auto}textarea.svelte-vc00mw:focus{outline:none}textarea.svelte-vc00mw::-moz-placeholder{color:#94a3b8}textarea.svelte-vc00mw::placeholder{color:#94a3b8}textarea.svelte-vc00mw:disabled{opacity:.6}.send-btn.svelte-vc00mw{flex-shrink:0;background:linear-gradient(135deg,#3b82f6,#06b6d4);border:none;border-radius:.75rem;padding:.55rem;color:#fff;cursor:pointer;transition:transform .15s,box-shadow .15s,opacity .15s;display:flex;align-items:center;justify-content:center}.send-btn.svelte-vc00mw:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.send-btn.svelte-vc00mw:active:not(:disabled){transform:translateY(0)}.send-btn.svelte-vc00mw:disabled{opacity:.4;cursor:not-allowed}@keyframes svelte-vc00mw-spin{to{transform:rotate(360deg)}}.spin.svelte-vc00mw{animation:svelte-vc00mw-spin .8s linear infinite}@keyframes svelte-1c86au0-blob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.animate-blob.svelte-1c86au0{animation:svelte-1c86au0-blob 8s infinite}.animation-delay-2000.svelte-1c86au0{animation-delay:2s}.animation-delay-4000.svelte-1c86au0{animation-delay:4s}.animate-fade-in.svelte-1c86au0{animation:svelte-1c86au0-fadeIn .2s ease-out}.animate-scale-in.svelte-1c86au0{animation:svelte-1c86au0-scaleIn .3s cubic-bezier(.16,1,.3,1)}@keyframes svelte-1c86au0-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-1c86au0-scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}
