.hellabots-ChatBubble-module-chatBubble-nyh6V{width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0003;transition:all .3s cubic-bezier(.4,0,.2,1);color:#fff;background-color:#06c;outline:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.hellabots-ChatBubble-module-chatBubble-nyh6V:hover{transform:scale(1.1);box-shadow:0 6px 20px #0000004d}.hellabots-ChatBubble-module-chatBubble-nyh6V:focus-visible{outline:3px solid rgba(255,255,255,.5);outline-offset:2px}.hellabots-ChatBubble-module-chatBubble-nyh6V:active{transform:scale(.95)}.hellabots-ChatBubble-module-chatBubble-nyh6V.hellabots-ChatBubble-module-open-BWost{transform:rotate(90deg)}.hellabots-ChatBubble-module-chatBubble-nyh6V.hellabots-ChatBubble-module-open-BWost:hover{transform:rotate(90deg) scale(1.1)}.hellabots-ChatBubble-module-icon-dNykp{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.hellabots-ChatBubble-module-badge-R3b47{position:absolute;top:-4px;right:-4px;background-color:#ff3b30;color:#fff;border-radius:10px;min-width:20px;height:20px;padding:0 6px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;line-height:1;box-shadow:0 2px 4px #0003;animation:hellabots-ChatBubble-module-badgePulse-pqPlK 2s ease-in-out infinite}@keyframes hellabots-ChatBubble-module-badgePulse-pqPlK{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.hellabots-ChatBubble-module-tooltip-cnWaw{position:absolute;right:70px;background-color:#000000d9;color:#fff;padding:8px 12px;border-radius:6px;font-size:14px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s ease;box-shadow:0 2px 8px #00000026}.hellabots-ChatBubble-module-chatBubble-nyh6V:hover .hellabots-ChatBubble-module-tooltip-cnWaw{opacity:1}.hellabots-ChatBubble-module-tooltip-cnWaw:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid rgba(0,0,0,.85);border-top:6px solid transparent;border-bottom:6px solid transparent}@media (max-width: 768px){.hellabots-ChatBubble-module-chatBubble-nyh6V{width:56px;height:56px}.hellabots-ChatBubble-module-tooltip-cnWaw{display:none}}@media (prefers-reduced-motion: reduce){.hellabots-ChatBubble-module-chatBubble-nyh6V,.hellabots-ChatBubble-module-icon-dNykp,.hellabots-ChatBubble-module-tooltip-cnWaw,.hellabots-ChatBubble-module-badge-R3b47{transition:none;animation:none}.hellabots-ChatBubble-module-chatBubble-nyh6V:hover,.hellabots-ChatBubble-module-chatBubble-nyh6V.hellabots-ChatBubble-module-open-BWost{transform:none}}.hellabots-MessageList-module-messageList-Pg7Af{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px;display:flex;flex-direction:column;background-color:#f5f7fa;scroll-behavior:smooth}.hellabots-MessageList-module-messageList-Pg7Af::-webkit-scrollbar{width:6px}.hellabots-MessageList-module-messageList-Pg7Af::-webkit-scrollbar-track{background:transparent}.hellabots-MessageList-module-messageList-Pg7Af::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.hellabots-MessageList-module-messageList-Pg7Af::-webkit-scrollbar-thumb:hover{background:#0000004d}.hellabots-MessageList-module-emptyState-w8Az6{flex:1;display:flex;align-items:center;justify-content:center;text-align:center}.hellabots-MessageList-module-emptyState-w8Az6 p{color:#666;font-size:14px;margin:0}.hellabots-MessageList-module-messagesContainer-c4BxY{display:flex;flex-direction:column;gap:12px}.hellabots-MessageList-module-messageWrapper-V0RCc{display:flex;flex-direction:column;max-width:80%;animation:hellabots-MessageList-module-slideIn-Vk5Nn .3s ease-out}@keyframes hellabots-MessageList-module-slideIn-Vk5Nn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hellabots-MessageList-module-messageWrapper-V0RCc.hellabots-MessageList-module-botMessage-iuD86{align-self:flex-start}.hellabots-MessageList-module-messageWrapper-V0RCc.hellabots-MessageList-module-userMessage-gowFb{align-self:flex-end}.hellabots-MessageList-module-messageBubble-aSPSi{padding:10px 14px;border-radius:16px;word-wrap:break-word;box-shadow:0 1px 2px #0000001a}.hellabots-MessageList-module-botMessage-iuD86 .hellabots-MessageList-module-messageBubble-aSPSi{background-color:#fff;border-bottom-left-radius:4px}.hellabots-MessageList-module-userMessage-gowFb .hellabots-MessageList-module-messageBubble-aSPSi{background-color:#06c;color:#fff;border-bottom-right-radius:4px}.hellabots-MessageList-module-messageText-6oyXe{margin:0 0 4px;font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.hellabots-MessageList-module-timestamp-dSuw8{font-size:11px;opacity:.7;display:block;text-align:right}.hellabots-MessageList-module-botMessage-iuD86 .hellabots-MessageList-module-timestamp-dSuw8{color:#666}.hellabots-MessageList-module-userMessage-gowFb .hellabots-MessageList-module-timestamp-dSuw8{color:#ffffffe6}.hellabots-MessageList-module-buttonGroup-iXAs6{display:flex;flex-direction:column;gap:8px;margin-top:8px}.hellabots-MessageList-module-optionButton-kIKnN{padding:10px 16px;background-color:#fff;border:1px solid #e1e4e8;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;text-align:left;color:#333;min-height:44px}.hellabots-MessageList-module-optionButton-kIKnN:hover{background-color:#f5f7fa;border-color:#06c;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.hellabots-MessageList-module-optionButton-kIKnN:active{transform:translateY(0);box-shadow:none}.hellabots-MessageList-module-optionButton-kIKnN:focus-visible{outline:2px solid #0066cc;outline-offset:2px}.hellabots-MessageList-module-emoji-AhaeQ{font-size:18px;line-height:1}@media (max-width: 480px){.hellabots-MessageList-module-messageList-Pg7Af{padding:12px}.hellabots-MessageList-module-messageWrapper-V0RCc{max-width:85%}.hellabots-MessageList-module-messageBubble-aSPSi{padding:8px 12px}.hellabots-MessageList-module-messageText-6oyXe{font-size:13px}.hellabots-MessageList-module-optionButton-kIKnN{padding:12px 14px}}@media (prefers-reduced-motion: reduce){.hellabots-MessageList-module-messageList-Pg7Af{scroll-behavior:auto}.hellabots-MessageList-module-messageWrapper-V0RCc{animation:none}.hellabots-MessageList-module-optionButton-kIKnN{transition:none}.hellabots-MessageList-module-optionButton-kIKnN:hover{transform:none}}@media (prefers-contrast: high){.hellabots-MessageList-module-messageBubble-aSPSi{border:2px solid currentColor}.hellabots-MessageList-module-optionButton-kIKnN{border-width:2px}}.hellabots-ButtonInput-module-buttonInput-oC5Qo{display:flex;flex-direction:column;gap:10px;padding:8px 0}.hellabots-ButtonInput-module-optionButton-D6IZf{display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:12px 16px;min-height:48px;background-color:#fff;border:2px solid #e1e4e8;border-radius:8px;font-size:15px;font-weight:500;color:#333;cursor:pointer;transition:all .2s ease;text-align:left;width:100%;box-shadow:0 1px 3px #00000014}.hellabots-ButtonInput-module-optionButton-D6IZf:hover:not(:disabled){background-color:var(--hover-bg, #f5f7fa);border-color:var(--hover-border, #0066cc);transform:translateY(-1px);box-shadow:0 2px 6px #0000001f}.hellabots-ButtonInput-module-optionButton-D6IZf:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #00000014}.hellabots-ButtonInput-module-optionButton-D6IZf:focus-visible{outline:2px solid #0066cc;outline-offset:2px}.hellabots-ButtonInput-module-optionButton-D6IZf:disabled{opacity:.5;cursor:not-allowed;background-color:#f5f7fa;border-color:#e1e4e8}.hellabots-ButtonInput-module-emoji-wd-WT{font-size:20px;line-height:1;flex-shrink:0}.hellabots-ButtonInput-module-label-PQjMl{flex:1;line-height:1.4;word-break:break-word}@media (max-width: 768px){.hellabots-ButtonInput-module-optionButton-D6IZf{padding:14px 16px;min-height:52px;font-size:16px}.hellabots-ButtonInput-module-emoji-wd-WT{font-size:22px}}@media (max-width: 480px){.hellabots-ButtonInput-module-buttonInput-oC5Qo{gap:8px}.hellabots-ButtonInput-module-optionButton-D6IZf{padding:12px 14px}}@media (min-width: 600px){.hellabots-ButtonInput-module-buttonInput-oC5Qo{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}}@media (prefers-reduced-motion: reduce){.hellabots-ButtonInput-module-optionButton-D6IZf{transition:none}.hellabots-ButtonInput-module-optionButton-D6IZf:hover:not(:disabled){transform:none}.hellabots-ButtonInput-module-optionButton-D6IZf:active:not(:disabled){transform:none}}@media (prefers-contrast: high){.hellabots-ButtonInput-module-optionButton-D6IZf{border-width:3px}.hellabots-ButtonInput-module-optionButton-D6IZf:disabled{opacity:.7}}@media (prefers-color-scheme: dark){.hellabots-ButtonInput-module-optionButton-D6IZf{background-color:#2d3748;color:#e2e8f0;border-color:#4a5568}.hellabots-ButtonInput-module-optionButton-D6IZf:hover:not(:disabled){background-color:#374151}.hellabots-ButtonInput-module-optionButton-D6IZf:disabled{background-color:#1a202c}}.hellabots-TextInput-module-textInput--vxtK{padding:8px 0}.hellabots-TextInput-module-inputWrapper-XRHFh{display:flex;gap:8px;align-items:center}.hellabots-TextInput-module-input-GvyLo{flex:1;padding:12px 16px;font-size:15px;border:2px solid #e1e4e8;border-radius:8px;background-color:#fff;color:#333;outline:none;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit;min-height:48px}.hellabots-TextInput-module-input-GvyLo::placeholder{color:#999}.hellabots-TextInput-module-input-GvyLo:focus{border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.hellabots-TextInput-module-input-GvyLo:disabled{background-color:#f5f7fa;color:#999;cursor:not-allowed}.hellabots-TextInput-module-input-GvyLo[aria-invalid=true]{border-color:#ff3b30}.hellabots-TextInput-module-input-GvyLo[aria-invalid=true]:focus{box-shadow:0 0 0 3px #ff3b301a}.hellabots-TextInput-module-submitButton-ovy8R{padding:12px;width:48px;height:48px;border:none;border-radius:8px;background-color:#06c;color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hellabots-TextInput-module-submitButton-ovy8R:hover:not(:disabled){background-color:#0052a3;transform:scale(1.05)}.hellabots-TextInput-module-submitButton-ovy8R:active:not(:disabled){transform:scale(.95)}.hellabots-TextInput-module-submitButton-ovy8R:disabled{opacity:.4;cursor:not-allowed}.hellabots-TextInput-module-submitButton-ovy8R:focus-visible{outline:2px solid #0066cc;outline-offset:2px}.hellabots-TextInput-module-errorMessage-hX9iv{margin:8px 0 0;font-size:13px;color:#ff3b30;padding-left:4px}@media (max-width: 768px){.hellabots-TextInput-module-input-GvyLo{font-size:16px;padding:14px 16px;min-height:52px}.hellabots-TextInput-module-submitButton-ovy8R{width:52px;height:52px}}@media (max-width: 480px){.hellabots-TextInput-module-input-GvyLo{padding:12px 14px}}@media (prefers-reduced-motion: reduce){.hellabots-TextInput-module-input-GvyLo,.hellabots-TextInput-module-submitButton-ovy8R{transition:none}.hellabots-TextInput-module-submitButton-ovy8R:hover:not(:disabled),.hellabots-TextInput-module-submitButton-ovy8R:active:not(:disabled){transform:none}}@media (prefers-contrast: high){.hellabots-TextInput-module-input-GvyLo{border-width:3px}.hellabots-TextInput-module-submitButton-ovy8R{border:2px solid white}}@media (prefers-color-scheme: dark){.hellabots-TextInput-module-input-GvyLo{background-color:#2d3748;color:#e2e8f0;border-color:#4a5568}.hellabots-TextInput-module-input-GvyLo::placeholder{color:#718096}.hellabots-TextInput-module-input-GvyLo:disabled{background-color:#1a202c}.hellabots-TextInput-module-errorMessage-hX9iv{color:#fc8181}}.hellabots-CalendlyEmbed-module-calendlyEmbed-ABG19{width:100%;height:600px;min-height:400px;position:relative;background-color:#fff;border-radius:8px;overflow:hidden;z-index:1}.hellabots-CalendlyEmbed-module-iframe-3ODh4{border:none;display:block}.hellabots-CalendlyEmbed-module-iframe-3ODh4.hellabots-CalendlyEmbed-module-hidden-zkCWn{visibility:hidden;position:absolute}.hellabots-CalendlyEmbed-module-loading-MZxNF{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background-color:#f5f7fa}.hellabots-CalendlyEmbed-module-loading-MZxNF p{margin:0;color:#666;font-size:14px}.hellabots-CalendlyEmbed-module-spinner-toNSo{width:40px;height:40px;border:4px solid #e1e4e8;border-top-color:#06c;border-radius:50%;animation:hellabots-CalendlyEmbed-module-spin-8ao-h 1s linear infinite}@keyframes hellabots-CalendlyEmbed-module-spin-8ao-h{to{transform:rotate(360deg)}}.hellabots-CalendlyEmbed-module-error-X3jfk{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:#fff5f5;padding:20px}.hellabots-CalendlyEmbed-module-error-X3jfk p{margin:0;color:#ff3b30;font-size:14px;text-align:center}@media (max-width: 768px){.hellabots-CalendlyEmbed-module-calendlyEmbed-ABG19{height:500px;min-height:350px}}@media (max-width: 480px){.hellabots-CalendlyEmbed-module-calendlyEmbed-ABG19{height:450px;min-height:300px}}@media (prefers-reduced-motion: reduce){.hellabots-CalendlyEmbed-module-spinner-toNSo{animation:none;border-top-color:#06c}}.hellabots-ConversationManager-module-conversationManager-DiW5K{padding:16px;background-color:#fff;border-top:1px solid #e1e4e8;min-height:80px}.hellabots-ChatWidget-module-chatWidget-7hkA-{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}.hellabots-ChatWidget-module-chatWidget-7hkA- *,.hellabots-ChatWidget-module-chatWidget-7hkA- *:before,.hellabots-ChatWidget-module-chatWidget-7hkA- *:after{box-sizing:border-box}.hellabots-ChatWidget-module-chatWidget-7hkA-.hellabots-ChatWidget-module-floating-Uzw-m{position:fixed;z-index:999999;max-width:400px;width:calc(100vw - 32px)}.hellabots-ChatWidget-module-chatWidget-7hkA-.hellabots-ChatWidget-module-floating-Uzw-m.hellabots-ChatWidget-module-bottomRight-U5eIw{bottom:20px;right:20px}.hellabots-ChatWidget-module-chatWidget-7hkA-.hellabots-ChatWidget-module-floating-Uzw-m.hellabots-ChatWidget-module-bottomLeft-NmGjk{bottom:20px;left:20px}.hellabots-ChatWidget-module-chatWidget-7hkA-.hellabots-ChatWidget-module-embedded-6EAZ1{position:relative;width:100%;height:100%;min-height:600px}.hellabots-ChatWidget-module-chatPanel-W7PCR{width:100%;height:600px;max-height:80vh;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;overflow:hidden;display:flex;flex-direction:column;animation:hellabots-ChatWidget-module-slideUp-CnDsy .3s ease-out}@keyframes hellabots-ChatWidget-module-slideUp-CnDsy{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hellabots-ChatWidget-module-header-bNAn2{padding:16px 20px;background-color:#06c;color:#fff;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;position:relative;z-index:10}.hellabots-ChatWidget-module-headerTitle-rar-t{margin:0;font-size:18px;font-weight:600}.hellabots-ChatWidget-module-headerButtons-yObhO{display:flex;align-items:center;gap:8px}.hellabots-ChatWidget-module-resetButton-WeqGm,.hellabots-ChatWidget-module-closeButton-oCXT2{background:none;border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.hellabots-ChatWidget-module-resetButton-WeqGm:hover,.hellabots-ChatWidget-module-closeButton-oCXT2:hover{background-color:#fff3}.hellabots-ChatWidget-module-resetButton-WeqGm:focus-visible,.hellabots-ChatWidget-module-closeButton-oCXT2:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.hellabots-ChatWidget-module-inputArea-pEjQa{padding:16px;border-top:1px solid #e1e4e8;background-color:#fff;flex-shrink:0}.hellabots-ChatWidget-module-placeholder-5gJGG{margin:0;color:#999;font-size:14px;text-align:center;font-style:italic}.hellabots-ChatWidget-module-startOverButton-1iNyR{width:100%;padding:12px 16px;margin:16px;background-color:#f0f0f0;border:1px solid #d0d0d0;border-radius:8px;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.hellabots-ChatWidget-module-startOverButton-1iNyR:hover{background-color:#e0e0e0;border-color:#b0b0b0}.hellabots-ChatWidget-module-startOverButton-1iNyR:active{transform:scale(.98)}.hellabots-ChatWidget-module-startOverButton-1iNyR:focus-visible{outline:2px solid #0066cc;outline-offset:2px}@media (max-width: 480px){.hellabots-ChatWidget-module-chatWidget-7hkA-.hellabots-ChatWidget-module-floating-Uzw-m{bottom:0;right:0;left:0;max-width:none;width:100%;border-radius:12px 12px 0 0}.hellabots-ChatWidget-module-chatWidget-7hkA-.hellabots-ChatWidget-module-floating-Uzw-m.hellabots-ChatWidget-module-bottomLeft-NmGjk{right:0}.hellabots-ChatWidget-module-chatPanel-W7PCR{height:100vh;max-height:100vh;border-radius:0}}@media (prefers-reduced-motion: reduce){.hellabots-ChatWidget-module-chatPanel-W7PCR{animation:none}}
