@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap");.chatbotfor-chat{height:100%;display:flex;flex-direction:column}.chatbotfor-chat,.chatbotfor-chat *{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important}.chat-floating-bubble{position:fixed;bottom:20px;right:20px;z-index:1000}.chat-floating-bubble-button{width:60px;height:60px;border-radius:50%;background-color:#18181b;color:white;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease}.chat-floating-bubble-button:hover{transform:scale(1.1)}.chat-modal{position:fixed;bottom:90px;right:20px;width:380px;height:600px;max-width:calc(100% - 32px);max-height:calc(100% - 96px);z-index:1001;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12)}.chat-playground-bubble{position:absolute;bottom:20px;right:20px;z-index:10}.chat-header{justify-content:space-between;padding:16px;border-bottom:1px solid #e4e4e7}.chat-header,.chat-header-left{display:flex;align-items:center}.chat-header-left{gap:12px}.chat-back-button{background-color:white;border:1px solid #e4e4e7;border-radius:6px;padding:8px;cursor:pointer;transition:all .3s ease;box-shadow:none}.chat-back-button:hover{background-color:#fafafa;transform:scale(1.1)}.chat-avatar{width:40px;height:40px;background-color:#09090b;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.chat-avatar img{width:100%;height:100%;object-fit:contain}.chat-assistant-name{font-weight:600;color:#18181b}.chat-header-right{display:flex;align-items:center;gap:8px}.chat-messages-container{flex:1;overflow-y:auto;overflow-x:hidden;background-color:white;min-height:0;max-height:100%;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.chat-messages-container::-webkit-scrollbar{display:none}@media (max-width:768px){.chat-messages-container{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}}.chat-messages-container.iframe{padding:12px}.chat-messages-container.normal{padding:20px}.chat-input-container{padding:12px;box-shadow:0 -9px 50px -1px rgba(29,54,96,.25);border-top:1px solid #e5e7eb;border-radius:12px 12px 0 0}.chat-input-wrapper{display:flex;flex-direction:column;gap:8px;background-color:white;border-radius:8px}.chat-textarea{width:100%;resize:none;outline:none;font-size:.875rem;max-height:96px;min-height:26px;margin-top:8px;border:none;background:transparent}@media (max-width:768px){.chat-textarea{font-size:16px}}.chat-textarea::placeholder{color:#71717a}.chat-input-actions{display:flex;justify-content:flex-end}.chat-send-button{width:32px;height:32px;flex-shrink:0;border-radius:6px;background-color:#09090b;color:white;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.chat-send-button:hover{background-color:#27272a}.chat-send-button:disabled{opacity:.5;cursor:not-allowed}.chat-send-button.fullscreen,.chat-send-button.normal{width:32px;height:32px}.chat-footer{font-size:12px;color:#a1a1aa;text-align:center;margin-top:12px}.chat-footer a{color:#a1a1aa;text-decoration:none;transition:color .2s ease}.chat-footer a:hover{color:#71717a}.chat-files-preview{padding:0 16px 8px}.chat-files-list{display:flex;flex-wrap:wrap;gap:8px}.chat-file-item{display:flex;align-items:center;gap:4px;background-color:#f4f4f5;padding:4px 8px;border-radius:4px;font-size:12px}.chat-file-name{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-file-remove{color:#71717a;cursor:pointer;transition:color .2s ease}.chat-file-remove:hover{color:#374151}.chat-markdown-link{color:#2563eb;text-decoration:underline;transition:color .2s ease}.chat-markdown-link:hover{color:#1d4ed8}.chat-markdown-image-container{display:block;margin:16px 0}.chat-markdown-image-loading{display:inline-flex;justify-content:center;align-items:center;padding:32px 0;width:100%}.chat-markdown-image{max-height:190px;max-width:100%;object-fit:contain;border-radius:8px;margin:0 auto;display:block;transition:opacity .3s ease}.chat-markdown-image.loading{opacity:0}.chat-markdown-image.loaded{opacity:1}.chat-markdown-audio-container{display:block;text-align:center;margin:12px 0}.chat-markdown-audio{width:100%;max-width:300px;height:40px}.chat-markdown-audio-player{width:100%;max-width:2128px;border:1px solid #d4d4d8;border-radius:8px;height:40px;min-height:40px}.chat-markdown-list{list-style-type:disc;list-style-position:inside;margin:4px 0}.chat-markdown-list-item{color:#71717a}.chat-markdown-table-container{overflow-x:auto}.chat-markdown-table{min-width:100%;border-collapse:collapse;border:1px solid #d4d4d8}.chat-markdown-table-head{background-color:#f4f4f5}.chat-markdown-table-row{border-bottom:1px solid #e4e4e7}.chat-markdown-table-cell,.chat-markdown-table-header-cell{padding:8px;border:1px solid #d4d4d8;font-size:.875rem}.chat-markdown-table-header-cell{font-weight:600;text-align:left;background-color:#f4f4f5}.chat-message-container{display:flex;margin-bottom:8px;flex-direction:row-reverse;justify-content:flex-end;align-items:flex-end}.chat-message-container.agent{flex-direction:row;justify-content:flex-start}.chat-message-avatar{flex-shrink:0;height:24px;width:24px;background-color:#09090b;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.chat-message-container:not(.agent) .chat-message-avatar{margin-left:8px;margin-right:0}.chat-message-container.agent .chat-message-avatar{margin-left:0;margin-right:8px}.chat-message-avatar img{height:100%;width:100%;object-fit:contain}.chat-message-bubble{border-radius:16px;padding:12px;word-wrap:break-word;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.chat-message-bubble.user{background-color:#09090b;color:white;border-bottom-right-radius:4px;margin-left:auto}.chat-message-bubble.agent{background-color:#f4f4f5;color:#27272a;border-bottom-left-radius:4px;margin-right:32px}.chat-message-files{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.chat-message-file{display:flex;align-items:center;gap:4px;background-color:#fafafa;padding:4px 8px;border-radius:4px;border:1px solid #e4e4e7;font-size:12px;color:#71717a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}.chat-message-file-icon{height:12px;width:12px;color:#71717a}.chat-message-error{color:#ef4444;font-size:12px;margin-top:4px}.chat-starters-container{position:relative;z-index:10}.chat-starters-title{font-size:12px;font-weight:500;margin-bottom:12px;padding:0 20px}.chat-starters-scroll{overflow-x:auto;padding-bottom:8px;width:100%}.chat-starters-content{display:inline-flex;flex-direction:column;gap:8px;min-width:max-content;padding:0 12px;width:100%}.chat-starters-row{display:flex;gap:8px;width:100%;justify-content:flex-start;flex-wrap:nowrap}.chat-starters-row.mobile{display:flex}.chat-starters-row.desktop,.chat-starters-row.widget{display:none;flex-wrap:wrap}.chat-starters-button{font-size:.875rem;padding:8px 16px;height:auto;border-radius:6px;border:1px solid #e4e4e7;touch-action:manipulation;text-align:left;justify-content:flex-start;background-color:white;color:#18181b;transition:background-color .2s ease;white-space:nowrap;flex-shrink:0;cursor:pointer;min-width:fit-content;max-width:calc(50% - 4px)}.chat-starters-button:hover{background-color:#fafafa}.chat-faq-overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.5);z-index:50;transition:opacity .3s ease}.chat-faq-panel{position:absolute;bottom:0;left:0;right:0;background-color:white;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);z-index:50;max-height:70vh;display:flex;flex-direction:column;transition:all .3s ease-out}.chat-faq-panel.is-open{transform:translateY(0)}.chat-faq-panel.is-closed{transform:translateY(100%)}.chat-faq-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e4e4e7}.chat-faq-title{font-size:18px;font-weight:600;color:#18181b}.chat-faq-close{height:32px;width:32px;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;justify-content:center}.chat-faq-close:hover{transform:scale(1.1)}.chat-faq-content{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.chat-faq-row{display:flex;align-items:center;gap:12px}.chat-faq-muted{color:#52525b}.chat-faq-text-xs{font-size:12px}.chat-faq-text-sm{font-size:14px}.chat-faq-mt-1{margin-top:4px}.chat-icon-16{height:16px;width:16px}.chat-faq-list{display:flex;flex-direction:column;gap:12px}.chat-faq-category{border-radius:8px;overflow:hidden;border:1px solid #e4e4e7;transition:all .2s ease}.chat-faq-category,.chat-faq-category:hover{background-color:#f4f4f5}.chat-faq-category-header{display:flex;align-items:center;justify-content:space-between;padding:12px;cursor:pointer;transition:background-color .2s ease}.chat-faq-category-header:hover{background-color:white}.chat-faq-category-title{font-weight:600;font-size:16px;color:#18181b;margin:0}.chat-faq-category-icon{height:20px;width:20px;transition:transform .2s ease;color:#71717a}.chat-faq-category-icon.expanded{transform:rotate(180deg)}.chat-faq-questions{border-top:1px solid #e4e4e7;display:flex;flex-wrap:wrap}.chat-faq-question{padding:8px 12px;width:100%;cursor:pointer;border:1px solid #f4f4f5;transition:background-color .15s ease;color:#374151;background:transparent;border-radius:6px;font-size:14px;line-height:normal;text-align:left;display:inline-flex;align-items:center;-webkit-appearance:none;appearance:none}.chat-faq-question:hover{background-color:white}.chat-faq-question:last-child{border-bottom:none}.chat-faq-close{-webkit-appearance:none;appearance:none;background:none;border:none;padding:0}.chat-faq-close:focus-visible,.chat-faq-question:focus-visible{outline:2px solid #18181b;outline-offset:2px}.chat-faq-loading{display:flex;justify-content:center;align-items:center;padding:32px}.chat-sliding-overlay{position:fixed;inset:0;z-index:40;background-color:rgba(0,0,0,.5);animation:fadeIn .3s ease}.chat-sliding-panel{position:fixed;top:0;right:0;z-index:50;height:100%;width:320px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transform:translateX(0);transition:all .3s ease-in-out;animation:slideInFromRight .3s ease}.chat-sliding-panel.light{background-color:rgba(17,24,39,.95);backdrop-filter:blur(8px);border-left:1px solid rgba(255,255,255,.2)}.chat-sliding-panel.dark{background-color:white}.chat-sliding-content{display:flex;flex-direction:column;height:100%}.chat-sliding-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid}.chat-sliding-header.light{border-color:rgba(255,255,255,.2)}.chat-sliding-header.dark{border-color:#e4e4e7}.chat-sliding-title{font-size:18px;font-weight:600}.chat-sliding-title.light{color:white}.chat-sliding-title.dark{color:#111827}.chat-sliding-close{height:32px;width:32px;transition:all .3s ease;cursor:pointer;background:none;border:none;display:flex;align-items:center;justify-content:center}.chat-sliding-close.light{color:white}.chat-sliding-close.light:hover{background-color:rgba(255,255,255,.2)}.chat-sliding-close.dark{color:#374151}.chat-sliding-close.dark:hover{background-color:#f3f4f6}.chat-sliding-close:hover{transform:scale(1.1)}.chat-sliding-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:24px}.chat-sliding-section{display:flex;flex-direction:column;gap:8px}.chat-sliding-section-title{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.chat-sliding-section-title.light{color:rgba(255,255,255,.6)}.chat-sliding-section-title.dark{color:#6b7280}.chat-sliding-nav{display:flex;flex-direction:column;gap:4px}.chat-sliding-link{display:block;padding:12px;font-size:.875rem;border-radius:6px;transition:all .3s ease;text-decoration:none;animation:fadeInSlideLeft .3s ease}.chat-sliding-link.light{color:rgba(255,255,255,.9)}.chat-sliding-link.light:hover{color:white;background-color:rgba(255,255,255,.2);transform:translateX(4px);box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.chat-sliding-link.dark{color:#374151}.chat-sliding-link.dark:hover{color:#111827;background-color:#f3f4f6;transform:translateX(4px);box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.chat-sliding-language{margin-top:auto;padding-top:16px;border-top:1px solid}.chat-sliding-language.light{border-color:rgba(255,255,255,.2)}.chat-sliding-language.dark{border-color:#e4e4e7}.chat-sliding-language-label{font-size:.875rem;font-weight:500;margin-bottom:8px}.chat-sliding-language-label.light{color:rgba(255,255,255,.9)}.chat-sliding-language-label.dark{color:#374151}.chat-menu-button{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;height:40px;width:40px;border-radius:6px;transition:all .2s ease}.chat-menu-button.light{background-color:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.4);box-shadow:none;color:white}.chat-menu-button.light:hover{background-color:rgba(255,255,255,.3);color:white}.chat-menu-button.dark{background-color:rgba(255,255,255,.9);border:1px solid #e4e4e7;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:#374151}.chat-menu-button.dark:hover{background-color:white;color:#111827}.chat-contact-button{font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;background:none;border:none;color:#374151}.chat-contact-button:hover{transform:scale(1.05);color:#111827}.chat-typing-cursor{animation:pulse 1s infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes fadeInSlideLeft{0%{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.chat-blinking-cursor{animation:blink 1s infinite;display:inline}.chat-assistant-container{height:100%;display:flex;flex-direction:column;width:100%;position:relative;background-color:white;overflow:hidden;min-height:0}.chat-assistant-container.rounded-xl{border-radius:12px}.chat-assistant-container.rounded-none{border-radius:0}.chat-assistant-container.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.chat-assistant-container.shadow-none{box-shadow:none}.chat-assistant-rounded{border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.chat-assistant-iframe{border-radius:0;border:0;box-shadow:none}.chat-assistant-mobile{border-radius:0;box-shadow:none}.chat-assistant-playground{border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.chat-assistant-fullscreen{box-shadow:none}.chat-assistant-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e4e4e7}.chat-assistant-header-left{display:flex;align-items:center;gap:12px}.chat-assistant-back-button{background:white;border:1px solid #e4e4e7;border-radius:6px;height:32px;width:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#71717a}.chat-assistant-back-button:hover{background-color:#f4f4f5;transform:scale(1.1)}.chat-assistant-logo{height:40px;width:40px;background-color:#09090b;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.chat-assistant-logo img{height:100%;width:100%;object-fit:contain}.chat-assistant-title{font-weight:600;color:#18181b}.chat-assistant-header-right{display:flex;align-items:center;gap:8px}.chat-assistant-close-button{background-color:transparent;border:none;color:#71717a;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.chat-assistant-close-button:hover{background-color:#f4f4f5;color:#18181b}.chat-assistant-disclaimer{position:relative;top:16px;left:0;right:0;margin:0 auto;z-index:20;width:calc(100% - 32px);padding-bottom:16px;transition:all .3s ease-in-out}.chat-assistant-disclaimer.closing{opacity:0;transform:translateY(-8px) scale(.95)}.chat-assistant-disclaimer:not(.closing){opacity:1;transform:translateY(0) scale(1)}.chat-assistant-disclaimer-content{background-color:white;border-radius:8px;padding:12px 24px 12px 12px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border:1px solid #e4e4e7;position:relative}.chat-assistant-disclaimer-close{position:absolute;top:8px;right:8px;color:#71717a;background:none;border:none;cursor:pointer;transition:color .2s ease}.chat-assistant-disclaimer-close:hover{color:#18181b}.chat-assistant-disclaimer-text{font-size:.875rem;color:#71717a;margin:0}.chat-assistant-messages{flex:1;overflow-y:auto;overflow-x:hidden;background-color:white;min-height:0;max-height:100%;scroll-behavior:smooth;display:flex;flex-direction:column}.chat-assistant-messages>*{flex-shrink:0}.chat-assistant-messages-iframe{padding:12px}.chat-assistant-messages-normal{padding:8px}.chat-assistant-messages::-webkit-scrollbar{display:none}@media (max-width:768px){.chat-assistant-messages{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}}.chat-assistant-files-preview{padding:16px 16px 8px}.chat-assistant-files-list{display:flex;flex-wrap:wrap;gap:8px}.chat-assistant-file-item{display:flex;align-items:center;gap:4px;background-color:#f4f4f5;padding:8px;border-radius:4px;font-size:12px}.chat-assistant-file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100px}.chat-assistant-file-remove{color:#71717a;background:none;border:none;cursor:pointer;transition:color .2s ease}.chat-assistant-file-remove:hover{color:#374151}.chat-assistant-input-area{padding:12px;box-shadow:0 -9px 50px -1px rgba(29,54,96,.25);border-top-left-radius:12px;border-top-right-radius:12px;border-top:1px solid #d1d5db}.chat-assistant-input-container{display:flex;flex-direction:column;gap:8px;background-color:white;border-radius:8px}.chat-assistant-textarea{width:100%;resize:none;outline:none;font-size:.875rem;max-height:96px;min-height:26px;margin-top:8px;border:none;background:transparent;color:#18181b}@media (max-width:768px){.chat-assistant-textarea{font-size:16px}}.chat-assistant-textarea::placeholder{color:#71717a}.chat-assistant-send-container{display:flex;justify-content:flex-end}.chat-assistant-send-button{flex-shrink:0;border-radius:6px;background-color:#09090b;border:none;height:32px;width:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease;color:white}.chat-assistant-send-button:hover:not(:disabled){background-color:#18181b}.chat-assistant-send-button:disabled{opacity:.5;cursor:not-allowed}.chat-assistant-send-button.fullscreen{height:32px;width:32px}.chat-assistant-footer{font-size:12px;color:#a1a1aa;text-align:center;margin-top:12px;margin-bottom:0}.chat-assistant-footer-link{color:#a1a1aa;text-decoration:none;transition:color .2s ease}.chat-assistant-footer-link:hover{color:#71717a}@media (max-width:480px){.chat-modal{width:100dvw;height:100dvh;max-width:none;max-height:none;bottom:0;right:0;left:0;border-radius:0}.chat-playground-modal{width:calc(100% - 16px);height:calc(100% - 64px);bottom:64px;right:8px;left:8px}.chat-starters-row.mobile{display:flex}.chat-starters-row.desktop,.chat-starters-row.widget{display:none}}@media (min-width:640px){.chat-starters-row.mobile{display:none}.chat-starters-row.desktop{display:flex}.chat-starters-row.widget{display:none}.chat-starters-content{min-width:auto}}.chat-assistant-container.chat-assistant-widget .chat-starters-row.mobile{display:flex!important}.chat-assistant-container.chat-assistant-widget .chat-starters-row.desktop,.chat-assistant-container.chat-assistant-widget .chat-starters-row.widget{display:none!important}.h-3{height:12px}.h-4{height:16px}.h-5{height:20px}.w-3{width:12px}.w-4{width:16px}.w-5{width:20px}.chatbotfor-chat .hidden{display:none}.relative{position:relative}.z-10{z-index:10}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.chat-audio-player-container{margin:16px 0;display:flex;justify-content:center}.chat-file-icon{height:12px;width:12px;color:#71717a}.chat-typing-container{display:flex;align-items:center;gap:4px}.chat-typing-dots{display:flex;gap:4px}.chat-typing-dot{width:8px;height:8px;background-color:#71717a;border-radius:50%;animation:bounce 1s infinite}.chat-typing-dot:first-child{animation-delay:0s}.chat-typing-dot:nth-child(2){animation-delay:.15s}.chat-typing-dot:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-8px,0)}70%{transform:translate3d(0,-4px,0)}90%{transform:translate3d(0,-2px,0)}}.chat-typing-text{color:#71717a}.chat-loading-text{color:#71717a;display:inline-block;animation:pulse-loading 2s ease-in-out infinite}@keyframes pulse-loading{0%,to{color:#71717a}50%{color:#a1a1aa}}.chat-message-container.mb-4{margin-bottom:16px}.chat-message-container.mb-1{margin-bottom:4px}.chat-message-avatar-spacer{width:24px;margin-right:8px;flex-shrink:0}.chat-message-bubble.mr-3px{margin-right:3px}.chat-message-bubble.ml-3px{margin-left:3px}.chat-message-content{font-size:14px;word-break:break-word}.chat-message-content p{margin:0}.chat-file-name-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-file-size-text{color:#71717a}