.vozia-chat-button,.vozia-chat-window{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;box-sizing:border-box;z-index:999999}.vozia-chat-button.svelte-zsv8oa{position:fixed;bottom:24px;width:56px;height:56px;border-radius:28px;border:none;color:#fff;cursor:pointer;box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);animation:svelte-zsv8oa-fadeIn .5s ease,svelte-zsv8oa-pulse 2s ease-in-out 3}@keyframes svelte-zsv8oa-fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes svelte-zsv8oa-pulse{0%,to{box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a}50%{box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a,0 0 0 8px #1a1a1a1a}}.vozia-chat-button.svelte-zsv8oa:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 6px 20px #00000040,0 4px 8px #00000026}.vozia-chat-button.svelte-zsv8oa:active{transform:translateY(-1px) scale(1)}.vozia-chat-window.svelte-zsv8oa{position:fixed;width:360px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 100px);background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;border:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;overflow:hidden;animation:svelte-zsv8oa-slideIn .3s cubic-bezier(.4,0,.2,1)}.vozia-embedded.svelte-zsv8oa{position:relative!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;border-radius:0!important;box-shadow:none!important;animation:none!important}@keyframes svelte-zsv8oa-slideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.vozia-chat-header.svelte-zsv8oa{padding:14px 16px;padding-top:max(14px,env(safe-area-inset-top));color:#fff;display:flex;align-items:center;justify-content:space-between}.vozia-chat-header.svelte-zsv8oa h3:where(.svelte-zsv8oa){font-size:15px}.vozia-chat-header.svelte-zsv8oa p:where(.svelte-zsv8oa){font-size:11px}.vozia-close-button.svelte-zsv8oa{background:transparent;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:4px;transition:background .2s}.vozia-close-button.svelte-zsv8oa:hover{background:#ffffff1a}.vozia-messages.svelte-zsv8oa{flex:1;overflow-y:auto;padding:12px 14px;display:flex;flex-direction:column;gap:10px;background:linear-gradient(to bottom,#f9fafb,#f3f4f6)}.vozia-messages.svelte-zsv8oa::-webkit-scrollbar{width:6px}.vozia-messages.svelte-zsv8oa::-webkit-scrollbar-track{background:transparent}.vozia-messages.svelte-zsv8oa::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.vozia-messages.svelte-zsv8oa::-webkit-scrollbar-thumb:hover{background:#9ca3af}.vozia-message.svelte-zsv8oa{display:flex;flex-direction:column;gap:4px;opacity:0;transform:translateY(10px)}.vozia-message-animate.svelte-zsv8oa{animation:svelte-zsv8oa-slideUp .3s ease forwards}@keyframes svelte-zsv8oa-slideUp{to{opacity:1;transform:translateY(0)}}.vozia-message-user.svelte-zsv8oa{align-items:flex-end}.vozia-message-assistant.svelte-zsv8oa{align-items:flex-start}.vozia-message-bubble.svelte-zsv8oa{max-width:80%;padding:9px 13px;font-size:13px;line-height:1.5;word-wrap:break-word;white-space:pre-line;position:relative;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s}.vozia-message-bubble.svelte-zsv8oa:hover{box-shadow:0 2px 4px #00000014}.vozia-message-user.svelte-zsv8oa .vozia-message-bubble:where(.svelte-zsv8oa){background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;border-radius:18px 18px 4px}.vozia-message-assistant.svelte-zsv8oa .vozia-message-bubble:where(.svelte-zsv8oa){background:#fff;color:#1f2937;border:1px solid #e5e7eb;border-radius:18px 18px 18px 4px}.vozia-cursor.svelte-zsv8oa{display:inline-block;width:2px;height:14px;background:#1a1a1a;margin-left:2px;animation:svelte-zsv8oa-blink 1s infinite;vertical-align:text-bottom}@keyframes svelte-zsv8oa-blink{0%,50%{opacity:1}51%,to{opacity:0}}.vozia-message-time.svelte-zsv8oa{font-size:11px;color:#6b7280;padding:0 8px}.vozia-typing-indicator.svelte-zsv8oa{display:flex;gap:4px}.vozia-typing-indicator.svelte-zsv8oa span:where(.svelte-zsv8oa){width:8px;height:8px;border-radius:50%;background:#9ca3af;animation:svelte-zsv8oa-typing 1.4s infinite}.vozia-typing-indicator.svelte-zsv8oa span:where(.svelte-zsv8oa):nth-child(2){animation-delay:.2s}.vozia-typing-indicator.svelte-zsv8oa span:where(.svelte-zsv8oa):nth-child(3){animation-delay:.4s}@keyframes svelte-zsv8oa-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.vozia-input-area.svelte-zsv8oa{padding:12px 14px;border-top:1px solid #e5e7eb;display:flex;gap:8px;background:#fff;align-items:flex-end}.vozia-input.svelte-zsv8oa{flex:1;border:1px solid #e5e7eb;border-radius:20px;padding:9px 14px;font-size:13px;resize:none;max-height:80px;font-family:inherit;transition:all .2s ease;background:#f9fafb}.vozia-input.svelte-zsv8oa:focus{outline:none;border-color:#1a1a1a;background:#fff;box-shadow:0 0 0 3px #1a1a1a0d}.vozia-input.svelte-zsv8oa::-moz-placeholder{color:#9ca3af}.vozia-input.svelte-zsv8oa::placeholder{color:#9ca3af}.vozia-send-button.svelte-zsv8oa{width:38px;height:38px;border-radius:50%;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#1a1a1a,#2d2d2d);box-shadow:0 2px 8px #00000026;flex-shrink:0}.vozia-send-button.svelte-zsv8oa:hover:not(:disabled){transform:scale(1.08);box-shadow:0 4px 12px #00000040}.vozia-send-button.svelte-zsv8oa:active:not(:disabled){transform:scale(.95)}.vozia-send-button.svelte-zsv8oa:disabled{opacity:.4;cursor:not-allowed;transform:scale(1)}.vozia-footer.svelte-zsv8oa{padding:8px 14px;text-align:center;border-top:1px solid #f3f4f6;background:linear-gradient(to top,#fafafa,#fff)}.vozia-powered-by.svelte-zsv8oa{font-size:10px;color:#9ca3af;text-decoration:none;font-weight:500;letter-spacing:.3px;transition:color .2s}.vozia-powered-by.svelte-zsv8oa:hover{color:#1a1a1a}@media (max-width: 768px){.vozia-chat-window.svelte-zsv8oa{width:100vw;height:100vh;max-height:100vh;border-radius:20px 20px 0 0;bottom:0!important;right:0!important;left:0!important;max-width:100vw}.vozia-chat-header.svelte-zsv8oa{padding:16px 20px;border-radius:20px 20px 0 0}.vozia-messages.svelte-zsv8oa{padding:12px 16px}.vozia-message-bubble.svelte-zsv8oa{max-width:85%;font-size:14px;padding:12px 16px}.vozia-input-area.svelte-zsv8oa{padding:12px 16px 16px}.vozia-input.svelte-zsv8oa{font-size:16px;padding:12px 16px}.vozia-send-button.svelte-zsv8oa{width:44px;height:44px}.vozia-footer.svelte-zsv8oa{padding:12px 16px}.vozia-chat-button.svelte-zsv8oa{width:56px;height:56px}}.flex.svelte-zsv8oa{display:flex}.items-center.svelte-zsv8oa{align-items:center}.justify-between.svelte-zsv8oa{justify-content:space-between}.gap-3.svelte-zsv8oa{gap:12px}.w-6.svelte-zsv8oa{width:24px}.h-6.svelte-zsv8oa{height:24px}.w-5.svelte-zsv8oa{width:20px}.h-5.svelte-zsv8oa{height:20px}.w-10.svelte-zsv8oa{width:40px}.h-10.svelte-zsv8oa{height:40px}.rounded-full.svelte-zsv8oa{border-radius:9999px}.font-semibold.svelte-zsv8oa{font-weight:600}.text-xs.svelte-zsv8oa{font-size:12px}
