.chat-widget{z-index:9999;font-family:var(--font-family,"Inter", -apple-system, BlinkMacSystemFont, sans-serif);--text-color:#333;color:var(--text-color);position:fixed}.chat-widget-generating{& .chat-widget-send{display:none!important}& .chat-widget-abort{display:flex!important}}.chat-widget-bottom-right{bottom:20px;right:20px}.chat-widget-bottom-left{bottom:20px;left:20px}.chat-widget-top-right{top:20px;right:20px}.chat-widget-top-left{top:20px;left:20px}.chat-widget-toggle{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 4px 12px #6c5ce766}.chat-widget-container{width:calc(100vw - var(--scrollbar-width));background-color:#fff;border-radius:16px;flex-direction:column;height:100vh;transition:all .3s;display:flex;position:absolute;bottom:-20px;overflow:hidden;box-shadow:0 5px 40px #0000001f}@media only screen and (width>=768px){.chat-widget-container{width:480px;height:670px;bottom:70px}.chat-widget-container-toggle-button{bottom:-5px}}.chat-widget-container-full-screen{width:100vw;height:100vh;position:fixed;bottom:0;right:0}.chat-widget-bottom-right .chat-widget-container{right:-20px}@media only screen and (width>=768px){.chat-widget-bottom-right .chat-widget-container{right:0}}.chat-widget-bottom-left .chat-widget-container{left:-20px}@media only screen and (width>=768px){.chat-widget-bottom-left .chat-widget-container{left:0}}.chat-widget-top-right .chat-widget-container{top:-20px;bottom:auto;right:-20px}@media only screen and (width>=768px){.chat-widget-top-right .chat-widget-container{top:70px;right:0}}.chat-widget-top-left .chat-widget-container{top:-20px;bottom:auto;left:-20px}@media only screen and (width>=768px){.chat-widget-top-left .chat-widget-container{top:70px;left:0}}.chat-widget-header{color:var(--text-color);background-color:#fff;border-bottom:1px solid #f0f0f0;align-items:center;padding:16px 20px;display:flex}.chat-widget-header h3{margin:0;font-size:16px;font-weight:600}.chat-widget-container-full-screen .chat-widget-header h3{position:absolute;left:50%;transform:translate(-50%)}.chat-widget-header-actions{align-items:center;margin-left:auto;display:flex}.chat-widget-new-chat{color:#666;cursor:pointer;background:0 0;border:none;align-items:center;margin-right:16px;padding:8px 12px;font-size:14px;display:flex}.chat-widget-new-chat:hover{background-color:#f0f0f0;border-radius:4px}.chat-widget-new-chat svg{margin-right:6px}.chat-widget-new-chat:disabled{opacity:.5;cursor:not-allowed;color:#999}.chat-widget-new-chat:disabled:hover{background-color:#0000}.chat-widget-close{color:#666;cursor:pointer;background:0 0;border:none;font-size:20px}.chat-widget-full-screen{color:#666;cursor:pointer;background:0 0;border:none;font-size:14px;display:none}@media only screen and (width>=768px){.chat-widget-full-screen{display:block}}.chat-widget-content{flex:1;min-height:0}.chat-widget-welcome-title{text-align:center;color:var(--text-color);margin:0;font-size:24px;font-weight:500;line-height:1.25}.chat-widget-welcome-subtitle{text-align:center;color:var(--text-color);margin:0;font-size:14px;line-height:1.25}.chat-widget-prompts{flex-direction:column;justify-content:flex-end;gap:8px;width:100%;margin-top:16px;display:flex}.chat-widget-container-full-screen .chat-widget-prompts{flex-direction:row;justify-content:center}.chat-widget-welcome-icon{margin-bottom:10px}.chat-widget-welcome-icon svg path{fill:var(--primary-color)}.chat-widget-prompt{text-align:left;background-color:color-mix(in srgb, var(--primary-color) 10%, transparent);height:56px;font-size:14px;font-weight:500;font-family:var(--font-family);cursor:pointer;border-width:0;border-radius:4px;align-items:center;gap:8px;padding:4px 16px;display:flex}.chat-widget-container-full-screen .chat-widget-prompt{flex-direction:column;align-items:flex-start;height:104px}.chat-widget-messages,.chat-widget-welcome-screen{box-sizing:border-box;background-color:#fff;height:100%;padding:16px;overflow-y:auto}.chat-widget-welcome-screen{flex-direction:column;justify-content:center;align-items:center;display:flex}.chat-message{align-items:flex-start;max-width:100%;margin-bottom:16px;display:flex}.chat-message-user{justify-content:flex-end;margin-left:auto}.chat-message-bot{flex-direction:column;justify-content:flex-start;margin-right:auto}.chat-message-content-wrapper-main{flex-direction:row;max-width:100%;display:flex;overflow:hidden}.chat-message-content-main{width:100%;min-width:0;overflow:hidden}.chat-message-bot .chat-message-content-wrapper-main{background-color:color-mix(in srgb, var(--primary-color) 10%, transparent);color:var(--text-color);border-radius:4px;padding:12px 16px;box-shadow:0 1px 2px #0000000d}.chat-message-bot .chat-message-content{width:100%}.chat-message-bot .chat-message-text{padding:0}.chat-message-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin:0 4px;display:flex}.chat-message-avatar svg path{fill:var(--primary-color)}.chat-message-user .chat-message-avatar{background-color:var(--primary-color);color:#fff;margin-left:8px;margin-right:0}.chat-message-bot .chat-message-avatar{margin-left:0}.chat-message-content{flex-direction:column;max-width:100%;display:flex;overflow:hidden}.chat-message-text{word-break:break-word;overflow-wrap:break-word;border-radius:4px;max-width:100%;padding:12px 16px;font-size:14px;line-height:1.5;overflow:hidden}.chat-message-user .chat-message-text{color:var(--text-color);background-color:#f4f5f7}.chat-message-timestamp{color:#999;margin-top:4px;font-size:11px}.chat-message-user .chat-message-timestamp{text-align:right;margin-left:0;margin-right:4px}.chat-message-bot .chat-message-timestamp{text-align:left;margin-left:4px;margin-right:0}.chat-message-feedback{gap:8px;margin-top:8px;margin-left:4px;display:flex}.chat-message-feedback-button{cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:16px;transition:all .2s;& svg{pointer-events:none}}.chat-message-feedback-button:hover{opacity:1;color:var(--primary-color);background-color:color-mix(in srgb, var(--primary-color) 10%, transparent)}.chat-message-feedback-button.feedback-selected{opacity:1;color:var(--primary-color);background-color:color-mix(in srgb, var(--primary-color) 15%, transparent)}.chat-widget-input{background-color:#fff;border-top:1px solid #f0f0f0;flex-wrap:wrap;padding:16px;display:flex;position:relative}.chat-widget-input textarea{box-sizing:content-box;font-family:var(--font-family);color:var(--text-color);resize:none;border:1px solid #424652;border-radius:4px;outline:none;flex:1;padding:18px 52px 18px 12px;font-size:14px}.chat-widget-input textarea:focus{border-color:var(--primary-color)}.chat-widget-input:has(.chat-widget-file-input-container) textarea{padding-left:52px}.chat-widget-file-input-container{position:absolute;bottom:24px;left:24px}.chat-widget-file-input{display:none}.chat-widget-file-button{background-color:var(--secondary-color);color:#666;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.chat-widget-file-button:hover{background-color:#e0e0e0}.chat-widget-file-preview{flex-wrap:wrap;gap:8px;width:100%;padding:8px 0;display:flex}.chat-widget-file-item{background-color:#f0f0f0;border-radius:12px;align-items:center;padding:4px 8px;font-size:12px;display:flex}.chat-widget-file-item span{text-overflow:ellipsis;white-space:nowrap;max-width:150px;overflow:hidden}.chat-widget-file-item button{color:#888;cursor:pointer;background:0 0;border:none;margin-left:5px;font-size:14px}.chat-message-files{flex-wrap:wrap;gap:8px;margin-top:5px;display:flex}.chat-message-file{flex-direction:column;align-items:center;max-width:100px;display:flex}.chat-message-file-preview{object-fit:cover;border-radius:4px;width:80px;height:80px}.chat-message-file-icon{color:#555;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.chat-message-file-name{text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:4px;font-size:10px;overflow:hidden}.chat-message-user .chat-message-files{justify-content:flex-end;align-self:flex-end}.chat-message-bot .chat-message-files{justify-content:flex-start;align-self:flex-start}.chat-message-file-preview:hover{transition:transform .2s;transform:scale(1.05);box-shadow:0 2px 8px #0000001a}.chat-message-file-download{color:var(--primary-color);cursor:pointer;background:0 0;border:none;border-radius:4px;margin-top:4px;padding:2px 6px;font-size:12px}.chat-message-file-download:hover{background-color:#6c5ce71a}.chat-loading-spinner{justify-content:center;align-items:center;margin:16px 0 16px 40px;display:flex}.chat-loading-spinner-dot{background-color:var(--primary-color);border-radius:50%;width:8px;height:8px;margin:0 4px;animation:1.4s ease-in-out infinite both bounce}.chat-loading-spinner-dot:first-child{animation-delay:-.32s}.chat-loading-spinner-dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(.6)}40%{transform:scale(1)}}.chat-widget-send{color:#fff;cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;bottom:24px;right:24px}.chat-widget-send svg path{fill:var(--primary-color)}.chat-widget-abort{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:none;position:absolute;bottom:29px;right:30px}.chat-widget-footer,.chat-widget-powered-by{text-align:center;color:#999;border-top:1px solid #f0f0f0;padding:12px 16px;font-size:12px}.chat-widget-container-full-screen .chat-widget-footer,.chat-widget-container-full-screen .chat-widget-powered-by{background-color:#fff;border-top:none}.chat-widget-footer a{color:var(--primary-color);text-decoration:none}.chat-message-loading{justify-content:flex-start;align-items:center;min-width:50px;min-height:20px;margin-top:6px;display:flex;&~.chat-message-feedback{display:none}}.chat-message-dots{align-items:center;display:flex}.chat-message-dot{background-color:color-mix(in srgb, var(--primary-color) 10%, transparent);border-radius:50%;width:6px;height:6px;margin:0 2px;animation:1.4s ease-in-out infinite both bounce}.chat-message-progress{color:color-mix(in srgb, var(--text-color) 60%, transparent);opacity:.8;white-space:nowrap;order:2;width:100%;min-height:16px;margin-left:8px;font-size:12px;font-style:italic;transition:opacity .3s}.chat-message-dot:first-child{animation-delay:-.32s}.chat-message-dot:nth-child(2){animation-delay:-.16s}.chat-widget-human-support{text-align:center;padding:8px 16px 16px}.chat-widget-human-support a{color:var(--primary-color);align-items:center;font-size:14px;text-decoration:none;transition:color .2s;display:inline-flex}.chat-widget-human-link:hover{color:color-mix(in srgb, var(--primary-color) 80%, transparent);text-decoration:underline}.chat-widget-human-link svg{width:14px;height:14px;margin-left:6px}.chat-message-markdown{overflow:hidden}.chat-message-markdown h1,.chat-message-markdown h2,.chat-message-markdown h3,.chat-message-markdown h4,.chat-message-markdown h5,.chat-message-markdown h6{margin-top:.5em;margin-bottom:.5em;font-weight:600;line-height:1.25}.chat-message-markdown h1{font-size:1.5em}.chat-message-markdown h2{font-size:1.25em}.chat-message-markdown h3{font-size:1.125em}.chat-message-markdown p{margin-top:0;margin-bottom:.75em}.chat-message-markdown p:last-child{margin-bottom:0}.chat-message-markdown ul,.chat-message-markdown ol{margin-top:0;margin-bottom:.75em;padding-left:1.5em}.chat-message-markdown ul{list-style-type:"- "}.chat-message-markdown li{margin-bottom:.25em;display:list-item}.chat-message-markdown code{word-break:break-all;background-color:#0000000d;border-radius:3px;max-width:100%;padding:.2em .4em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em}.chat-message-markdown pre{white-space:pre;background-color:#0000000d;border-radius:6px;max-width:100%;margin-top:0;margin-bottom:.75em;padding:.75em;font-size:.9em;line-height:1.45;overflow-x:auto}.chat-message-markdown pre code{white-space:pre;word-wrap:normal;background-color:#0000;border-radius:0;max-width:100%;padding:0;display:block;overflow-x:auto}.chat-message-markdown a{color:var(--primary-color);text-decoration:none}.chat-message-markdown a:hover{text-decoration:underline}.chat-message-markdown blockquote{color:#6a737d;border-left:.25em solid #dfe2e5;margin:0 0 .75em;padding:0 1em}.chat-message-markdown img{border-radius:4px;max-width:100%;height:auto;display:inline-block}.chat-message-markdown table{border-collapse:collapse;word-break:normal;border-radius:4px;width:100%;margin-bottom:.75em}.chat-message-markdown table th{text-align:left;color:#7e7e7e99;padding:13px;font-weight:400}.chat-message-markdown table td{padding:17px 13px;font-weight:500}.chat-message-markdown table tr{background-color:#fff;border-top:1px solid #eeeff1;position:relative}.chat-widget-panel{flex:1;min-height:0;display:flex}.chat-widget-container-full-screen .chat-widget-panel{background-color:#f0f0f0;gap:16px;padding:40px}.chat-widget-main{border-radius:4px;flex-direction:column;flex:1;width:100%;display:flex;overflow:hidden}.chat-widget-history{background-color:#fff;border-radius:4px;width:25%;min-width:250px;max-width:320px;display:none}.chat-widget-container-full-screen .chat-widget-history{flex-direction:column;display:flex}.chat-widget-history-title{border-bottom:1px solid #f0f0f0;margin:0;padding:32px 16px;font-size:16px;font-weight:500}.chat-widget-history-chats-container{flex-direction:column;flex:1;padding:16px;display:flex;overflow-y:auto}.chat-widget-history-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:16px;display:flex}.chat-widget-history-empty h4{margin:0;font-size:24px;font-weight:500;line-height:32px}.chat-widget-history-empty span{color:#7e7e7e;font-size:14px;line-height:22px}.chat-widget-history-chat{cursor:pointer;font-family:var(--font-family);box-shadow:none;color:var(--text-color);background:#fcfcfd;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;padding:12px;transition:background .15s,color .15s;display:flex}.chat-widget-history-chat:hover,.chat-widget-history-chat.active{background:color-mix(in srgb, var(--primary-color) 5%, transparent);color:var(--primary-color)}.chat-widget-history-chat-title{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.chat-widget-history-chat-delete{appearance:none;color:#9aa0a6;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:6px}.chat-widget-history-chat:hover .chat-widget-history-chat-delete,.chat-widget-history-chat.active .chat-widget-history-chat-delete{color:var(--primary-color)}.chat-widget-history-chat-delete:hover{background:#0000000a}.chat-widget-history-chat-timestamp{color:#b2aecd;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:13px;font-weight:400;overflow:hidden}.chat-widget-history-date-header{color:#7e7e7e;margin:16px 0 8px;padding:0 4px;font-size:14px;font-weight:500}.chat-widget-history-date-header:first-child{margin-top:0}.chat-message-chart{width:100%;height:100%}.chat-message-chart-container{width:100%;min-width:250px;min-height:300px}#vg-tooltip-element{z-index:99999}.chat-message--full-width>.chat-message-content{width:100%}.chat-message-intermediate-steps{background-color:color-mix(in srgb, var(--primary-color) 5%, transparent);border:1px solid color-mix(in srgb, var(--primary-color) 10%, transparent);border-radius:4px;margin-bottom:12px;overflow:hidden}.chat-message-intermediate-steps>summary{color:var(--text-color);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;padding:5px 8px;font-size:14px;font-weight:500;transition:background-color .2s;display:flex}.chat-message-intermediate-steps[open]>summary{color:var(--primary-color)}.chat-message-intermediate-steps>summary:hover{background-color:color-mix(in srgb, var(--primary-color) 5%, transparent);color:var(--primary-color)}.chat-message-intermediate-steps>summary::marker{content:""}.chat-message-intermediate-steps>summary:before{content:"🤔 Show thinking";font-size:14px;font-weight:500}.chat-message-intermediate-steps[open]>summary:before{content:"💡 Hide thinking"}.chat-message-intermediate-step{color:color-mix(in srgb, var(--text-color) 60%, transparent);border-top:1px solid color-mix(in srgb, var(--primary-color) 10%, transparent);margin:0;padding:12px 16px 12px 40px;font-size:13px;line-height:1.5;transition:background-color .2s;position:relative}.chat-message-intermediate-step:last-child{border-bottom:none}.chat-message-intermediate-step:before{content:"";background-color:var(--primary-color);opacity:.5;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.chat-message-intermediate-step:after{content:"";background-color:var(--primary-color);opacity:.2;width:2px;height:100%;position:absolute;top:0;left:19px}.chat-message-intermediate-step:first-of-type:last-of-type:after{display:none}.chat-message-intermediate-step:first-of-type:after{height:50%;top:50%}.chat-message-intermediate-step:last-child:after{height:50%}.chat-message-intermediate-step:hover{background-color:color-mix(in srgb, var(--primary-color) 5%, transparent)}.chat-message-intermediate-steps::details-content{transition:height .5s ease, content-visibility .5s ease allow-discrete;height:0;overflow:clip}.chat-message-image-link-container{align-items:center;gap:24px;display:flex}.chat-message-image-link-container a{line-height:0}.chat-contract-image{position:absolute;left:10px;object-fit:cover!important;border-radius:50%!important;width:32px!important;height:32px!important}.chat-message-markdown table tr:has(.chat-contract-image-loaded) td:first-child{padding-left:50px}.chat-message-flag-container{align-items:center;gap:4px;display:flex}.chat-message-flag-container img{object-fit:cover;border-radius:50%;width:16px;height:16px}.chat-message-report-container{flex-direction:column;gap:16px;max-width:360px;margin-bottom:16px;display:flex;overflow:hidden}.chat-message-report-card{box-sizing:border-box;z-index:2;background:#fff;border:1px solid #eeeff1;border-radius:4px;justify-content:space-between;align-items:center;gap:12px;height:56px;padding:0 16px;display:flex;position:relative;box-shadow:0 1px 2px #1018280a}.chat-message-report-text{flex-direction:column;gap:2px;display:flex}.chat-message-report-card:has(.chat-contract-image-loaded) .chat-message-report-text{padding-left:40px}.chat-message-report-name{color:#000;font-size:14px;font-weight:500;line-height:22px}.chat-message-report-role{color:#545454;font-size:12px;line-height:20px}.chat-message-report-children{z-index:1;flex-direction:column;gap:12px;padding-left:50px;display:flex;position:relative}.chat-message-children-report-arrow{z-index:1;position:absolute;bottom:22px;left:-28px}@supports (interpolate-size:allow-keywords){:root{interpolate-size:allow-keywords}.chat-message-intermediate-steps[open]::details-content{height:auto}}
/*# sourceMappingURL=react.1d3f3181.css.map */
