#eficell-webchat-bubble-root{font-family:var(--font-body, system-ui, sans-serif);line-height:1.5;font-weight:400;color:var(--color-text);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#eficell-webchat-bubble-root *{box-sizing:border-box}#eficell-webchat-bubble-root h1,#eficell-webchat-bubble-root h2,#eficell-webchat-bubble-root h3,#eficell-webchat-bubble-root h4,#eficell-webchat-bubble-root h5,#eficell-webchat-bubble-root h6{font-family:var(--font-heading, sans-serif);color:var(--color-primary);margin:0}#eficell-webchat-bubble-root button{border-radius:var(--radius-medium, 8px);border:1px solid transparent;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--color-primary);color:#fff;cursor:pointer;transition:background-color .25s}#eficell-webchat-bubble-root button:hover{background-color:var(--color-primaryHover)}#eficell-webchat-bubble-root button:focus,#eficell-webchat-bubble-root button:focus-visible{outline:4px auto var(--color-primary)}#eficell-webchat-bubble-root ::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#aaa}.chat-window-enter{opacity:0;transform:translateY(20px) scale(.95)}.chat-window-enter-active{opacity:1;transform:translateY(0) scale(1);transition:opacity .3s,transform .3s}.chat-window-exit{opacity:1;transform:translateY(0) scale(1)}.chat-window-exit-active{opacity:0;transform:translateY(20px) scale(.95);transition:opacity .3s,transform .3s}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #4a90e2b3}70%{transform:scale(1.05);box-shadow:0 0 0 10px #4a90e200}to{transform:scale(1);box-shadow:0 0 #4a90e200}}.bubble-pulse{animation:pulse 2s infinite}
