.chat-container{background:#fff;border-radius:15px;box-shadow:0 4px 10px #0000001a;width:350px}.chat-message{background:#f0f8ff;padding:8px 12px;border-radius:15px;margin:5px 0}.input-container{display:flex;align-items:center;padding:10px;border-top:1px solid #ddd}.input-box{flex-grow:1;padding:8px;border-radius:10px;border:1px solid #ddd}.send-button{background:#007bff;border-radius:50%;padding:8px;color:#fff;margin-left:5px;cursor:pointer}.tuva-chat-header{display:flex;align-items:center;justify-content:space-between;padding:clamp(12px,2vh,20px) clamp(16px,3vw,24px);border-bottom:1px solid #e5e5e5;background-color:var(--header-bg,#e5e5e5);border-radius:var(--header-border-radius,24px 24px 0 0);height:62px;min-height:62px;max-height:62px;box-sizing:border-box;position:relative;transition:all .3s ease;flex-shrink:0}.chat-header-curve{content:"";position:absolute;bottom:-10.5px;left:50%;transform:translate(-50%);height:17.5px;width:clamp(120px,20vw,180px);background:linear-gradient(to bottom,#006adb00,#006adb80,#006adb4d 60%,#006adb1a);border-radius:0 0 140px 140px;z-index:5;box-shadow:none}.expanded .chat-header-curve{width:clamp(160px,25vw,220px);height:21px;bottom:-12.6px}.header-left{display:flex;align-items:center;gap:clamp(6px,1vw,12px);position:relative;z-index:10;padding-left:5px}.header-logo{width:clamp(24px,4vw,32px);height:clamp(24px,4vw,32px);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;padding:2px;transition:transform .3s ease;z-index:15;box-shadow:0 1px 3px #0000001a}.header-logo.no-background{background:#fff0;box-shadow:none;padding:0}.header-logo:hover{transform:scale(1.1)}.header-logo:before{content:"";position:absolute;inset:0;border-radius:50%;border:.5px solid rgb(255 255 255 / .4);animation:headerLogoPulse 2s infinite ease-in-out}.header-logo.no-background:before{display:none}.header-logo.assistant-image-container{background:#fff;width:clamp(28px,4.5vw,36px);height:clamp(28px,4.5vw,36px);border-radius:50%;padding:0;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a;overflow:hidden}.header-logo.assistant-image-container .header-logo-image{width:clamp(22px,3.5vw,30px);height:clamp(22px,3.5vw,30px);border-radius:50%;object-fit:contain;margin:auto}@keyframes headerLogoPulse{0%{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.1}to{transform:scale(1);opacity:.3}}.header-logo-inner{background:linear-gradient(135deg,#006adb,#08f);color:#fff;width:clamp(18px,3vw,24px);height:clamp(18px,3vw,24px);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:clamp(11px,1vw,13px);box-shadow:0 1px 4px #0003;text-shadow:0 1px 1px rgb(0 0 0 / .2);letter-spacing:.04em;font-family:var(--font-sans)}.header-logo-image{width:clamp(18px,3vw,24px);height:clamp(18px,3vw,24px);border-radius:50%;object-fit:cover}.header-logo.no-background .header-logo-image{width:clamp(24px,4vw,32px);height:clamp(24px,4vw,32px)}.header-title{font-size:clamp(18px,1.4vw,24px);font-weight:600;color:#fff;margin:0;text-shadow:0 1px 2px rgb(0 0 0 / .1);letter-spacing:.02em;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:clamp(120px,25vw,200px);font-family:var(--font-sans)}.header-right{display:flex;align-items:center;gap:clamp(6px,1vw,12px);position:relative;z-index:10;padding-right:5px}.header-avatar{width:clamp(24px,4vw,32px);height:clamp(24px,4vw,32px);border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;font-size:clamp(11px,1vw,13px);transition:all .3s ease;border:1px solid rgb(255 255 255 / .3);font-family:var(--font-sans)}.tuva-header-button{background:#fff0;border:none;border-radius:50%;width:clamp(32px,5vw,40px);height:clamp(32px,5vw,40px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}.tuva-header-button:hover{background:#ffffff40!important;transform:scale(1.05)!important}.tuva-header-button:focus{outline:none!important;background:transparent!important}.tuva-header-button:focus-visible{outline:2px solid rgb(255 255 255 / .7)!important;outline-offset:2px!important;background:transparent!important}.tuva-header-icon-button{background:#fff0;border:none;border-radius:50%;width:clamp(32px,5vw,40px);height:clamp(32px,5vw,40px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}.tuva-header-icon-button svg{width:clamp(16px,2.5vw,20px);height:clamp(16px,2.5vw,20px);stroke-width:2}.tuva-header-icon-button:hover{background:#ffffff40!important;transform:scale(1.05)!important}.tuva-header-icon-button:focus{outline:none!important;background:transparent!important}.tuva-header-icon-button:focus-visible{outline:2px solid rgb(255 255 255 / .7)!important;outline-offset:2px!important;background:transparent!important}.tuva-header-menu-container{position:relative}.tuva-header-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;min-width:clamp(140px,25vw,180px);z-index:10001;overflow:hidden;animation:dropdownFadeIn .2s ease-out;border:1px solid rgb(0 0 0 / .08)}@media(min-width:768px){.tuva-header-dropdown-menu.tuva-in-expanded-view{min-width:180px}}@media(min-width:1024px){.tuva-header-dropdown-menu{min-width:180px}.tuva-header-dropdown-menu.tuva-in-expanded-view{min-width:200px}}.tuva-header-dropdown-menu.closing{animation:dropdownFadeOut .15s ease-in forwards}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes dropdownFadeOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.95)}}.header-dropdown-menu:before{content:"";position:absolute;top:-6px;right:12px;width:12px;height:12px;background:#fff;border:1px solid rgb(0 0 0 / .08);border-bottom:none;border-right:none;transform:rotate(45deg);z-index:-1}.tuva-header-menu-item{display:flex;align-items:center;gap:clamp(8px,1.5vw,12px);padding:clamp(10px,2vh,14px) clamp(12px,2.5vw,16px);color:#000;font-size:clamp(14px,1vw,17px);font-weight:400;cursor:pointer;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;position:relative;overflow:hidden;font-family:var(--font-sans)}.tuva-header-menu-item svg{width:clamp(14px,2.2vw,17px);height:clamp(14px,2.2vw,17px);stroke-width:2;transition:all .2s ease;flex-shrink:0;color:#000}.tuva-menu-text-wrapper{display:flex;align-items:center;flex:1;min-width:0}.tuva-header-menu-item span{color:#000;font-weight:500;line-height:1.3}.tuva-header-menu-item.tuva-reload-chat span,.tuva-header-menu-item.tuva-clear-chat span,.tuva-header-menu-item.tuva-download-chat span{color:#000}.tuva-header-menu-item.tuva-reload-chat svg,.tuva-header-menu-item.tuva-clear-chat svg,.tuva-header-menu-item.tuva-download-chat svg{color:#000}.tuva-header-menu-item:focus{outline:none!important;background:transparent!important}.tuva-header-menu-item:focus-visible{outline:2px solid #3b82f6!important;outline-offset:2px!important;background:transparent!important}.tuva-header-menu-item+.tuva-header-menu-item{border-top:1px solid #f3f4f6}.tuva-header-menu-item:not(:last-child){border-bottom:none}.tuva-header-menu-item:hover{background:#f9fafb}.tuva-header-menu-item:hover svg{transform:scale(1.1)}.tuva-header-menu-item:active{background:#f3f4f6;transform:scale(.98)}.tuva-header-menu-item.tuva-reload-chat,.tuva-header-menu-item.tuva-clear-chat,.tuva-header-menu-item.tuva-download-chat{color:#000}.tuva-header-menu-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#fff0;transition:all .2s ease}.tuva-header-menu-item:hover:before{background:#3b82f6;transform:scaleY(1)}.tuva-header-menu-item.tuva-reload-chat:hover svg{animation:reloadSpin .55s ease-in-out}@keyframes reloadSpin{0%{transform:rotate(0) scale(1)}to{transform:rotate(-360deg) scale(1.12)}}.tuva-header-menu-item.tuva-download-chat:hover svg{transform:translateY(3px) scale(1.1);animation:downloadBounce .6s ease-in-out}@keyframes downloadBounce{0%{transform:translateY(0) scale(1.1)}30%{transform:translateY(6px) scale(1.15)}60%{transform:translateY(-2px) scale(1.05)}to{transform:translateY(3px) scale(1.1)}}.tuva-header-menu-divider{height:1px;background:#e5e7eb;margin:4px 0}.tuva-header-content{display:flex;padding-right:0;align-items:center;justify-content:space-between;width:100%;height:100%}.tuva-assistant-info{display:flex;align-items:center;gap:clamp(8px,1.5vw,12px);flex:1;min-width:0}.tuva-header-controls{display:flex;align-items:center;gap:clamp(4px,1vw,1px);flex-shrink:0}@media(max-width:480px){.header-controls{gap:3px}}@media(min-width:481px)and (max-width:767px){.header-controls{gap:5px}}@media(min-width:768px){.header-controls{gap:2px}}.tuva-minimize-icon{display:flex;align-items:center;justify-content:center;width:clamp(16px,2.5vw,20px);height:clamp(16px,2.5vw,20px)}.tuva-menu-button{background:#fff0;border:none;border-radius:50%;width:clamp(32px,5vw,40px)!important;height:clamp(32px,5vw,40px)!important;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff;font-size:clamp(16px,2.5vw,20px);font-weight:700;line-height:1}.tuva-menu-button:hover{background:#ffffff40!important;transform:scale(1.05)!important}.tuva-menu-button:focus{outline:none!important;background:transparent!important}.tuva-menu-button:focus-visible{outline:2px solid rgb(255 255 255 / .7)!important;outline-offset:2px!important;background:transparent!important}@media(max-width:480px){.tuva-header-button,.tuva-header-icon-button,.tuva-menu-button{width:32px!important;height:32px!important}}.tuva-assistant-name{font-size:clamp(18px,1.4vw,24px);font-weight:600;color:#fff;text-shadow:0 1px 2px rgb(0 0 0 / .1);letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:clamp(100px,20vw,245px);font-family:var(--font-sans)}.tuva-menu-item{display:flex;align-items:center;gap:clamp(8px,1.5vw,12px);padding:clamp(10px,2vh,14px) clamp(12px,2.5vw,16px);color:#374151;font-size:clamp(14px,1vw,17px);cursor:pointer;transition:background-color .2s ease;border:none;background:none;width:100%;text-align:left;font-family:var(--font-sans)}.tuva-menu-item:hover{background:#f9fafb}.tuva-assistant-image-container{width:clamp(28px,4.5vw,36px);height:clamp(28px,4.5vw,36px);border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;overflow:hidden;flex-shrink:0;border:2px solid rgb(255 255 255 / .3)}.tuva-assistant-image-fallback{width:clamp(28px,4.5vw,36px);height:clamp(28px,4.5vw,36px);border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;font-size:clamp(11px,1vw,13px);text-shadow:0 1px 2px rgb(0 0 0 / .2);border:2px solid rgb(255 255 255 / .3);flex-shrink:0;font-family:var(--font-sans)}.tuva-expand-icon{display:flex;align-items:center;justify-content:center;width:clamp(16px,2.5vw,20px);height:clamp(16px,2.5vw,20px)}.close-button{background:#ffffff26;border:none;color:#fff}.tuva-menu-container{position:relative}.tuva-assistant-image{width:clamp(24px,3.8vw,32px);height:clamp(24px,3.8vw,32px);border-radius:50%;object-fit:cover;border:1px solid rgb(255 255 255 / .2)}@media(min-width:768px){.tuva-chat-header{height:65px;min-height:65px;max-height:70px}}.expanded .tuva-chat-header,html.chat-expanded #tuva-root .tuva-chat-header{height:70px!important;min-height:70px!important;max-height:70px!important}.tuva-header-button:hover,.tuva-header-icon-button:hover,.tuva-menu-button:hover,.expanded .tuva-header-button:hover,.expanded .tuva-header-icon-button:hover,.expanded .tuva-menu-button:hover,html.chat-expanded .tuva-header-button:hover,html.chat-expanded .tuva-header-icon-button:hover,html.chat-expanded .tuva-menu-button:hover{background:#ffffff40!important;transform:scale(1.05)!important}.tuva-header-button:active,.tuva-header-icon-button:active,.tuva-menu-button:active{transform:scale(.95)!important}.tuva-test-stepper{color:var(--tuva-primary,#006adb)!important}.tuva-test-stepper:hover{background:#006adb1a!important;color:var(--tuva-primary,#006adb)!important}.tuva-test-stepper svg{color:var(--tuva-primary,#006adb)!important}.tuva-stepper-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:100%;max-width:100%;margin:24px;position:relative;overflow:visible}.tuva-stepper-container table,.tuva-stepper-container .table-container{width:100%;min-width:600px;border-collapse:collapse;margin:16px 0;font-size:14px;line-height:1.4}.tuva-table-wrapper{width:100%;overflow-x:auto;overflow-y:hidden;border-radius:8px;box-shadow:0 2px 8px #0000001a;background:#fff}.tuva-stepper-container th{background-color:#f8f9fa;color:#495057;font-weight:600;text-align:left;padding:12px 16px;border-bottom:2px solid #dee2e6;white-space:nowrap;min-width:120px}.tuva-stepper-container td{padding:12px 16px;border-bottom:1px solid #e9ecef;vertical-align:top;word-wrap:break-word;min-width:120px;white-space:nowrap}.tuva-stepper-container tbody tr:hover{background-color:#f8f9fa;transition:background-color .2s ease}.tuva-stepper-container .status-column{width:140px;min-width:140px;text-align:center}.tuva-stepper-container .action-column{width:160px;min-width:160px;text-align:left}.tuva-stepper-container .software-column{width:180px;min-width:180px;font-weight:500}.tuva-stepper-container .description-column{min-width:200px;max-width:300px}@media(max-width:768px){.tuva-table-wrapper{margin:0 -16px;border-radius:0}.tuva-stepper-container table,.tuva-stepper-container .table-container{min-width:500px}.tuva-stepper-container th,.tuva-stepper-container td{padding:8px 12px;font-size:13px}}@media(max-width:480px){.tuva-stepper-container table,.tuva-stepper-container .table-container{min-width:450px}.tuva-stepper-container th,.tuva-stepper-container td{padding:6px 8px;font-size:12px}}.tuva-stepper-header{font-size:24px;font-weight:700;color:var(--color-text,#1f2937);margin-bottom:32px;text-align:center}.tuva-stepper{list-style:none;margin:7px;padding:0;position:relative;width:100%}.tuva-step{position:relative;display:flex;gap:16px;padding:0 0 32px;width:100%;transition:all .4s cubic-bezier(.25,.46,.45,.94);transform:translateZ(0);animation:slideInUp .5s cubic-bezier(.25,.46,.45,.94) forwards;opacity:0;animation-fill-mode:forwards}.tuva-step:nth-child(1){animation-delay:.1s}.tuva-step:nth-child(2){animation-delay:.2s}.tuva-step:nth-child(3){animation-delay:.3s}.tuva-step:nth-child(4){animation-delay:.4s}.tuva-step:nth-child(5){animation-delay:.5s}.tuva-step:nth-child(6){animation-delay:.6s}.tuva-step:nth-child(7){animation-delay:.7s}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px) scale(.95)}60%{opacity:.8;transform:translateY(-2px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}.tuva-step:last-child{padding-bottom:0}.tuva-marker-container{display:flex;flex-direction:column;align-items:center;flex-shrink:0;position:relative;width:30px}.tuva-marker{z-index:10;width:30px;height:30px;min-width:30px;min-height:30px;max-width:30px;max-height:30px;border-radius:50%;background-color:#202020;border:3px solid #d1d5db;box-shadow:0 2px 8px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);flex-shrink:0;box-sizing:border-box;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important}.tuva-marker.active{border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 4px #3b82f626,0 2px 8px #0000001a;display:flex!important;align-items:center!important;justify-content:center!important}.tuva-marker.completed{background-color:#f0f2f5;border:2px solid #2d4d5d;color:#37474f}.tuva-marker.completed svg{stroke:#585454;stroke-width:3;width:18px;height:18px;flex-shrink:0}.tuva-marker .MuiCircularProgress-root{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;color:#c6c9cc;width:16px!important;height:16px!important;margin:0!important;padding:0!important}.tuva-marker .MuiCircularProgress-svg{width:16px!important;height:16px!important}.tuva-marker-container:before{content:"";position:absolute;top:15px;left:14px;width:2px;height:calc(100% - 15px);background-color:#e5e7eb;z-index:-1}.tuva-step:last-child .tuva-marker-container:before{display:none}.tuva-step.completed .tuva-marker-container:before{background-color:#d5dcda}.tuva-connecting-line{display:none!important}.tuva-body{flex:1 1 auto;min-width:0;width:100%;padding-top:8px;transition:all .3s cubic-bezier(.25,.46,.45,.94);transform:translateZ(0);overflow-x:auto;overflow-y:hidden}.tuva-body table,.tuva-body .table-container{min-width:100%;width:max-content}.tuva-title{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:4px;line-height:1.3;transition:all .3s cubic-bezier(.25,.46,.45,.94);transform:translateZ(0)}.tuva-desc,.tuva-desc *,.tuva-desc>*,.tuva-desc div,.tuva-desc div *,.tuva-desc p,.tuva-desc span,.tuva-desc small,.tuva-step .tuva-desc .typing-effect,.tuva-step .tuva-desc .typing-effect *,.tuva-step .tuva-desc .typing-effect>*,.tuva-step .tuva-desc .typing-effect span,.tuva-step .tuva-desc .typing-effect div,.tuva-desc [class*=typing],.tuva-desc [class*=typing] *{font-size:14px!important;line-height:1.4!important;font-weight:400!important;color:#2c3647!important;font-family:inherit!important;margin:0!important;padding:0!important;position:relative!important;top:2px!important}.tuva-desc.blinking{animation:tuva-pulse 1.5s ease-in-out infinite!important}@keyframes tuva-pulse{0%,to{opacity:1}50%{opacity:.4}}.tuva-step.active{transition:all .4s cubic-bezier(.25,.46,.45,.94);transform:translateZ(0)}.tuva-step.active .tuva-title{color:#1a1a1a;font-weight:600;transform:translateY(0) scale(1);opacity:1;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.tuva-step.completed{transition:all .4s cubic-bezier(.25,.46,.45,.94);transform:translateZ(0)}.tuva-step.completed .tuva-desc{color:#37474f;opacity:.8;transition:all .3s cubic-bezier(.25,.46,.45,.94)}@media(max-width:640px){.tuva-stepper-container{margin:16px}.tuva-stepper-header{font-size:20px;margin-bottom:24px}.tuva-step{gap:12px;padding-bottom:28px}.tuva-marker-container{width:27px}.tuva-marker{width:27px;height:27px;min-width:27px;min-height:27px;max-width:27px;max-height:27px;border-width:2px}.tuva-marker.completed svg{width:16px;height:16px;stroke-width:2.5}.tuva-marker .MuiCircularProgress-root,.tuva-marker .MuiCircularProgress-svg{width:18px;height:18px}.tuva-marker-container:before{top:13.5px;left:12.5px;height:calc(100% - 13.5px)}.tuva-title{font-size:16px;margin-bottom:6px}.tuva-desc{font-size:11px!important}}@media(max-width:480px){.tuva-stepper-container{margin:12px}.tuva-step{gap:10px;padding-bottom:24px}.tuva-marker-container{width:24px}.tuva-marker{width:24px;height:24px;min-width:24px;min-height:24px;max-width:24px;max-height:24px}.tuva-marker .MuiCircularProgress-root,.tuva-marker .MuiCircularProgress-svg{width:18px;height:18px}.tuva-marker-container:before{top:12px;left:11px;height:calc(100% - 12px)}.tuva-title{font-size:15px}.tuva-desc{font-size:10px}}@media(prefers-reduced-motion:reduce){.tuva-marker{transition:none}.tuva-connecting-line,.tuva-marker-container:after{transition:none}.tuva-desc{animation:none}.tuva-step{animation:none;opacity:1;transform:none}.tuva-title,.tuva-body{transition:none;transform:none}}@media(prefers-contrast:high){.tuva-marker{border-width:3px;box-shadow:none}.tuva-marker.active{border-color:#88898b;box-shadow:none}.tuva-marker.completed{background-color:#9fa19f;border-color:#868886}.tuva-connecting-line.completed,.tuva-step.completed .tuva-marker-container:after{background-color:#898c89}.tuva-title{color:#000}.tuva-desc{color:#333}}@media print{.tuva-stepper-container{margin:0}.tuva-marker{box-shadow:none}.tuva-desc{animation:none}.tuva-marker .MuiCircularProgress-root{display:none}}.tuva-stepper-container .markdown-content table,.tuva-stepper-container .html-content table,.tuva-stepper-container .formatted-content table{width:100%;min-width:600px;border-collapse:collapse;margin:16px 0;font-size:14px;line-height:1.4;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.tuva-stepper-container .markdown-content th,.tuva-stepper-container .html-content th,.tuva-stepper-container .formatted-content th{background-color:#f8f9fa;color:#495057;font-weight:600;text-align:left;padding:12px 16px;border-bottom:2px solid #dee2e6;white-space:nowrap;min-width:120px}.tuva-stepper-container .markdown-content td,.tuva-stepper-container .html-content td,.tuva-stepper-container .formatted-content td{padding:12px 16px;border-bottom:1px solid #e9ecef;vertical-align:top;word-wrap:break-word;max-width:200px}.tuva-stepper-container .markdown-content,.tuva-stepper-container .html-content,.tuva-stepper-container .formatted-content{overflow-x:auto;overflow-y:hidden;max-width:100%}.chat-bubble .table-container{width:100%!important;overflow-x:auto!important;overflow-y:auto!important;max-height:600px;border-radius:8px;border:1px solid #e1e5e9;background-color:#fff;box-shadow:0 2px 4px #00000005;margin:1em 0}.chat-bubble .table-container table{width:auto!important;min-width:100%!important;border-collapse:collapse;font-size:.9rem;background-color:#fff;white-space:nowrap}.chat-bubble .table-container th,.chat-bubble .table-container td{padding:12px 16px;border-bottom:1px solid #e9ecef;vertical-align:top;min-width:120px;white-space:nowrap}.chat-bubble .table-container th{background-color:#f8f9fa;color:#495057;font-weight:600;text-align:left;border-bottom:2px solid #dee2e6}._typingBubble_1sigh_3{display:flex;margin-bottom:6px;margin-left:16px;transform:translateZ(0);position:relative;z-index:1}._typingContent_1sigh_12{background:#fff0;border-radius:8px 16px 16px;padding:8px 12px;min-height:38px;display:flex;align-items:center;justify-content:center;box-shadow:none;font-size:14px;font-weight:var(--font-weight-message);line-height:1.5}._techTypingIndicator_1sigh_27{position:relative;display:inline-flex;align-items:center;justify-content:center;height:20px;width:auto;line-height:20px;vertical-align:middle;font-size:14px;font-weight:var(--font-weight-message)}._techDots_1sigh_40{position:relative;display:inline-flex;align-items:center;justify-content:center;height:20px;line-height:20px}._typing-indicator_1sigh_49{display:flex;align-items:center;justify-content:center;padding:0 5px;height:20px}._dots_1sigh_57{display:inline-flex;align-items:center;gap:4px}._dot_1sigh_57{width:6px;height:6px;background-color:var(--primary-color,#006adb);border-radius:50%;opacity:.7;animation:_typing_1sigh_3 .8s infinite}._dot_1sigh_57:nth-child(1){animation-delay:0s}._dot_1sigh_57:nth-child(2){animation-delay:.2s}._dot_1sigh_57:nth-child(3){animation-delay:.4s}@keyframes _typing_1sigh_3{0%,to{transform:translateY(0);opacity:.7}50%{transform:translateY(-4px);opacity:1}}@media(max-width:480px){._dot_1sigh_57{width:5px;height:5px}}.expanded ._techTypingIndicator_1sigh_27{width:42px;height:20px}.expanded ._techDots_1sigh_40{height:8px}.expanded ._techDots_1sigh_40 span{width:5px;height:5px;margin:0 8px}._typingContainer_1sigh_111{width:100%;display:block;transition:height .4s cubic-bezier(.25,.46,.45,.94);will-change:height;contain:layout style}._textContent_1sigh_119{display:block;white-space:pre-wrap;word-wrap:break-word;word-break:break-word;line-height:1.5;font-family:var(--font-sans);font-weight:var(--font-weight-message);font-size:inherit;position:relative;overflow:hidden;transition:height .3s cubic-bezier(.25,.46,.45,.94);will-change:height,transform;contain:layout style}._textContent_1sigh_119 strong{font-weight:600}._textContent_1sigh_119 em{font-style:italic}._textContent_1sigh_119 code{font-family:var(--font-mono);background-color:#0000000d;padding:2px 4px;border-radius:3px;font-size:.9em}._textContent_1sigh_119 br{display:block;content:"";margin:8px 0}._textContent_1sigh_119 *{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;margin:inherit;padding:inherit;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._gradientReveal_1sigh_172{position:relative;animation:_fadeInSmooth_1sigh_1 .6s cubic-bezier(.25,.46,.45,.94) forwards}._gradientReveal_1sigh_172:after{content:"";position:absolute;top:0;right:0;bottom:0;width:30px;animation:_slideReveal_1sigh_1 .8s cubic-bezier(.4,0,.2,1) forwards;pointer-events:none}@keyframes _fadeInSmooth_1sigh_1{0%{opacity:0;transform:translateY(2px) scale(.98)}50%{opacity:.8;transform:translateY(1px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes _slideReveal_1sigh_1{0%{transform:translate(0);opacity:1}70%{transform:translate(20px);opacity:.6}to{transform:translate(40px);opacity:0}}@media(prefers-reduced-motion:reduce){._gradientReveal_1sigh_172{animation:none}._gradientReveal_1sigh_172:after{animation:none;opacity:0}._textContent_1sigh_119{transition:none}}.chat-bubble{display:flex;max-width:80%;margin-bottom:8px;position:relative;z-index:1;align-self:flex-start;margin-right:auto;transform:translateY(0);transition:transform .2s ease,z-index .01s linear,margin .3s cubic-bezier(.25,.46,.45,.94);overflow:visible;box-sizing:border-box;min-width:0;flex-shrink:1;will-change:transform;contain:layout}.chat-bubble.bot{max-width:80%;margin-left:16px;margin-right:auto;min-width:0;flex-shrink:1}.chat-bubble.user{align-self:flex-end;margin-left:auto;margin-right:16px;width:fit-content;min-width:auto;max-width:80%;margin-bottom:3px}.chat-bubble:hover{transform:none;filter:none;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased}.chat-bubble.focused{transform:none;z-index:2}.chat-bubble.focused .message-content{box-shadow:0 4px 12px #e5e6e81f}.chat-bubble:focus{outline:none!important;box-shadow:none!important;border:none!important}.chat-bubble:focus-visible{outline:none!important;box-shadow:none!important;border:none!important}.chat-bubble:active{outline:none!important;box-shadow:none!important;border:none!important}.chat-bubble:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40px;z-index:5;background-color:#fff0;pointer-events:none}.chat-bubble.bot.in-sequence:not(:last-of-type){margin-bottom:4px}.chat-bubble.bot.in-sequence:last-of-type{margin-bottom:16px}.message-container-spacing{width:fit-content;max-width:100%;box-sizing:border-box;min-width:0;flex-shrink:1;display:flex;flex-direction:column;align-items:stretch;overflow:visible;position:relative;margin-bottom:8px}.message-content{background-color:#fff;padding:8px 12px!important;border-radius:16px;box-shadow:0 2px 6px #00000014;position:relative;transition:box-shadow .2s ease,transform .2s ease,height .4s cubic-bezier(.25,.46,.45,.94);font-size:14px!important;line-height:1.4;font-weight:var(--font-weight-message);display:block!important;box-sizing:border-box;width:fit-content;max-width:100%;min-height:36px!important;height:auto!important;word-break:break-word!important;overflow-wrap:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;text-align:left!important;white-space:normal!important;opacity:1;transform:translateY(0);min-width:0;flex-shrink:1;will-change:height;contain:layout style;outline:none!important;border:none!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch}.message-content:focus{outline:none!important;box-shadow:0 2px 6px #00000014!important;border:none!important}.message-content:focus-visible{outline:none!important;box-shadow:0 2px 6px #00000014!important;border:none!important}.message-content:active{outline:none!important;box-shadow:0 2px 6px #00000014!important;border:none!important}.chat-bubble.user .message-content{background-color:var(--primary-color,#006adb);color:var(--text-color,#ffffff);border-top-right-radius:8px;white-space:pre-wrap!important;margin-left:auto}.chat-bubble.user .message-content p,#tuva-root .chat-bubble.user .message-content p,[data-tuva-chatbot] .chat-bubble.user .message-content p,.chat-bubble .message-content p.chat-plain-text,#tuva-root .chat-bubble .message-content p.chat-plain-text,[data-tuva-chatbot] .chat-bubble .message-content p.chat-plain-text{white-space:pre-wrap!important}.chat-bubble.bot .message-content{color:#333;border-top-left-radius:8px}.chat-bubble.bot .message-content:has(.tuva-stepper-container){background-color:#fff;box-shadow:0 2px 6px #00000014;border-radius:8px 16px 16px;padding:8px 12px!important}.chat-bubble.bot.in-sequence .message-content{border-top-left-radius:16px;border-bottom-left-radius:12px;margin-top:-2px;box-shadow:0 2px 4px #0000000a}.message-content p,.message-content div,.formatted-content,.message-content span:not(.math-text-segment):not(.katex):not(.katex *){margin:0!important;padding:0!important;display:block!important;font-size:var(--font-size-base)!important;line-height:var(--line-height-normal)!important;font-weight:var(--font-weight-message)!important;letter-spacing:.01em!important;box-sizing:border-box!important;font-family:var(--font-sans)!important;word-break:break-word!important;overflow-wrap:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;text-align:left!important;text-decoration:none!important;text-transform:none!important;word-spacing:normal!important;text-indent:0!important;text-shadow:none!important;background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;height:auto!important;min-height:auto!important;min-width:0!important;max-width:100%!important;overflow:visible!important;visibility:visible!important;opacity:1!important;z-index:auto!important;position:static!important;inset:auto!important;float:none!important;clear:none!important;white-space:normal!important;transform:none!important;animation:none!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;clip:auto!important;clip-path:none!important;-webkit-mask:none!important;mask:none!important;mix-blend-mode:normal!important}.message-content span:not(.math-text-segment):not(.katex):not(.katex *){max-width:100%!important;min-width:0!important}.message-content .markdown-content,.message-content .markdown-content p,.message-content .markdown-content div{overflow:visible!important;max-width:100%!important;min-width:0!important}.message-content .markdown-content ol,.message-content .markdown-content ul{overflow:visible!important;padding-left:2em!important;list-style-position:outside!important}.message-content .markdown-content ol>li{display:list-item!important;list-style-type:decimal!important;overflow:visible!important}.message-content .markdown-content ul>li{display:list-item!important;list-style-type:disc!important;overflow:visible!important}.message-content .visible{opacity:1}.message-content .text-content{opacity:1;scroll-behavior:auto}.message-content .text-content.visible{opacity:1}.message-content a{color:inherit!important;text-decoration:underline!important;text-decoration-color:inherit!important;cursor:pointer;display:inline!important;position:static!important;float:none!important;margin:0!important;padding:0!important;border:none!important;background:none!important;box-shadow:none!important;font-weight:inherit!important;font-size:inherit!important;line-height:inherit!important;text-transform:none!important;width:auto!important;transition:opacity .2s ease}.message-content a:hover{color:inherit!important;text-decoration:underline!important;text-decoration-color:inherit!important;opacity:.8}.chat-bubble.user .message-content a{pointer-events:none!important;cursor:text!important;text-decoration:none!important;color:inherit!important}.chat-bubble.user .message-content a:hover{text-decoration:none!important;opacity:1!important}@media(max-width:600px){.expanded .chat-bubble{max-width:88%}.expanded .chat-bubble.bot,.chat-bubble.bot{max-width:80%}.message-content{padding:8px 11px!important;min-height:35px!important}}.message-content .attachment-message .attachment-bubble-button{display:inline-flex!important;align-items:center!important}.attachment-item{display:flex!important;text-align:center!important;align-items:center!important;justify-content:center!important}.message-with-attachments{display:flex;flex-direction:column;gap:8px;width:100%}.message-with-attachments.chatgpt-style{align-items:stretch;gap:10px;width:100%;text-align:end!important}.message-attachments-wrapper{display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;min-width:0}.user-image-attachments-scrollable{scrollbar-width:thin;scrollbar-color:rgb(255 255 255 / .45) rgb(255 255 255 / .12);-webkit-overflow-scrolling:touch;padding-bottom:4px}.user-image-attachments-scrollable::-webkit-scrollbar{display:block;height:6px}.user-image-attachments-scrollable::-webkit-scrollbar-track{background:#ffffff1f;border-radius:999px}.user-image-attachments-scrollable::-webkit-scrollbar-thumb{background:#ffffff73;border-radius:999px}#tuva-root .chat-bubble.user.user-theme-light .user-image-attachments-scrollable,[data-tuva-chatbot] .chat-bubble.user.user-theme-light .user-image-attachments-scrollable{scrollbar-color:rgb(0 0 0 / .35) rgb(0 0 0 / .08)}#tuva-root .chat-bubble.user.user-theme-light .user-image-attachments-scrollable::-webkit-scrollbar-track,[data-tuva-chatbot] .chat-bubble.user.user-theme-light .user-image-attachments-scrollable::-webkit-scrollbar-track{background:#00000014}#tuva-root .chat-bubble.user.user-theme-light .user-image-attachments-scrollable::-webkit-scrollbar-thumb,[data-tuva-chatbot] .chat-bubble.user.user-theme-light .user-image-attachments-scrollable::-webkit-scrollbar-thumb{background:#00000059}.user-image-attachments{display:flex!important;width:100%;gap:8px}.user-image-attachments-single{justify-content:flex-end}.user-image-attachments-multi{flex-direction:row!important;flex-wrap:nowrap!important;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;max-width:100%;min-width:0;scrollbar-width:thin;scrollbar-color:rgb(255 255 255 / .45) rgb(255 255 255 / .12);-webkit-overflow-scrolling:touch;touch-action:pan-x;direction:ltr}.user-image-attachments-track{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;gap:8px;width:max-content}.user-image-attachments-multi::-webkit-scrollbar{display:block;height:6px}.user-image-attachments-multi::-webkit-scrollbar-track{background:#ffffff1f;border-radius:999px}.user-image-attachments-multi::-webkit-scrollbar-thumb{background:#ffffff73;border-radius:999px}.chat-bubble.user.user-multi-image-message,#tuva-root .chat-bubble.user.user-multi-image-message,[data-tuva-chatbot] .chat-bubble.user.user-multi-image-message{width:100%!important;max-width:80%!important;min-width:0!important;contain:none!important;overflow:visible!important}#tuva-root .chat-bubble.user.user-multi-image-message .message-container-spacing,[data-tuva-chatbot] .chat-bubble.user.user-multi-image-message .message-container-spacing{width:100%!important;max-width:100%!important;min-width:0!important}.chat-bubble.user.user-multi-image-message .message-content,#tuva-root .chat-bubble.user.user-multi-image-message .message-content,[data-tuva-chatbot] .chat-bubble.user.user-multi-image-message .message-content{width:fit-content!important;max-width:100%!important;min-width:0!important;contain:none!important;overflow:visible!important}#tuva-root .chat-bubble.user.user-multi-image-message .message-with-attachments,#tuva-root .chat-bubble.user.user-multi-image-message .message-attachments-wrapper,[data-tuva-chatbot] .chat-bubble.user.user-multi-image-message .message-with-attachments,[data-tuva-chatbot] .chat-bubble.user.user-multi-image-message .message-attachments-wrapper{width:100%!important;max-width:100%!important;min-width:0!important}#tuva-root .chat-bubble.user .message-content .user-image-attachments-multi,#tuva-root .chat-bubble.user .message-content .user-image-attachments.user-image-attachments-scrollable,[data-tuva-chatbot] .chat-bubble.user .message-content .user-image-attachments-multi,[data-tuva-chatbot] .chat-bubble.user .message-content .user-image-attachments.user-image-attachments-scrollable{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:thin!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x!important;direction:ltr!important}#tuva-root .chat-bubble.user .message-content .user-image-attachments-track,[data-tuva-chatbot] .chat-bubble.user .message-content .user-image-attachments-track{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:flex-start!important;justify-content:flex-start!important;gap:8px!important;width:max-content!important}#tuva-root .chat-bubble.user .message-content .user-image-attachments-scrollable::-webkit-scrollbar,[data-tuva-chatbot] .chat-bubble.user .message-content .user-image-attachments-scrollable::-webkit-scrollbar{display:block!important;height:6px!important}#tuva-root .chat-bubble.user .message-content .user-image-attachments-scrollable::-webkit-scrollbar-track,[data-tuva-chatbot] .chat-bubble.user .message-content .user-image-attachments-scrollable::-webkit-scrollbar-track{background:#ffffff1f!important;border-radius:999px!important}#tuva-root .chat-bubble.user .message-content .user-image-attachments-scrollable::-webkit-scrollbar-thumb,[data-tuva-chatbot] .chat-bubble.user .message-content .user-image-attachments-scrollable::-webkit-scrollbar-thumb{background:#ffffff73!important;border-radius:999px!important}#tuva-root .chat-bubble.user.user-theme-light .message-content .user-image-attachments-scrollable::-webkit-scrollbar-track,[data-tuva-chatbot] .chat-bubble.user.user-theme-light .message-content .user-image-attachments-scrollable::-webkit-scrollbar-track{background:#00000014!important}#tuva-root .chat-bubble.user.user-theme-light .message-content .user-image-attachments-scrollable::-webkit-scrollbar-thumb,[data-tuva-chatbot] .chat-bubble.user.user-theme-light .message-content .user-image-attachments-scrollable::-webkit-scrollbar-thumb{background:#00000059!important}#tuva-root .chat-bubble.user .message-content .user-image-attachments-single,[data-tuva-chatbot] .chat-bubble.user .message-content .user-image-attachments-single{display:flex!important;flex-direction:row!important;justify-content:flex-end!important;width:100%!important;overflow:visible!important}#tuva-root .chat-bubble.user .message-content .user-image-attachment-item.multi,[data-tuva-chatbot] .chat-bubble.user .message-content .user-image-attachment-item.multi{display:block!important;flex:0 0 auto!important;width:66px!important;min-width:66px!important;max-width:66px!important}#tuva-root .chat-bubble.user .message-content .user-image-attachment-item.single,[data-tuva-chatbot] .chat-bubble.user .message-content .user-image-attachment-item.single{display:block!important;flex:0 0 auto!important;width:auto!important;min-width:0!important;max-width:min(180px,100%)!important}#tuva-root .chat-bubble.user .message-content .user-image-attachment-link,[data-tuva-chatbot] .chat-bubble.user .message-content .user-image-attachment-link{display:block!important}#tuva-root .chat-bubble.user .message-content .user-image-preview-large,[data-tuva-chatbot] .chat-bubble.user .message-content .user-image-preview-large{display:block!important;width:100%!important;max-width:180px!important;max-height:200px!important;height:auto!important;object-fit:cover!important;border-radius:16px!important}#tuva-root .chat-bubble.user .message-content .user-image-preview-thumb,[data-tuva-chatbot] .chat-bubble.user .message-content .user-image-preview-thumb{display:block!important;width:66px!important;height:66px!important;object-fit:cover!important}.user-image-attachment-item.single{max-width:min(360px,100%)}.user-image-attachment-item.multi{width:66px;min-width:66px;flex-shrink:0}.user-image-attachment-link{display:block;text-decoration:none;border-radius:16px;overflow:hidden;line-height:0}.user-image-attachment-open{padding:0;margin:0;border:0;background:#fff0;cursor:pointer;width:100%;text-align:inherit}.user-image-attachment-open:focus-visible{outline:2px solid var(--primary-color,#006adb);outline-offset:2px}.user-image-preview-large{display:block;width:100%;max-width:360px;max-height:400px;object-fit:cover;border-radius:16px;background:#00000014}.user-image-preview-thumb{display:block;width:66px;height:66px;object-fit:cover;border-radius:14px;background:#00000014}#tuva-root .chat-bubble.user.user-image-message .message-content,[data-tuva-chatbot] .chat-bubble.user.user-image-message .message-content{background:transparent!important;box-shadow:none!important;padding:0!important;border-radius:0!important;min-height:0!important;overflow:visible!important;max-width:100%!important}#tuva-root .chat-bubble.user.user-image-message .message-with-attachments .user-message-followup-text,[data-tuva-chatbot] .chat-bubble.user.user-image-message .message-with-attachments .user-message-followup-text{display:inline-block!important;width:fit-content!important;max-width:100%!important;border-radius:24px!important;background:var(--primary-color,#006adb)!important;color:var(--text-color,#ffffff)!important;align-self:flex-end!important}#tuva-root .chat-bubble.user.user-image-message .message-with-attachments.chatgpt-style,[data-tuva-chatbot] .chat-bubble.user.user-image-message .message-with-attachments.chatgpt-style{align-items:flex-end!important}.message-with-attachments .user-message-followup-text{margin:0;padding-top:2px}#tuva-root .chat-bubble.user.user-combined-message .message-content,#tuva-root .chat-bubble.user.user-file-card-message .message-content,[data-tuva-chatbot] .chat-bubble.user.user-combined-message .message-content,[data-tuva-chatbot] .chat-bubble.user.user-file-card-message .message-content{background:var(--primary-color,#006adb)!important;color:var(--text-color,#ffffff)!important;padding:10px!important;box-shadow:0 2px 6px #00000014!important;border-radius:16px!important;min-height:36px!important}#tuva-root .chat-bubble.user .message-content a.file-attachment-link,[data-tuva-chatbot] .chat-bubble.user .message-content a.file-attachment-link{display:flex!important;flex-direction:row!important;align-items:center!important;gap:12px!important;width:100%!important;padding:10px 12px!important;border-radius:12px!important;text-decoration:none!important;box-sizing:border-box!important}#tuva-root .chat-bubble.user.user-theme-dark .message-content a.file-attachment-link,[data-tuva-chatbot] .chat-bubble.user.user-theme-dark .message-content a.file-attachment-link{background:#ffffff29!important;border:1px solid rgb(255 255 255 / .28)!important}#tuva-root .chat-bubble.user.user-theme-light .message-content a.file-attachment-link,[data-tuva-chatbot] .chat-bubble.user.user-theme-light .message-content a.file-attachment-link{background:#00000014!important;border:1px solid rgb(0 0 0 / .12)!important}#tuva-root .chat-bubble.user.user-theme-dark .message-content a.file-attachment-link:hover,[data-tuva-chatbot] .chat-bubble.user.user-theme-dark .message-content a.file-attachment-link:hover{background:#ffffff3d!important}#tuva-root .chat-bubble.user.user-theme-light .message-content a.file-attachment-link:hover,[data-tuva-chatbot] .chat-bubble.user.user-theme-light .message-content a.file-attachment-link:hover{background:#0000001f!important}#tuva-root .chat-bubble.user .message-content .file-attachment-icon-tile,[data-tuva-chatbot] .chat-bubble.user .message-content .file-attachment-icon-tile{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;min-width:40px!important;border-radius:8px!important;flex-shrink:0!important}#tuva-root .chat-bubble.user .message-content .file-attachment-meta,[data-tuva-chatbot] .chat-bubble.user .message-content .file-attachment-meta{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:2px!important;min-width:0!important;flex:1 1 auto!important}#tuva-root .chat-bubble.user .message-content .file-attachment-name,[data-tuva-chatbot] .chat-bubble.user .message-content .file-attachment-name{display:block!important;font-size:14px!important;font-weight:600!important;line-height:1.3!important;color:var(--text-color,#ffffff)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}#tuva-root .chat-bubble.user.user-theme-dark .message-content .file-attachment-type,[data-tuva-chatbot] .chat-bubble.user.user-theme-dark .message-content .file-attachment-type{color:#ffffffc7!important}#tuva-root .chat-bubble.user.user-theme-light .message-content .file-attachment-type,[data-tuva-chatbot] .chat-bubble.user.user-theme-light .message-content .file-attachment-type{color:#00000094!important}#tuva-root .chat-bubble.user .message-content .file-attachment-type,[data-tuva-chatbot] .chat-bubble.user .message-content .file-attachment-type{display:block!important;font-size:12px!important;font-weight:500!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.02em!important}#tuva-root .chat-bubble.user .message-content .file-attachment-icon-tile svg,#tuva-root .chat-bubble.user .message-content .file-attachment-icon-tile .MuiSvgIcon-root,[data-tuva-chatbot] .chat-bubble.user .message-content .file-attachment-icon-tile svg,[data-tuva-chatbot] .chat-bubble.user .message-content .file-attachment-icon-tile .MuiSvgIcon-root{width:22px!important;height:22px!important;color:#fff!important}#tuva-root .chat-bubble.user .file-attachment-card,[data-tuva-chatbot] .chat-bubble.user .file-attachment-card{display:block!important;width:100%!important;text-align:left!important}#tuva-root .chat-bubble.user .attachment-container-card,[data-tuva-chatbot] .chat-bubble.user .attachment-container-card{display:flex!important;flex-direction:column!important;gap:8px!important;width:100%!important}#tuva-root .chat-bubble.user .attachment-item.file-attachment-card,[data-tuva-chatbot] .chat-bubble.user .attachment-item.file-attachment-card{display:block!important;justify-content:flex-start!important;text-align:left!important}#tuva-root .chat-bubble.user .message-content .user-message-followup-text,[data-tuva-chatbot] .chat-bubble.user .message-content .user-message-followup-text{display:block!important;margin:0!important;padding-top:2px!important;color:var(--text-color,#ffffff)!important;white-space:pre-wrap!important}.file-attachment-link{display:flex!important;align-items:center!important;gap:12px!important;padding:10px 12px!important;border-radius:12px!important;text-decoration:none!important;color:inherit!important;min-width:200px;max-width:100%;box-sizing:border-box;transition:background-color .15s ease,border-color .15s ease}.file-attachment-icon-tile{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff!important}.file-attachment-icon-tile svg,.file-attachment-icon-tile .MuiSvgIcon-root{width:22px!important;height:22px!important;color:#fff!important}.file-tile-pdf{background:#e5484d!important}.file-tile-doc{background:#2b579a!important}.file-tile-xls{background:#217346!important}.file-tile-ppt{background:#d24726!important}.file-tile-image{background:#7c3aed!important}.file-tile-default{background:#6b7280!important}.file-attachment-meta{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.file-attachment-name{font-size:14px!important;font-weight:600!important;line-height:1.3!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-attachment-type{font-size:12px!important;font-weight:500!important;line-height:1.2!important;text-transform:uppercase;letter-spacing:.02em}.user-message-text-pill{display:inline-block;width:fit-content;max-width:100%;margin:0!important;padding:10px 16px!important;border-radius:24px!important;background:var(--primary-color,#006adb)!important;color:var(--text-color,#ffffff)!important;box-shadow:0 1px 3px #00000014;white-space:pre-wrap!important}.attachment-item .attachment-link{display:flex!important;align-items:center!important;gap:8px!important;text-decoration:none!important;line-height:1!important;color:inherit!important}.attachment-item .attachment-link:hover{color:inherit!important;opacity:.8!important}.attachment-item .attachment-link:visited{color:inherit!important}.attachment-item .attachment-link svg{vertical-align:middle!important;flex-shrink:0!important;display:flex!important;align-items:center!important}.attachment-item .attachment-bubble-icon a{color:#fff!important}.message-content .attachment-message .attachment-bubble-icon{margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.attachment-bubble-icon:not(:empty){display:flex!important;align-items:center!important;justify-content:center!important;margin-right:8px!important;flex-shrink:0!important;font-size:16px!important;line-height:1!important;opacity:.8!important;cursor:pointer!important;color:#4a5568!important}.attachment-bubble-icon svg{width:18px!important;height:18px!important;color:inherit!important;display:block!important;max-width:100%!important;max-height:100%!important}.attachment-bubble-icon .MuiSvgIcon-root{width:1em!important;height:1em!important;font-size:inherit!important}.attachment-bubble-icon{min-width:20px!important;min-height:20px!important;color:#4a5568!important}.attachment-bubble-filename{display:inline-block!important;flex:1!important;text-align:left!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important;font-weight:500!important;line-height:1.3!important;writing-mode:horizontal-tb!important;direction:ltr!important;vertical-align:middle!important;letter-spacing:normal!important;word-spacing:normal!important;text-transform:none!important;text-indent:0!important;word-break:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;font-family:inherit!important;color:currentColor!important;opacity:1!important;cursor:pointer!important;max-width:none!important;min-width:0!important}.chat-bubble.user .attachment-bubble-button{cursor:pointer!important;color:#fff!important}.chat-bubble.user .attachment-bubble-button:hover{cursor:pointer!important}.chat-bubble.user .attachment-bubble-filename:hover{color:#fff!important;cursor:pointer!important}.chat-bubble.user .attachment-bubble-icon{color:#fff!important}.chat-bubble.bot .attachment-bubble-button{background:#0000000a!important;border:1px solid rgb(0 0 0 / .1)!important;color:#333!important;cursor:pointer!important}.chat-bubble.bot .attachment-bubble-button:hover{cursor:pointer!important}.chat-bubble.bot .attachment-bubble-filename,.chat-bubble.bot .attachment-bubble-icon{color:#333!important}.message-bubble .attachment-bubble-button,.message-container .attachment-bubble-button,.chat-bubble .message-content .attachment-bubble-button{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;writing-mode:horizontal-tb!important;direction:ltr!important}.message-bubble .attachment-bubble-filename,.message-container .attachment-bubble-filename,.chat-bubble .message-content .attachment-bubble-filename{display:inline-block!important;vertical-align:middle!important;letter-spacing:normal!important;word-spacing:normal!important;text-transform:none!important;text-indent:0!important;word-break:normal!important;-webkit-hyphens:none!important;hyphens:none!important;flex-shrink:1!important;min-width:0!important;writing-mode:horizontal-tb!important;direction:ltr!important;cursor:pointer!important}.chat-bubble[data-message-id] .attachment-message,.chat-bubble[data-message-id] .attachment-message *,.chat-bubble[data-message-id] .attachment-bubble-button,.chat-bubble[data-message-id] .attachment-bubble-filename,.chat-bubble[data-message-id] .attachment-bubble-icon{cursor:pointer!important}.chat-bubble[data-message-id] .attachment-message{cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important}.chat-bubble[data-message-id] .attachment-message a{cursor:pointer!important;text-decoration:none!important;color:inherit!important;width:100%!important;position:relative!important;-webkit-user-select:none!important;user-select:none!important}.attachment-bubble-button:hover .attachment-bubble-icon,.attachment-bubble-button:focus .attachment-bubble-icon{opacity:1!important}.attachment-bubble-button:hover .attachment-bubble-filename,.attachment-bubble-button:focus .attachment-bubble-filename{opacity:1!important}.chat-bubble.attachment-bubble .message-content{border-radius:16px!important;padding-top:11px!important;padding-bottom:11px!important}.messages-list .chat-bubble.attachment-bubble+.chat-bubble.attachment-bubble{margin-top:-6px!important}.messages-list{--attachment-gap-adjust:0px}.messages-list .chat-bubble.attachment-bubble:not(:last-child){margin-bottom:0!important}.messages-list .chat-bubble.attachment-bubble+.chat-bubble:not(.attachment-bubble),.messages-list .chat-bubble:not(.attachment-bubble)+.chat-bubble.attachment-bubble{margin-top:-2px!important;gap:6px!important}.attachment-bubble-button:focus,.attachment-bubble-button:focus-visible{outline:none!important;box-shadow:none!important;border:none!important}.chat-bubble.attachment-bubble .message-content:focus,.chat-bubble.attachment-bubble .message-content:focus-visible{outline:none!important;box-shadow:none!important;border:none!important}.chat-bubble.attachment-bubble:focus,.chat-bubble.attachment-bubble:focus-visible{outline:none!important;box-shadow:none!important}.messages-list .chat-bubble.attachment-bubble{margin-bottom:0!important}.messages-list .chat-bubble.attachment-bubble:not(:has(+.chat-bubble.attachment-bubble)){margin-bottom:2px!important}.messages-list .chat-bubble.attachment-bubble:last-child{margin-bottom:11px!important}.attachment-bubble-button:hover{box-shadow:0 4px 12px #00000026;transition:all .2s ease;transform:translateY(-1px)!important}.attachment-bubble-button:active{transform:translateY(0)}.attachment-message{position:relative;z-index:1}#tuva-root .chat-bubble.user .message-content,#tuva-root .chat-bubble.user .message-content *,[data-tuva-chatbot] .chat-bubble.user .message-content,[data-tuva-chatbot] .chat-bubble.user .message-content *{color:var(--text-color,#fff)!important}#tuva-root .chat-bubble.bot .message-content,#tuva-root .chat-bubble.bot .message-content *,[data-tuva-chatbot] .chat-bubble.bot .message-content,[data-tuva-chatbot] .chat-bubble.bot .message-content *{color:#333!important}#tuva-root .chat-bubble.user .message-content p,#tuva-root .chat-bubble.user .message-content span,#tuva-root .chat-bubble.user .message-content div,#tuva-root .chat-bubble.user .message-content a,#tuva-root .chat-bubble.user .message-content li,#tuva-root .chat-bubble.user .message-content td,#tuva-root .chat-bubble.user .message-content th,[data-tuva-chatbot] .chat-bubble.user .message-content p,[data-tuva-chatbot] .chat-bubble.user .message-content span,[data-tuva-chatbot] .chat-bubble.user .message-content div,[data-tuva-chatbot] .chat-bubble.user .message-content a,[data-tuva-chatbot] .chat-bubble.user .message-content li,[data-tuva-chatbot] .chat-bubble.user .message-content td,[data-tuva-chatbot] .chat-bubble.user .message-content th{color:var(--text-color,#fff)!important}#tuva-root .chat-bubble.bot .message-content p,#tuva-root .chat-bubble.bot .message-content span,#tuva-root .chat-bubble.bot .message-content div,#tuva-root .chat-bubble.bot .message-content li,#tuva-root .chat-bubble.bot .message-content td,#tuva-root .chat-bubble.bot .message-content th,[data-tuva-chatbot] .chat-bubble.bot .message-content p,[data-tuva-chatbot] .chat-bubble.bot .message-content span,[data-tuva-chatbot] .chat-bubble.bot .message-content div,[data-tuva-chatbot] .chat-bubble.bot .message-content li,[data-tuva-chatbot] .chat-bubble.bot .message-content td,[data-tuva-chatbot] .chat-bubble.bot .message-content th{color:#333!important}#tuva-root .chat-bubble.bot .message-content a,#tuva-root .chat-bubble.bot .message-content a:visited,[data-tuva-chatbot] .chat-bubble.bot .message-content a,[data-tuva-chatbot] .chat-bubble.bot .message-content a:visited{color:#3182ce!important;-webkit-text-decoration:underline!important;text-decoration:underline!important;text-decoration-color:#3182ce!important;font-weight:500!important}#tuva-root .chat-bubble.bot .message-content a:hover,[data-tuva-chatbot] .chat-bubble.bot .message-content a:hover{color:#3182ce!important;-webkit-text-decoration:underline!important;text-decoration:underline!important;text-decoration-color:#3182ce!important;font-weight:500!important;opacity:.85!important}#tuva-root .chat-bubble.user .message-content .markdown-content,#tuva-root .chat-bubble.user .message-content .markdown-content *,[data-tuva-chatbot] .chat-bubble.user .message-content .markdown-content,[data-tuva-chatbot] .chat-bubble.user .message-content .markdown-content *{color:var(--text-color,#fff)!important}#tuva-root .chat-bubble.bot .message-content .markdown-content,#tuva-root .chat-bubble.bot .message-content .markdown-content *,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content *{color:#333!important}#tuva-root .chat-bubble.bot .message-content .markdown-content a,#tuva-root .chat-bubble.bot .message-content .markdown-content a:visited,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content a,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content a:visited{color:#3182ce!important;-webkit-text-decoration:underline!important;text-decoration:underline!important;text-decoration-color:#3182ce!important;font-weight:500!important}#tuva-root .chat-bubble.bot .message-content .markdown-content a:hover,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content a:hover{color:#3182ce!important;-webkit-text-decoration:underline!important;text-decoration:underline!important;text-decoration-color:#3182ce!important;font-weight:500!important;opacity:.85!important}#tuva-root .chat-bubble.bot .message-content .markdown-content .markdown-code-copy-button,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content .markdown-code-copy-button{color:#374151!important}#tuva-root .chat-bubble.bot .message-content .markdown-content .markdown-code-copy-button.copied,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content .markdown-code-copy-button.copied{color:#006adb!important}#tuva-root .chat-bubble.bot .message-content .markdown-content .markdown-code-language,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content .markdown-code-language{color:#334155!important;display:inline-flex!important;align-items:center!important}#tuva-root .chat-bubble.bot .message-content .markdown-content .token-comment,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content .token-comment{color:#64748b!important}#tuva-root .chat-bubble.bot .message-content .markdown-content .token-keyword,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content .token-keyword{color:#e11d48!important}#tuva-root .chat-bubble.bot .message-content .markdown-content .token-string,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content .token-string{color:#075985!important}#tuva-root .chat-bubble.bot .message-content .markdown-content .token-number,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content .token-number,#tuva-root .chat-bubble.bot .message-content .markdown-content .token-type,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content .token-type{color:#7c3aed!important}#tuva-root .chat-bubble.bot .message-content .markdown-content .token-punctuation,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content .token-punctuation{color:#1d4ed8!important}#tuva-root .chat-bubble.bot .message-content .markdown-content a.markdown-link-image-asset,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content a.markdown-link-image-asset{display:block!important;width:100%!important;max-width:100%!important;margin-top:.5em!important;box-sizing:border-box!important;word-break:break-all!important;overflow-wrap:anywhere!important;line-height:1.45!important;color:#2563eb!important;text-decoration:underline!important;text-decoration-color:#2563eb!important}#tuva-root .chat-bubble.user .message-content .markdown-content a,#tuva-root .chat-bubble.user .message-content .markdown-content a:visited,[data-tuva-chatbot] .chat-bubble.user .message-content .markdown-content a,[data-tuva-chatbot] .chat-bubble.user .message-content .markdown-content a:visited{color:#3182ce!important;-webkit-text-decoration:underline!important;text-decoration:underline!important;text-decoration-color:#3182ce!important;font-weight:500!important}#tuva-root .chat-bubble.user .message-content .markdown-content a:hover,[data-tuva-chatbot] .chat-bubble.user .message-content .markdown-content a:hover{color:#3182ce!important;-webkit-text-decoration:underline!important;text-decoration:underline!important;text-decoration-color:#3182ce!important;font-weight:500!important;opacity:.85!important}#tuva-root .chat-bubble.bot .message-content .markdown-content strong,#tuva-root .chat-bubble.bot .message-content .markdown-content b,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content strong,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content b,#tuva-root .chat-bubble.user .message-content .markdown-content strong,#tuva-root .chat-bubble.user .message-content .markdown-content b,[data-tuva-chatbot] .chat-bubble.user .message-content .markdown-content strong,[data-tuva-chatbot] .chat-bubble.user .message-content .markdown-content b,#tuva-root .chat-bubble.bot .message-content .markdown-content a strong,#tuva-root .chat-bubble.bot .message-content .markdown-content a b,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content a strong,[data-tuva-chatbot] .chat-bubble.bot .message-content .markdown-content a b,#tuva-root .chat-bubble.user .message-content .markdown-content a strong,#tuva-root .chat-bubble.user .message-content .markdown-content a b,[data-tuva-chatbot] .chat-bubble.user .message-content .markdown-content a strong,[data-tuva-chatbot] .chat-bubble.user .message-content .markdown-content a b{font-weight:700!important}#tuva-root .chat-bubble.user .message-content h1,#tuva-root .chat-bubble.user .message-content h2,#tuva-root .chat-bubble.user .message-content h3,#tuva-root .chat-bubble.user .message-content h4,#tuva-root .chat-bubble.user .message-content h5,#tuva-root .chat-bubble.user .message-content h6,#tuva-root .chat-bubble.user .message-content code,#tuva-root .chat-bubble.user .message-content pre,#tuva-root .chat-bubble.user .message-content blockquote,#tuva-root .chat-bubble.user .message-content strong,#tuva-root .chat-bubble.user .message-content em,#tuva-root .chat-bubble.user .message-content b,#tuva-root .chat-bubble.user .message-content i,[data-tuva-chatbot] .chat-bubble.user .message-content h1,[data-tuva-chatbot] .chat-bubble.user .message-content h2,[data-tuva-chatbot] .chat-bubble.user .message-content h3,[data-tuva-chatbot] .chat-bubble.user .message-content h4,[data-tuva-chatbot] .chat-bubble.user .message-content h5,[data-tuva-chatbot] .chat-bubble.user .message-content h6,[data-tuva-chatbot] .chat-bubble.user .message-content code,[data-tuva-chatbot] .chat-bubble.user .message-content pre,[data-tuva-chatbot] .chat-bubble.user .message-content blockquote,[data-tuva-chatbot] .chat-bubble.user .message-content strong,[data-tuva-chatbot] .chat-bubble.user .message-content em,[data-tuva-chatbot] .chat-bubble.user .message-content b,[data-tuva-chatbot] .chat-bubble.user .message-content i{color:var(--text-color,#fff)!important}#tuva-root .chat-bubble.bot .message-content h1,#tuva-root .chat-bubble.bot .message-content h2,#tuva-root .chat-bubble.bot .message-content h3,#tuva-root .chat-bubble.bot .message-content h4,#tuva-root .chat-bubble.bot .message-content h5,#tuva-root .chat-bubble.bot .message-content h6,#tuva-root .chat-bubble.bot .message-content code,#tuva-root .chat-bubble.bot .message-content pre,#tuva-root .chat-bubble.bot .message-content blockquote,#tuva-root .chat-bubble.bot .message-content strong,#tuva-root .chat-bubble.bot .message-content em,#tuva-root .chat-bubble.bot .message-content b,#tuva-root .chat-bubble.bot .message-content i,[data-tuva-chatbot] .chat-bubble.bot .message-content h1,[data-tuva-chatbot] .chat-bubble.bot .message-content h2,[data-tuva-chatbot] .chat-bubble.bot .message-content h3,[data-tuva-chatbot] .chat-bubble.bot .message-content h4,[data-tuva-chatbot] .chat-bubble.bot .message-content h5,[data-tuva-chatbot] .chat-bubble.bot .message-content h6,[data-tuva-chatbot] .chat-bubble.bot .message-content code,[data-tuva-chatbot] .chat-bubble.bot .message-content pre,[data-tuva-chatbot] .chat-bubble.bot .message-content blockquote,[data-tuva-chatbot] .chat-bubble.bot .message-content strong,[data-tuva-chatbot] .chat-bubble.bot .message-content em,[data-tuva-chatbot] .chat-bubble.bot .message-content b,[data-tuva-chatbot] .chat-bubble.bot .message-content i{color:#333!important}#tuva-root .message-content .markdown-content .markdown-code-block span,[data-tuva-chatbot] .message-content .markdown-content .markdown-code-block span:not(.copied-toast){display:inline!important;width:auto!important;margin:0!important;padding:0!important;font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;letter-spacing:0!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important}#tuva-root .message-content .markdown-content .markdown-code-copy-button .copied-toast,[data-tuva-chatbot] .message-content .markdown-content .markdown-code-copy-button .copied-toast{display:block!important;position:absolute!important;bottom:calc(100% + 4px)!important;left:50%!important;transform:translate(-50%) translateY(4px)!important;width:max-content!important;margin:0!important;padding:4px 10px!important;font-size:11px!important;font-weight:600!important;line-height:1.2!important;white-space:nowrap!important;border-radius:6px!important;pointer-events:none!important;z-index:50!important;background:var(--copied-toast-bg,#393E46)!important;color:var(--copied-toast-color,#fff)!important;box-shadow:0 2px 8px #0000001f!important;border:1px solid color-mix(in srgb,var(--copied-toast-color,#fff) 20%,transparent)!important;opacity:0!important;visibility:hidden!important;transition:opacity .2s ease,transform .2s ease,visibility .2s ease!important}#tuva-root .message-content .markdown-content .markdown-code-copy-button .copied-toast.copied-toast--visible,[data-tuva-chatbot] .message-content .markdown-content .markdown-code-copy-button .copied-toast.copied-toast--visible{opacity:1!important;visibility:visible!important;transform:translate(-50%) translateY(0)!important}#tuva-root .message-content .markdown-content .markdown-code-copy-button .copied-toast:after,[data-tuva-chatbot] .message-content .markdown-content .markdown-code-copy-button .copied-toast:after{border-top-color:var(--copied-toast-bg,#393E46)!important}#tuva-root .message-content .markdown-content .markdown-code-header,[data-tuva-chatbot] .message-content .markdown-content .markdown-code-header{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:40px!important;padding:0 14px 0 16px!important;background:#f8fafc!important;box-sizing:border-box!important;overflow:visible!important;position:relative!important;z-index:2!important}#tuva-root .message-content .markdown-content .markdown-code-language,[data-tuva-chatbot] .message-content .markdown-content .markdown-code-language{display:inline-flex!important;align-items:center!important}#tuva-root .message-content .markdown-content .markdown-code-copy-button,[data-tuva-chatbot] .message-content .markdown-content .markdown-code-copy-button{margin-left:auto!important;flex:0 0 28px!important;position:relative!important;overflow:visible!important}.date-chip{position:sticky;top:10px;z-index:30;display:flex;justify-content:center;align-items:center;align-self:center;width:fit-content;max-width:calc(100% - 24px);margin:12px auto 4px;padding:6px 14px;background-color:#e9edef;color:#54656f;border-radius:8px;font-size:12px;font-weight:500;line-height:1.2;box-shadow:0 1px 3px #0b141a21;pointer-events:none;-webkit-user-select:none;user-select:none}.avatar{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#006adb,#08f);color:#fff;font-weight:700;font-size:10px;margin-right:8px;-webkit-user-select:none;user-select:none;position:relative;box-shadow:0 2px 4px #00000014;transition:transform .2s ease;flex-shrink:0;overflow:hidden}.message-content .table-wrapper{width:100%;max-width:100%;overflow-x:auto;overflow-y:auto;margin:.5em 0;border-radius:8px;border:1px solid #e1e5e9;box-shadow:0 2px 4px #00000005;scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1;opacity:0;animation:tableReveal .4s ease-out .1s forwards;transform:translateY(8px);scroll-behavior:auto;-webkit-overflow-scrolling:touch;contain:layout style;box-sizing:border-box;position:relative;min-width:100%}.message-content .table-container{width:100%!important;max-width:100%!important;max-height:500px!important;overflow-x:auto!important;overflow-y:auto!important;margin:.5em 0!important;border-radius:8px!important;border:1px solid #e1e5e9!important;box-shadow:0 2px 4px #00000005!important;scrollbar-width:thin!important;scrollbar-color:silver #f8f8f8!important;scroll-behavior:auto!important;-webkit-overflow-scrolling:touch!important;contain:none!important;box-sizing:border-box!important;position:relative!important;background-color:#fff!important;display:block!important}.message-content .table-wrapper table,.message-content .table-container table{border-collapse:collapse;font-size:.9rem;background-color:#fff;display:table;border-radius:0;border:none;box-shadow:none;margin:0}.message-content table{border-collapse:collapse;width:100%;min-width:100%;font-size:.9rem;background-color:#fff;display:table;border-radius:0;border:none;box-shadow:none;margin:0;table-layout:fixed}.message-content table[data-many-columns],.message-content table:has(th:nth-child(6)){width:auto;min-width:max-content;table-layout:auto}.message-content .table-wrapper::-webkit-scrollbar{width:8px;height:8px}.message-content .table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.message-content .table-wrapper::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.message-content .table-wrapper::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@keyframes tableReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.message-content tbody,.message-content thead,.message-content tfoot{display:table-row-group;width:100%}.message-content tr{display:table-row;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.message-content table th,.message-content table td{display:table-cell;border:none;padding:10px 16px;border-right:1px solid #f0f0f0;vertical-align:top;word-wrap:break-word;min-width:120px;overflow:hidden;text-overflow:ellipsis}.message-content table th{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#495057;font-weight:600;font-size:.85rem;text-align:left;position:sticky;top:0;z-index:10;text-transform:none;letter-spacing:.5px;white-space:nowrap;min-width:120px}.message-content table tr:nth-child(2n){background-color:#00000005}.message-content table tr:nth-child(odd){background-color:#fff}@media(max-width:768px){.message-content .table-wrapper{max-width:100%}.message-content table{font-size:.8rem;width:100%;min-width:100%}.message-content table th,.message-content table td{padding:8px 12px;min-width:100px}.message-timestamp{font-size:10px}.message-actions{gap:6px}}@media(max-width:480px){.message-content .table-wrapper{max-width:100%}.message-content table{font-size:.75rem;width:100%;min-width:100%}.message-content table th,.message-content table td{padding:6px 8px;min-width:80px}}#tuva-root .chat-bubble.bot .ai-response-mixed,[data-tuva-chatbot] .chat-bubble.bot .ai-response-mixed{display:flex;flex-direction:column;gap:10px;min-width:0;max-width:100%}#tuva-root .chat-bubble.bot .ai-response-image-segment,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-segment{width:100%;min-width:0;align-self:stretch}#tuva-root .chat-bubble.bot .ai-response-markdown,[data-tuva-chatbot] .chat-bubble.bot .ai-response-markdown{min-width:0}#tuva-root .chat-bubble.bot .ai-response-markdown .markdown-content,[data-tuva-chatbot] .chat-bubble.bot .ai-response-markdown .markdown-content{overflow-wrap:anywhere;word-break:break-word;max-width:100%;min-width:0}#tuva-root .chat-bubble.bot.mixed-content-bubble .message-content,[data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble .message-content{max-width:clamp(320px,58vw,560px)}#tuva-root .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble .message-content,html:not(.chat-expanded) #tuva-root .chat-bubble.bot.mixed-content-bubble .message-content,[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble .message-content,html:not(.chat-expanded) [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble .message-content{max-width:100%!important}html.chat-expanded #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2),html.chat-expanded #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3),.expanded #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2),.expanded #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3),html.chat-expanded [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2),html.chat-expanded [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3),.expanded [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2),.expanded [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3){width:100%!important;max-width:70%!important;contain:none!important}html.chat-expanded #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-container-spacing,html.chat-expanded #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-container-spacing,.expanded #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-container-spacing,.expanded #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-container-spacing,html.chat-expanded [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-container-spacing,html.chat-expanded [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-container-spacing,.expanded [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-container-spacing,.expanded [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-container-spacing{width:100%!important;max-width:100%!important}html.chat-expanded #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-content,html.chat-expanded #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-content,.expanded #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-content,.expanded #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-content,html.chat-expanded [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-content,html.chat-expanded [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-content,.expanded [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-content,.expanded [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-content{width:100%!important;min-width:clamp(280px,58vw,480px)!important;max-width:clamp(420px,62vw,740px)!important;contain:none!important;box-sizing:border-box!important}html.chat-expanded #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .ai-response-mixed,html.chat-expanded #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .ai-response-mixed,.expanded #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .ai-response-mixed,.expanded #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .ai-response-mixed,html.chat-expanded [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .ai-response-mixed,html.chat-expanded [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .ai-response-mixed,.expanded [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .ai-response-mixed,.expanded [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .ai-response-mixed{width:100%!important;min-width:0!important;max-width:100%!important}#tuva-root .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2),#tuva-root .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3),html:not(.chat-expanded) #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2),html:not(.chat-expanded) #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3),[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2),[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3),html:not(.chat-expanded) [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2),html:not(.chat-expanded) [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3){width:100%!important;max-width:calc(100% - 16px)!important;contain:none!important}#tuva-root .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-container-spacing,#tuva-root .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-container-spacing,html:not(.chat-expanded) #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-container-spacing,html:not(.chat-expanded) #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-container-spacing,[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-container-spacing,[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-container-spacing,html:not(.chat-expanded) [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-container-spacing,html:not(.chat-expanded) [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-container-spacing{width:100%!important;max-width:100%!important;min-width:0!important}#tuva-root .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-content,#tuva-root .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-content,html:not(.chat-expanded) #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-content,html:not(.chat-expanded) #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-content,[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-content,[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-content,html:not(.chat-expanded) [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-content,html:not(.chat-expanded) [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-content{width:100%!important;min-width:0!important;max-width:100%!important;contain:none!important;box-sizing:border-box!important}#tuva-root .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .ai-response-mixed,#tuva-root .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .ai-response-mixed,html:not(.chat-expanded) #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .ai-response-mixed,html:not(.chat-expanded) #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .ai-response-mixed,[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .ai-response-mixed,[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .ai-response-mixed,html:not(.chat-expanded) [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .ai-response-mixed,html:not(.chat-expanded) [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .ai-response-mixed{width:100%!important;min-width:0!important;max-width:100%!important}#tuva-root .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-content .ai-response-image-gallery-wrap,#tuva-root .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-content .ai-response-image-gallery-wrap,html:not(.chat-expanded) #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-content .ai-response-image-gallery-wrap,html:not(.chat-expanded) #tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-content .ai-response-image-gallery-wrap,[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-content .ai-response-image-gallery-wrap,[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-content .ai-response-image-gallery-wrap,html:not(.chat-expanded) [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-2) .message-content .ai-response-image-gallery-wrap,html:not(.chat-expanded) [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-3) .message-content .ai-response-image-gallery-wrap{width:100%!important;min-width:0!important;max-width:100%!important}#tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-1),[data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-1){width:fit-content;max-width:80%}#tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-1) .message-container-spacing,[data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-1) .message-container-spacing{width:fit-content;max-width:100%}#tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-1) .message-content,[data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-1) .message-content{width:fit-content;max-width:clamp(320px,58vw,560px)}#tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-1) .ai-response-mixed,[data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-1) .ai-response-mixed{width:fit-content;max-width:100%;align-items:flex-start}#tuva-root .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-1) .ai-response-image-gallery-wrap--count-1,[data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble:has(.ai-response-image-gallery-wrap--count-1) .ai-response-image-gallery-wrap--count-1{width:calc((min(560px,58vw) - 24px)/2 + 16px)!important;max-width:100%!important}#tuva-root .chat-bubble.bot .message-content .ai-response-image-gallery-wrap,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-gallery-wrap{--ai-gallery-gap:8px;--ai-gallery-h:clamp(152px, min(50vw, 36vh), 244px);--ai-gallery-single-h:calc((var(--ai-gallery-h) - var(--ai-gallery-gap)) / 2);--ai-gallery-duo-h:var(--ai-gallery-h);container-type:inline-size;container-name:ai-gallery;position:relative!important;display:block!important;width:100%!important;max-width:min(100%,560px)!important;margin-top:8px;padding:8px!important;border-radius:16px!important;background:#f1f5f9!important;box-shadow:0 1px 3px #0f172a0f!important;overflow:hidden!important;box-sizing:border-box!important}@media(min-width:480px){#tuva-root .chat-bubble.bot .message-content .ai-response-image-gallery-wrap,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-gallery-wrap{--ai-gallery-h:clamp(160px, min(46vw, 38vh), 264px)}}@media(min-width:768px){#tuva-root .chat-bubble.bot .message-content .ai-response-image-gallery-wrap,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-gallery-wrap{--ai-gallery-h:clamp(168px, min(40vw, 40vh), 288px)}}@media(min-width:992px){#tuva-root .chat-bubble.bot .message-content .ai-response-image-gallery-wrap,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-gallery-wrap{--ai-gallery-h:clamp(176px, min(36vw, 42vh), 308px)}}@media(min-width:1280px){#tuva-root .chat-bubble.bot .message-content .ai-response-image-gallery-wrap,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-gallery-wrap{--ai-gallery-h:clamp(184px, min(32vw, 44vh), 328px)}}@media(min-width:1536px){#tuva-root .chat-bubble.bot .message-content .ai-response-image-gallery-wrap,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-gallery-wrap{--ai-gallery-h:clamp(192px, min(28vw, 46vh), 352px)}}@media(min-width:1980px){#tuva-root .chat-bubble.bot .message-content .ai-response-image-gallery-wrap,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-gallery-wrap{--ai-gallery-h:clamp(208px, min(24vw, 48vh), 380px)}}#tuva-root .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-2,#tuva-root .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-3,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-2,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-3{width:100%!important;min-width:0!important;max-width:100%!important;align-self:stretch!important}#tuva-root .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-1,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-1{width:calc((min(100%,560px) - 24px)/2 + 16px)!important;max-width:100%!important;align-self:flex-start!important}#tuva-root .chat-bubble.bot .ai-response-image-row,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row{display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--ai-gallery-gap,8px);min-width:0;width:100%}#tuva-root .chat-bubble.bot .ai-response-image-row.count-1,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row.count-1{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;gap:0;min-height:0;height:var(--ai-gallery-single-h,clamp(72px, min(25vw, 18vh), 118px));max-height:calc((min(48vh,420px) - var(--ai-gallery-gap, 8px)) / 2)}#tuva-root .chat-bubble.bot .ai-response-image-row.count-2,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row.count-2,#tuva-root .chat-bubble.bot .message-content .ai-response-image-row.count-2,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-row.count-2{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;gap:var(--ai-gallery-gap,8px);align-items:stretch;min-height:144px!important;height:var(--ai-gallery-duo-h,var(--ai-gallery-h,clamp(152px, min(50vw, 36vh), 244px)))!important;max-height:min(48vh,420px)!important}#tuva-root .chat-bubble.bot .ai-response-image-row.count-3,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row.count-3{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) minmax(0,1fr)!important;gap:var(--ai-gallery-gap,8px)!important;align-items:stretch;width:100%;min-height:144px;height:var(--ai-gallery-h,clamp(152px, min(50vw, 36vh), 244px));max-height:min(48vh,420px)}#tuva-root .chat-bubble.bot .ai-response-image-row.count-1 .ai-response-image-tile-shell--download-anchor,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row.count-1 .ai-response-image-tile-shell--download-anchor{grid-column:1!important;grid-row:1!important}#tuva-root .chat-container:not(.expanded) .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-2,[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-2,html:not(.chat-expanded) #tuva-root .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-2{--ai-gallery-duo-h:clamp(120px, min(48cqw, 26vh), 172px)}#tuva-root .chat-container:not(.expanded) .chat-bubble.bot .message-content .ai-response-image-row.count-2,[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot .message-content .ai-response-image-row.count-2,html:not(.chat-expanded) #tuva-root .chat-bubble.bot .message-content .ai-response-image-row.count-2{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) minmax(0,1fr)!important;min-height:230px!important;max-height:min(38vh,360px)!important}#tuva-root .chat-container:not(.expanded) .chat-bubble.bot .message-content .ai-response-image-row.count-2>.ai-response-image-tile:nth-child(2),[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot .message-content .ai-response-image-row.count-2>.ai-response-image-tile:nth-child(2),html:not(.chat-expanded) #tuva-root .chat-bubble.bot .message-content .ai-response-image-row.count-2>.ai-response-image-tile:nth-child(2){grid-column:1!important;grid-row:2!important}#tuva-root .chat-container:not(.expanded) .chat-bubble.bot .message-content .ai-response-image-row.count-2 .ai-response-image-tile-shell--download-anchor,[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot .message-content .ai-response-image-row.count-2 .ai-response-image-tile-shell--download-anchor,html:not(.chat-expanded) #tuva-root .chat-bubble.bot .message-content .ai-response-image-row.count-2 .ai-response-image-tile-shell--download-anchor{grid-column:1!important;grid-row:1!important}#tuva-root .chat-container:not(.expanded) .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-3,[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-3,html:not(.chat-expanded) #tuva-root .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-3,#tuva-root .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-3.ai-response-image-gallery-wrap--chat-minimized,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-3.ai-response-image-gallery-wrap--chat-minimized{--ai-gallery-h:clamp(210px, min(56cqw, 36vh), 292px)}#tuva-root .chat-container:not(.expanded) .chat-bubble.bot .message-content .ai-response-image-row.count-3,[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot .message-content .ai-response-image-row.count-3,html:not(.chat-expanded) #tuva-root .chat-bubble.bot .message-content .ai-response-image-row.count-3,#tuva-root .chat-bubble.bot .message-content .ai-response-image-row.count-3.ai-response-image-row--chat-minimized,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-row.count-3.ai-response-image-row--chat-minimized{min-height:260px!important;height:var(--ai-gallery-h,clamp(210px, min(56cqw, 36vh), 292px))!important;max-height:min(58vh,380px)!important}#tuva-root .chat-bubble.bot .ai-response-image-tile,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-tile{position:relative;isolation:isolate;flex:1 1 0%;min-width:0;aspect-ratio:4 / 3;height:auto;border-radius:10px;overflow:hidden;display:block;background:#0000000f;border:0;padding:0;cursor:pointer}#tuva-root .chat-bubble.bot .ai-response-image-row.count-1 .ai-response-image-tile,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row.count-1 .ai-response-image-tile,#tuva-root .chat-bubble.bot .ai-response-image-row.count-2 .ai-response-image-tile,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row.count-2 .ai-response-image-tile,#tuva-root .chat-bubble.bot .ai-response-image-row.count-3 .ai-response-image-tile,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row.count-3 .ai-response-image-tile{flex:none!important;min-height:0!important;min-width:0!important;display:block!important;box-sizing:border-box;background:transparent!important;border:none!important;border-radius:12px;overflow:hidden;width:100%!important;height:100%!important;aspect-ratio:auto!important}#tuva-root .chat-bubble.bot .ai-response-image,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image{width:100%;height:100%;object-fit:cover;display:block;vertical-align:middle}#tuva-root .chat-bubble.bot .ai-response-image-row.count-1 .ai-response-image-tile .ai-response-image,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row.count-1 .ai-response-image-tile .ai-response-image,#tuva-root .chat-bubble.bot .ai-response-image-row.count-2 .ai-response-image-tile .ai-response-image,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row.count-2 .ai-response-image-tile .ai-response-image,#tuva-root .chat-bubble.bot .ai-response-image-row.count-3 .ai-response-image-tile .ai-response-image,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row.count-3 .ai-response-image-tile .ai-response-image{display:block!important;flex:none!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;min-height:0!important;min-width:0!important;object-fit:cover!important;border-radius:12px}#tuva-root .chat-bubble.bot .ai-response-image-row.count-3 .ai-response-image-tile:nth-child(1),[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row.count-3 .ai-response-image-tile:nth-child(1){grid-column:1!important;grid-row:1 / span 2!important}#tuva-root .chat-bubble.bot .ai-response-image-row.count-3 .ai-response-image-tile:nth-child(2),[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row.count-3 .ai-response-image-tile:nth-child(2),#tuva-root .chat-bubble.bot .ai-response-image-row.count-3 .ai-response-image-tile:nth-child(3),[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row.count-3 .ai-response-image-tile:nth-child(3){padding:0!important;display:block!important}#tuva-root .chat-bubble.bot .ai-response-image-row.count-3 .ai-response-image-tile:nth-child(2) .ai-response-image,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row.count-3 .ai-response-image-tile:nth-child(2) .ai-response-image,#tuva-root .chat-bubble.bot .ai-response-image-row.count-3 .ai-response-image-tile:nth-child(3) .ai-response-image,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row.count-3 .ai-response-image-tile:nth-child(3) .ai-response-image{display:block!important;flex:none!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;min-height:0!important;min-width:0!important;object-fit:cover!important}#tuva-root .chat-bubble.bot .ai-response-image-link-fallback,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-link-fallback{display:block;width:100%;height:100%;min-height:2.5rem;padding:8px 10px;box-sizing:border-box;overflow:auto;font-size:11px;line-height:1.4;word-break:break-all;color:var(--tuva-link-color,#2563eb);text-align:left;align-content:center}.expanded #tuva-root .chat-bubble.bot.mixed-content-bubble .message-content,.expanded [data-tuva-chatbot] .chat-bubble.bot.mixed-content-bubble .message-content,html.chat-expanded #tuva-root .chat-bubble.bot.mixed-content-bubble .message-content{max-width:clamp(420px,62vw,640px)}.expanded #tuva-root .chat-bubble.bot .ai-response-image-row.count-2,.expanded [data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row.count-2,html.chat-expanded #tuva-root .chat-bubble.bot .ai-response-image-row.count-2,.expanded #tuva-root .chat-bubble.bot .message-content .ai-response-image-row.count-2,.expanded [data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-row.count-2,html.chat-expanded #tuva-root .chat-bubble.bot .message-content .ai-response-image-row.count-2,#tuva-root .chat-bubble.bot .message-content .ai-response-image-row.count-2.ai-response-image-row--chat-expanded,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-row.count-2.ai-response-image-row--chat-expanded{max-height:min(32vh,240px);min-height:180px!important}.expanded #tuva-root .chat-bubble.bot .ai-response-image-row.count-3,.expanded [data-tuva-chatbot] .chat-bubble.bot .ai-response-image-row.count-3,html.chat-expanded #tuva-root .chat-bubble.bot .ai-response-image-row.count-3{max-height:min(42vh,360px);min-height:360px!important}.expanded #tuva-root .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-2,.expanded [data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-2,html.chat-expanded #tuva-root .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-2,#tuva-root .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-2.ai-response-image-gallery-wrap--chat-expanded,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-gallery-wrap--count-2.ai-response-image-gallery-wrap--chat-expanded{--ai-gallery-duo-h:clamp(112px, min(24vw, 16vh), 210px)}.message-footer{display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box;min-width:100%;min-height:24px;margin-top:4px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;position:relative;z-index:15;gap:8px}.message-footer.bot-footer{min-width:135px;width:100%}.message-footer.user-footer{justify-content:flex-end}.message-footer.user-footer.has-copy{justify-content:space-between;min-width:75px}.message-footer .message-actions{position:static;opacity:1;visibility:visible;padding:0;gap:4px;flex-shrink:0}.message-footer .message-timestamp{position:static;opacity:1;visibility:visible;flex-shrink:0}.message-footer.bot-footer .message-timestamp.bot-timestamp{margin-left:auto}.chat-bubble:hover .message-footer,.chat-bubble:focus-within .message-footer,.chat-bubble:last-child:hover .message-footer,.chat-bubble:last-child:focus-within .message-footer{opacity:1;visibility:visible}.copied-toast{position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%) translateY(4px);background:var(--copied-toast-bg,#393e46);color:var(--copied-toast-color,#fff);font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;z-index:30;box-shadow:0 2px 8px #0000001a;border:1px solid color-mix(in srgb,var(--copied-toast-color,#fff) 20%,transparent);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.copied-toast.copied-toast--visible{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.copied-toast:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid #fff0;border-top-color:var(--copied-toast-bg,#393e46)}.copied-toast-portal{display:block!important;width:max-content!important;margin:0!important;padding:4px 10px!important;font-size:11px!important;font-weight:600!important;line-height:1.2!important;font-family:var(--font-sans,system-ui,sans-serif)!important;white-space:nowrap!important;border-radius:6px!important;pointer-events:none!important;box-shadow:0 2px 8px #0000001f!important;opacity:0;transform:translate(-50%,-100%) translateY(4px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.copied-toast-portal.copied-toast--visible{opacity:1;transform:translate(-50%,-100%) translateY(0)}.copied-toast-portal:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid #fff0;border-top-color:var(--copied-toast-bg,#1f2937)}.copy-action-tooltip[data-state=delayed-open],.copy-action-tooltip[data-state=instant-open]{animation:copyTooltipIn .2s ease-out!important}.copy-action-tooltip[data-state=closed]{animation:copyFeedbackOut .22s ease-in forwards!important}.copy-action-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%)}.copy-action-tooltip[data-side=top]{margin-bottom:0!important}.copy-action-tooltip--copied,.copy-action-tooltip--copied[data-state=delayed-open],.copy-action-tooltip--copied[data-state=instant-open]{animation:copyFeedbackIn .28s ease-out!important}@keyframes copyTooltipIn{0%{opacity:0;filter:blur(4px);transform:scale(.94) translateY(3px)}to{opacity:1;filter:blur(0);transform:scale(1) translateY(0)}}@keyframes copyFeedbackIn{0%{opacity:0;filter:blur(8px);transform:scale(.9) translateY(4px)}to{opacity:1;filter:blur(0);transform:scale(1) translateY(0)}}@keyframes copyFeedbackOut{0%{opacity:1;filter:blur(0);transform:scale(1) translateY(0)}to{opacity:0;filter:blur(6px);transform:scale(.92) translateY(3px)}}.message-action-button.copy{position:relative}.message-actions{position:absolute;display:flex;gap:8px;opacity:0;visibility:hidden;z-index:15;background-color:transparent!important;padding:4px;box-shadow:none;transition:opacity .3s ease,visibility .3s ease;pointer-events:auto;align-items:center;max-width:100%}.message-actions.user-actions{right:0;left:auto;flex-direction:row;justify-content:flex-end;align-items:center;bottom:-24px}.chat-bubble.user .message-actions.user-actions{right:0;left:auto;bottom:-30px;opacity:0;visibility:hidden}.message-actions.bot-actions{left:0;right:auto;flex-direction:row;justify-content:flex-start;align-items:center;bottom:-32px}.chat-bubble.bot .message-actions.bot-actions{left:0;right:auto;bottom:-32px}.chat-bubble:hover .message-actions,.expanded .chat-bubble:hover .message-actions,.chat-bubble.user:hover .message-actions.user-actions,.chat-bubble.user:hover .message-actions{opacity:1;visibility:visible}.chat-bubble:hover .message-actions,.chat-bubble:focus-within .message-actions{opacity:1;visibility:visible;pointer-events:auto}.chat-bubble:last-child .message-actions{z-index:20}.chat-bubble:last-child:hover .message-actions,.chat-bubble:last-child:focus-within .message-actions{opacity:1;visibility:visible;pointer-events:auto}.message-action-button{background:#fff0;border:none;cursor:pointer;padding:5px;border-radius:50%;color:#555;display:flex;align-items:center;justify-content:center;transition:color .2s;outline:none!important;-webkit-tap-highlight-color:#fff0}.message-action-button:focus{outline:none!important;background:transparent!important;box-shadow:none!important}.message-action-button:focus-visible{outline:2px solid #007bff!important;outline-offset:2px!important;background:transparent!important;box-shadow:none!important}.message-action-button:hover{color:#007bff;background:transparent!important;transform:scale(1.1)}.message-action-button.like.active,.chat-bubble .message-action-button.like.active{color:#4caf50!important;transform:none!important;border:none!important;box-shadow:none!important;border-radius:50%!important;fill:#4caf504d}.message-action-button.dislike.active,.chat-bubble .message-action-button.dislike.active{color:#f44336!important;background-color:transparent!important;transform:none!important;border:none!important;box-shadow:none!important;border-radius:50%!important}.message-action-button.like.active svg path{stroke:#4caf50!important;stroke-width:2!important}.message-action-button.dislike.active svg path{stroke:#f44336!important;stroke-width:2!important}.message-action-button.copy:hover{color:#2196f3}.message-action-button.copy.copied{color:#2196f3;transform:scale(1.1)}.message-actions.user-actions .message-action-button.copy{order:2;flex-shrink:0}.message-timestamp{font-size:11px;color:#888;opacity:.8;white-space:nowrap;-webkit-user-select:none;user-select:none;font-weight:400;line-height:1;margin:0 4px;transition:opacity .2s ease}.message-timestamp.user-timestamp{position:absolute;left:0;bottom:-19px;margin:0;order:unset;z-index:10;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.message-timestamp.user-timestamp.outer-position,.message-timestamp.user-timestamp.inner-position{left:8px}.message-timestamp.bot-timestamp{position:absolute;right:0;bottom:-20px;margin:0;order:unset;z-index:10;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.message-timestamp.bot-timestamp.outer-position,.message-timestamp.bot-timestamp.inner-position{right:8px}.message-actions.bot-actions .message-timestamp.bot-timestamp{margin-left:8px;margin-right:0}.chat-bubble:hover .message-timestamp,.chat-bubble.bot:hover .message-timestamp.bot-timestamp,.chat-bubble.user:hover .message-timestamp.user-timestamp{opacity:1;visibility:visible}.message-footer .message-actions,.message-footer .message-actions.bot-actions,.message-footer .message-actions.user-actions{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;opacity:1!important;visibility:visible!important}.message-footer .message-timestamp,.message-footer .message-timestamp.user-timestamp,.message-footer .message-timestamp.bot-timestamp{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;opacity:1!important;visibility:visible!important;margin:0!important}.message-footer.bot-footer .message-timestamp.bot-timestamp{margin-left:auto!important}.message-footer.bot-footer:not(:has(.bot-actions)){justify-content:flex-end}.message-container-spacing:has(.bot-footer){min-width:135px}.message-container-spacing:has(.user-footer.has-copy){min-width:75px}@media(max-width:768px){.message-timestamp{font-size:10px}.message-actions{gap:6px}}.chat-messages{position:relative;overflow:visible;z-index:1}.chat-container,.chat-container .messages-container,.chat-container .messages-list{overflow:visible!important}.tooltip-content{background:#111827f2;color:#fff;padding:6px 10px;border-radius:8px;font-size:12px;margin-bottom:2px!important;font-weight:500;line-height:1.3;word-wrap:break-word;word-break:break-word;box-shadow:0 6px 24px #00000026,0 2px 6px #0000001a;z-index:99999;position:relative;animation:tooltip-fade-in .2s ease-out;white-space:normal;text-align:left;box-sizing:border-box;max-width:min(280px,calc(100vw - 40px));border:1px solid rgb(255 255 255 / .1)}@keyframes tooltip-fade-in{0%{opacity:0;transform:scale(.95) translateY(4px)}to{opacity:1;transform:scale(1) translateY(0)}}.tooltip-content[data-state=delayed-open]{animation:tooltip-fade-in .2s ease-out}.tooltip-content[data-state=closed]{animation:tooltip-fade-out .15s ease-in}@keyframes tooltip-fade-out{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(4px)}}.tooltip-content[data-side=top]{margin-bottom:4px}.tooltip-content[data-side=bottom]{margin-top:2px!important}.tooltip-content[data-side=left]{margin-right:8px}.tooltip-content[data-side=right]{margin-left:8px}#tuva-root .chat-bubble.bot .message-content .ai-gallery-download-overlay,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-gallery-download-overlay{position:absolute!important;inset:8px 8px auto auto!important;z-index:20!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;pointer-events:auto!important;background:transparent!important;border:none!important;box-shadow:none!important}#tuva-root .chat-bubble.bot .message-content .ai-gallery-download-overlay--gallery,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-gallery-download-overlay--gallery{top:16px!important;right:16px!important}#tuva-root .chat-bubble.bot .message-content .ai-response-image-tile-shell--download-anchor,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-tile-shell--download-anchor{display:block!important;position:relative!important;width:100%!important;height:100%!important;min-height:0!important;overflow:visible!important}#tuva-root .chat-bubble.bot .message-content .ai-gallery-download-overlay--tile,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-gallery-download-overlay--tile{top:8px!important;right:8px!important}#tuva-root .chat-bubble.bot .message-content .ai-gallery-download-btn,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-gallery-download-btn{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;padding:0!important;border:1.5px solid rgb(255 255 255 / .18)!important;border-radius:50%!important;background:#f3f2f2bf!important;color:#000!important;cursor:pointer!important;box-shadow:0 2px 8px #00000047!important;backdrop-filter:saturate(160%) blur(10px)!important;-webkit-backdrop-filter:saturate(160%) blur(10px)!important;transition:background .15s ease,transform .15s ease!important}#tuva-root .chat-bubble.bot .message-content .ai-gallery-download-btn:hover,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-gallery-download-btn:hover{background:#f3f2f2eb!important;transform:scale(1.07)!important}#tuva-root .chat-bubble.bot .message-content .ai-gallery-download-icon,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-gallery-download-icon{display:block!important;flex-shrink:0!important;font-size:20px!important;width:20px!important;height:20px!important;color:#000!important;fill:currentColor!important}#tuva-root .chat-bubble.bot .message-content .ai-gallery-download-badge,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-gallery-download-badge{position:absolute!important;inset:-6px -6px auto auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:18px!important;height:18px!important;padding:0 3px!important;border-radius:999px!important;background-color:var(--bg)!important;color:var(--color)!important;font-size:11px!important;font-weight:700!important;line-height:18px!important;text-align:center!important;box-sizing:border-box!important;box-shadow:0 1px 4px #0000004d!important;pointer-events:none!important;white-space:nowrap!important}#tuva-root .chat-bubble.bot .ai-response-image-tile--more,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-tile--more{display:grid!important;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr);align-items:stretch;justify-items:stretch}#tuva-root .chat-bubble.bot .ai-response-image-tile--more>.ai-response-image,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-tile--more>.ai-response-image{grid-area:1 / 1;z-index:0;filter:brightness(.88);width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important}#tuva-root .chat-bubble.bot .ai-response-image-tile--more>.ai-response-image-dim,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-tile--more>.ai-response-image-dim{grid-area:1 / 1;z-index:1;position:static!important;width:100%;height:100%;min-height:0;min-width:0;align-self:stretch;justify-self:stretch;inset:auto!important}#tuva-root .chat-bubble.bot .ai-response-image-dim,[data-tuva-chatbot] .chat-bubble.bot .ai-response-image-dim{position:absolute;inset:0;background:#0000001f;pointer-events:none}#tuva-root .chat-bubble.bot .message-content .ai-response-image-more-badge,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-more-badge{position:absolute!important;inset:auto 8px 8px auto!important;width:max-content!important;max-width:calc(100% - 16px);display:inline-flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;padding:6px 12px 6px 10px!important;margin:0!important;border-radius:9999px!important;background:#ffffffb8!important;backdrop-filter:saturate(160%) blur(10px)!important;-webkit-backdrop-filter:saturate(160%) blur(10px)!important;color:#1f2937!important;box-shadow:0 1px 3px #00000014!important;pointer-events:none;z-index:10!important;border:none!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:manual!important;hyphens:manual!important;height:auto!important;min-height:0!important;line-height:1.2!important;font-size:.875rem!important;font-weight:700!important;letter-spacing:-.02em!important;text-align:center!important;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif!important}#tuva-root .chat-bubble.bot .message-content .ai-response-image-more-gallery-icon,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-more-gallery-icon{display:block!important;flex-shrink:0!important;font-size:20px!important;width:20px!important;height:20px!important;color:#000!important;fill:currentColor!important}#tuva-root .chat-bubble.bot .message-content .ai-response-image-more-count,[data-tuva-chatbot] .chat-bubble.bot .message-content .ai-response-image-more-count{display:inline!important;flex:0 0 auto!important;font-size:.875rem!important;font-weight:700!important;line-height:1!important;letter-spacing:-.02em!important;color:#000!important;margin:0!important;padding:0!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:manual!important;hyphens:manual!important}[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot .message-content .ai-response-image-tile--more>.ai-response-image-more-badge,html:not(.chat-expanded) #tuva-root .chat-bubble.bot .message-content .ai-response-image-tile--more>.ai-response-image-more-badge{right:4px!important;bottom:4px!important;margin:0!important}[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot .message-content .ai-response-image-more-gallery-icon,html:not(.chat-expanded) #tuva-root .chat-bubble.bot .message-content .ai-response-image-more-gallery-icon{font-size:14px!important;width:14px!important;height:14px!important}[data-tuva-chatbot] .chat-container:not(.expanded) .chat-bubble.bot .message-content .ai-response-image-more-count,html:not(.chat-expanded) #tuva-root .chat-bubble.bot .message-content .ai-response-image-more-count{font-size:.6875rem!important}#tuva-root .ai-lightbox-overlay,[data-tuva-chatbot] .ai-lightbox-overlay{position:absolute;inset:0;background:#0009;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);z-index:2500;display:flex;align-items:center;justify-content:center;padding:14px;border-radius:inherit}#tuva-root .ai-lightbox,[data-tuva-chatbot] .ai-lightbox{position:relative;width:min(96%,760px);height:min(92%,620px);background:#00000026;border-radius:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px #00000059}#tuva-root .ai-lightbox-stage,[data-tuva-chatbot] .ai-lightbox-stage{position:relative;width:100%;height:100%;border-radius:18px;overflow:hidden;display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:0;padding:clamp(14px,3.5vmin,28px) clamp(10px,2vmin,18px)}#tuva-root .ai-lightbox-image,[data-tuva-chatbot] .ai-lightbox-image{max-width:100%;max-height:95%;width:auto;height:auto;object-fit:contain;background:#00000040}#tuva-root .ai-lightbox-link-fallback,[data-tuva-chatbot] .ai-lightbox-link-fallback{max-width:100%;max-height:95%;overflow:auto;padding:12px 14px;font-size:13px;line-height:1.45;word-break:break-all;color:#93c5fd;text-decoration:underline}#tuva-root .ai-lightbox-close,[data-tuva-chatbot] .ai-lightbox-close{position:absolute;top:10px;right:10px;width:24px;height:24px;border-radius:999px;border:none;cursor:pointer;background:#0000008c;color:#fff;font-size:21px;text-align:center;display:flex;justify-content:center;align-items:center;z-index:2}#tuva-root .ai-lightbox-nav,[data-tuva-chatbot] .ai-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:999px;border:none;cursor:pointer;background:#0000008c;color:#fff;font-size:28px;line-height:38px;display:flex;justify-content:center;align-items:center;z-index:2}#tuva-root .ai-lightbox-prev,[data-tuva-chatbot] .ai-lightbox-prev{left:10px}#tuva-root .ai-lightbox-next,[data-tuva-chatbot] .ai-lightbox-next{right:10px}#tuva-root .ai-lightbox-caption,[data-tuva-chatbot] .ai-lightbox-caption{position:absolute;left:0;right:0;bottom:0;padding:10px 14px;background:linear-gradient(to top,#000000a6,#0000);color:#fff;font-size:13px;z-index:2}#tuva-root .ai-lightbox-counter,[data-tuva-chatbot] .ai-lightbox-counter{position:absolute;top:12px;left:12px;padding:4px 8px;border-radius:10px;background:#0000008c;color:#fff;font-size:12px;z-index:2}.chat-container .chat-bubble.thinking-bubble,.app .chat-bubble.thinking-bubble{display:flex;margin-bottom:12px;margin-left:16px;transform:translateZ(0);position:relative;z-index:1}.chat-container .chat-bubble.thinking-bubble .message-content,.app .chat-bubble.thinking-bubble .message-content{background-color:#fff;border-radius:8px 16px 16px;box-shadow:0 2px 6px #00000014;padding:8px 12px;min-height:36px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;width:100%}.chat-container .chat-bubble .thinking-content,.app .chat-bubble .thinking-content{background:#fff0;padding:0;min-height:0;display:flex;align-items:center;justify-content:center;width:100%;position:relative;overflow:visible;text-align:left;margin:0;border:none;box-shadow:none}.chat-bubble .thinking-animation{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;height:20px!important;line-height:20px!important;vertical-align:middle!important;z-index:2!important;text-align:left!important;margin:0!important;padding:0!important}.chat-bubble .thinking-text{font-size:14px!important;font-weight:var(--font-weight-message)!important;letter-spacing:.3px!important;padding:0!important;margin:0!important;position:relative!important;color:#333!important;display:inline-block!important;text-align:left!important;line-height:1.4!important;white-space:nowrap!important}.chat-bubble .thinking-dots{display:inline-block!important;min-width:24px!important;text-align:left!important;margin-left:3px!important;margin-top:0!important;margin-bottom:0!important;padding:0!important;opacity:.8!important;font-weight:var(--font-weight-message)!important;letter-spacing:2px!important;color:#333!important;line-height:1.4!important;white-space:nowrap!important}@media(max-width:600px){.chat-bubble .thinking-content{padding:0!important}.chat-bubble .thinking-text{font-size:13px!important}}[data-tuva-chatbot=true] .chat-bubble.thinking-bubble .message-content{padding:8px 12px!important;min-height:36px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;box-sizing:border-box!important;text-align:left!important}[data-tuva-chatbot=true] .chat-bubble .thinking-content{padding:0!important}.chat-bubble.thinking-bubble .message-content:after{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:200%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .2),rgb(255 255 255 / .5),rgb(255 255 255 / .2),transparent)!important;animation:shimmerEffect 2s infinite!important;z-index:1!important;pointer-events:none!important}@keyframes shimmerEffect{0%{transform:translate(-100%)}to{transform:translate(100%)}}.thinking-indicator{display:flex;align-items:center;justify-content:center;padding:0 5px;height:20px;opacity:.8}.thinking-dots{display:inline-flex;align-items:center;gap:4px}.thinking-dot{width:6px;height:6px;background-color:var(--primary-color,#006adb);border-radius:50%;animation:dotBounce .8s infinite}.thinking-dot:nth-child(2){animation-delay:.2s}.thinking-dot:nth-child(3){animation-delay:.4s}@keyframes dotBounce{0%,to{transform:translateY(0);opacity:.7}50%{transform:translateY(-4px);opacity:1}}.thinking-bubble{animation:fadeIn .25s ease-out;margin-bottom:6px;margin-left:16px}.thinking-animation{display:inline-flex;align-items:center;font-size:14px;font-weight:var(--font-weight-message);color:#333}@media(max-width:480px){.thinking-content{padding:6px 10px;min-height:34px}.thinking-dot{width:5px;height:5px}}#tuva-root #tuva-chat-input-field,#tuva-root #tuva-chat-input-field:focus,#tuva-root #tuva-chat-input-field:hover,#tuva-root #tuva-chat-input-field:active,#tuva-root #tuva-chat-input-field:disabled,[data-tuva-chatbot] #tuva-chat-input-field,[data-tuva-chatbot] #tuva-chat-input-field:focus,[data-tuva-chatbot] #tuva-chat-input-field:hover,[data-tuva-chatbot] #tuva-chat-input-field:active,[data-tuva-chatbot] #tuva-chat-input-field:disabled{color:#333!important;background-color:transparent!important;border:none!important;outline:none!important;font-family:var(--font-sans)!important;font-size:var(--font-size-base)!important;font-weight:var(--font-weight-message)!important;line-height:1.5!important;text-align:left!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;word-spacing:normal!important;direction:ltr!important;unicode-bidi:plaintext!important;writing-mode:horizontal-tb!important;box-shadow:none!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;padding:6px 8px 6px 0!important;margin:0!important;box-sizing:border-box!important;resize:none!important;overflow-y:hidden!important;scrollbar-width:thin!important;scrollbar-color:rgb(0 106 219 / .28) transparent!important;white-space:pre-wrap!important}#tuva-root .tuva-chat-input,#tuva-root .tuva-chat-input:focus,#tuva-root .tuva-chat-input:hover,#tuva-root .tuva-chat-input:active,#tuva-root .tuva-chat-input:disabled,[data-tuva-chatbot] .tuva-chat-input,[data-tuva-chatbot] .tuva-chat-input:focus,[data-tuva-chatbot] .tuva-chat-input:hover,[data-tuva-chatbot] .tuva-chat-input:active,[data-tuva-chatbot] .tuva-chat-input:disabled{color:#333!important;background-color:transparent!important;border:none!important;outline:none!important;font-family:var(--font-sans)!important;font-size:var(--font-size-base)!important;font-weight:var(--font-weight-message)!important;line-height:1.5!important;text-align:left!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;word-spacing:normal!important;direction:ltr!important;unicode-bidi:plaintext!important;writing-mode:horizontal-tb!important;box-shadow:none!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;white-space:pre-wrap!important}#tuva-root #tuva-chat-input-field::placeholder,#tuva-root #tuva-chat-input-field:hover::placeholder,#tuva-root #tuva-chat-input-field:focus::placeholder,#tuva-root #tuva-chat-input-field:active::placeholder,#tuva-root .tuva-chat-input::placeholder,#tuva-root .tuva-chat-input:hover::placeholder,#tuva-root .tuva-chat-input:focus::placeholder,#tuva-root .tuva-chat-input:active::placeholder,[data-tuva-chatbot] #tuva-chat-input-field::placeholder,[data-tuva-chatbot] #tuva-chat-input-field:hover::placeholder,[data-tuva-chatbot] #tuva-chat-input-field:focus::placeholder,[data-tuva-chatbot] #tuva-chat-input-field:active::placeholder,[data-tuva-chatbot] .tuva-chat-input::placeholder,[data-tuva-chatbot] .tuva-chat-input:hover::placeholder,[data-tuva-chatbot] .tuva-chat-input:focus::placeholder,[data-tuva-chatbot] .tuva-chat-input:active::placeholder{color:#9aa0a6!important;opacity:1!important;font-family:var(--font-sans)!important;font-size:var(--font-size-base)!important;font-weight:var(--font-weight-message)!important;line-height:inherit!important;transform:none!important;text-transform:none!important;letter-spacing:normal!important;word-spacing:normal!important;direction:ltr!important;unicode-bidi:plaintext!important;writing-mode:horizontal-tb!important}#tuva-root .tuva-chat-input-container,#tuva-root .tuva-chat-input-form,#tuva-root .tuva-input-row,[data-tuva-chatbot] .tuva-chat-input-container,[data-tuva-chatbot] .tuva-chat-input-form,[data-tuva-chatbot] .tuva-input-row{font-family:var(--font-sans)!important;color:inherit!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;word-spacing:normal!important}#tuva-root .tuva-chat-input-container .send-button,#tuva-root .tuva-chat-input-container .tuva-attachment-button,[data-tuva-chatbot] .tuva-chat-input-container .send-button,[data-tuva-chatbot] .tuva-chat-input-container .tuva-attachment-button{font-family:var(--font-sans)!important;color:var(--primary-color,#006adb)!important;background:none!important;border:none!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;word-spacing:normal!important}.tuva-chat-input-container{display:flex!important;position:relative!important;background-color:transparent!important;border-top:none!important;padding:14px 12px 16px!important;flex-direction:column!important;min-height:54px!important;flex:0 0 auto!important;border-radius:0 0 24px 24px!important;transition:all .5s cubic-bezier(.19,1,.22,1)!important;animation:inputExpand .8s cubic-bezier(.19,1,.22,1) forwards!important;margin-top:0!important;z-index:5!important;box-shadow:none!important;align-items:center!important;justify-content:center!important;width:100%!important;box-sizing:border-box!important;font-family:var(--font-sans)!important;font-size:var(--font-size-base)!important;line-height:1.5!important;color:inherit!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;word-spacing:normal!important;text-align:left!important;vertical-align:baseline!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;outline:none!important;border:none!important;overflow:visible!important;resize:none!important}.tuva-chat-input-container.exiting{animation:inputContract .7s cubic-bezier(.19,1,.22,1) forwards}.tuva-chat-input-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#006adb00,#0088ff80,#006adb00);opacity:0;z-index:2;transform:translateY(-1px);transition:opacity .6s ease}.tuva-chat-input-container.focused:after{opacity:0;animation:none}@keyframes scanLine{0%{transform:translate(-100%,-1px)}to{transform:translate(100%,-1px)}}.tuva-chat-input-container:before{content:"";position:absolute;top:-10px;left:10%;width:80%;height:16px;background:radial-gradient(ellipse at center,#006adb26,#006adb00 70%);border-radius:50%;pointer-events:none;opacity:0;transition:opacity .5s ease}.tuva-chat-input-container:focus-within:before{opacity:0}.expanded .tuva-chat-input-form{border-radius:16px;padding:4px 4px 4px 16px;max-width:800px;width:100%;margin:0 auto;box-shadow:0 1px 3px #006adb14;border:1px solid rgb(0 106 219 / .08);transform:none;transition:all .3s ease;min-height:53px;height:auto}.expanded .tuva-chat-input{padding:10px 0;font-size:var(--font-size-base);margin-right:4px;line-height:1.5;font-weight:var(--font-weight-message)}.tuva-chat-input-form{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:space-between!important;background-color:#f0f7ffcc!important;border-radius:16px!important;padding:4px 12px!important;transition:color .3s ease!important;box-shadow:0 1px 3px #006adb14!important;border:1px solid rgb(0 106 219 / .08)!important;position:relative!important;overflow:visible!important;width:96%!important;margin:0 auto!important;backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important;transform-origin:center center!important;min-height:48px!important;height:auto!important;box-sizing:border-box!important;font-family:var(--font-sans)!important;font-size:var(--font-size-base)!important;line-height:1.5!important;color:inherit!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;word-spacing:normal!important;text-align:left!important;vertical-align:baseline!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important}.tuva-chat-input-form.entering{animation:formEnter .9s cubic-bezier(.19,1,.22,1)}@keyframes formEnter{0%{width:70%;opacity:.7;transform:scale(.97)}60%{width:97%;opacity:.9}to{width:96%;opacity:1;transform:scale(1)}}.tuva-chat-input-form:before{content:"";position:absolute;inset:-2px;background:linear-gradient(90deg,#0088ff4d,#006adb4d,#0088ff4d,#006adb4d);border-radius:16px;z-index:-1;background-size:300% 100%;animation:gradientBorder 12s ease infinite;opacity:0;transition:opacity .5s ease}.tuva-chat-input-form:focus-within:before{opacity:0}@keyframes gradientBorder{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.tuva-chat-input-form:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:0;background:linear-gradient(to right,rgb(0 106 219 / .1),transparent);z-index:0;transition:height .5s ease}.tuva-chat-input-form:focus-within{box-shadow:none;background-color:#f0f7ffcc;transform:none;width:96%;border:1px solid rgb(0 106 219 / .05)}.expanded .tuva-chat-input-form:focus-within{max-width:800px;width:100%;transform:none}.tuva-chat-input-form:focus-within:after{height:0;animation:none}.tuva-chat-input{flex:0 0 auto!important;display:block!important;border:none!important;background-color:transparent!important;padding:6px 8px 6px 0!important;font-size:var(--font-size-base)!important;outline:none!important;color:#333!important;position:relative!important;z-index:1!important;min-height:28px!important;max-height:120px!important;transition:color .3s ease!important;margin-right:4px!important;align-self:flex-start!important;line-height:1.5!important;text-align:left!important;font-family:var(--font-sans)!important;font-weight:var(--font-weight-message)!important;box-sizing:border-box!important;width:100%!important;height:auto!important;max-width:none!important;min-width:0!important;resize:none!important;overflow-x:hidden!important;overflow-y:auto!important;scrollbar-width:thin!important;scrollbar-color:rgb(0 106 219 / .28) transparent!important;white-space:pre-wrap!important;word-break:break-word!important;vertical-align:baseline!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;word-spacing:normal!important;text-indent:0!important;text-shadow:none!important;box-shadow:none!important;border-radius:0!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important}.tuva-chat-input::-webkit-scrollbar{width:6px!important;height:6px!important}#tuva-root #tuva-chat-input-field::-webkit-scrollbar,[data-tuva-chatbot] #tuva-chat-input-field::-webkit-scrollbar{width:6px!important;height:6px!important}#tuva-root #tuva-chat-input-field::-webkit-scrollbar-thumb,[data-tuva-chatbot] #tuva-chat-input-field::-webkit-scrollbar-thumb{background:#006adb47!important;border-radius:999px!important}#tuva-root #tuva-chat-input-field::-webkit-scrollbar-track,[data-tuva-chatbot] #tuva-chat-input-field::-webkit-scrollbar-track{background:transparent!important}#tuva-root #tuva-chat-input-field,#tuva-root #tuva-chat-input-field:hover,#tuva-root #tuva-chat-input-field:focus,#tuva-root #tuva-chat-input-field:active,[data-tuva-chatbot] #tuva-chat-input-field,[data-tuva-chatbot] #tuva-chat-input-field:hover,[data-tuva-chatbot] #tuva-chat-input-field:focus,[data-tuva-chatbot] #tuva-chat-input-field:active{padding:6px 8px 6px 0!important;min-height:28px!important;line-height:1.5!important}.tuva-chat-input-scroll{flex:1 1 auto!important;max-height:120px!important;min-height:36px!important;overflow-x:hidden!important;overflow-y:hidden!important;display:flex!important;align-items:flex-start!important;box-sizing:border-box!important;padding:0 2px 0 0!important;scroll-padding-top:4px!important;scroll-padding-bottom:4px!important;direction:ltr!important;unicode-bidi:isolate!important;writing-mode:horizontal-tb!important}.tuva-chat-input-scroll.expanded-input{min-height:36px!important;overflow-y:auto!important;align-items:flex-start!important;padding:0 2px 0 0!important;scroll-padding-top:4px!important;scroll-padding-bottom:4px!important}.tuva-chat-input-scroll:not(.expanded-input) .tuva-chat-input,.tuva-chat-input-scroll:not(.expanded-input) #tuva-chat-input-field{height:28px!important;min-height:28px!important;line-height:1.5!important;padding:6px 8px 6px 0!important;overflow-y:hidden!important}#tuva-root .tuva-chat-input-scroll:not(.expanded-input) #tuva-chat-input-field,[data-tuva-chatbot] .tuva-chat-input-scroll:not(.expanded-input) #tuva-chat-input-field{height:28px!important;min-height:28px!important;line-height:1.5!important;padding:6px 8px 6px 0!important;overflow-y:hidden!important}.tuva-chat-input-scroll:not(.expanded-input) .tuva-chat-input::placeholder,.tuva-chat-input-scroll:not(.expanded-input) #tuva-chat-input-field::placeholder{line-height:1.5!important;vertical-align:middle!important}#tuva-root .tuva-chat-input-scroll:not(.expanded-input) #tuva-chat-input-field::placeholder,[data-tuva-chatbot] .tuva-chat-input-scroll:not(.expanded-input) #tuva-chat-input-field::placeholder{line-height:1.5!important;vertical-align:middle!important;transform:none!important;animation:none!important}.tuva-chat-input-scroll.expanded-input .tuva-chat-input{line-height:1.5!important}.tuva-chat-input::placeholder{color:#9aa0a6!important;transition:color .3s ease!important;font-size:var(--font-size-base)!important;vertical-align:middle!important;line-height:1.5!important;font-family:var(--font-sans)!important;font-weight:var(--font-weight-message)!important;opacity:1!important;text-transform:none!important;letter-spacing:normal!important;word-spacing:normal!important}.tuva-chat-input:focus::placeholder{transform:none!important}.tuva-chat-input:focus::placeholder,.tuva-chat-input:active::placeholder{line-height:inherit!important;transform:none!important}.tuva-chat-input:focus{outline:none!important;border:none!important;box-shadow:none!important;background-color:transparent!important}.tuva-chat-input:active{outline:none!important;border:none!important;box-shadow:none!important}#tuva-root #tuva-chat-input-field:disabled,#tuva-root .tuva-chat-input:disabled,[data-tuva-chatbot] #tuva-chat-input-field:disabled,[data-tuva-chatbot] .tuva-chat-input:disabled{background-color:transparent!important;color:#9aa0a6!important;cursor:not-allowed!important;opacity:.6!important;border:none!important;outline:none!important;font-family:var(--font-sans)!important;font-size:var(--font-size-base)!important;font-weight:var(--font-weight-message)!important}.tuva-chat-input:disabled{background-color:transparent!important;color:#9aa0a6!important;cursor:not-allowed!important;opacity:.6!important}.tuva-chat-input:disabled[data-uploading=true]{background-color:#0000000d!important;border-color:#e0e0e0!important;color:#666!important}.send-button{background:none!important;border:none!important;cursor:pointer!important;color:var(--primary-color,#006adb)!important;border-radius:50%!important;width:32px!important;height:32px!important;padding:0!important;margin:0 4px 0 0!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important;position:relative!important;align-self:center!important;z-index:2!important;box-sizing:border-box!important;font-family:var(--font-sans)!important;font-size:var(--font-size-base)!important;line-height:1.5!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;word-spacing:normal!important;text-align:center!important;vertical-align:baseline!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;outline:none!important;box-shadow:none!important;overflow:visible!important;resize:none!important}.send-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;opacity:1;z-index:0}.send-button:disabled{background:none!important;color:#9aa0a6!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important;margin:0 4px 0 0!important;opacity:.6!important;border:none!important;outline:none!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;word-spacing:normal!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important}.send-button:disabled:after,.send-button:disabled:hover:after{animation:none;opacity:0}.send-button:focus{outline:none!important;background:none!important;box-shadow:none!important}.send-button:focus-visible{outline:2px solid var(--primary-color,#006adb)!important;outline-offset:2px!important;background:none!important;box-shadow:none!important}.tuva-attachment-button{background:none!important;border:none!important;cursor:pointer!important;color:var(--primary-color,#006adb)!important;border-radius:10px!important;width:32px!important;height:32px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important;position:relative!important;align-self:center!important;z-index:2!important;box-sizing:border-box!important;font-family:var(--font-sans)!important;font-size:var(--font-size-base)!important;line-height:1.5!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;word-spacing:normal!important;text-align:center!important;vertical-align:baseline!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;outline:none!important;box-shadow:none!important;overflow:visible!important;resize:none!important}.tuva-attachment-button:hover{transform:none!important;background:#006adb1a!important;border-radius:10px!important}.tuva-attachment-button:disabled{background:none!important;color:#9aa0a6!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important;opacity:.6!important;border:none!important;outline:none!important}.tuva-attachment-button:focus{outline:none!important;background:none!important;box-shadow:none!important}.tuva-attachment-button:focus-visible{outline-offset:2px!important;background:none!important;box-shadow:none!important;border-radius:10px!important}.tuva-input-row{display:flex!important;align-items:center!important;width:100%!important;gap:8px!important;box-sizing:border-box!important}.tuva-input-row.input-expanded{align-items:flex-end!important}.tuva-selected-files{display:flex!important;flex-wrap:nowrap!important;gap:8px!important;padding:0 0 4px!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important}.tuva-selected-files-scrollable{scrollbar-width:thin!important;scrollbar-color:rgb(0 106 219 / .45) rgb(0 106 219 / .08)!important}.tuva-selected-files-scrollable::-webkit-scrollbar{display:block!important;height:6px!important}.tuva-selected-files-scrollable::-webkit-scrollbar-track{background:#006adb14!important;border-radius:999px!important}.tuva-selected-files-scrollable::-webkit-scrollbar-thumb{background:#006adb73!important;border-radius:999px!important}#tuva-root .tuva-chat-input-form .tuva-selected-files,[data-tuva-chatbot] .tuva-chat-input-form .tuva-selected-files{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;max-width:100%!important;min-width:0!important}.tuva-file-chip{display:flex!important;align-items:center!important;justify-content:flex-start!important;vertical-align:middle!important;background:#006adb1a!important;border:1px solid rgb(0 106 219 / .2)!important;border-radius:8px!important;padding:6px 8px!important;font-size:12px!important;color:#333!important;min-width:120px!important;max-width:200px!important;transition:all .2s ease!important;box-sizing:border-box!important;flex-shrink:0!important;line-height:normal!important;overflow:hidden!important}.tuva-file-chip:hover{background:#006adb26!important;border-color:#006adb4d!important}.tuva-file-name-trigger{display:block!important;flex:1 1 auto!important;min-width:0!important;max-width:100%!important;padding:0!important;margin:0 6px 0 0!important;border:0!important;background:transparent!important;color:inherit!important;font:inherit!important;text-align:left!important;cursor:default!important;overflow:hidden!important;pointer-events:auto!important}.tuva-file-name-trigger:hover,.tuva-file-name-trigger:focus-visible{outline:none!important}.tuva-file-name{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin-right:0!important;font-weight:500!important;line-height:1.4!important}.tuva-file-remove{background:none!important;border:none!important;color:#6b7280!important;cursor:pointer!important;font-size:16px!important;font-weight:700!important;line-height:0!important;padding:0!important;margin:0!important;width:16px!important;height:16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;transition:all .2s ease!important;flex-shrink:0!important}.tuva-file-remove:hover{color:#374151!important}.powered-by{font-size:var(--font-size-tiny);color:#666;margin-top:6px;text-align:center;letter-spacing:.02em;opacity:.7;transition:opacity .3s ease;width:100%;display:flex;justify-content:center;position:relative;z-index:1;font-family:var(--font-sans);font-weight:var(--font-weight-light);line-height:1.3;cursor:pointer}.tuva-chat-input-container .powered-by a,.tuva-chat-input-container .powered-by a:hover,.tuva-chat-input-container .powered-by a:focus,.tuva-chat-input-container .powered-by a:active{color:inherit;text-decoration:none}.powered-by:hover{opacity:.9}.brand{color:var(--primary-color,#006adb);font-weight:var(--font-weight-medium);margin-left:4px;background:linear-gradient(135deg,#006adb,#08f);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;animation:gradientShift 8s ease infinite;background-size:200% 100%;display:inline-block;padding:0 2px;text-decoration:none}.tuva-chat-input-container .brand:hover,.tuva-chat-input-container .brand:focus,.tuva-chat-input-container .brand:active{text-decoration:none;background:linear-gradient(135deg,#006adb,#08f);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.tuva-chat-input-container a,.tuva-chat-input-container a:hover,.tuva-chat-input-container a:focus,.tuva-chat-input-container a:active{text-decoration:none}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media(min-width:1200px){.expanded .tuva-chat-input-container{padding:12px 12px 14px;min-height:52px}.expanded .tuva-chat-input-form{max-width:60%;padding:4px 4px 4px 16px;min-height:56px;height:auto}.expanded .tuva-chat-input{font-size:.8rem;margin-right:4px}}@media(max-width:600px){.tuva-chat-input-container{padding:12px 16px;min-height:60px;width:100%;background:#fff}.tuva-chat-input-form{width:100%;margin:0;padding:4px 12px;background:#f0f7ffcc;border:1px solid rgb(0 106 219 / .08);border-radius:20px}.send-button{min-width:36px;height:36px;margin-left:8px}.tuva-chat-input{font-size:var(--font-size-base);padding:8px 0;line-height:1.4}.tuva-chat-input-form:focus-within{width:100%;background:#fff;border-color:#006adb26;box-shadow:0 2px 8px #006adb14}.expanded .tuva-chat-input-form{max-width:100%;padding:8px 12px;min-height:52px;height:auto;border-radius:20px}.powered-by{font-size:var(--font-size-tiny);margin-top:6px;line-height:1.2;color:#0006}}@media(max-width:480px){.tuva-chat-input-container{padding:12px;min-height:56px;position:fixed;bottom:0;left:0;right:0;background:#fff}.tuva-chat-input-form{padding:6px 10px;min-height:44px;height:auto}.send-button{min-width:32px;height:32px}}@media(max-height:500px){.tuva-chat-input-container{min-height:48px;padding:6px 10px 8px}.tuva-chat-input-form{padding:2px 4px 2px 10px;border-radius:16px;min-height:38px;height:auto}.tuva-chat-input{font-size:var(--font-size-base);margin-right:4px;padding:6px 0;line-height:1.3}.send-button{width:26px;height:26px;margin:0 2px 0 0}.powered-by{font-size:var(--font-size-tiny);margin-top:3px;line-height:1.2}.expanded .tuva-chat-input-form{padding:2px 4px 2px 10px;border-radius:16px;min-height:38px;height:auto}}.send-button.has-content{animation:popIn .4s cubic-bezier(.19,1,.22,1);background:none;color:var(--primary-color,#006adb)}.send-button.animating{animation:pulseOnce .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes popIn{0%{transform:scale(.8);opacity:.7}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}@keyframes pulseOnce{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.send-button.animating .tech-send-icon{animation:iconPulse .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes iconPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.tuva-chat-input-container.focused{animation:subtleGlow 1.5s ease-in-out infinite alternate}@keyframes subtleGlow{0%{box-shadow:0 -2px 8px #fff0}to{box-shadow:0 -2px 8px #006adb1a}}.tuva-chat-input:not(:focus)::placeholder{animation:floatingCursor 1s ease-in-out infinite alternate}@keyframes floatingCursor{0%{opacity:.6}to{opacity:1}}@keyframes inputExpand{0%{opacity:0;transform:translateY(10px) scale(.95)}30%{opacity:.7}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes inputContract{0%{opacity:1;transform:translateY(0) scale(1)}70%{opacity:.7}to{opacity:0;transform:translateY(10px) scale(.95)}}.tuva-chat-input-form:before,.tuva-chat-input-form:after,.tuva-chat-input-container:before,.tuva-chat-input-container:after{display:none}.tech-send-icon{transition:all .3s ease;position:relative;display:flex;align-items:center;justify-content:center;margin:0}.send-button:hover .tech-send-icon{filter:none;transform:none}.send-button.has-content,.send-button:hover{background:none;color:var(--primary-color,#006adb)}@media(min-width:1201px){.expanded .tuva-chat-input-container{padding:20px 16px}.expanded .tuva-chat-input-form{max-width:800px;width:100%;padding:4px 4px 4px 18px;min-height:54px;height:auto}.expanded .tuva-chat-input{font-size:var(--font-size-base)}}@media(min-width:901px)and (max-width:1200px){.expanded .tuva-chat-input-form{max-width:700px}}@media(min-width:601px)and (max-width:900px){.expanded .tuva-chat-input-form{max-width:600px}}@media(max-width:600px){.tuva-chat-input-container{padding:12px 10px 14px;min-height:52px}.tuva-chat-input-form{width:100%;margin:0;padding:4px 4px 4px 14px}.send-button{min-width:34px;height:34px}.tuva-chat-input{font-size:var(--font-size-base)}.tuva-chat-input-form:focus-within{width:100%}.expanded .tuva-chat-input-form{max-width:100%;padding:4px 6px 4px 14px;min-height:46px;height:auto;border-radius:20px}.powered-by{font-size:var(--font-size-tiny);margin-top:5px;line-height:1.2}}.expanded .tuva-chat-input-container{width:100%;max-width:100%;display:flex;justify-content:center;align-items:center}@media(min-width:901px)and (max-width:1200px){.expanded .tuva-chat-input-form:focus-within{max-width:700px}}@media(min-width:601px)and (max-width:900px){.expanded .tuva-chat-input-form:focus-within{max-width:600px}}@media(max-width:600px){.expanded .tuva-chat-input-form:focus-within{max-width:100%}}.tuva-upload-error{display:flex!important;align-items:center!important;background-color:#fcefef!important;border:1px solid #fecaca!important;border-radius:8px!important;padding:8px 12px!important;margin:8px 0!important;color:#dc2626!important;font-size:14px!important;font-weight:500!important;animation:errorSlideIn .3s ease-out!important}.tuva-error-icon{display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;margin-right:8px!important;line-height:0!important}.tuva-error-text{flex:1!important;word-break:break-word!important}.tuva-error-close{background:none!important;border:none!important;color:#dc2626!important;font-size:18px!important;font-weight:700!important;cursor:pointer!important;padding:0!important;margin-left:8px!important;width:20px!important;height:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;transition:background-color .2s ease!important}.tuva-error-close:hover{background-color:#dc26261a!important}.tuva-uploading-files-container{margin:8px 0!important}.tuva-uploading-files{display:flex!important;flex-direction:column!important;gap:6px!important}.tuva-uploading-file-chip{display:flex!important;align-items:center!important;background-color:#f3f4f6!important;border:1px solid #e5e7eb!important;border-radius:8px!important;padding:4px 8px!important;font-size:12px!important;transition:all .3s ease!important}.tuva-file-chip:not(.tuva-uploading-file-chip),.tuva-file-chip.tuva-uploading-file-chip{background:#006adb1a!important;border:1px solid rgb(0 106 219 / .2)!important;color:#333!important}.tuva-uploading-file-error{border-color:#ef4444!important;background-color:#fef2f2!important;animation:errorShake .5s ease-in-out!important}.tuva-upload-status{margin-left:auto!important;font-size:12px!important;font-weight:500!important}.tuva-uploading-indicator{color:#3b82f6!important;animation:textBlink 1.5s ease-in-out infinite!important}.tuva-success-indicator{color:#10b981!important}.tuva-error-indicator{color:#ef4444!important}@keyframes errorSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes uploadBlink{0%,to{opacity:1;background-color:#eff6ff;border-color:#3b82f6;box-shadow:0 0 #3b82f666}50%{opacity:.8;background-color:#dbeafe;border-color:#1e40af;box-shadow:0 0 0 8px #3b82f64d}}@keyframes textBlink{0%,to{opacity:1;color:#1e40af}50%{opacity:.3;color:#3b82f6}}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.tuva-spinner{width:14px!important;height:14px!important;border:2px solid rgb(59 130 246 / .25)!important;border-top-color:#3b82f6e6!important;border-radius:50%!important;display:inline-block!important;box-sizing:border-box!important;animation:tuva-spin .8s linear infinite!important}@keyframes tuva-spin{to{transform:rotate(360deg)}}.tuva-file-chip.tuva-uploading-file-chip{--tuva-ring-color:rgba(59, 130, 246, .6);position:relative!important}.tuva-file-chip.tuva-uploading-file-chip:after{content:""!important;position:absolute!important;inset:-1px!important;border-radius:inherit!important;pointer-events:none!important;border:1px solid transparent!important;background:conic-gradient(from 0deg,var(--tuva-ring-color) 0deg,transparent 120deg) border-box!important;-webkit-mask:linear-gradient(#000 0 0) padding-box,linear-gradient(#000 0 0) border-box!important;-webkit-mask-composite:destination-out!important;mask-composite:exclude!important;animation:tuva-ring-rotate 1.2s linear infinite!important}.tuva-file-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:16px!important;height:16px!important;min-width:20px!important;min-height:20px!important;margin-right:8px!important;font-size:14px!important;line-height:0!important;flex-shrink:0!important;cursor:default!important;color:#4a5568!important}.tuva-file-icon svg{width:18px!important;height:18px!important;color:inherit!important}.tuva-error-close svg,.tuva-file-remove svg{width:16px!important;height:16px!important;color:inherit!important}.tuva-file-icon .MuiSvgIcon-root,.tuva-error-close .MuiSvgIcon-root,.tuva-file-remove .MuiSvgIcon-root{width:1em!important;height:1em!important;font-size:inherit!important}.tuva-file-icon svg,.tuva-error-close svg,.tuva-file-remove svg{display:block!important;max-width:100%!important;max-height:100%!important}.tuva-error-close,.tuva-file-remove{min-width:16px!important;min-height:16px!important}.tuva-file-chip.tuva-uploading-file-chip.tuva-uploading-phase-a,.tuva-file-chip.tuva-uploading-file-chip.tuva-uploading-phase-b{background:#006adb1a!important;border:1px solid rgb(0 106 219 / .2)!important;animation:none!important}.tuva-file-name{display:block;flex:1 1 auto;min-width:0;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tuva-selected-files>div{min-width:0}.tuva-input-stack{display:flex!important;flex-direction:column!important;width:100%!important;min-width:0!important;gap:8px!important}.tuva-input-stack.has-attachments{padding-top:4px!important}.tuva-image-previews{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:flex-start!important;gap:8px!important;width:100%!important;max-width:100%!important;min-width:0!important;padding:2px 0 4px!important;box-sizing:border-box!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important}.tuva-image-previews-scrollable{scrollbar-width:thin!important;scrollbar-color:rgb(0 106 219 / .45) rgb(0 106 219 / .08)!important}.tuva-image-previews-scrollable::-webkit-scrollbar{display:block!important;height:6px!important}.tuva-image-previews-scrollable::-webkit-scrollbar-track{background:#006adb14!important;border-radius:999px!important}.tuva-image-previews-scrollable::-webkit-scrollbar-thumb{background:#006adb73!important;border-radius:999px!important}#tuva-root .tuva-chat-input-form .tuva-image-previews,[data-tuva-chatbot] .tuva-chat-input-form .tuva-image-previews{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important}#tuva-root .tuva-chat-input-form .tuva-image-preview-chip,[data-tuva-chatbot] .tuva-chat-input-form .tuva-image-preview-chip{display:block!important;flex:0 0 46px!important}.tuva-image-preview-chip{position:relative!important;width:46px!important;height:46px!important;border-radius:12px!important;overflow:hidden!important;flex-shrink:0!important;background:#0000000f!important;border:1px solid rgb(0 106 219 / .12)!important;box-sizing:border-box!important}.tuva-image-preview-open{display:block!important;width:100%!important;height:100%!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;cursor:pointer!important;line-height:0!important}.tuva-image-preview-open:disabled{cursor:default!important}.tuva-image-preview-thumb{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.tuva-image-preview-fallback{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;color:#666!important}.tuva-image-preview-overlay{position:absolute!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#ffffff8c!important}.tuva-image-preview-remove{position:absolute!important;top:4px!important;right:4px!important;width:18px!important;height:18px!important;border:none!important;border-radius:50%!important;background:#fffffff2!important;color:#333!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;padding:0!important;box-shadow:0 1px 3px #0000002e!important;z-index:2!important}.tuva-image-preview-remove svg,.tuva-image-preview-remove .MuiSvgIcon-root{width:12px!important;height:12px!important}.tuva-image-preview-chip.is-uploading{opacity:.85!important}.tuva-input-row.has-attachments{align-items:flex-end!important}.chat-messages-wrapper{display:flex;flex-direction:column;position:relative;flex:1 1 auto;overflow-y:auto;overflow-x:visible;min-height:0;max-height:100%;margin-bottom:-8px;padding-bottom:0;scrollbar-width:thin;scrollbar-color:var(--primary-color-light,rgb(0 106 219 / .2)) #fff0}.chat-messages{flex:1 1 auto;overflow-y:visible;overflow-x:visible;padding:18px 4px 40px;display:flex;flex-direction:column;max-height:100%;height:100%;position:relative;z-index:1;margin-top:-6px;margin-bottom:0;width:100%}.messages-list{display:flex;flex-direction:column;overflow:visible;position:relative;gap:0;width:100%}.chat-date-group{display:flex;flex-direction:column;gap:16px;width:100%}.chat-date-group .date-chip{position:sticky;top:10px;z-index:30;flex-shrink:0}.expanded .chat-messages{padding:22px 14px 40px;gap:20px;margin-top:-8px;width:100%;max-width:800px;margin-left:auto;margin-right:auto;overflow-y:visible}.bot-intro{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 12px 8px;text-align:center;background-color:#fff0;margin-top:5px;margin-bottom:12px;width:100%;align-self:center;border-radius:0;box-shadow:none;position:relative;z-index:10;gap:8px}.bot-logo{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;position:relative;background:radial-gradient(circle,var(--primary-color-light,rgb(0 152 255 / .15)) 0%,var(--primary-color-lighter,rgb(0 106 219 / .05)) 70%);padding:4px;box-shadow:0 0 13px 5px var(--primary-color-lighter,rgb(0 106 219 / .08))}.bot-logo:before{content:"";position:absolute;inset:-4px;border-radius:50%;border:1px solid var(--primary-color,rgb(0 106 219 / .3));animation:pulsePrimary 2s infinite;box-shadow:0 0 10px 3px var(--primary-color,rgb(0 106 219 / .15))}.bot-logo:after{content:"";position:absolute;inset:-4px;border-radius:50%;border:1px solid var(--primary-color,rgb(0 106 219 / .2));animation:pulsePrimary 2s infinite;animation-delay:1s;box-shadow:0 0 10px 3px var(--primary-color,rgb(0 106 219 / .12))}@keyframes pulsePrimary{0%{transform:scale(1);opacity:.4}50%{transform:scale(1.5);opacity:0}to{transform:scale(1.5);opacity:0}}.bot-logo-inner{background:linear-gradient(135deg,#006adb,#08f);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;box-shadow:0 2px 12px 4px var(--primary-color-shadow,rgb(0 106 219 / .25))}.bot-logo-image{width:40px;height:40px;border-radius:50%;object-fit:cover;box-shadow:0 2px 10px var(--primary-color-shadow,rgb(0 106 219 / .2))}.bot-name{font-size:18px;font-weight:600;color:#333;margin:0 0 8px}.bot-tagline{font-size:12px!important;color:#666!important;max-width:240px!important;line-height:1.4!important;margin:0!important}.messages-container{display:flex;flex-direction:column;width:100%;position:relative;padding-top:0;padding-bottom:10px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseHighlight{0%{box-shadow:0 0 0 0 var(--primary-color-pulse,rgb(0 106 219 / .4))}70%{box-shadow:0 0 0 8px var(--primary-color-pulse-fade,#fff0)}to{box-shadow:0 0 0 0 var(--primary-color-pulse-fade,#fff0)}}@keyframes shimmer{to{left:100%}}.message-new-user{animation:slideInRight .4s cubic-bezier(.25,.46,.45,.94) forwards;transform-origin:bottom right}.message-new-bot{animation:slideInLeft .4s cubic-bezier(.25,.46,.45,.94) forwards;transform-origin:bottom left}.chat-messages-wrapper::-webkit-scrollbar{width:6px}.chat-messages-wrapper::-webkit-scrollbar-track{background:#fff0;border-radius:3px}.chat-messages-wrapper::-webkit-scrollbar-thumb{background-color:var(--primary-color-light,rgb(0 106 219 / .2));border-radius:3px;transition:background-color .3s ease}.chat-messages-wrapper::-webkit-scrollbar-thumb:hover{background-color:var(--primary-color,rgb(0 106 219 / .5))}.chat-messages::-webkit-scrollbar{display:none}.chat-messages::-webkit-scrollbar-track{display:none}.chat-messages::-webkit-scrollbar-thumb{display:none}.chat-messages::-webkit-scrollbar-thumb:hover{display:none}@media(max-width:600px){.chat-messages{padding:14px 8px 4px;gap:12px;margin-top:-4px}.expanded .chat-messages{padding:18px 10px 4px;margin-top:-6px}}@media(max-height:500px){.chat-messages{padding:12px 8px 4px;gap:10px;margin-top:-4px}.expanded .chat-messages{padding:16px 8px 4px;margin-top:-6px}}@media(min-width:1200px){.expanded .bot-intro{padding:30px 14px 16px}.expanded .bot-logo{width:70px;height:70px;margin-bottom:16px}.expanded .bot-logo-inner{width:48px;height:48px;font-size:16px}.expanded .bot-name{font-size:22px;margin-bottom:10px}.expanded .bot-tagline{font-size:14px;max-width:300px}}@media(max-width:600px){.expanded .chat-messages,.expanded .messages-container,.expanded .messages-list{max-width:100%;padding-left:12px;padding-right:12px}}@media(min-width:601px)and (max-width:900px){.expanded .chat-messages,.expanded .messages-container,.expanded .messages-list{max-width:600px}}@media(min-width:901px)and (max-width:1200px){.expanded .chat-messages,.expanded .messages-container,.expanded .messages-list{max-width:700px}}@media(min-width:1201px){.expanded .chat-messages,.expanded .messages-container,.expanded .messages-list{max-width:800px}}.scroll-to-bottom-button{position:absolute;bottom:12px;right:14px;width:32px;height:32px;background-color:#fff;border:1px solid var(--primary-color-light,rgb(0 106 219 / .1));border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:50;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px 2px var(--primary-color-shadow,rgb(0 106 219 / .08));padding:0}.scroll-to-bottom-button.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-bottom-button:hover{transform:translate(-50%) translateY(-2px);border:none;background-color:#f8faff;opacity:1;box-shadow:0 4px 12px #006adb33,0 0 0 3px #0088ff14,0 0 15px #0088ff1a,inset 0 1px 1px #fffc}.scroll-to-bottom-button:active{transform:translate(-50%) translateY(0);box-shadow:0 2px 4px #00000026;background-color:#f0f7ff;border:none}.scroll-to-bottom-button.has-new-messages{animation:pulseButton 2s infinite}.new-message-indicator{position:absolute;top:0;right:0;width:6px;height:6px;border-radius:50%;background-color:#ff3e3e;border:1px solid #fff;z-index:121}@keyframes pulseButton{0%{box-shadow:0 2px 8px #00000026,0 0 0 0 var(--primary-color,rgb(0 106 219 / .4)),0 0 0 0 var(--primary-color-light,rgb(0 136 255 / .1))}50%{box-shadow:0 2px 8px #00000026,0 0 0 8px var(--primary-color,#fff0),0 0 10px 4px var(--primary-color,rgb(0 136 255 / .15))}to{box-shadow:0 2px 8px #00000026,0 0 0 0 var(--primary-color,#fff0),0 0 0 0 var(--primary-color-light,rgb(0 136 255 / .1))}}@keyframes fadeInButton{0%{opacity:0;transform:translate(-50%) translateY(15px) scale(.8)}to{opacity:.95;transform:translate(-50%) translateY(0) scale(1)}}.expanded .scroll-to-bottom-button{bottom:16px;right:20px;width:36px;height:36px}@media(max-width:600px){.scroll-to-bottom-button{bottom:10px;right:10px;width:30px;height:30px}.expanded .scroll-to-bottom-button{bottom:14px;right:14px}}.messages-end-ref{display:block;width:100%;visibility:visible;pointer-events:none;position:relative;z-index:1;clear:both}.expanded .messages-list,.expanded .messages-container{width:100%;max-width:800px;margin-left:auto;margin-right:auto}.expanded .chat-messages-wrapper{width:100%;max-width:100%;padding-right:0;position:relative}.expanded .chat-messages-wrapper::-webkit-scrollbar{width:8px;display:block}.expanded .chat-messages-wrapper::-webkit-scrollbar-track{background:#00000005}.expanded .chat-messages-wrapper::-webkit-scrollbar-thumb{background-color:var(--primary-color-light,rgb(0 106 219 / .2));border-radius:4px}.expanded .chat-messages-wrapper::-webkit-scrollbar-thumb:hover{background-color:var(--primary-color,rgb(0 106 219 / .5))}@media(max-width:600px){.chat-messages-wrapper::-webkit-scrollbar{width:4px}.expanded .chat-messages-wrapper::-webkit-scrollbar{width:6px}}@media(max-width:480px){.chat-messages{padding:16px 12px 80px;gap:12px;margin-top:0;height:calc(100vh - var(--header-height) - var(--safe-area-top) - var(--safe-area-bottom));overflow-y:auto;-webkit-overflow-scrolling:touch}.chat-messages-wrapper{height:100%;max-height:none;overflow-y:hidden}.expanded .chat-messages{padding:16px 12px 80px;max-width:100%;width:100%;margin:0}.scroll-to-bottom-button{bottom:76px;right:16px}}@media(max-width:360px){.chat-messages{padding:10px 10px 72px;gap:10px}.expanded .chat-messages{padding:10px 10px 72px}.scroll-to-bottom-button{bottom:68px;right:12px;width:28px;height:28px}}.chat-messages-wrapper.initial-load{scroll-behavior:auto}.chat-messages-wrapper.initial-load .chat-messages{opacity:.98;transform:translateY(2px);transition:opacity .3s ease,transform .3s ease}.chat-messages-wrapper:not(.initial-load) .chat-messages{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.chat-messages-wrapper:not(.initial-load){scroll-behavior:smooth}.chat-messages-wrapper.auto-scroll-disabled{scroll-behavior:auto}.chat-messages-wrapper.auto-scroll-disabled .messages-container{opacity:.95;transition:opacity .2s ease}.chat-messages-wrapper.auto-scroll-disabled .messages-container:hover{opacity:1}@keyframes techScanline{0%{opacity:0;top:0}5%{opacity:.5}95%{opacity:.5}to{opacity:0;top:100%}}@keyframes gridReveal{0%{opacity:0;background-size:20px 20px}50%{opacity:.03}to{opacity:.02;background-size:15px 15px}}.chat-container.expanded:before{content:"";position:fixed;inset:0;z-index:-1;animation:fadeIn .6s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.chat-container.expanded:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgb(0 106 219 / .05) 1px,transparent 1px),linear-gradient(90deg,rgb(0 106 219 / .05) 1px,transparent 1px);background-size:15px 15px;pointer-events:none;opacity:0;z-index:2;animation:gridReveal 1.2s cubic-bezier(.19,1,.22,1) forwards;animation-delay:.7s}.chat-container{--footer-height:60px;--header-height:65px;--safe-area-bottom:env(safe-area-inset-bottom, 0px);--safe-area-top:env(safe-area-inset-top, 0px);--browser-ui-offset:140px;display:flex;flex-direction:column;width:clamp(327px,24vw,407px);height:clamp(460px,min(72vh,660px),72vh);max-height:calc(100vh - var(--browser-ui-offset) - var(--safe-area-top) - var(--safe-area-bottom));border-radius:32px;overflow:hidden;box-shadow:0 10px 30px #006adb26,0 2px 8px #0000000d;background-color:#fff;position:fixed;bottom:calc(95px + var(--safe-area-bottom));right:clamp(40px,5vw,60px);z-index:10001;font-family:var(--font-sans);transition:all .5s cubic-bezier(.19,1,.22,1);transform-origin:bottom right;min-height:0;contain:layout style}.expanded .chat-container{--footer-height:70px;--header-height:65px;width:clamp(320px,65vw,1000px);height:clamp(540px,88vh,940px);max-width:min(65vw,1000px);max-height:min(88vh,940px);inset:50% auto auto 50%;transform:translate(-50%,-50%);border-radius:32px;box-shadow:0 20px 60px #0003,0 10px 30px #006adb33;animation:none;transition:none;display:flex;flex-direction:column;align-items:center}.chat-container.expanded.entering{animation:none}@keyframes chat-expand{0%{opacity:.9;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.chat-container.visible:hover{box-shadow:0 10px 40px #006adb33;transform:scale(1) translateY(-2px);transition-duration:.4s}.chat-container.expanded.visible:hover{transform:translate(-50%,-50%);box-shadow:0 20px 60px #0003,0 10px 30px #006adb33}@media(min-width:2560px){.chat-container{width:clamp(427px,20vw,527px);height:clamp(660px,62vh,860px);--header-height:70px}.chat-container.expanded{width:clamp(800px,65vw,1200px);height:clamp(740px,85vh,1040px);max-width:min(65vw,1200px);max-height:min(85vh,1040px);--header-height:clamp(80px, 9vh, 100px)}}@media(min-width:1920px)and (max-width:2559px){.chat-container{width:clamp(407px,22vw,477px);height:clamp(610px,67vh,760px);--header-height:75px}.chat-container.expanded{width:clamp(700px,65vw,1100px);height:clamp(690px,86vh,990px);max-width:min(65vw,1100px);--header-height:clamp(75px, 8.5vh, 95px)}}@media(min-width:1200px)and (max-width:1919px){.chat-container{width:clamp(387px,24vw,447px);height:clamp(560px,70vh,710px);--header-height:72px}.chat-container.expanded{width:clamp(600px,65vw,1000px);height:clamp(640px,87vh,890px);max-width:min(65vw,1000px);--header-height:clamp(72px, 8vh, 88px)}}@media(min-width:992px)and (max-width:1199px){.chat-container{width:clamp(367px,27vw,407px);height:clamp(540px,72vh,640px);--header-height:70px}.chat-container.expanded{width:clamp(550px,65vw,800px);height:clamp(590px,88vh,790px);max-width:min(65vw,800px);--header-height:clamp(70px, 7.5vh, 85px)}}@media(min-width:768px)and (max-width:991px){.chat-container{width:clamp(347px,30vw,387px);height:clamp(510px,74vh,610px);bottom:calc(85px + var(--safe-area-bottom));right:clamp(35px,4vw,50px);--header-height:68px}.chat-container.expanded{width:clamp(500px,65vw,700px);height:clamp(540px,90vh,740px);max-width:min(65vw,700px);--header-height:clamp(68px, 7vh, 82px)}}@media(min-width:601px)and (max-width:767px){.chat-container{width:clamp(327px,34vw,367px);height:clamp(480px,77vh,580px);bottom:calc(80px + var(--safe-area-bottom));right:clamp(30px,4vw,45px);--header-height:66px}.chat-container.expanded{width:clamp(450px,65vw,600px);height:clamp(520px,92vh,690px);max-width:min(65vw,600px);--header-height:clamp(66px, 6.5vh, 80px)}}@media(min-width:481px)and (max-width:600px){.chat-container{width:clamp(352px,87vw,397px);height:clamp(510px,80vh,590px);bottom:calc(75px + var(--safe-area-bottom));right:clamp(20px,3vw,30px);border-radius:24px;--header-height:64px;--browser-ui-offset:150px}.chat-container.expanded{width:90vw;height:clamp(490px,94vh,640px);max-width:90vw;border-radius:20px;--header-height:clamp(64px, 6vh, 78px)}}@media(max-width:480px){.chat-container{width:calc(100vw - 20px);height:calc(100vh - 120px - var(--safe-area-top) - var(--safe-area-bottom));max-height:calc(100vh - 120px - var(--safe-area-top) - var(--safe-area-bottom));min-height:400px;top:calc(20px + var(--safe-area-top));left:10px;right:10px;bottom:calc(80px + var(--safe-area-bottom));border-radius:16px;background-color:#fff;overflow:hidden;display:flex!important;flex-direction:column!important;box-shadow:0 8px 32px #00000026;--header-height:62px;--browser-ui-offset:0;position:fixed;transform:none;margin:0;padding:0;overflow-x:hidden;overflow-y:hidden}.chat-container.expanded{width:calc(100vw - 20px);height:calc(100vh - 120px - var(--safe-area-top) - var(--safe-area-bottom));max-width:calc(100vw - 20px);max-height:calc(100vh - 120px - var(--safe-area-top) - var(--safe-area-bottom));min-height:400px;top:calc(20px + var(--safe-area-top));left:10px;right:10px;bottom:calc(80px + var(--safe-area-bottom));transform:none;border-radius:16px;background-color:#fff;overflow:hidden;display:flex!important;flex-direction:column!important;--header-height:62px;position:fixed;margin:0;padding:0;box-shadow:0 8px 32px #00000026;border:1px solid rgb(0 0 0 / .08);overflow-x:hidden;overflow-y:hidden}.chat-container.expanded:hover{transform:none;box-shadow:0 8px 32px #00000026}.chat-header{border-radius:16px 16px 0 0!important;background-color:inherit;overflow:hidden;flex-shrink:0!important;flex-grow:0!important;height:62px!important;min-height:62px!important;max-height:62px!important;z-index:10;position:relative}.chat-messages-wrapper{flex:1 1 auto!important;overflow-y:auto!important;overflow-x:hidden!important;min-height:0!important;max-height:100%!important;position:relative;z-index:5;contain:layout style size;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgb(0 106 219 / .3) #fff0}.chat-messages-wrapper::-webkit-scrollbar{width:4px}.chat-messages-wrapper::-webkit-scrollbar-track{background:#fff0}.chat-messages-wrapper::-webkit-scrollbar-thumb{background:#006adb4d;border-radius:2px}.chat-messages-wrapper::-webkit-scrollbar-thumb:hover{background:#006adb80}.chat-messages{min-height:100%;display:flex;flex-direction:column;padding:0;margin:0}.tuva-chat-input-container{flex-shrink:0!important;flex-grow:0!important;position:relative;z-index:10;max-height:120px;min-height:60px;margin:0!important;padding:12px 16px;overflow:hidden;background-color:#fff}.tuva-chat-input-form{margin:0;padding:0;max-height:48px}.powered-by{margin-top:8px!important;margin-bottom:0!important;font-size:11px!important;line-height:1.2!important;text-align:center;opacity:.7}.chat-container *{max-width:100%;box-sizing:border-box}.chat-container .message-container-spacing,.chat-container .message-content,.chat-container .messages-container,.chat-container .messages-list{max-width:100%;overflow-wrap:break-word;word-wrap:break-word}}@media(max-width:360px){.chat-container{--header-height:60px;--browser-ui-offset:0}.chat-container.expanded{--header-height:60px}}@media(max-height:600px){.chat-container{height:clamp(410px,87vh,560px);max-height:calc(100vh - 120px - var(--safe-area-top) - var(--safe-area-bottom));bottom:calc(65px + var(--safe-area-bottom));--header-height:60px;--browser-ui-offset:120px}.chat-container.expanded{height:clamp(390px,92vh,540px);--header-height:clamp(60px, 5vh, 70px)}}@media(max-height:500px){.chat-container{height:clamp(390px,90vh,510px);bottom:calc(60px + var(--safe-area-bottom));--header-height:58px;--browser-ui-offset:100px}.chat-container.expanded{height:clamp(360px,94vh,490px);--header-height:clamp(58px, 4.5vh, 68px)}}@media(max-height:500px)and (max-width:600px){.chat-container{height:clamp(350px,90vh,470px);width:calc(100vw - 10px);bottom:calc(50px + var(--safe-area-bottom));right:5px;left:5px;border-radius:20px 20px 0 0;--header-height:56px}.chat-container.expanded{height:calc(100vh - var(--safe-area-top) - 10px);width:100vw;top:var(--safe-area-top);left:0;right:0;bottom:0;border-radius:0;transform:none;--header-height:clamp(56px, 4vh, 65px)}}@media(max-height:700px){.chat-container{--browser-ui-offset:140px}}@media(max-height:600px){.chat-container{--browser-ui-offset:120px}}@media(max-height:500px){.chat-container{--browser-ui-offset:100px}}.chat-container.loading{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:#fff}.chat-loading-content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;padding:30px}.chat-loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #006adb;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}.chat-loading-content p{color:#666;font-size:16px;margin:0}.connection-message{text-align:center;padding:10px;background-color:#fff8e1;color:#856404;font-size:14px;border-top:1px solid #ffe0b2}.chat-container.prevent-transition:before,.chat-container.prevent-transition:after{animation:none!important;transition:none!important}html.chat-expanded #tuva-root .chat-container{--header-height:70px !important;opacity:1!important;transition:none!important;animation:none!important;width:clamp(327px,75vw,1407px)!important;height:clamp(540px,88vh,940px)!important;max-width:min(75vw,1407px)!important;max-height:min(88vh,940px)!important;inset:50% auto auto 50%!important;transform:translate(-50%,-50%)!important;border-radius:32px!important;position:fixed!important;box-shadow:0 20px 60px #0003,0 10px 30px #006adb33!important}html.chat-expanded #tuva-root .chat-container *{transition:none!important}.chat-container.prevent-transition{transition:none!important;animation:none!important}.chat-container,.chat-container.expanded,html.chat-expanded #tuva-root .chat-container{--header-height:65px !important}@media(max-width:1200px),(max-width:1024px),(max-width:768px),(max-width:640px),(max-width:480px),(max-width:400px),(max-width:360px),(max-width:320px){.chat-container{--header-height:65px !important}}.chat-container.hidden,html.chat-expanded #tuva-root .chat-container.hidden,html.chat-visible #tuva-root .chat-container.hidden{opacity:0!important;transform:scale(.96) translateY(6px)!important;pointer-events:none!important;transition:opacity .28s cubic-bezier(.25,.46,.45,.94),transform .28s cubic-bezier(.25,.46,.45,.94)!important;visibility:hidden!important;transition-delay:.05s!important}.chat-container.visible{opacity:1;transform:scale(1) translateY(0);pointer-events:auto;visibility:visible;transition:opacity .35s cubic-bezier(.19,1,.22,1),transform .35s cubic-bezier(.19,1,.22,1),visibility 0s linear 0s}html.chat-expanded #tuva-root .chat-container.visible{opacity:1!important;transform:translate(-50%,-50%) scale(1)!important;pointer-events:auto!important;visibility:visible!important;transition:opacity .3s cubic-bezier(.19,1,.22,1),transform .3s cubic-bezier(.19,1,.22,1)!important}html.chat-expanded #tuva-root .chat-container.hidden{opacity:0!important;transform:translate(-50%,-50%) scale(.94)!important;pointer-events:none!important;visibility:hidden!important;transition:opacity .25s cubic-bezier(.3,.5,.4,.9),transform .25s cubic-bezier(.3,.5,.4,.9),visibility 0s linear .25s!important}@media(prefers-reduced-motion:reduce){.chat-container.hidden,html.chat-expanded #tuva-root .chat-container.hidden,html.chat-visible #tuva-root .chat-container.hidden,.chat-container.visible,html.chat-expanded #tuva-root .chat-container.visible{transition:opacity .15s ease!important;transform:none!important}.chat-container.hidden{opacity:0!important}.chat-container.visible{opacity:1!important}}.chat-launcher{position:fixed;bottom:25px;right:25px;border-radius:50%;background:linear-gradient(135deg,#006adb,#08f);border:none;cursor:pointer;z-index:10002;display:flex;align-items:center;justify-content:center;transition:all .25s cubic-bezier(.19,1,.22,1);box-shadow:0 4px 20px #006adb4d;width:60px;height:60px;animation:launcherPulse 3s infinite ease-in-out;color:#fff;pointer-events:auto!important;opacity:1!important;visibility:visible!important;transform:scale(1) rotate(0)}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.chat-launcher:hover{transform:scale(1.08) translateY(-3px) rotate(0);box-shadow:0 8px 28px #006adb66;transition:all .2s cubic-bezier(.19,1,.22,1)}.chat-launcher:active{transform:scale(.96) translateY(-1px) rotate(0);box-shadow:0 2px 12px #006adb4d;transition:all .12s cubic-bezier(.19,1,.22,1)}.chat-launcher.open{transform:scale(1) rotate(180deg);background:linear-gradient(135deg,#0055b0,#006adb);transition:all .22s cubic-bezier(.19,1,.22,1)}.chat-launcher.open:hover{transform:scale(1.08) translateY(-3px) rotate(180deg);box-shadow:0 8px 28px #0055b066}.chat-launcher.open:active{transform:scale(.96) translateY(-1px) rotate(180deg);box-shadow:0 2px 12px #0055b04d}.chat-launcher-avatar{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-weight:700;font-size:clamp(18px,1.4vw,24px);letter-spacing:.02em;font-family:var(--font-sans)}.close-launcher{background-color:#006adb;box-shadow:0 4px 12px #006adb66;z-index:990}.close-launcher:hover{background-color:#0055b0}.launcher-icon{width:clamp(20px,3vw,26px);height:clamp(20px,3vw,26px);transition:transform .3s ease;filter:drop-shadow(0 1px 2px rgb(0 0 0 / .2))}@keyframes bounce{0%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}80%{transform:translateY(-8px)}to{transform:translateY(0)}}.chat-launcher.animated{animation:bounce 1.2s cubic-bezier(.28,.84,.42,1) infinite}@keyframes pulse{0%{box-shadow:0 0 #006adbb3}70%{box-shadow:0 0 0 15px #fff0}to{box-shadow:0 0 #fff0}}.chat-launcher.pulse{animation:pulse 1.5s cubic-bezier(.28,.84,.42,1)}.chat-launcher:focus,.chat-launcher:focus-visible,.chat-launcher:focus-within,.chat-launcher:-moz-focusring{outline:none!important;border:none!important;box-shadow:0 4px 15px #006adb4d!important}.widget-bubble-container{position:fixed;bottom:calc(32px + env(safe-area-inset-bottom,0px));right:calc(75px + clamp(48px,6vw,56px));z-index:10001;animation:bubbleFadeIn .3s ease-in-out;opacity:1;pointer-events:auto;transform:translateY(0);transition:all .15s ease}.widget-bubble-text{display:flex;justify-content:space-between;align-items:center;padding:clamp(.625rem,0vw,1rem) clamp(.75rem,2.5vw,1.125rem);border-radius:25px;box-shadow:0 4px 12px #00000026;max-width:clamp(12.5rem,40vw,20rem);font-size:clamp(14px,1vw,17px);line-height:1.5;opacity:1;transform:translateY(0);font-family:var(--font-sans);font-weight:400}.widget-bubble-text span{margin-right:8px}.bubble-close-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer;padding:0;opacity:.9;transition:opacity .2s}.bubble-close-btn:hover{opacity:1}@keyframes bubbleFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(min-width:2560px){.chat-launcher{width:68px;height:68px;bottom:calc(25px + env(safe-area-inset-bottom,0px));right:25px}.launcher-icon{width:30px;height:30px}.widget-bubble-container{right:104px;bottom:calc(37px + env(safe-area-inset-bottom,0px))}}@media(min-width:1920px)and (max-width:2559px){.chat-launcher{width:62px;height:62px;bottom:calc(22px + env(safe-area-inset-bottom,0px));right:22px}.launcher-icon{width:28px;height:28px}.widget-bubble-container{right:94px;bottom:calc(34px + env(safe-area-inset-bottom,0px))}}@media(min-width:1200px)and (max-width:1919px){.chat-launcher{width:58px;height:58px}.launcher-icon{width:26px;height:26px}.widget-bubble-container{right:89px}}@media(min-width:992px)and (max-width:1199px){.chat-launcher{width:56px;height:56px}.launcher-icon{width:24px;height:24px}.widget-bubble-container{right:86px}}@media(min-width:768px)and (max-width:991px){.chat-launcher{width:54px;height:54px;bottom:calc(18px + env(safe-area-inset-bottom,0px));right:18px}.launcher-icon{width:24px;height:24px}.widget-bubble-container{right:82px;bottom:calc(30px + env(safe-area-inset-bottom,0px))}}@media(min-width:601px)and (max-width:767px){.chat-launcher{width:52px;height:52px;bottom:calc(17px + env(safe-area-inset-bottom,0px));right:17px}.launcher-icon{width:23px;height:23px}.widget-bubble-container{right:79px;bottom:calc(29px + env(safe-area-inset-bottom,0px))}}@media(min-width:481px)and (max-width:600px){.chat-launcher{width:50px;height:50px;bottom:calc(16px + env(safe-area-inset-bottom,0px));right:16px}.launcher-icon{width:22px;height:22px}.widget-bubble-container{right:76px;bottom:calc(28px + env(safe-area-inset-bottom,0px))}.widget-bubble-text{max-width:15rem;font-size:clamp(13px,1vw,16px);padding:.625rem .875rem}}@media(max-width:480px){.chat-launcher{width:50px;height:50px;bottom:calc(15px + env(safe-area-inset-bottom,0px));right:15px}.launcher-icon{width:22px;height:22px}.widget-bubble-container{right:74px;bottom:calc(27px + env(safe-area-inset-bottom,0px))}.widget-bubble-text{max-width:13.75rem;font-size:clamp(13px,1vw,16px);padding:.625rem .875rem}}@media(max-width:360px){.chat-launcher{width:44px;height:44px;bottom:calc(14px + env(safe-area-inset-bottom,0px));right:14px}.launcher-icon{width:19px;height:19px}.widget-bubble-container{right:65px;bottom:calc(26px + env(safe-area-inset-bottom,0px))}.widget-bubble-text{max-width:11.25rem;font-size:.75rem;padding:.5rem .75rem}}@media(max-height:600px){.chat-launcher{bottom:calc(12px + env(safe-area-inset-bottom,0px))}.widget-bubble-container{bottom:calc(24px + env(safe-area-inset-bottom,0px))}}@media(max-height:500px){.chat-launcher{bottom:calc(10px + env(safe-area-inset-bottom,0px));width:42px;height:42px}.launcher-icon{width:18px;height:18px}.widget-bubble-container{bottom:calc(22px + env(safe-area-inset-bottom,0px));right:60px}}@media(max-height:500px)and (max-width:600px){.chat-launcher{width:40px;height:40px;bottom:calc(8px + env(safe-area-inset-bottom,0px));right:12px}.launcher-icon{width:17px;height:17px}.widget-bubble-container{right:58px;bottom:calc(20px + env(safe-area-inset-bottom,0px))}.widget-bubble-text{max-width:10rem;font-size:.7rem;padding:.375rem .625rem}}html.chat-expanded #tuva-root .widget-bubble-container{opacity:0;pointer-events:none;transform:translateY(10px);transition:all .2s ease}@media(max-width:480px){html.chat-expanded #tuva-root .chat-launcher{opacity:1;pointer-events:auto;transform:scale(1)}html.chat-expanded #tuva-root .widget-bubble-container{opacity:1;pointer-events:auto;transform:translateY(0)}}html.chat-expanded #tuva-root .chat-launcher,.expanded .chat-launcher,.chat-container.expanded~.chat-launcher{z-index:10002!important;pointer-events:auto!important;opacity:1!important;visibility:visible!important;position:fixed!important;cursor:pointer!important}.chat-launcher button,.chat-launcher *{pointer-events:auto!important;cursor:pointer!important}@media(prefers-reduced-motion:reduce){.chat-launcher,.chat-launcher:hover,.chat-launcher:active,.chat-launcher.open,.chat-launcher.open:hover,.chat-launcher.open:active{transition:background-color .2s ease,box-shadow .2s ease!important;transform:none!important;animation:none!important}.chat-launcher.animated,.chat-launcher.pulse{animation:none!important}@keyframes bounce{0%,to{transform:none}}@keyframes pulse{0%,to{transform:none}}@keyframes launcherPulse{0%,to{transform:none}}}html:not(.chat-expanded):not(.chat-visible) #tuva-root .widget-bubble-container,html:not(.chat-expanded) #tuva-root .widget-bubble-container{opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important;transition:all .1s ease!important;transition-delay:0s!important}html.chat-expanded:not(.chat-visible) #tuva-root .widget-bubble-container{opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important;transition:all .1s ease!important;transition-delay:.15s!important}:root{--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-mono:"SF Mono", Monaco, Consolas, "Roboto Mono", "Source Code Pro", monospace;--font-size-header:clamp(18px, 1.4vw, 24px);--font-size-sub-header:clamp(11px, 1vw, 13px);--font-size-base:clamp(15px, 1vw, 17px);--font-size-small:clamp(12px, .9vw, 15px);--font-size-tiny:clamp(10px, .8vw, 13px);--font-size-code:14px;--font-size-meta:clamp(11px, 1vw, 13px);--font-weight-message:500;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75;--letter-spacing-tight:-.025em;--letter-spacing-normal:0;--letter-spacing-wide:.025em;--letter-spacing-wider:.05em;--text-primary:#333333;--text-secondary:#666666;--text-muted:#999999;--text-disabled:#cccccc;--link-primary:#006adb;--link-hover:#0088ff}.heading-1,.chat-title{font-size:var(--font-size-header)!important;font-weight:var(--font-weight-bold)!important;line-height:var(--line-height-tight)!important;letter-spacing:var(--letter-spacing-tight)!important;font-family:var(--font-sans)!important;color:var(--text-primary)!important;margin:0!important;padding:0!important;text-decoration:none!important;text-transform:none!important;word-spacing:normal!important;text-indent:0!important;text-shadow:none!important;background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;display:block!important;width:100%!important;height:auto!important;box-sizing:border-box!important;white-space:normal!important;word-wrap:break-word!important;overflow-wrap:break-word!important;position:static!important;float:none!important;clear:none!important;vertical-align:baseline!important;transform:none!important;transition:none!important;animation:none!important;filter:none!important}.heading-2,.chat-subtitle{font-size:clamp(16px,1.2vw,20px)!important;font-weight:var(--font-weight-semibold)!important;line-height:var(--line-height-tight)!important;letter-spacing:var(--letter-spacing-normal)!important;font-family:var(--font-sans)!important;color:var(--text-primary)!important;margin:0!important;padding:0!important;text-decoration:none!important;text-transform:none!important;word-spacing:normal!important;text-indent:0!important;text-shadow:none!important;background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;display:block!important;width:100%!important;height:auto!important;box-sizing:border-box!important;white-space:normal!important;word-wrap:break-word!important;overflow-wrap:break-word!important;position:static!important;float:none!important;clear:none!important;vertical-align:baseline!important;transform:none!important;transition:none!important;animation:none!important;filter:none!important}.body-text,.message-text{font-size:var(--font-size-base)!important;font-weight:var(--font-weight-message)!important;line-height:var(--line-height-normal)!important;letter-spacing:var(--letter-spacing-normal)!important;font-family:var(--font-sans)!important;color:var(--text-primary)!important;margin:0!important;padding:0!important;text-decoration:none!important;text-transform:none!important;word-spacing:normal!important;text-indent:0!important;text-shadow:none!important;background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;display:block!important;width:100%!important;height:auto!important;box-sizing:border-box!important;white-space:normal!important;word-wrap:break-word!important;overflow-wrap:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;position:static!important;float:none!important;clear:none!important;vertical-align:baseline!important;transform:none!important;transition:height .3s cubic-bezier(.25,.46,.45,.94)!important;animation:none!important;filter:none!important;will-change:height!important;contain:layout style!important}.chat-message-content{font-size:var(--font-size-base)!important;font-weight:var(--font-weight-message)!important;line-height:var(--line-height-normal)!important;font-family:var(--font-sans)!important;color:inherit!important;margin:0!important;padding:0!important;text-decoration:none!important;text-transform:none!important;word-spacing:normal!important;text-indent:0!important;text-shadow:none!important;background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;display:block!important;width:100%!important;height:auto!important;box-sizing:border-box!important;white-space:normal!important;word-wrap:break-word!important;overflow-wrap:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;position:static!important;float:none!important;clear:none!important;vertical-align:baseline!important;transform:none!important;transition:height .3s cubic-bezier(.25,.46,.45,.94)!important;animation:none!important;filter:none!important;will-change:height!important;contain:layout style!important}.small-text,.meta-text{font-size:var(--font-size-small);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);font-family:var(--font-sans);color:var(--text-secondary);margin:0}.tiny-text,.footer-text{font-size:var(--font-size-tiny);font-weight:var(--font-weight-light);line-height:var(--line-height-normal);font-family:var(--font-sans);color:var(--text-muted);margin:0}.code-text,code{font-family:var(--font-mono);font-size:var(--font-size-code);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);background-color:#f5f5f5;padding:.125em .25em;border-radius:3px;color:#333}.code-block,pre{font-family:var(--font-mono);font-size:var(--font-size-code);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);background-color:#f5f5f5;padding:1em;border-radius:6px;overflow-x:auto;color:#333;margin:1em 0}.link-text,a{color:var(--link-primary);text-decoration:underline;font-weight:var(--font-weight-medium);transition:color .2s ease;font-family:inherit}.link-text:hover,a:hover{color:var(--link-hover);text-decoration:underline}.system-text,.status-text{font-size:var(--font-size-meta);font-weight:var(--font-weight-medium);line-height:var(--line-height-normal);font-family:var(--font-sans);color:var(--text-secondary);letter-spacing:var(--letter-spacing-wide)}.timestamp-text{font-size:var(--font-size-meta);font-weight:var(--font-weight-medium);line-height:var(--line-height-normal);font-family:var(--font-sans);color:var(--text-muted)}.avatar-label,.user-label{font-size:var(--font-size-meta);font-weight:var(--font-weight-medium);line-height:var(--line-height-normal);font-family:var(--font-sans);color:var(--text-secondary);letter-spacing:var(--letter-spacing-wide)}.input-placeholder{font-size:var(--font-size-base);font-weight:var(--font-weight-message);font-family:var(--font-sans);color:var(--text-muted)}.button-text{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);line-height:var(--line-height-normal);font-family:var(--font-sans)}.message-emphasis{font-weight:var(--font-weight-semibold);color:inherit}.message-de-emphasis{font-weight:var(--font-weight-light);color:var(--text-secondary);opacity:.8}@media(max-width:600px){:root{--font-size-header:clamp(16px, 1.4vw, 22px);--font-size-base:clamp(14px, 1vw, 16px);--font-size-small:clamp(11px, .9vw, 14px);--font-size-tiny:clamp(9px, .8vw, 12px)}}@media(max-width:360px){:root{--font-size-header:clamp(15px, 1.4vw, 20px);--font-size-base:clamp(13px, 1vw, 15px);--font-size-small:clamp(10px, .9vw, 13px);--font-size-tiny:clamp(8px, .8vw, 11px)}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.code-text,.code-block,code,pre{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@media print{*{font-size:12pt!important;line-height:1.4!important;color:#000!important;background:#fff!important}}.font-light{font-weight:var(--font-weight-light)}.font-normal{font-weight:var(--font-weight-normal)}.font-medium{font-weight:var(--font-weight-medium)}.font-semibold{font-weight:var(--font-weight-semibold)}.font-bold{font-weight:var(--font-weight-bold)}.text-tiny{font-size:var(--font-size-tiny)}.text-small{font-size:var(--font-size-small)}.text-base{font-size:var(--font-size-base)}.text-header{font-size:var(--font-size-header)}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.text-disabled{color:var(--text-disabled)}.leading-tight{line-height:var(--line-height-tight)}.leading-normal{line-height:var(--line-height-normal)}.leading-relaxed{line-height:var(--line-height-relaxed)}.tracking-tight{letter-spacing:var(--letter-spacing-tight)}.tracking-normal{letter-spacing:var(--letter-spacing-normal)}.tracking-wide{letter-spacing:var(--letter-spacing-wide)}.tracking-wider{letter-spacing:var(--letter-spacing-wider)}.font-sans{font-family:var(--font-sans)}.font-mono{font-family:var(--font-mono)}.nav-text,.menu-item{font-size:var(--font-size-base);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal)}.helper-text,.meta-info{font-size:var(--font-size-meta);font-weight:var(--font-weight-medium);color:#666;letter-spacing:var(--letter-spacing-wider);line-height:1.4}.powered-by-text,.footer-text{font-size:var(--font-size-small);font-weight:var(--font-weight-light);line-height:var(--line-height-normal)}@media(prefers-color-scheme:dark){.code-text,.code-block,code,pre{background:#2d3748;color:#e2e8f0}}@media(prefers-contrast:high){*{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}}:root{--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-mono:"SF Mono", Monaco, Consolas, "Roboto Mono", "Source Code Pro", monospace;font-family:var(--font-sans);line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;color-scheme:light;color:#213547;background-color:#fff0;--viewport-height:100vh;--safe-area-inset-top:env(safe-area-inset-top, 0px);--safe-area-inset-bottom:env(safe-area-inset-bottom, 0px);--safe-area-inset-left:env(safe-area-inset-left, 0px);--safe-area-inset-right:env(safe-area-inset-right, 0px)}*{box-sizing:border-box;font-family:var(--font-sans)}#tuva-react-root{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff0;pointer-events:none;margin:0;padding:0;overflow:visible}#tuva-react-root>*{pointer-events:auto}.tuva-heading-1{font-size:clamp(18px,1.4vw,24px);font-weight:600;letter-spacing:.02em;line-height:1.3;margin:0 0 1rem;font-family:var(--font-sans)}.tuva-heading-2{font-size:clamp(16px,1.2vw,20px);font-weight:600;letter-spacing:.02em;line-height:1.3;margin:0 0 .8rem;font-family:var(--font-sans)}.tuva-heading-3{font-size:clamp(14px,1.1vw,17px);font-weight:600;letter-spacing:.02em;line-height:1.3;margin:0 0 .6rem;font-family:var(--font-sans)}.tuva-body-text{font-size:clamp(14px,1vw,17px);font-weight:400;line-height:1.5;margin:0 0 1rem;font-family:var(--font-sans)}.tuva-small-text{font-size:clamp(12px,.9vw,14px);font-weight:400;line-height:1.4;margin:0 0 .5rem;font-family:var(--font-sans)}.tuva-link{color:#006adb;text-decoration:none;transition:color .2s ease;font-family:var(--font-sans);border-bottom:1px solid #fff0}.tuva-link:hover{color:#08f;text-decoration-color:#fff0;border-bottom:1px solid currentColor}.tuva-button{cursor:pointer}.tuva-code{font-family:var(--font-mono);font-size:14px;font-weight:400;background:#f6f6f6;padding:.3em .5em;border-radius:4px;line-height:1.5}.tuva-pre{font-family:var(--font-mono);font-size:14px;font-weight:400;background:#f6f6f6;padding:1em;border-radius:4px;line-height:1.4;overflow-x:auto}.tuva-blockquote{border-left:4px solid #ddd;padding-left:1em;margin:1em 0;font-style:italic;color:#666;font-size:clamp(14px,1vw,17px);font-family:var(--font-sans)}.tuva-svg{overflow:visible;vertical-align:middle}.chat-message{font-size:clamp(14px,1vw,17px);line-height:1.5;font-family:var(--font-sans);font-weight:var(--font-weight-message)}.chat-header{font-size:clamp(18px,1.4vw,24px);font-weight:600;letter-spacing:.02em;line-height:1.4;font-family:var(--font-sans)}.system-label,.sub-header{font-size:clamp(11px,1vw,13px);font-weight:var(--font-weight-medium);color:#666;letter-spacing:var(--letter-spacing-wider);line-height:1.4;font-family:var(--font-sans)}.tuva-text{color:#213547}.tuva-text-muted{color:#666}.tuva-pre,.tuva-code{background:#f8f9fa;color:#333}.tuva-loading{display:flex;align-items:center;justify-content:center;font-family:var(--font-sans)}@media(prefers-reduced-motion:no-preference){*{will-change:auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms;animation-iteration-count:1;transition-duration:.01ms}}.markdown-content{color:inherit;font-family:var(--font-sans);line-height:1.5;width:100%}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{margin:.8em 0 .4em;font-weight:600;line-height:1.3;color:inherit}.markdown-content h1:first-child,.markdown-content h2:first-child,.markdown-content h3:first-child,.markdown-content h4:first-child,.markdown-content h5:first-child,.markdown-content h6:first-child{margin-top:4px}.markdown-content h1:last-child,.markdown-content h2:last-child,.markdown-content h3:last-child,.markdown-content h4:last-child,.markdown-content h5:last-child,.markdown-content h6:last-child{margin-bottom:0}.markdown-content h1{font-size:1.5em}.markdown-content h2{font-size:1.3em}.markdown-content h3{font-size:1.2em}.markdown-content h4{font-size:1.1em}.markdown-content h5,.markdown-content h6{font-size:1em}.markdown-content p{margin:1em 0!important;line-height:1.5!important;color:inherit!important;font-family:var(--font-sans,"Inter",system-ui,sans-serif)!important;font-size:clamp(14px,1vw,17px)!important;font-weight:400!important;text-align:left!important;text-decoration:none!important;text-transform:none!important;letter-spacing:.01em!important;word-spacing:normal!important;text-indent:0!important;text-shadow:none!important;background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;display:block!important;width:100%!important;height:auto!important;padding:0!important;box-sizing:border-box!important;white-space:normal!important;word-wrap:break-word!important;overflow-wrap:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;position:static!important;float:none!important;clear:none!important;transform:none!important;transition:none!important;animation:none!important;filter:none!important}.markdown-content h1+p,.markdown-content h2+p,.markdown-content h3+p,.markdown-content h4+p,.markdown-content h5+p,.markdown-content h6+p{margin-top:.25em!important}.markdown-content strong,.markdown-content b{font-weight:var(--font-weight-bold,700)!important;color:inherit}.markdown-content em,.markdown-content i{font-style:italic;color:inherit}.markdown-content ul,.markdown-content ol{margin:.8em 0;padding-left:2em;list-style-position:outside;display:block;overflow:visible}.markdown-content ol,.markdown-content ol>li{list-style-type:decimal!important;list-style-position:outside!important}.markdown-content ul,.markdown-content ul>li{list-style-type:disc!important;list-style-position:outside!important}.markdown-content ul li:before{content:none!important}.markdown-content li{display:list-item!important;margin:.3em 0;line-height:1.5;overflow:visible}.markdown-content li>p{margin:.25em 0}.markdown-content pre,.markdown-content code{font-family:var(--font-mono);background:#f8fafc;border-radius:4px;font-size:.9em;color:#111827}.markdown-content .markdown-code-block{margin:.8em 0;border-radius:6px;background:#fff;border:1px solid #e5e7eb;overflow:visible}.markdown-content .markdown-code-header{display:flex;align-items:center;justify-content:space-between;min-height:40px;padding:0 14px 0 16px;background:#e6e6e6;border-bottom:1px solid #e5e7eb;overflow:visible;position:relative;z-index:2;border-radius:6px 6px 0 0}.markdown-content .markdown-code-language{color:#334155!important;font-family:var(--font-mono);font-size:12px;font-weight:500;line-height:1;text-transform:lowercase}.markdown-content pre{padding:18px 20px;overflow-x:auto;margin:0;background:#f7f7f7;border-radius:0 0 6px 6px;border-top:none}.markdown-content code{padding:.2em .4em}.markdown-content pre code{background:#fff0;padding:0;border-radius:0;display:block;white-space:pre;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;color:#111827;font-size:14px;line-height:1.65}.markdown-content pre code span{display:inline!important;width:auto!important;margin:0!important;padding:0!important;font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;letter-spacing:0!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important}.markdown-content .markdown-code-copy-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;border:none!important;border-radius:4px!important;background:transparent!important;color:#475569!important;cursor:pointer;padding:0!important;opacity:.9;box-shadow:none!important;position:relative!important;overflow:visible!important}.markdown-content .markdown-code-copy-button .copied-toast{display:block!important;position:absolute!important;bottom:calc(100% + 4px)!important;left:50%!important;transform:translate(-50%) translateY(4px)!important;width:max-content!important;margin:0!important;padding:4px 10px!important;font-size:11px!important;font-weight:600!important;line-height:1.2!important;font-family:var(--font-sans,system-ui,sans-serif)!important;white-space:nowrap!important;border-radius:6px!important;pointer-events:none!important;z-index:50!important;background:var(--copied-toast-bg,#393e46)!important;color:var(--copied-toast-color,#fff)!important;box-shadow:0 2px 8px #0000001f!important;border:1px solid color-mix(in srgb,var(--copied-toast-color,#fff) 20%,transparent)!important;opacity:0!important;visibility:hidden!important;transition:opacity .2s ease,transform .2s ease,visibility .2s ease!important}.markdown-content .markdown-code-copy-button .copied-toast.copied-toast--visible{opacity:1!important;visibility:visible!important;transform:translate(-50%) translateY(0)!important}.markdown-content .markdown-code-copy-button .copied-toast:after{content:""!important;position:absolute!important;top:100%!important;left:50%!important;transform:translate(-50%)!important;border:4px solid transparent!important;border-top-color:var(--copied-toast-bg,#393e46)!important}.markdown-content .markdown-code-copy-button:hover{opacity:1;background:#eef2f7!important;color:#111827!important}.markdown-content .markdown-code-copy-button.copied{color:#006adb!important;background:#eaf4ff!important}.markdown-content .token-comment{color:#64748b!important}.markdown-content .token-keyword{color:#e11d48!important}.markdown-content .token-string{color:#075985!important}.markdown-content .token-number,.markdown-content .token-type{color:#7c3aed!important}.markdown-content .token-punctuation{color:#1d4ed8!important}.markdown-content .markdown-code-copy-button svg{display:block}.markdown-content .copied-toast{position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%) translateY(4px);background:var(--copied-toast-bg,#393e46);color:var(--copied-toast-color,#fff);font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;z-index:30;box-shadow:0 2px 8px #0000001a;border:1px solid color-mix(in srgb,var(--copied-toast-color,#fff) 20%,transparent);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.markdown-content .copied-toast.copied-toast--visible{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.markdown-content .copied-toast:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid #fff0;border-top-color:var(--copied-toast-bg,#393e46)}.markdown-content blockquote{margin:1em 0;padding:.5em 1em;border-left:4px solid rgb(0 106 219 / .3);background:#006adb0d;color:inherit}.markdown-content blockquote p{margin:.35em 0}.markdown-content a{color:#3182ce!important;-webkit-text-decoration:underline!important;text-decoration:underline!important;text-decoration-color:#3182ce!important;font-weight:500!important;transition:opacity .2s ease}.markdown-content a:hover{color:#3182ce!important;-webkit-text-decoration:underline!important;text-decoration:underline!important;text-decoration-color:#3182ce!important;font-weight:500!important;opacity:.8!important}.markdown-content .markdown-kb-image-preview{display:block;width:100%;max-width:min(100%,520px);height:auto;max-height:280px;object-fit:contain;margin:.35em 0 .25em;border-radius:6px;background:#0000000a}.markdown-content a.markdown-link-image-asset{display:block;width:100%;max-width:100%;margin-top:.5em;margin-bottom:.15em;box-sizing:border-box;word-break:break-all;overflow-wrap:anywhere;line-height:1.45;color:#2563eb!important;text-decoration:underline!important;text-decoration-color:#2563eb!important}.markdown-content p+p .markdown-link-image-asset:first-child,.markdown-content li .markdown-link-image-asset{margin-top:.35em}.chat-bubble.user .markdown-content a{pointer-events:none!important;cursor:text!important;color:#3182ce!important;-webkit-text-decoration:underline!important;text-decoration:underline!important;text-decoration-color:#3182ce!important;font-weight:500!important}.chat-bubble.user .markdown-content a:hover{-webkit-text-decoration:underline!important;text-decoration:underline!important;opacity:1!important}.markdown-content .table-wrapper{width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;margin:1em 0;border-radius:8px;border:1px solid #e1e5e9;box-shadow:0 2px 4px #00000005;scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;contain:layout style;box-sizing:border-box;min-width:100%}.markdown-content table:not(.markdown-table){width:100%;min-width:100%;border-collapse:collapse;font-size:.9em;line-height:1.4;background-color:#fff;display:table;margin:0;border:none;table-layout:fixed}.markdown-content table[data-many-columns],.markdown-content table:has(th:nth-child(6)){width:auto;min-width:max-content;table-layout:auto}.markdown-content th,.markdown-content td{padding:.75em 1em;border:none;border-right:1px solid #f0f0f0;text-align:left;vertical-align:top;word-wrap:break-word;min-width:120px}.markdown-content td{overflow:visible;white-space:normal;overflow-wrap:anywhere}.markdown-content th{overflow:hidden;text-overflow:ellipsis;background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#495057;font-weight:600;font-size:.85rem;text-transform:none;letter-spacing:.5px;border-bottom:2px solid #006adb;white-space:nowrap;position:sticky;top:0;z-index:10}.markdown-content tr:nth-child(2n){background:#00000005}.markdown-content tr:nth-child(odd){background:#fff}.markdown-content tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.markdown-content table.markdown-table{table-layout:auto;width:max-content;min-width:100%}.message-content .markdown-content .table-container{overflow-x:auto!important;overflow-y:auto!important;max-width:100%!important}.message-content .markdown-content table.markdown-table{table-layout:auto!important;width:max-content!important;min-width:100%!important}.message-content .markdown-content table.markdown-table th:first-child,.message-content .markdown-content table.markdown-table td:first-child,.markdown-content table.markdown-table th:first-child,.markdown-content table.markdown-table td:first-child{white-space:nowrap!important;word-wrap:normal!important;overflow-wrap:normal!important;word-break:keep-all!important;width:auto!important;min-width:max-content!important;max-width:none!important;overflow:hidden!important;text-overflow:clip!important}.message-content .markdown-content table.markdown-table td:first-child code,.markdown-content table.markdown-table td:first-child code{white-space:nowrap!important;word-break:keep-all!important}.message-content .markdown-content table.markdown-table td:first-child>p,.markdown-content table.markdown-table td:first-child>p{white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;margin:0!important}.message-content .markdown-content table.markdown-table th:not(:first-child),.message-content .markdown-content table.markdown-table td:not(:first-child):not(.markdown-table-cell--code),.markdown-content table.markdown-table th:not(:first-child),.markdown-content table.markdown-table td:not(:first-child):not(.markdown-table-cell--code){white-space:normal!important;overflow:hidden!important;word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;min-width:140px!important;max-width:480px}.message-content .markdown-content table.markdown-table td.markdown-table-cell--code,.markdown-content table.markdown-table td.markdown-table-cell--code{overflow:visible!important;white-space:normal!important;min-width:280px!important;max-width:none!important;width:auto!important}.markdown-content td.markdown-table-cell>p{margin:.25em 0!important}.markdown-content td.markdown-table-cell>p:first-child{margin-top:0!important}.markdown-content td.markdown-table-cell>p:last-child{margin-bottom:0!important}.markdown-content td .table-cell-code-block-wrapper{margin:0;width:100%;min-width:0}.markdown-content td .table-cell-code-block-wrapper .markdown-code-block{margin:0;max-width:100%}.markdown-content td .table-cell-code-block-wrapper .markdown-code-pre{max-height:320px;overflow:auto}.markdown-content td .table-cell-code-block-wrapper code{font-size:13px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.markdown-content td code{white-space:pre-wrap;word-break:break-word}.markdown-content td strong,.markdown-content td b{font-weight:var(--font-weight-bold,700)!important}.markdown-content td em,.markdown-content td i{font-style:italic}.markdown-content td a{word-break:break-word;overflow-wrap:anywhere}.markdown-content .table-wrapper::-webkit-scrollbar{width:8px;height:8px}.markdown-content .table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.markdown-content .table-wrapper::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.markdown-content .table-wrapper::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.markdown-content .table-container::-webkit-scrollbar{width:8px;height:8px}.markdown-content .table-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.markdown-content .table-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.markdown-content .table-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.markdown-content img{max-width:100%;height:auto;margin:1em 0;border-radius:4px}.markdown-content hr{margin:1em 0;border:none;border-top:1px solid #e1e5e9}@media(max-width:480px){.markdown-content{font-size:.9em}.markdown-content .table-wrapper{max-width:100%}.markdown-content table{width:100%;min-width:100%}.markdown-content pre{padding:.75em}.markdown-content th,.markdown-content td{padding:.5em .75em}}.markdown-content .katex{font-size:1.05em;color:inherit;max-width:100%;box-sizing:border-box}.message-content .markdown-content span.katex:not(.katex-display>.katex){display:inline-block;max-width:100%;overflow:visible;vertical-align:middle}.markdown-content .katex .katex-mathml,.markdown-content .katex math{display:none!important}.markdown-content .katex-display{display:block;overflow:visible;margin:.75em 0;padding:.15em 0;text-align:center;max-width:100%;width:100%;box-sizing:border-box}.markdown-content .katex-display>.katex{white-space:nowrap;text-align:initial;max-width:100%}.chat-bubble .message-content .markdown-content{min-width:0;max-width:100%;overflow:visible}.markdown-content .katex-error{color:#b91c1c;background:#b91c1c0f;padding:0 .15em;border-radius:2px}.chat-bubble.user .markdown-content .katex,.chat-bubble.user .markdown-content .katex-display{color:inherit}