.chat-window{background:var(--chat-box-bg-color,linear-gradient(165deg,#fff 0%,#f8fafc 50%,#f1f5f9 100%));-webkit-backdrop-filter:blur(24px);z-index:9999;transform-origin:100% 100%;will-change:transform;border:1px solid var(--chatbot-outer-border,#0000000f);border-radius:24px;flex-direction:column;width:420px;max-width:calc(100vw - 32px);height:92%;max-height:720px;animation:.4s cubic-bezier(.34,1.56,.64,1) forwards chatWindowEnter;display:flex;overflow:hidden;box-shadow:0 0 0 1px #ffffffe6,0 1px 2px #0000000a,0 8px 24px #0000000f,0 24px 48px #00000014,0 48px 96px #0000000f;position:fixed!important;inset:auto 32px 16px auto!important}.chat-window.closing{animation:.38s cubic-bezier(.55,0,.9,.2) forwards chatWindowExit}@keyframes chatWindowEnter{0%{transform:translateY(12px)scale(.4)}to{transform:translateY(0)scale(1)}}@keyframes chatWindowExit{0%{transform:scale(1)}to{transform:scale(.08)}}.powered-by-header{text-align:right;letter-spacing:.12em;text-transform:uppercase;color:var(--developer-credit-color,#94a3b8);z-index:100;width:fit-content;top:0;left:unset;background:0 0;margin-top:-4px;margin-left:auto;margin-right:0;padding:2px 12px 4px;font-size:9px;font-weight:600;position:sticky;right:0}.powered-by-header a{color:var(--developer-credit-color,#94a3b8);opacity:.85;text-decoration:none;transition:color .25s,opacity .25s}.powered-by-header a:hover{color:var(--developer-credit-hover-color,#0ea5e9);opacity:1}.chat-box::-webkit-scrollbar{width:4px}.chat-box::-webkit-scrollbar-thumb{background:var(--header-bg-color);opacity:.5;border-radius:10px}.chat-box::-webkit-scrollbar-track{background:0 0;border-radius:10px}.chat-message{flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:0;animation:.4s cubic-bezier(.22,1,.36,1) forwards messageIn;display:flex}.chat-message:last-of-type{margin-bottom:0}.welcome-message-animated .message{animation:.6s cubic-bezier(.22,1,.36,1) forwards welcomeIn}@keyframes messageIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes welcomeIn{0%{opacity:0;transform:translateY(16px)}70%{opacity:1;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.user-message{flex-direction:row-reverse}.message-meta{justify-content:space-between;align-items:center;gap:6px;width:100%;margin-top:-10px;padding-left:12px;transition:opacity .2s;display:flex}.chat-message.user .message-meta{flex-direction:row-reverse;padding-left:0;padding-right:4px}.message-time{letter-spacing:.02em;color:var(--bot-message-timestamp-color,#94a3b8);opacity:.8;font-size:10px;font-weight:500}.chat-message.user .message-time{color:var(--user-message-timestamp-color,#94a3b8)}.chat-message.error-message .message-time{color:var(--error-message-timestamp-color,#dc2626)}.chat-message:hover .message-time{opacity:.85}.chat-message .logo{flex-shrink:0;justify-content:center;align-items:center;display:flex}.chat-message .logo img{width:40px;height:40px;margin-top:4px;margin-bottom:auto}.error-message .message{animation:.35s ease-out errorIn;background:var(--error-message-bubble-color,#fef2f2)!important;border:1px solid #ef444440!important;border-radius:16px 16px 16px 6px!important;padding:14px 18px!important;box-shadow:0 2px 8px #ef444414!important}.error-message .message p,.error-message .message div{font-size:13px;font-weight:500;line-height:1.6;color:var(--error-message-text-color,#b91c1c)!important;box-shadow:none!important;background:0 0!important;border:none!important;margin:0!important;padding:0!important}@keyframes errorIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.chat-input-area{border-top:1px solid #0000000a;flex-direction:column;flex-shrink:0;display:flex}.queued-bar{background:linear-gradient(#f8fafcfa 0%,#f1f5f9f2 100%);border-bottom:1px solid #0000000d;align-items:center;gap:8px;min-height:36px;padding:6px 20px 6px 16px;animation:.25s cubic-bezier(.22,1,.36,1) forwards queuedBarIn;display:flex}@keyframes queuedBarIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.queued-bar-label{letter-spacing:.03em;color:var(--outer-bot-color,#046fc4);flex-shrink:0;align-items:center;gap:5px;font-size:11px;font-weight:600;display:inline-flex}.queued-bar-icon{opacity:.9;width:12px;height:12px}.queued-bar-text{min-width:0;color:var(--user-message-text-color,#334155);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;font-weight:500;overflow:hidden}.queued-bar-remove{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:color .2s,background .2s;display:inline-flex}.queued-bar-remove:hover{color:#ef4444;background:#ef444414}.queued-bar-remove:focus-visible{outline:2px solid color-mix(in srgb,var(--outer-bot-color,#046fc4)50%,transparent);outline-offset:2px}.queued-bar-remove svg{width:12px;height:12px}.chat-input-container{background:var(--chat-box-bg-color,linear-gradient(0deg,#fffffff2 0%,#f8fafce6 100%));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2;border-top:1px solid #0000000a;flex-shrink:0;align-items:center;gap:0;padding:10px 20px;display:flex;position:relative}.chat-input-container>*{z-index:1;position:relative}.chat-input-wrapper{border:1.5px solid var(--ask-question-border,#e2e8f0);background:var(--chat-box-bg-color,#fff);border-radius:24px;flex:1;align-items:center;gap:6px;padding:5px 8px 5px 6px;transition:border-color .25s,box-shadow .25s;display:flex;box-shadow:0 1px 3px #0000000a}.chat-input-wrapper:hover{border-color:#cbd5e1}.chat-input-wrapper:focus-within{border-color:var(--ask-question-border-focus,var(--outer-bot-color,#046fc4));box-shadow:0 0 0 3px color-mix(in srgb,var(--ask-question-border-focus,#046fc4)14%,transparent)}.send-button{width:40px;height:40px;color:var(--plus-send-button-color,#046fc4);cursor:pointer;box-shadow:none;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s,background .2s;display:flex}.send-button:hover{box-shadow:none}.send-button svg{flex-shrink:0;width:20px;height:20px;display:block}.thinking-indicator{border-radius:50%;width:40px;height:40px;margin:12px 0}.chat-window *,#bounce-chatbot-container{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Plus Jakarta Sans,Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}.chat-input:focus-visible,.send-button:focus-visible,.closeChatBtn:focus-visible,.plus-button:focus-visible{outline:2px solid color-mix(in srgb,var(--outer-bot-color,#046fc4)50%,transparent);outline-offset:2px}#bounce-chatbot-container{box-shadow:none;cursor:pointer;z-index:9998;background:0 0;border:none;flex-direction:column;align-items:center;padding:0;transition:transform .3s cubic-bezier(.22,1,.36,1);animation:3s ease-in-out infinite floatGentle;display:flex;position:fixed;bottom:24px;right:32px}#bounce-chatbot-container:hover{animation:none;transform:scale(1.04)}#chatbot-logo{border:3px solid var(--halo-color,#fffffff2);border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden;box-shadow:0 0 0 1px #0000000f,0 4px 12px #0000001f,0 12px 28px #0000001a}#bounce-chatbot-container:hover #chatbot-logo{box-shadow:0 0 0 1px #0000000f,0 6px 20px #00000026,0 16px 36px #0000001f}#chatbot-logo img{object-fit:contain;pointer-events:none;width:100%;height:100%;transform:translateY(6px)}.bounce-chatbot-bubble{background:var(--outer-bot-color,linear-gradient(135deg,#046fc4 0%,#035a9e 100%));color:var(--inner-bot-color,#fff);letter-spacing:.02em;border-radius:14px;margin-top:-20px;padding:10px 14px;font-size:13px;font-weight:500;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 0 0 1px #fff3,0 4px 12px #046fc459}#bounce-chatbot-container:hover .bounce-chatbot-bubble{transform:translateY(-2px);box-shadow:0 0 0 1px #ffffff40,0 6px 16px #046fc466}.bounce-chatbot-bubble:before{content:"";border-left:10px solid #0000;border-right:10px solid #0000;border-bottom:10px solid var(--outer-bot-color,#046fc4);width:0;height:0;position:absolute;top:-10px;left:50%;transform:translate(-50%)}#bounce-chatbot-container.hidden{display:none}@keyframes floatGentle{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.chat-box-turnstile{flex-shrink:0}#turnstile-widget-container{justify-content:center;align-items:center;width:100%;min-height:65px;position:relative;visibility:visible!important;opacity:1!important;display:flex!important}#turnstile-widget-container>*{visibility:visible!important;opacity:1!important}#turnstile-widget-container iframe{visibility:visible!important;opacity:1!important;border:none!important;width:100%!important;max-width:300px!important;height:auto!important;min-height:65px!important;display:block!important}.inactivity-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#ffffffd9;border-radius:0 0 24px 24px;justify-content:center;align-items:center;animation:.35s overlayIn;display:flex;position:absolute;inset:0}.inactivity-content{text-align:center;background:var(--inactivity-content-bg-color,#fff);border:1px solid #0000000a;border-radius:20px;max-width:280px;padding:32px 28px;animation:.4s cubic-bezier(.22,1,.36,1) contentScaleIn;box-shadow:0 0 0 1px #0000000a,0 12px 40px #00000014}.inactivity-content h3{letter-spacing:-.02em;color:var(--inactivity-upper-text-color,#046fc4);margin:0 0 8px;font-size:20px;font-weight:700}.inactivity-content p{color:var(--inactivity-lower-text-color,#64748b);margin:0 0 20px;font-size:14px;font-weight:400;line-height:1.5}.inactivity-button{background:var(--inactivity-button-bg-color,#046fc4);color:var(--inactivity-button-text-color,#fff);cursor:pointer;box-shadow:0 4px 12px color-mix(in srgb,var(--inactivity-button-bg-color,#046fc4)30%,transparent);letter-spacing:.02em;border:none;border-radius:12px;padding:12px 28px;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s}.inactivity-button:hover{box-shadow:0 6px 20px color-mix(in srgb,var(--inactivity-button-bg-color,#046fc4)35%,transparent);transform:translateY(-1px)}.inactivity-button:active{transform:translateY(0)}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}@keyframes contentScaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px) and (min-width:769px){.chat-window{width:400px;bottom:20px;right:28px}#bounce-chatbot-container{bottom:20px;right:28px}#chatbot-logo{width:132px;height:132px}.bounce-chatbot-bubble{margin-top:-22px;padding:10px 13px;font-size:13px}}@media (max-width:768px) and (min-width:481px){.chat-window{width:380px;bottom:16px;right:24px}#bounce-chatbot-container{bottom:16px;right:24px}#chatbot-logo{width:96px;height:96px}.bounce-chatbot-bubble{margin-top:-18px;padding:9px 12px;font-size:12px}}@media (max-width:480px){.chat-window{transform-origin:bottom}@keyframes chatWindowEnter{0%{transform:translate(-50%)translateY(12px)scale(.4)}to{transform:translate(-50%)translateY(0)scale(1)}}@keyframes chatWindowExit{0%{transform:translate(-50%)scale(1)}to{transform:translate(-50%)scale(.08)}}.queued-bar{min-height:32px;padding:5px 16px 5px 12px}.queued-bar-label{font-size:10px}.queued-bar-text{font-size:11px}.chat-window{border-radius:20px;max-width:calc(100vw - 24px);height:88%;max-height:none;bottom:12px;transform:translate(-50%);width:calc(100vw - 24px)!important;left:50%!important;right:auto!important}#bounce-chatbot-container{bottom:16px;right:16px}#chatbot-logo{width:100px;height:100px}.bounce-chatbot-bubble{border-radius:12px;margin-top:-16px;padding:9px 13px;font-size:12px}.bounce-chatbot-bubble:before{border-left:8px solid #0000;border-right:8px solid #0000;border-bottom:8px solid var(--outer-bot-color,#046fc4);top:-8px}.chat-message .logo img{width:34px;height:34px}.message-time{font-size:9px}.chat-input-container{padding:10px 16px}.inactivity-content{border-radius:18px;max-width:260px;padding:28px 24px}.inactivity-content h3{font-size:18px}.inactivity-content p{margin-bottom:18px;font-size:13px}.inactivity-button{padding:11px 24px;font-size:13px}}@media (max-width:360px){@keyframes chatWindowEnter{0%{transform:translate(-50%)translateY(12px)scale(.4)}to{transform:translate(-50%)translateY(0)scale(1)}}@keyframes chatWindowExit{0%{transform:translate(-50%)scale(1)}to{transform:translate(-50%)scale(.08)}}.chat-window{transform-origin:bottom;border-radius:18px;max-width:calc(100vw - 20px);bottom:10px;transform:translate(-50%);width:calc(100vw - 20px)!important;left:50%!important;right:auto!important}#chatbot-logo{width:88px;height:88px}.bounce-chatbot-bubble{margin-top:-14px;padding:8px 11px;font-size:11px}}@media (max-height:500px) and (orientation:landscape){.chat-window{height:calc(100vh - 20px);max-height:calc(100dvh - 20px);bottom:10px}#bounce-chatbot-container{bottom:12px;right:12px}#chatbot-logo{width:72px;height:72px}.bounce-chatbot-bubble{margin-top:-11px;padding:6px 10px;font-size:10px}}@supports (-webkit-touch-callout:none){@media (max-width:480px){.chat-window{height:calc(100vh - env(safe-area-inset-bottom) - 24px);max-height:calc(100vh - env(safe-area-inset-bottom) - 24px)}}}#bounce-chatbot-container.host-viewport-large #chatbot-logo{width:140px!important;height:140px!important}#bounce-chatbot-container.host-viewport-large .bounce-chatbot-bubble{border-radius:14px!important;margin-top:-20px!important;padding:10px 14px!important;font-size:13px!important}#bounce-chatbot-container.host-viewport-large .bounce-chatbot-bubble:before{border-left:8px solid #0000!important;border-right:8px solid #0000!important;border-bottom:8px solid var(--outer-bot-color,#046fc4)!important}body.hectoware-embed #bounce-chatbot-container{bottom:12px!important;right:12px!important}body.hectoware-embed .chat-window{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;height:calc(100% - 24px)!important;max-height:calc(100% - 24px)!important;bottom:12px!important;right:12px!important}
.chat-box{scroll-behavior:smooth;background:0 0;flex:1;min-height:0;padding:0 4px 28px;position:relative;overflow:hidden auto}.fill_box{background:linear-gradient(145deg,#f8fafccc 0%,#f1f5f966 100%);border:1px solid #0000000a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:180px;margin:0 auto 20px;padding:20px 16px;display:flex}.fill_box2{border-radius:12px;width:160px;height:88px;margin-bottom:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.Hecto_Image123{object-fit:contain;border-radius:12px;width:100%;height:100%}.intro-text{text-align:center;color:#334155;margin-top:4px;padding:0 8px;font-size:0;line-height:1.6}.para1{color:var(--company-name-body-text-color,#046fc4);letter-spacing:-.02em;margin:4px 0 0;font-size:16px;font-weight:700}.para2{color:var(--company-slogan-text-color,#64748b);opacity:.95;margin-top:8px;font-size:13px;font-weight:500;line-height:1.5}.chat-message.bot{margin-bottom:14px;margin-left:5px;margin-right:0;padding:0}.chat-message .logo{flex-shrink:0}.chat-message.bot .message{background:var(--bot-message-bubble-color,linear-gradient(135deg,#046fc4 0%,#035a9e 100%));color:var(--bot-message-text-color,#fff);max-width:82%;box-shadow:0 1px 2px #0000000f,0 4px 12px color-mix(in srgb,var(--bot-message-bubble-color,#046fc4)25%,transparent);word-wrap:break-word;border:1px solid #ffffff1f;border-radius:18px 18px 18px 6px;padding:14px 18px;font-size:14px;line-height:1.55}.chat-message.bot .message p{margin:4px 0;line-height:1.6}.chat-message.bot .message p:first-child{margin-top:0}.chat-message.bot .message p:last-child{margin-bottom:0}.chat-message.bot .message .markdown-content{margin:0}.chat-message.bot .message .markdown-content p{margin:4px 0;line-height:1.6}.chat-message.bot .message .markdown-content p:first-child{margin-top:0}.chat-message.bot .message .markdown-content p:last-child{margin-bottom:0}.chat-message.bot .message .markdown-content h1,.chat-message.bot .message .markdown-content h2,.chat-message.bot .message .markdown-content h3{margin:10px 0 6px;font-weight:600;line-height:1.3}.chat-message.bot .message .markdown-content ul,.chat-message.bot .message .markdown-content ol{margin:6px 0;padding-left:24px;list-style-position:outside}.chat-message.bot .message .markdown-content ul{list-style-type:disc}.chat-message.bot .message .markdown-content ol{list-style-type:decimal}.chat-message.bot .message .markdown-content li{margin:2px 0}.chat-message.bot .message .markdown-content code{background:#0003;border-radius:4px;padding:2px 6px;font-size:.9em}.chat-message.bot .message .markdown-content pre{background:#0003;border-radius:8px;margin:8px 0;padding:10px;overflow-x:auto}.chat-message.bot .message .markdown-content pre code{background:0 0;padding:0}.chat-message.bot .message .markdown-content a{color:inherit;text-decoration:underline}.chat-message.bot .message .markdown-content strong{font-weight:700}.chat-message.user{justify-content:flex-end;margin-bottom:14px;margin-left:0;margin-right:0}.chat-message.user .message{background:var(--user-message-bubble-color,#f1f5f9);color:var(--user-message-text-color,#1e293b);word-wrap:break-word;border:1px solid #0000000a;border-radius:18px 18px 6px;align-self:flex-end;max-width:82%;margin-top:0;margin-left:auto;margin-right:5px;padding:14px 18px;font-size:14px;line-height:1.55;box-shadow:0 2px 8px #0000000f}.header{box-sizing:border-box;background:var(--header-bg-color,linear-gradient(135deg,#046fc4 0%,#035a9e 100%));color:#fff;z-index:1001;border-radius:28px 28px 0 0;flex-shrink:0;justify-content:flex-start;align-items:center;width:calc(100% + 8px);height:82px;min-height:64px;margin:-4px -4px 0;padding:14px 20px 14px 18px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #046fc433}.img-wrapper{background:#fff3;border-radius:12px;justify-content:center;align-items:center;width:64px;min-width:64px;height:64px;margin-right:14px;padding:2px;display:flex;overflow:hidden}.img-wrapper img{object-fit:contain;box-sizing:border-box;width:100%;height:100%}.closeChatBtn{color:var(--close-button-color,#ffffffe6);cursor:pointer;z-index:10;background:#ffffff26;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:18px;line-height:1;transition:background .2s,color .2s,transform .2s;display:flex;position:absolute;top:14px;right:16px}.closeChatBtn:hover{color:var(--close-button-color,#fff);background:#ffffff40;transform:scale(1.08)}.closeChatBtn:active{transform:scale(.96)}.header-content{flex-direction:column;flex:1;justify-content:center;gap:2px;min-width:0;display:flex}.title{color:var(--header-text-color,#fff);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;padding:0;font-size:17px;font-weight:700;line-height:1.25;overflow:hidden}.header-status-row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:0;display:flex}.online-status{align-items:center;gap:6px;margin-top:0;display:flex}.header-encrypted-badge{letter-spacing:.02em;color:var(--online-text-color,#fffffffa);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;background:#22c55e40;border:1px solid #22c55e80;border-radius:10px;align-items:center;gap:4px;padding:2px 8px;font-size:9px;font-weight:600;display:inline-flex}.header-encrypted-badge svg{opacity:.95;flex-shrink:0}.online-dot{background:var(--online-dot-color,#4ade80);width:8px;height:8px;box-shadow:0 0 0 0 color-mix(in srgb,var(--online-dot-color,#4ade80)60%,transparent);border-radius:50%;flex-shrink:0;animation:2s ease-in-out infinite statusPulse}@keyframes statusPulse{0%,to{box-shadow:0 0 0 0 color-mix(in srgb,var(--online-dot-color,#4ade80)50%,transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb,var(--online-dot-color,#4ade80)0%,transparent)}}.online-text{letter-spacing:.04em;text-transform:uppercase;color:var(--online-text-color,#ffffffe6);opacity:.95;font-size:11px;font-weight:600}.plus-button-container,.send-button-container{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.plus-button-container:hover .tooltip,.send-button-container:hover .tooltip{opacity:1;visibility:visible;transform:translate(-50%)translateY(-4px)}.tooltip{background:var(--tooltip-bg-color,#1e293b);color:var(--tooltip-text-color,#fff);white-space:nowrap;letter-spacing:.02em;opacity:0;visibility:hidden;z-index:1000;pointer-events:none;border-radius:10px;margin-bottom:8px;padding:8px 12px;font-size:11px;font-weight:600;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)translateY(2px);box-shadow:0 4px 12px #0003}.tooltip:after{content:"";border:5px solid #0000;border-top-color:var(--tooltip-bg-color,#1e293b);position:absolute;top:100%;left:50%;transform:translate(-50%)}.plus-button{color:var(--plus-send-button-color,#046fc4);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:0;transition:background .2s,transform .3s cubic-bezier(.22,1,.36,1);display:flex;position:relative}.plus-button:before,.plus-button:after{content:"";background:var(--plus-send-button-color,#046fc4);border-radius:2px;transition:background .2s;position:absolute}.plus-button:before{width:16px;height:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.plus-button:after{width:2px;height:16px;top:50%;left:50%;transform:translate(-50%,-50%)}.plus-button:hover{background:0 0;transform:rotate(90deg)scale(1.06)}.plus-button:active{transform:rotate(90deg)scale(.98)}.plus-button:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.plus-button:disabled:before,.plus-button:disabled:after{background:currentColor}#user-input{color:#1e293b;background:0 0;border:none;border-radius:0;outline:none;flex:1;min-width:0;height:48px;padding:10px 16px;font-size:14px;font-weight:500;transition:color .2s}#user-input::placeholder{color:#94a3b8;font-weight:400}#user-input:hover,#user-input:focus{background:0 0}@media (max-width:1024px) and (min-width:769px){.chat-box{padding:0 4px 28px}.header{height:76px;padding:12px 16px}.title{font-size:16px}.img-wrapper{width:60px;min-width:60px;height:60px;margin-right:12px;padding:2px}.fill_box{min-height:170px;padding:18px 14px}.fill_box2{width:150px;height:82px}.para1{font-size:15px}.para2{font-size:12px}.chat-message.bot .message,.chat-message.user .message{max-width:85%;padding:12px 16px;font-size:13.5px}#user-input{height:46px;font-size:13.5px}.plus-button{width:38px;height:38px}}@media (max-width:768px) and (min-width:481px){.chat-box{padding:0 4px 28px}.header{height:72px;padding:12px 14px}.title{font-size:16px}.img-wrapper{width:56px;min-width:56px;height:56px;margin-right:10px;padding:2px}.fill_box{min-height:160px;padding:16px 12px}.fill_box2{width:140px;height:76px}.para1{font-size:15px}.para2{font-size:12px}.chat-message.bot .message,.chat-message.user .message{max-width:85%;padding:12px 14px;font-size:13.5px}.chat-message .logo img{width:36px;height:36px}#user-input{height:46px;font-size:13.5px}.plus-button{width:38px;height:38px}}@media (max-width:480px){.chat-box{padding:0 4px 28px}.header{border-radius:24px 24px 0 0;width:calc(100% + 8px);height:68px;margin:-4px -4px 0;padding:12px 14px}.title{font-size:15px}.img-wrapper{width:52px;min-width:52px;height:52px;margin-right:10px;padding:2px}.closeChatBtn{width:32px;height:32px;font-size:16px;top:12px;right:12px}.header-encrypted-badge{gap:3px;padding:2px 6px;font-size:9px}.header-encrypted-badge svg{width:8px;height:8px}.fill_box{border-radius:14px;min-height:150px;margin-bottom:16px;padding:16px 12px}.fill_box2{width:130px;height:70px}.para1{font-size:14px}.para2{margin-top:6px;font-size:12px}.chat-message.bot,.chat-message.user{margin-bottom:12px}.chat-message.bot .message,.chat-message.user .message{max-width:88%;padding:12px 14px;font-size:13px}.chat-message .logo img{width:32px;height:32px}#user-input{height:46px;padding:8px 14px;font-size:14px}.plus-button{width:38px;height:38px}.tooltip{padding:6px 10px;font-size:10px}}@media (max-width:360px){.header{border-radius:22px 22px 0 0;width:calc(100% + 8px);height:64px;margin:-4px -4px 0;padding:10px 12px}.title{font-size:14px}.img-wrapper{width:48px;min-width:48px;height:48px;margin-right:8px;padding:2px}.closeChatBtn{width:30px;height:30px;top:10px;right:10px}.fill_box{min-height:140px}.fill_box2{width:115px;height:62px}.para1{font-size:13px}.para2{font-size:11px}.chat-message.bot .message,.chat-message.user .message{padding:10px 12px;font-size:12.5px}.chat-message .logo img{width:30px;height:30px}#user-input{height:44px;font-size:13px}.plus-button{width:36px;height:36px}}@media (max-height:500px) and (orientation:landscape){.chat-box{padding:0 4px 28px}.header{border-radius:28px 28px 0 0;width:calc(100% + 8px);height:60px;min-height:60px;margin:-4px -4px 0;padding:10px 12px}.title{font-size:14px}.img-wrapper{width:46px;min-width:46px;height:46px;margin-right:8px;padding:2px}.closeChatBtn{width:28px;height:28px;top:10px;right:10px}.fill_box{min-height:110px;margin-bottom:12px;padding:10px 8px}.fill_box2{width:90px;height:50px}.para1{font-size:13px}.para2{font-size:11px}.chat-message.bot .message,.chat-message.user .message{padding:8px 12px;font-size:12px}.chat-message .logo img{width:28px;height:28px}#user-input{height:44px;font-size:13px}.plus-button{width:34px;height:34px}}
