.uxm-chat-widget.svelte-1w8ia7c{z-index:9999;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;position:fixed}.uxm-chat-br.svelte-1w8ia7c{bottom:20px;right:20px}.uxm-chat-bl.svelte-1w8ia7c{bottom:20px;left:20px}.uxm-chat-fab.svelte-1w8ia7c{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .15s,background .15s;display:flex;box-shadow:0 4px 12px #00000026}.uxm-chat-fab.svelte-1w8ia7c:hover{background:#4f46e5;transform:scale(1.05)}.uxm-chat-panel.svelte-1w8ia7c{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;width:380px;max-width:calc(100vw - 40px);height:520px;max-height:calc(100vh - 120px);display:flex;position:absolute;bottom:72px;right:0;overflow:hidden;box-shadow:0 8px 32px #0000001f}.uxm-chat-header.svelte-1w8ia7c{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.uxm-chat-header-title.svelte-1w8ia7c{color:#111827;font-size:14px;font-weight:600}.uxm-chat-close.svelte-1w8ia7c{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;padding:4px}.uxm-chat-close.svelte-1w8ia7c:hover{color:#111827;background:#f3f4f6}.uxm-chat-messages.svelte-1w8ia7c{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.uxm-chat-row.svelte-1w8ia7c{display:flex}.uxm-chat-row-user.svelte-1w8ia7c{justify-content:flex-end}.uxm-chat-bubble.svelte-1w8ia7c{word-wrap:break-word;border-radius:12px;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.5}.uxm-chat-user.svelte-1w8ia7c{color:#fff;background:#6366f1;border-bottom-right-radius:4px}.uxm-chat-assistant.svelte-1w8ia7c{color:#111827;background:#f3f4f6;border-bottom-left-radius:4px}.uxm-chat-assistant.svelte-1w8ia7c p{margin:0 0 8px}.uxm-chat-assistant.svelte-1w8ia7c p:last-child{margin-bottom:0}.uxm-chat-assistant.svelte-1w8ia7c ul,.uxm-chat-assistant.svelte-1w8ia7c ol{margin:4px 0;padding-left:20px}.uxm-chat-assistant.svelte-1w8ia7c li{margin:2px 0}.uxm-chat-assistant.svelte-1w8ia7c code{background:#e5e7eb;border-radius:3px;padding:1px 4px;font-size:13px}.uxm-chat-assistant.svelte-1w8ia7c pre{color:#f9fafb;background:#1f2937;border-radius:6px;margin:8px 0;padding:8px 12px;overflow-x:auto}.uxm-chat-assistant.svelte-1w8ia7c a{color:#6366f1;text-decoration:underline}.uxm-chat-assistant.svelte-1w8ia7c strong{font-weight:600}.uxm-chat-greeting.svelte-1w8ia7c{display:flex}.uxm-chat-typing.svelte-1w8ia7c{align-items:center;gap:4px;padding:14px 18px;display:flex}.uxm-chat-typing.svelte-1w8ia7c span:where(.svelte-1w8ia7c){background:#9ca3af;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both svelte-1w8ia7c-uxm-bounce}.uxm-chat-typing.svelte-1w8ia7c span:where(.svelte-1w8ia7c):first-child{animation-delay:-.32s}.uxm-chat-typing.svelte-1w8ia7c span:where(.svelte-1w8ia7c):nth-child(2){animation-delay:-.16s}@keyframes svelte-1w8ia7c-uxm-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.uxm-chat-error.svelte-1w8ia7c{color:#ef4444;text-align:center;padding:4px;font-size:13px}.uxm-chat-input-area.svelte-1w8ia7c{background:#fff;border-top:1px solid #e5e7eb;align-items:flex-end;gap:8px;padding:12px 16px;display:flex}.uxm-chat-input.svelte-1w8ia7c{resize:none;border:1px solid #d1d5db;border-radius:8px;outline:none;flex:1;max-height:80px;padding:8px 12px;font-family:inherit;font-size:14px;line-height:1.4}.uxm-chat-input.svelte-1w8ia7c:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.uxm-chat-input.svelte-1w8ia7c:disabled{opacity:.6}.uxm-chat-send.svelte-1w8ia7c{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.uxm-chat-send.svelte-1w8ia7c:hover{background:#4f46e5}.uxm-chat-send.svelte-1w8ia7c:disabled{opacity:.4;cursor:default}.dark .uxm-chat-panel.svelte-1w8ia7c{background:#1f2937;border-color:#374151;box-shadow:0 8px 32px #0006}.dark .uxm-chat-header.svelte-1w8ia7c{background:#111827;border-color:#374151}.dark .uxm-chat-header-title.svelte-1w8ia7c{color:#f9fafb}.dark .uxm-chat-close.svelte-1w8ia7c{color:#9ca3af}.dark .uxm-chat-close.svelte-1w8ia7c:hover{color:#f9fafb;background:#374151}.dark .uxm-chat-assistant.svelte-1w8ia7c{color:#f3f4f6;background:#374151}.dark .uxm-chat-assistant.svelte-1w8ia7c code{color:#e5e7eb;background:#4b5563}.dark .uxm-chat-assistant.svelte-1w8ia7c pre{color:#e5e7eb;background:#111827}.dark .uxm-chat-assistant.svelte-1w8ia7c a{color:#818cf8}.dark .uxm-chat-input-area.svelte-1w8ia7c{background:#1f2937;border-color:#374151}.dark .uxm-chat-input.svelte-1w8ia7c{color:#f3f4f6;background:#111827;border-color:#4b5563}.dark .uxm-chat-input.svelte-1w8ia7c:focus{border-color:#818cf8;box-shadow:0 0 0 2px #818cf833}.dark .uxm-chat-messages.svelte-1w8ia7c{color:#f3f4f6}.dark .uxm-chat-typing.svelte-1w8ia7c span:where(.svelte-1w8ia7c){background:#6b7280}.dark .uxm-chat-error.svelte-1w8ia7c{color:#f87171}.dark .uxm-chat-fab.svelte-1w8ia7c{box-shadow:0 4px 12px #0006}
