.vocanta-chat-widget__launcher{position:fixed;right:1.5rem;bottom:1.5rem;width:60px;height:60px;border-radius:9999px;border:none;background:var(--color-accent-gradient);color:white;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;z-index:50;transition:transform var(--motion-duration-md) var(--motion-ease-out-cubic),box-shadow var(--motion-duration-md) var(--motion-ease-out-cubic)}.vocanta-chat-widget__launcher:hover{transform:scale(1.05);box-shadow:0 12px 32px rgba(0,0,0,.2)}.vocanta-chat-widget__launcher:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px}.vocanta-chat-widget__panel{position:fixed;right:1.5rem;bottom:1.5rem;width:380px;height:600px;max-height:calc(100vh - 3rem);background:white;border-radius:1rem;box-shadow:0 24px 64px rgba(0,0,0,.25);display:flex;flex-direction:column;overflow:hidden;z-index:51;animation:vocanta-chat-widget-slide-in var(--motion-duration-md) var(--motion-ease-out-cubic)}@keyframes vocanta-chat-widget-slide-in{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:639px){.vocanta-chat-widget__panel{right:0;bottom:0;width:100vw;height:100vh;max-height:100vh;border-radius:0}}.vocanta-chat-widget__header{background:var(--color-accent-gradient);color:white;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center}.vocanta-chat-widget__close{background:transparent;border:none;color:white;cursor:pointer;font-size:1.25rem;line-height:1;padding:.25rem .5rem;border-radius:.375rem;transition:background var(--motion-duration-md) var(--motion-ease-out-cubic)}.vocanta-chat-widget__close:hover{background:rgba(255,255,255,.2)}.vocanta-chat-widget__messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:#f8fafc}.vocanta-chat-widget__bubble{max-width:85%;padding:.75rem 1rem;border-radius:1rem;font-size:.9375rem;line-height:1.5;word-break:break-word}.vocanta-chat-widget__bubble--user{align-self:flex-end;background:var(--color-accent);color:white;border-bottom-right-radius:.25rem}.vocanta-chat-widget__bubble--assistant{align-self:flex-start;background:white;color:#0f172a;border:1px solid var(--color-accent-light);border-bottom-left-radius:.25rem}.vocanta-chat-widget__bubble--error{align-self:stretch;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;text-align:center}.vocanta-chat-widget__loading{align-self:flex-start;display:inline-flex;gap:.25rem;padding:.75rem 1rem}.vocanta-chat-widget__loading span{width:6px;height:6px;border-radius:50%;background:var(--color-accent);animation:vocanta-chat-widget-pulse 1.2s var(--motion-ease-out-cubic) infinite}.vocanta-chat-widget__loading span:nth-child(2){animation-delay:.2s}.vocanta-chat-widget__loading span:nth-child(3){animation-delay:.4s}@keyframes vocanta-chat-widget-pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.vocanta-chat-widget__form{padding:.75rem;border-top:1px solid #e2e8f0;background:white;display:flex;flex-direction:column;gap:.5rem}.vocanta-chat-widget__textarea{width:100%;resize:none;border:1px solid #cbd5e1;border-radius:.5rem;padding:.625rem .75rem;font-size:.9375rem;font-family:inherit;outline:none;transition:border-color var(--motion-duration-md) var(--motion-ease-out-cubic);min-height:2.5rem;max-height:6rem}.vocanta-chat-widget__textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-bg)}.vocanta-chat-widget__row{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#64748b}.vocanta-chat-widget__submit{background:var(--color-accent);color:white;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background var(--motion-duration-md) var(--motion-ease-out-cubic),transform var(--motion-duration-md) var(--motion-ease-out-cubic)}.vocanta-chat-widget__submit:hover:not(:disabled){background:var(--color-accent-hover)}.vocanta-chat-widget__submit:active:not(:disabled){transform:translateY(1px)}.vocanta-chat-widget__submit:disabled{background:#cbd5e1;cursor:not-allowed}
/*# sourceMappingURL=d6b09f6d0544394a.css.map*/