*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden;font-family:Ubuntu,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}._chat_789k0_2{display:flex;flex-direction:column;height:100%;background:#fff;font-size:14px;color:#333}._header_789k0_12{flex-shrink:0;background:var(--simplism-header-bg, #142B39);color:var(--simplism-header-text, #fff)}._headerTop_789k0_18{display:flex;align-items:flex-start;justify-content:space-between;height:120px;padding:20px 16px 0}._headerInfo_789k0_26{display:flex;align-items:center;gap:12px}._headerAvatarWrapper_789k0_32{position:relative;width:80px;height:80px;flex-shrink:0}._headerAvatar_789k0_32{position:absolute;top:0;left:0;width:80px;height:80px;border-radius:50px;object-fit:cover;transition:opacity .15s ease-in}._headerAvatarSkeleton_789k0_50{position:absolute;top:0;left:0;width:80px;height:80px;border-radius:50px;background:#ffffff26;display:flex;align-items:center;justify-content:center}._headerAvatarSpinner_789k0_63{width:36px;height:36px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_789k0_391 .8s linear infinite}._headerLabel_789k0_72{font-size:20px;line-height:28px;color:var(--simplism-header-text, #FFFFFF);margin-bottom:4px}._headerName_789k0_79{font-size:36px;line-height:28px;color:var(--simplism-header-text, #FFFFFF)}._headerAiBadge_789k0_85{display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff;background:#ba6303;border-radius:6px;padding:2px 6px;margin-left:4px;vertical-align:middle;letter-spacing:.5px}._headerActions_789k0_100{display:flex;gap:8px;margin-top:-4px}._headerCircleBtn_789k0_106{width:22px;height:22px;border:none;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:opacity .15s}._headerCircleBtn_789k0_106:hover{opacity:.85}._headerStatus_789k0_122{height:40px;display:flex;align-items:center;justify-content:center;background:var(--simplism-notification-bg, #03141E);font-size:16px;line-height:28px;color:var(--simplism-notification-text, rgba(255, 255, 255, .9));text-align:center;letter-spacing:0%}._messages_789k0_136{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth;background:var(--simplism-chat-bg, #fff)}._msg_789k0_147{display:flex;flex-direction:column;max-width:80%;animation:_msgIn_789k0_1 .2s ease-out}@keyframes _msgIn_789k0_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._msgAgent_789k0_165,._msgAi_789k0_166{align-self:flex-start}._msgUser_789k0_170{align-self:flex-end}._msgBubble_789k0_174{padding:12px 16px;border-radius:16px;font-size:16px;line-height:24px;word-wrap:break-word}._msgAi_789k0_166 ._msgBubble_789k0_174{background:var(--simplism-msg-ai-bg, #D1E4EE);color:var(--simplism-msg-ai-text, #03141E);border-bottom-left-radius:4px}._msgAi_789k0_166 ._msgBubble_789k0_174 a{color:var(--simplism-msg-ai-link, #03141E)}._msgAgent_789k0_165 ._msgBubble_789k0_174{background:var(--simplism-msg-agent-bg, #D1E4EE);color:var(--simplism-msg-agent-text, #03141E);border-bottom-left-radius:4px}._msgAgent_789k0_165 ._msgBubble_789k0_174 a{color:var(--simplism-msg-agent-link, #03141E)}._msgUser_789k0_170 ._msgBubble_789k0_174{background:var(--simplism-msg-customer-bg, #EAE9E4);color:var(--simplism-msg-customer-text, #03141E);border:1px solid #E0E0E0;border-bottom-right-radius:4px}._msgUser_789k0_170 ._msgBubble_789k0_174 a{color:var(--simplism-msg-customer-link, #03141E)}._msgTime_789k0_213{font-size:11px;color:#999;margin-top:4px;padding:0 4px}._typing_789k0_221{display:flex;align-self:flex-start;padding:12px 16px;background:#e8eff5;border-radius:16px 16px 16px 4px;gap:4px}._typing_789k0_221 span{width:6px;height:6px;border-radius:50%;background:#8c8c8c;animation:_typingDot_789k0_1 1.4s ease-in-out infinite}._typing_789k0_221 span:nth-child(2){animation-delay:.2s}._typing_789k0_221 span:nth-child(3){animation-delay:.4s}@keyframes _typingDot_789k0_1{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}._footer_789k0_261{flex-shrink:0;border-top:1px solid var(--simplism-chat-border, #EEEEEE);background:var(--simplism-chat-bg, #fff)}._inputWrapper_789k0_268{padding:12px 16px 0}._inputArea_789k0_272{display:flex;align-items:center;gap:10px}._input_789k0_268{flex:1;border:none;padding:12px 0;font-family:inherit;font-size:16px;line-height:24px;outline:none;background:transparent;color:#03141e}._input_789k0_268::placeholder{color:var(--simplism-input-placeholder, #999999)}._sendBtn_789k0_294{width:40px;height:40px;border:none;background:var(--simplism-input-send-bg, #BA6303);color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .1s;flex-shrink:0}._sendBtn_789k0_294:hover{filter:brightness(.9)}._sendBtn_789k0_294:active{transform:scale(.92)}._sendBtn_789k0_294:disabled{opacity:.4;cursor:not-allowed}._inputActions_789k0_323{display:flex;align-items:flex-end;gap:4px;padding:4px 0}._inputActionBtn_789k0_330{width:32px;height:32px;border:none;background:none;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#8c8c8c;transition:color .15s}._inputActionBtn_789k0_330:hover{color:#666}._poweredBy_789k0_349{display:flex;align-items:center;margin-left:auto;gap:4px;font-size:10px;line-height:100%;color:#03141e;padding:0}._poweredBy_789k0_349 a{display:flex;align-items:center;gap:3px;color:#666;text-decoration:none;font-weight:500}._poweredBy_789k0_349 a:hover{color:#ba6303}._poweredByLogo_789k0_373{width:65px;height:20px;flex-shrink:0}._centerState_789k0_380{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#666;font-size:14px}._spinner_789k0_391{width:28px;height:28px;border:3px solid #E0E0E0;border-top-color:#ba6303;border-radius:50%;animation:_spin_789k0_391 .8s linear infinite}@keyframes _spin_789k0_391{to{transform:rotate(360deg)}}._errorText_789k0_406{color:#d32f2f;text-align:center;padding:0 24px}._sendError_789k0_412{padding:6px 16px;font-size:12px;color:#d32f2f;background:#fdecec;text-align:center}._continueBar_789k0_421{position:relative;display:flex;align-items:center;justify-content:center;background:#142b39;padding:12px 16px;cursor:pointer;font-family:inherit;border:none;border-top:2px solid #fff;width:100%}._continueBarOverlay_789k0_435{border-top:15px solid #fff}._continueBarIcon_789k0_439{position:absolute;right:16px;display:flex;align-items:center}._continueBarText_789k0_446{font-family:inherit;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0%;text-align:center;color:#d1a65c}._channelPickerBody_789k0_457{flex:1;display:flex;flex-direction:column;align-items:center;background:#fff;padding:40px 16px 24px;gap:16px}._channelPickerButtons_789k0_467{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}._backToChat_789k0_475{background:none;border:none;cursor:pointer;font-family:inherit;font-size:14px;font-weight:400;color:#03141e;padding:12px;margin-top:auto}._thinkingWrapper_vai18_1{width:100%;display:flex;justify-content:flex-end;padding:8px 12px}._thinkingBubble_vai18_8{background:#f1f5f9;border-radius:20px;padding:12px 16px;max-width:70%}._thinkingHeader_vai18_16{display:flex;align-items:center;gap:8px}._thinkingPulse_vai18_23{width:14px;height:14px;border:2.5px solid #cbd5e1;border-top-color:#3b82f6;border-radius:50%;animation:_spin_vai18_1 1s linear infinite}._thinkingLabel_vai18_33{font-weight:300;font-size:16px;line-height:24px;letter-spacing:0%;color:#334155;display:inline-flex;align-items:center}._thinkingEllipsis_vai18_44{display:inline-flex;margin-left:2px}._thinkingEllipsis_vai18_44 span{opacity:.3;animation:_dotPulse_vai18_1 1.4s infinite ease-in-out}._thinkingEllipsis_vai18_44 span:nth-child(1){animation-delay:0s}._thinkingEllipsis_vai18_44 span:nth-child(2){animation-delay:.2s}._thinkingEllipsis_vai18_44 span:nth-child(3){animation-delay:.4s}@keyframes _dotPulse_vai18_1{0%,80%,to{opacity:.3}40%{opacity:1}}@keyframes _spin_vai18_1{to{transform:rotate(360deg)}}
