*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff}._chat_1dhlb_2{display:flex;flex-direction:column;height:100%;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#333}._header_1dhlb_13{flex-shrink:0;background:#1c3a4a;color:#fff}._headerTop_1dhlb_19{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px}._headerInfo_1dhlb_26{display:flex;align-items:center;gap:12px}._headerAvatar_1dhlb_32{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}._headerLabel_1dhlb_40{font-size:13px;color:#ffffffb3;font-weight:400}._headerName_1dhlb_46{font-weight:700;font-size:24px}._headerAiBadge_1dhlb_51{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_1dhlb_66{display:flex;gap:4px}._headerCircleBtn_1dhlb_71{width:22px;height:22px;border:none;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:opacity .15s}._headerCircleBtn_1dhlb_71:hover{opacity:.85}._headerStatus_1dhlb_87{padding:10px 16px;background:#142b39;font-size:13px;color:#ffffffe6;text-align:center;letter-spacing:.2px}._messages_1dhlb_97{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth;background:#fff}._msg_1dhlb_108{display:flex;flex-direction:column;max-width:80%;animation:_msgIn_1dhlb_1 .2s ease-out}@keyframes _msgIn_1dhlb_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._msgAgent_1dhlb_126{align-self:flex-start}._msgUser_1dhlb_130{align-self:flex-end}._msgBubble_1dhlb_134{padding:12px 16px;border-radius:16px;line-height:1.5;word-wrap:break-word}._msgAgent_1dhlb_126 ._msgBubble_1dhlb_134{background:#e8eff5;color:#333;border-bottom-left-radius:4px}._msgUser_1dhlb_130 ._msgBubble_1dhlb_134{background:#f7f5f2;color:#333;border:1px solid #E0E0E0;border-bottom-right-radius:4px}._msgTime_1dhlb_154{font-size:11px;color:#999;margin-top:4px;padding:0 4px}._typing_1dhlb_162{display:flex;align-self:flex-start;padding:12px 16px;background:#e8eff5;border-radius:16px 16px 16px 4px;gap:4px}._typing_1dhlb_162 span{width:6px;height:6px;border-radius:50%;background:#8c8c8c;animation:_typingDot_1dhlb_1 1.4s ease-in-out infinite}._typing_1dhlb_162 span:nth-child(2){animation-delay:.2s}._typing_1dhlb_162 span:nth-child(3){animation-delay:.4s}@keyframes _typingDot_1dhlb_1{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}._footer_1dhlb_202{flex-shrink:0;border-top:1px solid #EEEEEE;background:#fff}._inputWrapper_1dhlb_209{padding:12px 16px 0}._inputArea_1dhlb_213{display:flex;align-items:center;gap:10px}._input_1dhlb_209{flex:1;border:none;padding:12px 0;font-family:inherit;font-size:14px;outline:none;background:transparent;color:#333}._input_1dhlb_209::placeholder{color:#999}._sendBtn_1dhlb_234{width:40px;height:40px;border:none;background:#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_1dhlb_234:hover{background:#a35702}._sendBtn_1dhlb_234:active{transform:scale(.92)}._sendBtn_1dhlb_234:disabled{opacity:.4;cursor:not-allowed}._inputActions_1dhlb_262{display:flex;gap:4px;padding:4px 0 8px}._inputActionBtn_1dhlb_268{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_1dhlb_268:hover{color:#666}._poweredBy_1dhlb_287{display:flex;align-items:center;justify-content:flex-end;gap:4px;font-size:13px;color:#8c8c8c;padding:6px 16px 12px}._poweredBy_1dhlb_287 a{display:flex;align-items:center;gap:3px;color:#666;text-decoration:none;font-weight:500}._poweredBy_1dhlb_287 a:hover{color:#ba6303}._poweredByLogo_1dhlb_310{height:18px;flex-shrink:0}._centerState_1dhlb_316{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#666;font-size:14px}._spinner_1dhlb_327{width:28px;height:28px;border:3px solid #E0E0E0;border-top-color:#ba6303;border-radius:50%;animation:_spin_1dhlb_327 .8s linear infinite}@keyframes _spin_1dhlb_327{to{transform:rotate(360deg)}}._errorText_1dhlb_342{color:#d32f2f;text-align:center;padding:0 24px}._sendError_1dhlb_348{padding:6px 16px;font-size:12px;color:#d32f2f;background:#fdecec;text-align:center}._thinkingWrapper_91u57_1{width:100%;display:flex;justify-content:flex-end;padding:8px 12px}._thinkingBubble_91u57_8{background:#f1f5f9;border-radius:20px;padding:12px 16px;max-width:70%}._thinkingHeader_91u57_16{display:flex;align-items:center;gap:8px}._thinkingPulse_91u57_23{width:14px;height:14px;border:2.5px solid #cbd5e1;border-top-color:#3b82f6;border-radius:50%;animation:_spin_91u57_1 1s linear infinite}._thinkingLabel_91u57_33{font-size:15px;font-weight:500;color:#334155;display:inline-flex;align-items:center}._thinkingEllipsis_91u57_42{display:inline-flex;margin-left:2px}._thinkingEllipsis_91u57_42 span{opacity:.3;animation:_dotPulse_91u57_1 1.4s infinite ease-in-out}._thinkingEllipsis_91u57_42 span:nth-child(1){animation-delay:0s}._thinkingEllipsis_91u57_42 span:nth-child(2){animation-delay:.2s}._thinkingEllipsis_91u57_42 span:nth-child(3){animation-delay:.4s}@keyframes _dotPulse_91u57_1{0%,80%,to{opacity:.3}40%{opacity:1}}@keyframes _spin_91u57_1{to{transform:rotate(360deg)}}
