.chatbot{position:relative;display:flex;flex-direction:column;height:var(--chatbot-height,100svh);background-color:var(--bg-color,#ffd1bf);overflow:hidden}.chatbot.is-history{height:auto}.chatbot.is-showcase{height:calc(var(--scroll-height)*1px);max-height:60svh}.chatbot button:disabled{opacity:.5}.chatbot__header{position:relative;z-index:20;height:64px;background:var(--header-color,#ffab60);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;flex-shrink:0}.chatbot__header-left{display:flex;align-items:center;gap:.75rem}.chatbot__header-name{font-weight:600;font-size:.95rem;color:var(--header-text-color,#fff)}.chatbot__header-actions{display:flex;align-items:center;gap:.25rem}.chatbot__header-action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.375rem;color:var(--header-text-color,#fff);opacity:.7;transition:opacity .3s}.chatbot__header-action-btn:hover{opacity:1}.chatbot__header-icon{display:flex;justify-content:center;align-items:center;padding:2px;width:2rem;height:2rem}.chatbot__header-icon svg{stroke:var(--header-text-color,#fff)}.chatbot__header-img{object-fit:contain;width:2rem;height:2rem;border-radius:.5rem;min-width:2rem}.chatbot__header-path{fill:var(--header-color,#ffab60)}.chatbot__body{position:relative;flex:1;overflow:hidden}.chatbot__take-preview{position:absolute;display:flex;height:100%;top:0;z-index:50;overflow:hidden}.chatbot__take-preview,.chatbot__take-preview video{width:100%;background:#000}.chatbot__preview-images{display:flex;flex-wrap:wrap;gap:.5rem;position:relative;padding:.5rem;border-radius:1.5rem;margin-bottom:.5rem;background:var(--input-color)}.chatbot__preview-image{position:relative;display:flex;align-items:center;justify-content:center;width:fit-content}.chatbot__remove-image{position:absolute;top:-4px;right:-4px;padding:.25rem;background-color:#fff;cursor:pointer;border-radius:9999px}.chatbot__preview-img{width:80px;height:80px;object-fit:cover;border-radius:4px}.chatbot__preview-state{position:absolute;padding:8px;border-radius:50%;color:var(--btn-svg-color)}.chatbot__preview-state:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--send-btn-color);filter:blur(10px)}.chatbot__preview-state svg{position:relative;z-index:9}.chatbot__input-bar{display:flex;width:100%;align-items:center;gap:8px;z-index:9}.chatbot__input-wrapper{position:relative;display:flex;align-items:center;gap:4px;width:100%;min-height:48px;background-color:var(--input-color,#fff);border-radius:999px;padding:.5rem;box-shadow:0 0 0 .5px rgba(0,0,0,.1),0 9px 9px 0 rgba(0,0,0,.01),0 2px 5px 0 rgba(0,0,0,.04)}.chatbot__input-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;border-radius:999px;z-index:-1}.chatbot__delete-btn{position:relative;background-color:var(--input-color,#fff);box-shadow:0 0 0 .5px rgba(0,0,0,.1019607843),0 9px 9px rgba(0,0,0,.0117647059),0 2px 5px rgba(0,0,0,.0392156863);color:var(--send-btn-color);flex-shrink:0;border-radius:50%;padding-left:.5rem;padding-right:.5rem}.chatbot__delete-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;border-radius:999px;z-index:-1}.chatbot__delete-btn:hover{background-color:var(--input-color,#fff)}.chatbot__voice-input{display:flex;align-items:center}.chatbot__voice-input button{color:var(--send-btn-color);transition:opacity .3s cubic-bezier(.4,0,.2,1)}.chatbot__voice-input button:hover{opacity:.6}.chatbot__audio-visualizer{display:flex;align-items:center;justify-content:flex-end;width:100%;height:100%}.chatbot__visualizer-canvas{height:40px;width:100%;max-width:400px}.chatbot__submit,.chatbot__voice-button{width:40px;height:40px}.chatbot__submit{display:flex;justify-content:center;align-items:center;flex-shrink:0;background:var(--send-btn-color,#ffab60);color:var(--btn-svg-color);border-radius:50%}.chatbot__submit svg{width:1.25rem;height:1.25rem}.chatbot__footer{flex-shrink:0;color:var(--system-text-color);background-color:var(--bg-color)}.chatbot__free-message{display:flex;justify-content:center;align-items:center;gap:.25rem;padding:.5rem;font-size:.75rem;height:32px}.chatbot .cs-chat-container{background-color:inherit}.chatbot.is-history,.chatbot.is-history .cs-chat-container{overflow:visible}.chatbot.is-history .cs-message-list{overflow:visible!important;height:auto!important}.chatbot.is-history .cs-message-list__scroll-wrapper{position:relative!important;top:auto;left:auto;right:auto;bottom:auto;overflow:visible!important}.chatbot.is-history .ps{overflow:visible!important}.chatbot.is-history .ps__rail-x,.chatbot.is-history .ps__rail-y{display:none!important}.chatbot .cs-message-list{position:relative;background-color:inherit}.chatbot .cs-message-list__scroll-wrapper{padding:1rem 1rem 68px}.chatbot .cs-message-list__scroll-wrapper>.cs-message{max-width:90%}.chatbot .cs-message.cs-message--ai.cs-message--single .cs-message__content{background:var(--bot-bg-color,#ff6b71);border-radius:0 24px 24px 24px;color:var(--bot-text-color,#fff)}.chatbot .cs-message.cs-message--ai.cs-message--single .cs-message__content td{padding:12px;border-bottom:1px solid var(--bot-text-color,#fff);text-align:left}.chatbot .cs-message.cs-message--ai.cs-message--single .cs-message__content tr:hover{background-color:rgba(255,255,255,.2)}.chatbot .cs-message.cs-message--system.cs-message--single{margin:auto;max-width:min(90%,500px)}.chatbot .cs-message.cs-message--system.cs-message--single .cs-message__content{background:rgba(0,0,0,0);color:var(--system-text-color);text-align:center;padding:0}.chatbot .cs-message.cs-message--human.cs-message--single .cs-message__content{background:var(--user-bg-color,#fff);border-radius:24px 24px 0 24px;color:var(--user-text-color,#333)}.chatbot .cs-message--predictions{position:relative}.chatbot .cs-message--predictions:before{content:"";position:absolute;left:0;top:0;height:100%;width:100%;border-radius:1.5rem;opacity:.5;background:var(--user-bg-color)}.chatbot .cs-message--predictions .cs-message-group__content{position:relative}.chatbot .cs-message.cs-message--prediction.cs-message--single .cs-message__content{background:var(--user-bg-color,#fff);color:var(--user-text-color,#333)}.chatbot .cs-message--predictions.cs-message-group--outgoing .cs-message-group__messages .cs-message .cs-message__content{color:var(--user-text-color,#333);background:var(--user-bg-color,#fff);border-radius:.7em;text-align:right}.chatbot .cs-message--predictions.cs-message-group--outgoing .cs-message-group__messages .chatbot__prediction-item--pinned .cs-message__content{position:relative;padding-right:32px;background:var(--user-text-color,#333);color:var(--user-bg-color,#fff)}.chatbot .cs-message--predictions.cs-message-group--outgoing .cs-message-group__messages .chatbot__prediction-item--pinned .cs-message__content:after{content:"📌";position:absolute;top:50%;transform:translateY(-50%);right:12px;font-size:.8em;opacity:.8;filter:grayscale(1)}.chatbot .cs-message-group{margin-top:2rem;width:fit-content;padding:1em}.chatbot .cs-message-group .cs-message__content{padding:.5em 1em}.chatbot .cs-message-group .cs-message{border-radius:.5em}.chatbot .cs-message-group .cs-message.cs-message--single:not(:first-child){margin-top:.4em}.chatbot .cs-chat-container .cs-input-toolbox{position:absolute;bottom:0;left:0;width:100%;padding:0 1rem 1rem;background-color:rgba(0,0,0,0);border:none;z-index:10;flex-direction:column;align-items:flex-start}.chatbot .cs-message-input__content-editor,.chatbot .cs-message-input__content-editor-container,.chatbot .cs-message-input__content-editor-wrapper{background-color:rgba(0,0,0,0)}.chatbot .cs-message-input__content-editor{color:var(--input-text-color)}.chatbot .chatbot__image-input{display:flex;align-items:center;flex-shrink:0;height:100%}.chatbot .cs-chat-container .cs-message-input{flex-wrap:wrap;flex-grow:1;flex-shrink:1;margin-top:0;padding:0;background:rgba(0,0,0,0);border:none}.chatbot .cs-message-input__content-editor-wrapper{padding-top:4px;padding-bottom:4px}.chatbot .cs-chat-container .cs-message-input .cs-message-input__content-editor-wrapper{margin:0}.chatbot.is-support-attachment .cs-message-input .cs-message-input__content-editor-wrapper{padding-left:0}.chatbot.is-support-voice .cs-message-input .cs-message-input__content-editor-wrapper{padding-right:0}.chatbot .cs-typing-indicator{position:relative;background-color:rgba(0,0,0,0);padding:0}.chatbot .cs-typing-indicator__dot{background-color:var(--bot-text-color)}.chatbot .cs-typing-indicator__text{color:var(--bot-text-color)}.chatbot .ps__rail-y.ps--clicking .ps__thumb-y,.chatbot .ps__rail-y:focus>.ps__thumb-y,.chatbot .ps__rail-y:hover>.ps__thumb-y,.chatbot .ps__thumb-y{background-color:var(--header-color)}.chatbot .cs-message.cs-message--single:not(:first-child){margin-top:1.5rem}.chatbot .cs-message{width:fit-content;overflow:visible}.chatbot .cs-message--prediction{position:relative}.chatbot .cs-message--prediction:before{content:"";position:absolute;left:0;top:0;z-index:-10;height:100%;width:100%;border-radius:1.5rem;opacity:.6;background:var(--user-bg-color)}.chatbot__prediction-item{background:var(--user-bg-color);color:var(--user-text-color)}.chatbot__prediction-item:hover{cursor:pointer;opacity:.9}.chatbot__prediction-footer{margin-top:.5rem;display:flex;align-items:center;gap:.5rem;color:var(--user-text-color)}.chatbot__prediction-footer:hover{opacity:.6}.chatbot .cs-message__content-wrapper{width:100%}.chatbot .cs-message__content{position:relative;width:100%;padding:1rem;white-space:normal}.chatbot .cs-message__content h1,.chatbot .cs-message__content h2,.chatbot .cs-message__content h3,.chatbot .cs-message__content h4,.chatbot .cs-message__content h5,.chatbot .cs-message__content h6{margin-bottom:12px;font-family:inherit;line-height:1.4;color:inherit;font-weight:700}.chatbot .cs-message__content h1{font-size:1.5em}.chatbot .cs-message__content h2{font-size:1.3em}.chatbot .cs-message__content h3{font-size:1.15em}.chatbot .cs-message__content h4{font-size:1.05em}.chatbot .cs-message__content h5{font-size:1em}.chatbot .cs-message__content h6{font-size:.9em}.chatbot .cs-message__content ol,.chatbot .cs-message__content ul{padding-left:24px;list-style:circle}.chatbot .cs-message__content ol{list-style:decimal}.chatbot .cs-message__content li{display:list-item;margin-bottom:12px}.chatbot .cs-message__content li p:first-child{display:inline}.chatbot .cs-message__content li p:first-child+*{margin-top:12px}.chatbot .cs-message__content a{text-decoration:underline}.chatbot .cs-message__content p:not(:last-child){margin-bottom:12px}.chatbot .cs-message__content p:first-child img{border-radius:32px 32px 4px 4px}.chatbot .cs-message__content img{width:300px;border-radius:4px}.chatbot .cs-message__content table{border-collapse:collapse;width:100%;margin-bottom:20px}.chatbot .cs-message__content table td{min-width:100px;padding:12px;text-align:left}.chatbot .cs-message__content table th{font-weight:700}.chatbot .cs-message__content hr{margin-bottom:12px}.chatbot .cs-message__custom-content{overflow-x:auto;width:100%}.chatbot .cs-message__footer{margin-left:1rem;margin-top:.25rem;display:flex;align-items:center;color:var(--user-text-color)}.chatbot .cs-message .cs-message__actions{color:var(--user-text-color,#333)}.chatbot .cs-message .cs-message__actions button{transition:color .2s ease,background-color .2s ease}.chatbot .cs-message .cs-message__actions button:hover{color:var(--user-bg-color,#fff);background:var(--user-text-color,#333)}.chatbot .cs-message .cs-message__action{color:inherit;border-radius:100px}nextjs-portal{display:none}.showcase-image-container .attention-message{--attention-message-left-position:-138px;top:50%;left:var(--attention-message-left-position);opacity:0;transform:translateY(-50%);transition:opacity 1s ease-in-out}.showcase-image-container .attention-message a{text-decoration:underline}.showcase-image-container .fade-in{opacity:1}@media screen and (max-width:767px){.showcase-image-container .attention-message{top:unset;bottom:0;left:50%;transform:translateX(-50%)}}.chatbot .cs-message.cs-message--single.cs-message--feedback{margin-top:1.5rem;z-index:0;width:100%}.chatbot .cs-message.cs-message--single.cs-message--feedback .cs-message__content{background:var(--feedback-bg-color,#ff6b71);color:var(--feedback-text-color,#fff);border-radius:0 24px 24px}.chatbot .cs-message__comment-btn{background:var(--feedback-bg-color,#ff6b71);color:var(--feedback-text-color,#fff);border-color:var(--feedback-text-color,#fff)}.chatbot .cs-message__comment-btn:hover{background:var(--feedback-text-color,#fff);color:var(--feedback-bg-color,#ff6b71);border-color:var(--feedback-bg-color,#ff6b71)}.chatbot .cs-message__subroutine-btn{background:var(--bot-text-color,#fff);color:var(--bot-bg-color,#ff6b71);border-color:var(--bot-bg-color,#ff6b71)}.chatbot .cs-message__subroutine-btn:hover{background:var(--bot-bg-color,#ff6b71);color:var(--bot-text-color,#fff);border-color:var(--bot-text-color,#fff)}