@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap");:root{--webchat-primary-color:var(--primary-color,var(--brand-color,var(--accent-color,#5350c4)));--webchat-primary-hover:var(--primary-hover,var(--brand-hover,var(--accent-hover,#3d39ac)));--webchat-text-color:var(--text-color,var(--primary-text,#333));--webchat-bg-color:var(--background-color,var(--bg-color,#fff));--webchat-border-color:var(--border-color,var(--gray-200,#e5e7eb));--webchat-muted-text:var(--muted-text,var(--text-secondary,#666));--webchat-light-bg:var(--light-background,var(--gray-50,#f9fafb))}.webchat-button,.webchat-container,.webchat-container *,.webchat-overlay,.webchat-overlay *{box-sizing:border-box;font-family:Inter,sans-serif;margin:0;padding:0}.webchat-button{align-items:center;animation:chatButtonBounce 2s ease-in-out infinite;background:var(--webchat-primary-color);border:none;border-radius:50%;bottom:30px;box-shadow:0 0 25px rgba(0,0,0,.15);cursor:pointer;display:flex;height:65px;justify-content:center;outline:none;position:fixed;right:35px;transition:all .3s ease;width:65px;z-index:10000}.webchat-button:before{animation:pulseRing 2s cubic-bezier(.25,0,0,1) infinite;border:2px solid var(--webchat-primary-color);border-radius:50%;bottom:-8px;content:"";left:-8px;opacity:0;position:absolute;right:-8px;top:-8px}@keyframes chatButtonBounce{0%,20%,50%,80%,to{transform:translateY(0) scale(1)}40%{transform:translateY(-8px) scale(1.05)}60%{transform:translateY(-4px) scale(1.02)}}@keyframes pulseRing{0%{opacity:1;transform:scale(.7)}80%,to{opacity:0;transform:scale(1.4)}}.webchat-button:hover{animation:none;box-shadow:0 0 30px rgba(0,0,0,.2);transform:scale(1.1)}.webchat-button:hover:before{animation:none;opacity:0}.webchat-button .chat-icon{align-items:center;color:#fff;display:flex;font-size:26px;justify-content:center;transition:opacity .2s ease}.webchat-button .chat-icon svg{fill:#fff;height:30px;width:30px}.webchat-button .close-icon{align-items:center;color:#fff;display:flex;font-size:24px;justify-content:center;opacity:0;position:absolute;transition:opacity .2s ease}.webchat-button .close-icon svg{fill:#fff;height:28px;width:28px}.webchat-button.is-open .chat-icon{opacity:0}.webchat-button.is-open .close-icon{opacity:1}.webchat-button.is-open{animation:none;transform:rotate(90deg)}.webchat-button.is-open:before{animation:none;opacity:0}.webchat-powered-by{font-size:12px;line-height:1.2;margin-top:8px;opacity:.7;padding:8px 12px;text-align:center;transition:opacity .2s ease}.webchat-powered-by:hover{opacity:1}.webchat-powered-by .powered-text{color:#999;font-weight:400}.webchat-powered-by .geni-studio{color:var(--webchat-primary-color);font-weight:600;margin-left:3px}.webchat-overlay{background:var(--webchat-bg-color);border-radius:15px;bottom:105px;box-shadow:0 0 128px 0 rgba(0,0,0,.1),0 32px 64px -48px rgba(0,0,0,.5);max-height:80vh;max-width:420px;min-width:320px;opacity:0;overflow:hidden;pointer-events:none;position:fixed;right:35px;transform:scale(.2);transform-origin:bottom right;transition:all .1s ease;width:min(420px,90vw);z-index:10000}.webchat-overlay.visible{opacity:1;pointer-events:auto;transform:scale(1)}.webchat-overlay.hidden{opacity:0;pointer-events:none;transform:scale(.2)}.webchat-container{display:flex;flex-direction:column;height:min(600px,80vh);max-height:80vh;width:100%}.chat-header{align-items:center;background:var(--webchat-primary-color);display:flex;justify-content:space-between;padding:15px 22px}.chat-header .header-info{align-items:center;display:flex;gap:12px}.header-info .chatbot-logo{fill:var(--webchat-primary-color);align-items:center;background:#fff;border-radius:50%;display:flex;flex-shrink:0;height:35px;justify-content:center;padding:6px;width:35px}.header-info .logo-text{color:#fff;font-size:1.31rem;font-weight:600;letter-spacing:.02rem;line-height:1;margin:0}.chat-header .close-button{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.9rem;height:40px;justify-content:center;margin-right:-10px;transition:.2s ease;width:40px}.chat-header .close-button:hover{background:var(--webchat-primary-hover)}.chat-body{background:var(--webchat-light-bg);height:calc(100% - 140px);margin-bottom:10px;min-height:300px;overflow:hidden;padding:0}.chat-body,.webchat-messages{display:flex;flex-direction:column}.webchat-messages{gap:20px;margin-bottom:15px;overflow-y:auto;padding:25px 22px;scrollbar-width:thin}.webchat-messages,.webchat-messages:hover{scrollbar-color:#ccccf5 transparent}.webchat-messages::-webkit-scrollbar{width:6px}.webchat-messages::-webkit-scrollbar-track{background:transparent}.webchat-messages::-webkit-scrollbar-thumb{background-color:#ccccf5;border-radius:3px}.webchat-messages::-webkit-scrollbar-thumb:hover{background-color:#aaaae0}.webchat-messages>:last-child{margin-bottom:10px}.webchat-messages .message{align-items:flex-start;animation:messageSlideIn .3s ease forwards;display:flex;gap:12px;opacity:0;transform:translateY(20px)}.chat-body .message:last-child{margin-bottom:0}@keyframes messageSlideIn{to{opacity:1;transform:translateY(0)}}.chat-body .message.message-entering{animation:messageSlideIn .3s ease forwards}.chat-body .message .bot-avatar{fill:#fff;align-self:flex-start;background:var(--webchat-primary-color);border-radius:50%;flex-shrink:0;height:35px;margin-top:2px;padding:6px;width:35px}.chat-body .message .message-text{word-wrap:break-word;font-size:.95rem;hyphens:auto;line-height:1.5;max-width:75%;overflow-wrap:break-word;padding:12px 16px}.chat-body .bot-message.thinking .message-text{padding:2px 16px}.chat-body .bot-message .message-text{background:#f2f2ff;border-radius:13px 13px 13px 3px;color:var(--webchat-text-color)}.chat-body .user-message{align-items:flex-start;flex-direction:row-reverse}.chat-body .user-message .message-text{background:var(--webchat-primary-color);border-radius:13px 13px 3px 13px;color:#fff;margin-left:auto}.chat-body .bot-message .thinking-indicator{display:flex;gap:4px;padding-block:15px}.chat-body .bot-message .thinking-indicator .dot{animation:dotPulse 1.8s ease-in-out infinite;background:#6f6bc2;border-radius:50%;height:7px;opacity:.7;width:7px}.chat-body .bot-message .thinking-indicator .dot:first-child{animation-delay:.2s}.chat-body .bot-message .thinking-indicator .dot:nth-child(2){animation-delay:.3s}.chat-body .bot-message .thinking-indicator .dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,44%{transform:translateY(0)}28%{opacity:.4;transform:translateY(-4px)}44%{opacity:.2}}.cursor{animation:blink 1s infinite;background-color:var(--webchat-primary-color);display:inline-block;height:1em;margin-left:2px;width:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.chat-footer{background:#fff;bottom:0;padding:15px 22px 20px;position:absolute;width:100%}.chat-footer .chat-form{align-items:flex-end;background:#fff;border-radius:25px;box-shadow:0 0 8px rgba(0,0,0,.06);display:flex;outline:1px solid #cccce5;position:relative;transition:.2s ease}.chat-form:focus-within{outline:2px solid var(--webchat-primary-color)}.chat-form .message-input{border:none;border-radius:inherit;font-family:inherit;font-size:.95rem;line-height:1.4;max-height:69px;min-height:47px;outline:none;overflow-y:auto;padding:14px 18px 12px;resize:none;scrollbar-color:transparent transparent;scrollbar-width:thin;width:100%}.chat-form .message-input::placeholder{color:#999;font-weight:400}.chat-form .chat-controls{align-items:flex-end;display:flex;gap:3px;height:47px;padding-bottom:6px;padding-right:6px}.chat-form .chat-controls .send-button{align-items:center;background:var(--webchat-primary-color);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.15rem;height:35px;justify-content:center;outline:none;transition:.2s ease;width:35px}.chat-form .chat-controls .send-button:hover{background:var(--webchat-primary-hover)}.chat-form .chat-controls .send-button:disabled{background:#ccc;cursor:not-allowed}.chat-form .message-input:not(:valid)~.chat-controls .send-button{background:#ccc;cursor:not-allowed}.webchat-empty-state{padding:20px 0}.webchat-empty-state .message{margin-bottom:0}@media (min-width:1440px){.webchat-overlay{max-width:450px;width:min(450px,90vw)}.webchat-container{height:min(650px,75vh);max-height:75vh}.chat-body{height:calc(100% - 150px)}}@media (min-width:1024px) and (max-width:1439px){.webchat-overlay{max-width:400px;width:min(400px,85vw)}.webchat-container{height:min(580px,80vh);max-height:80vh}}@media (min-width:769px) and (max-width:1023px){.webchat-overlay{bottom:90px;max-width:380px;right:25px;width:min(380px,85vw)}.webchat-container{height:min(520px,75vh);max-height:75vh}.chat-body{height:calc(100% - 130px)}}@media (max-width:768px){.webchat-button{bottom:20px;height:60px;right:20px;width:60px}.webchat-overlay{border-radius:0;bottom:0;left:0;max-width:100vw;min-width:100vw;position:fixed;right:0;top:0;transform-origin:center;width:100vw}.webchat-container,.webchat-overlay{height:100vh;height:100dvh;max-height:100vh;max-height:100dvh}.webchat-container{display:flex;flex-direction:column;width:100%}.chat-header{background:var(--webchat-primary-color);flex-shrink:0;min-height:60px;padding:16px 20px;position:sticky;top:0;z-index:100}.chat-header .header-info .logo-text{font-size:1.2rem}.chat-body{background:var(--webchat-light-bg);display:flex;flex:1;flex-direction:column;height:auto;margin-bottom:0;min-height:0;overflow:hidden}.webchat-messages{-webkit-overflow-scrolling:touch;flex:1;gap:16px;height:auto;margin-bottom:0;overflow-y:auto;overscroll-behavior:contain;padding:80px 16px 20px}.chat-footer{background:#fff;border-top:1px solid #eee;flex-shrink:0;min-height:80px;padding:16px 20px max(16px,env(safe-area-inset-bottom,16px));position:relative}.chat-form{border-radius:20px!important}.chat-form .message-input{-webkit-text-size-adjust:100%;-webkit-touch-callout:default;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none;font-size:16px;max-height:120px;min-height:44px;padding:12px 16px;pointer-events:auto;touch-action:manipulation;transform:translateZ(0);-webkit-user-select:text;user-select:text}.webchat-powered-by{display:none}}@media (max-width:768px) and (min-width:481px){.webchat-overlay{border-radius:15px;bottom:20px;height:calc(100vh - 40px);left:20px;right:20px;top:20px;width:calc(100vw - 40px)}.webchat-container{display:flex;flex-direction:column;height:100%}.chat-body{display:flex;flex:1;flex-direction:column;overflow:hidden}}@media (max-width:480px){.webchat-button{bottom:16px;height:56px;right:16px;width:56px}.chat-header{min-height:56px;padding:12px 16px}.chat-header .header-info .logo-text{font-size:1.1rem}.webchat-messages{-webkit-overflow-scrolling:touch;gap:12px;overscroll-behavior:contain;padding:16px 12px}.chat-footer{min-height:72px;padding:12px 16px max(12px,env(safe-area-inset-bottom,12px))}.message .message-text{font-size:14px;line-height:1.4;max-width:85%;padding:10px 12px}.bot-avatar,.user-avatar{height:32px;min-width:32px;width:32px}.chat-form .message-input{font-size:16px!important;min-height:40px;padding:10px 14px}.chat-form .chat-controls .send-button{height:36px;min-height:36px;min-width:36px;width:36px}}@media (max-width:768px){.webchat-messages,.webchat-overlay{-webkit-overflow-scrolling:touch}.webchat-messages{overscroll-behavior:contain}.chat-form .message-input{transform:translateZ(0)}.webchat-button{min-height:44px;min-width:44px}}.webchat-quick-replies-container{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.webchat-quick-reply-button{background:#f5f5f5;border:1px solid #ddd;border-radius:20px;cursor:pointer;font-size:.9rem;padding:8px 16px;transition:all .2s ease}.webchat-quick-reply-button:hover{background:var(--webchat-primary-color);border-color:var(--webchat-primary-color);color:#fff}.webchat-date-separator{margin:20px 0;position:relative;text-align:center}.webchat-date-separator span{background:#fff;color:#666;font-size:.8rem;padding:0 10px;position:relative;z-index:1}.webchat-date-separator:before{background:#eee;content:"";height:1px;left:0;position:absolute;right:0;top:50%;z-index:0}
/*# sourceMappingURL=index.cdn.css.map */