@keyframes slideIn{0%{opacity:0;transform:translate(100%)}60%{opacity:1;transform:translate(0)}80%{opacity:1;transform:translate(-15%)}to{opacity:1;transform:translate(0)}}.chatbot-button{cursor:pointer;z-index:100;transition:opacity .5s linear;animation:.6s ease-out forwards slideIn;display:flex;position:fixed;bottom:7em;right:2em}.chatbot-button__image{background-image:var(--tangerine-ai-bot);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100px;height:100px}.chatbot-button:focus{outline:none}.chatbot-resize-handle{cursor:col-resize;z-index:1000;justify-content:center;align-items:center;width:8px;transition:background-color .2s;display:flex;position:absolute;top:0;bottom:0;left:0}.chatbot-resize-handle:hover,.chatbot-resize-handle:focus,.chatbot-resize-handle--active{background-color:rgba(0,0,0,.05)}.chatbot-resize-handle:hover .chatbot-resize-handle__grip,.chatbot-resize-handle:focus .chatbot-resize-handle__grip,.chatbot-resize-handle--active .chatbot-resize-handle__grip{opacity:1}.chatbot-resize-handle--active{background-color:var(--chatbot-gray-dark,#e0e0e0)}.chatbot-resize-handle--active .chatbot-resize-handle__grip span{background-color:#fff}.chatbot-resize-handle__grip{opacity:0;flex-direction:column;gap:2px;transition:opacity .2s;display:flex}.chatbot-resize-handle__grip span{background-color:#999;border-radius:50%;width:3px;height:3px;transition:background-color .2s;display:block}.chat-button{font-family:var(--font-first);cursor:pointer;color:inherit;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:12px;padding:0;font-weight:700;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex;position:relative}.chat-button--large{height:40px;padding:8px 12px;font-size:18px}.chat-button--large .chat-button__icon svg,.chat-button--large .chat-button__icon-right svg,.chat-button--large .icon__wrapper svg{width:24px;height:24px}.chat-button--small{gap:8px;height:30px;padding:2px 8px;font-size:16px}.chat-button--small .chat-button__icon{width:16px;height:16px}.chat-button--icon-only{gap:0}.chat-button--icon-only.chat-button--large{padding:8px}.chat-button--icon-only.chat-button--small{padding:4px}.chat-button--icon-only .chat-button__text{display:none}.chat-button--icon-only{color:var(--color-tangerine-ai,#bc3ebc)}.chat-button--icon-only svg path{fill:var(--color-tangerine-ai,#bc3ebc)!important}.chat-button--icon-only:active{color:var(--color-tangerine-ai-dark,#741571)}.chat-button--icon-only:active svg path{fill:var(--color-tangerine-ai-dark,#741571)!important}.chat-button--brand.chat-button--contained{color:#fff;background:var(--color-tangerine-ai-gradient,linear-gradient(111deg,#e14de3 12.58%,#8c2a89 100%))}.chat-button--brand.chat-button--contained:hover:not(:disabled){background:var(--color-tangerine-ai-gradient-reverse,linear-gradient(291deg,#e14de3 12.5%,#8c2a89 99.91%))}.chat-button--brand.chat-button--contained:active:not(:disabled){background:var(--color-tangerine-ai-dark,#741571)}.chat-button--brand.chat-button--contained.chat-button--has-shadow.chat-button--large{box-shadow:0 3px rgba(188,62,188,.3)}.chat-button--brand.chat-button--contained.chat-button--has-shadow.chat-button--large:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px rgba(188,62,188,.3)}.chat-button--brand.chat-button--contained.chat-button--has-shadow.chat-button--large:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 3px rgba(188,62,188,.3)}.chat-button--brand.chat-button--contained.chat-button--has-shadow.chat-button--small{box-shadow:0 3px rgba(188,62,188,.3)}.chat-button--brand.chat-button--contained.chat-button--has-shadow.chat-button--small:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px rgba(188,62,188,.3)}.chat-button--brand.chat-button--contained.chat-button--has-shadow.chat-button--small:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 3px rgba(188,62,188,.3)}.chat-button--brand.chat-button--outlined{color:var(--color-tangerine-ai,#bc3ebc);border:1px solid var(--color-tangerine-ai,#bc3ebc);background-color:#fff}.chat-button--brand.chat-button--outlined.chat-button--has-shadow.chat-button--large{box-shadow:0 3px rgba(188,62,188,.2)}.chat-button--brand.chat-button--outlined.chat-button--has-shadow.chat-button--large:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px rgba(188,62,188,.2)}.chat-button--brand.chat-button--outlined.chat-button--has-shadow.chat-button--large:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 3px rgba(188,62,188,.2)}.chat-button--brand.chat-button--outlined.chat-button--has-shadow.chat-button--small{box-shadow:0 3px rgba(188,62,188,.2)}.chat-button--brand.chat-button--outlined.chat-button--has-shadow.chat-button--small:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px rgba(188,62,188,.2)}.chat-button--brand.chat-button--outlined.chat-button--has-shadow.chat-button--small:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 3px rgba(188,62,188,.2)}.chat-button--brand.chat-button--outlined:hover:not(:disabled),.chat-button--brand.chat-button--outlined:active:not(:disabled){color:var(--color-tangerine-ai-dark,#741571);background-color:var(--color-tangerine-ai-alpha,rgba(188,62,188,.15));border-color:var(--color-tangerine-ai-dark,#741571)}.chat-button--brand.chat-button--outlined.chat-button--icon-right svg path{fill:var(--color-tangerine-ai,#bc3ebc)}.chat-button--brand.chat-button--text{color:var(--color-tangerine-ai,#bc3ebc);font-family:var(--font-first);background-color:transparent;border-radius:8px}.chat-button--brand.chat-button--text.chat-button--icon-right svg path{fill:var(--color-tangerine-ai,#bc3ebc)}.chat-button--brand.chat-button--text:hover:not(:disabled){color:var(--color-tangerine-ai-dark,#741571);background-color:var(--color-tangerine-ai-alpha,rgba(188,62,188,.15))}.chat-button--brand.chat-button--text:hover:not(:disabled).chat-button--icon-right svg path{fill:var(--color-tangerine-ai-dark,#741571)}.chat-button--brand.chat-button--text.chat-button--icon-only:hover:not(:disabled){background-color:var(--color-tangerine-ai-lighter,#d068d0)}.chat-button--brand.chat-button--text.chat-button--icon-only:hover:not(:disabled) svg path{fill:var(--color-tangerine-ai,#bc3ebc)!important}.chat-button--brand.chat-button--text.chat-button--icon-only:active:not(:disabled){background-color:var(--color-tangerine-ai-lighter,#d068d0)}.chat-button--brand.chat-button--text.chat-button--icon-only:active:not(:disabled) svg path{fill:var(--color-tangerine-ai-dark,#741571)!important}.chat-button--brand.chat-button--text:not(.chat-button--icon-only):hover:not(:disabled),.chat-button--brand.chat-button--text:not(.chat-button--icon-only):active:not(:disabled){color:var(--color-tangerine-ai-dark,#741571);background-color:var(--color-tangerine-ai-alpha,rgba(188,62,188,.15))}.chat-button:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.chat-button__text{font-family:var(--font-first);font-weight:700;line-height:26px}.chat-button__icon{color:var(--color-tangerine-ai,#bc3ebc)}.chat-button__icon svg path{fill:var(--color-tangerine-ai,#bc3ebc)!important}.chat-mermaid-card{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin:8px 0;transition:all .2s}.chat-mermaid-card:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.chat-mermaid-card--error{color:#f66868;box-shadow:none;cursor:default;background:#fef0ef;border-color:#f66868;padding:8px}.chat-mermaid-card--error:hover{box-shadow:none;border-color:#f66868;transform:none}.chat-mermaid-card__preview{padding:8px;overflow:hidden}.chat-mermaid-card__preview .diagram-mermaid,.chat-mermaid-card__preview .diagram-mermaid *{pointer-events:none;-webkit-user-select:none;user-select:none}.chat-mermaid-card__footer{background-color:#f2f2f2;border-top:1px solid #e0e0e0;border-radius:0 0 8px 8px;padding:16px}.chat-mermaid-card__footer__content{justify-content:space-between;align-items:center;gap:8px;display:flex}.chat-mermaid-card__footer__title{color:#333;align-items:center;gap:4px;font-size:15px;font-weight:600;display:flex}.chat-mermaid-card__footer svg path{fill:#333}.report-modal__content{flex-direction:column;gap:16px;display:flex}.report-modal__subtitle{font-family:var(--font-second);color:#4e4e4e;margin:0;font-size:14px;font-weight:400;line-height:1.5}.report-modal__options{flex-direction:column;gap:16px;display:flex}.report-modal__options .input-radio .input-radio__icon-container{align-items:center;display:flex}.report-modal__option{padding:0}.report-modal__comment{flex-direction:column;gap:8px;margin-top:8px;display:flex}.report-modal .dialog__actions .footer-buttons .button{color:#fff;background:linear-gradient(111.12deg,var(--color-gradient-1)0.31%,var(--color-gradient-2)100%)}.report-modal .dialog__actions .footer-buttons .button.button--color-transparent{color:var(--color-first);background:0 0}.report-modal .dialog__actions .footer-buttons .button.button--color-transparent .button__text{color:var(--color-first)}.report-modal .dialog__actions .footer-buttons .button:disabled{opacity:.5;background:#e0e0e0}.report-modal .dialog__title{font-family:var(--font-second);font-size:15px;font-weight:600}.typing-indicator{justify-content:center;align-items:center;gap:7px;margin-top:0;display:flex}.typing-indicator--inline{background-color:transparent;border:none;justify-content:flex-start;width:auto;margin-top:8px;padding:8px 0 0}.typing-indicator span{border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite typing-pulse;display:inline-block}.typing-indicator span:first-child{background-color:var(--color-tangerine-ai,#bc3ebc);animation-delay:0s}.typing-indicator span:nth-child(2){background-color:var(--color-tangerine-ai-dark,#741571);animation-delay:.2s}.typing-indicator span:nth-child(3){background-color:var(--color-tangerine-ai-light,#f0c0f0);animation-delay:.4s}@keyframes typing-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.6)}}.chat-message{margin-bottom:10px;display:block;position:relative}.chat-bubble{gap:8px;margin-bottom:0;display:flex}.chat-bubble__avatar{background-color:transparent;background-image:var(--tangerine-ai-bot);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:0%;flex-shrink:0;justify-content:center;align-self:flex-end;align-items:center;width:32px;height:32px;margin-bottom:0;display:flex;overflow:hidden}.chat-bubble__content{flex-direction:column;flex:1;align-items:flex-start;gap:8px;display:flex}.chat-bubble__message{word-wrap:break-word;color:#333;border:1px solid #e0e0e0;border-radius:8px;flex:1;font-size:16px;line-height:24px}.chat-bubble__message-content{padding:8px}.chat-bubble__message .markdown-container p{margin-bottom:.5rem}.chat-bubble__message .markdown-container p:last-child{margin-bottom:0}.chat-bubble__message .chat-d3-card{width:100%}.chat-bubble__message .chat-d3-card:first-child{margin-top:0}.chat-bubble__message .chat-d3-card:last-child{margin-bottom:0}.chat-bubble__image{margin-bottom:8px;padding:0 8px}.chat-bubble__image img{cursor:pointer;border-radius:8px;max-width:100%;max-height:300px;display:block}.chat-bubble__attachments{flex-direction:column;gap:8px;display:flex}.chat-bubble__attachments .chat-bubble__image{margin-bottom:0}.chat-bubble--bot .chat-bubble__content{width:100%}.chat-bubble--bot .chat-bubble__message{background-color:#fff;border-radius:8px 8px 8px 0;width:100%}.chat-bubble--user{flex-direction:row-reverse}.chat-bubble--user .chat-bubble__content{flex-direction:column;align-items:flex-end;display:flex}.chat-bubble--user .chat-bubble__message{background-color:var(--color-tangerine-ai-lighter,#d068d0);border:1px solid var(--color-tangerine-ai-light,#f0c0f0);color:#333;border-radius:8px 8px 0;width:auto;max-width:80%}.chat-bubble--just-posted .chat-bubble__message{border-style:solid;border-width:1px;border-image:linear-gradient(111.12deg,var(--color-tangerine-ai,#bc3ebc)12.58%,var(--color-tangerine-ai-dark,#741571)100%)1}.chat-bubble__tool-indicators{flex-direction:column;gap:8px;width:100%;display:flex}.chat-message__error-icon{flex-shrink:0;width:24px;height:24px;margin-top:2px}.chat-message__error-icon-image{object-fit:contain;width:100%;height:100%}.chat-message__bubble--error .chat-bubble__content{background:#fef0ef;border:1px solid #f66868;border-radius:8px;padding:12px 8px}.chat-message__bubble--error .chat-bubble__message{background:0 0;border:none;padding:0}.chat-message__bubble--error .chat-bubble__text{color:#f66868}.chat-message--streaming .chat-bubble__content .typing-indicator{background-color:#fff;border:1px solid #f2f2f2;border-radius:8px 8px 8px 0;width:100%;padding:12px 16px}.chat-message__actions{align-items:center;gap:8px;margin-top:4px;margin-left:40px;display:flex}.chat-message__audio-button--loading{opacity:.6;cursor:wait}.chat-message__flag-button{transition:all .2s}.chat-message__flag-button--flagged{opacity:.7;cursor:default}.chat-message__flag-button--flagged:hover{opacity:.7}.conversation-history__list{margin:0;padding:0;list-style:none}.conversation-history__item{position:relative}.conversation-history__item:not(:last-child):after{content:"";background-color:#e0e0e0;height:1px;position:absolute;bottom:0;left:0;right:0}.conversation-history__item-wrapper{border-radius:4px;align-items:center;gap:8px;padding:8px;transition:background-color .2s;display:flex}.conversation-history__item-wrapper:hover{background-color:#f2f2f2}.conversation-history__button{cursor:pointer;text-align:left;background:0 0;border:none;flex:1;align-items:center;min-width:0;padding:0;display:flex}.conversation-history__info{flex:1;min-width:0}.conversation-history__item-title{color:#333;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:500;line-height:24px;font-family:var(--font-second);letter-spacing:normal;margin-bottom:2px;overflow:hidden}.conversation-history__metadata{color:#828282;font-size:14px;font-weight:500;line-height:normal;font-family:var(--font-second);letter-spacing:normal}.conversation-history__empty{text-align:center;color:#828282;padding:40px 16px;font-size:14px}.conversation-history__loading{text-align:center;color:#828282;flex-direction:column;align-items:center;gap:12px;padding:40px 16px;font-size:14px;display:flex}.conversation-history__spinner{border:2px solid #f2f2f2;border-top-color:var(--color-tangerine-ai,#bc3ebc);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}.conversation-history__error{text-align:center;color:#f66868;flex-direction:column;align-items:center;gap:8px;padding:40px 16px;font-size:14px;display:flex}.conversation-history__error .icon__wrapper{width:24px;height:24px}.conversation-history__delete-button{cursor:pointer;opacity:1;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:2px;transition:background-color .2s;display:flex}.conversation-history__delete-button:hover{background-color:rgba(246,104,104,.1)}.conversation-history__delete-button:hover .icon__wrapper svg path{fill:#f66868}.conversation-history__delete-button .icon__wrapper{width:20px;height:20px}.conversation-history__new-chat-button{width:100%}.conversation-history__load-more{justify-content:center;align-items:center;min-height:60px;padding:16px;display:flex}.conversation-history__loading-more{color:#828282;font-size:14px;font-family:var(--font-second);align-items:center;gap:8px;display:flex}.conversation-history__end{text-align:center;color:#828282;font-size:14px;font-family:var(--font-second);padding:16px;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chatbot{background-color:#fff;border-left:1px solid #e0e0e0;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.chatbot__header{background-color:#fff;border-bottom:1px solid #e0e0e0;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.chatbot__header-left{position:relative}.chatbot__header-wrapper{flex-shrink:0;position:relative}.chatbot__history-button{color:#4e4e4e;cursor:pointer;background:0 0;border:none;border-radius:16px;align-items:center;gap:6px;padding:6px 12px;font-size:15px;transition:background-color .2s;display:flex}.chatbot__history-button:hover,.chatbot__history-button.active{color:#333;background-color:#f2f2f2}.chatbot__close-button{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}.chatbot__close-button:hover{background-color:#f2f2f2}.chatbot__content{flex-direction:column;flex:1;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.chatbot__drag-overlay{border:2px dashed var(--color-tangerine-ai,#bc3ebc);z-index:20;pointer-events:none;background-color:rgba(51,51,51,.25);position:absolute;top:0;bottom:0;left:0;right:0}.chatbot__drag-overlay--invalid{background-color:rgba(246,104,104,.05);border-color:#ba1f33}.chatbot__drag-overlay-text{font-family:var(--font-second-bold);color:#fff;pointer-events:none;white-space:nowrap;text-align:center;background-color:#333;border-radius:8px;padding:8px 16px;font-size:14px;position:absolute;transform:translate(-50%,24px);box-shadow:0 2px 8px rgba(51,51,51,.15)}.chatbot__drag-overlay-text--invalid{color:#333;background-color:#fff;border:1px solid #e04949;align-items:center;gap:8px;padding:4px 8px;display:flex;box-shadow:0 5px 20px rgba(169,155,144,.2)}.chatbot__input-container{z-index:10;background-color:#fff;border-top:1px solid #e0e0e0;flex-shrink:0;width:100%;min-height:72px;margin-top:auto;padding:16px 8px;position:-webkit-sticky;position:sticky;bottom:0}