@keyframes chatbot_slideInFromLeft__2CTfa{0%{transform:translateX(-100vw);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes chatbot_slideInFromRight__L9Bia{0%{transform:translateX(100vw);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes chatbot_fadeIn__yxLoR{0%{opacity:0}to{opacity:1}}.chatbot_chatSection__mi1zD{width:100vw;height:100vh;display:flex;align-items:stretch;justify-content:stretch;padding:0;margin:0;background:#fff;overflow:hidden}.chatbot_panel__6H8PX{width:100%;height:100%;background:#fff;display:flex;flex-direction:row;overflow:hidden;position:relative}.chatbot_historySidebar__qvVuP{width:280px;min-width:280px;height:100%;border-right:1px solid #e3edf3;background:#f4f8fa;display:flex;flex-direction:column;z-index:10;transition:width .3s cubic-bezier(.4,0,.2,1),min-width .3s cubic-bezier(.4,0,.2,1),border-right-width .3s ease}@media(max-width:868px){.chatbot_historySidebar__qvVuP{position:fixed;top:0;left:0;bottom:0;height:100vh;z-index:100;max-width:280px;width:280px;min-width:0;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.chatbot_historySidebarOpen__ibnkY{transform:translateX(0)}}.chatbot_historySidebarCollapsed__HlBrf{width:0!important;min-width:0!important;border-right-width:0!important;overflow:hidden;padding:0}.chatbot_historySidebarBackdrop__eexAF{display:none;border:none;background:rgba(0,0,0,0);padding:0}@media(max-width:868px){.chatbot_historySidebarBackdrop__eexAF{display:block;position:fixed;inset:0;background:rgba(7,40,58,.4);z-index:99;opacity:0;pointer-events:none;transition:opacity .3s ease}.chatbot_historySidebarBackdropVisible__ayq3Z{opacity:1;pointer-events:auto}}.chatbot_historySidebarHeader__DBUyk{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e3eef4}.chatbot_historySidebarHeader__DBUyk .chatbot_historySidebarTitle__MUGFX{display:flex;align-items:center;gap:10px;min-width:0}.chatbot_historySidebarHeader__DBUyk .chatbot_sidebarIconWrapper__E2LFv{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fff;border-radius:8px;border:1px solid #dce9f0}.chatbot_historySidebarHeader__DBUyk h3{margin:0;font-size:1.1rem;font-weight:700;color:#07283a}.chatbot_sidebarCollapseButton__6Wg2e{border:none;background:rgba(0,0,0,0);color:#536d7d;width:32px;height:32px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease}.chatbot_sidebarCollapseButton__6Wg2e svg{font-size:16px}.chatbot_sidebarCollapseButton__6Wg2e:hover{background:#e9f2f6;color:#07283a}@media(max-width:868px){.chatbot_sidebarCollapseButton__6Wg2e{display:none}}.chatbot_newChatButton__lKNia{min-height:42px;border-radius:12px;font-weight:600;margin:16px 20px 8px;width:calc(100% - 40px);background:#0c6792;border-color:#0c6792;color:#fff;box-shadow:0 4px 12px rgba(12,103,146,.12)}.chatbot_newChatButton__lKNia:focus,.chatbot_newChatButton__lKNia:hover{background:#0a567b!important;border-color:#0a567b!important}.chatbot_historyList__1XBBf{flex:1 1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:4px;padding:12px 16px}.chatbot_historyList__1XBBf::-webkit-scrollbar{width:2px}.chatbot_historyList__1XBBf::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.chatbot_historyList__1XBBf::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:3px}.chatbot_historyList__1XBBf::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.5)}.chatbot_historyList__1XBBf{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) rgba(0,0,0,0)}.chatbot_historyEmptyState__XfGnU{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px 12px;color:#69808d;text-align:center}.chatbot_historyEmptyState__XfGnU svg{font-size:1.8rem;color:#9fd2ea}.chatbot_historyEmptyState__XfGnU p{margin:0;font-size:.9rem;line-height:1.4}.chatbot_historyItem__tAxcw{width:100%;border-radius:10px;background:rgba(0,0,0,0);padding:10px 12px;text-align:left;display:flex;align-items:center;gap:10px;cursor:pointer;transition:background .2s ease}.chatbot_historyItem__tAxcw:hover{background:#e9f2f6}.chatbot_historyItem__tAxcw:hover .chatbot_historyDeleteButton__qQ1oy{opacity:1}.chatbot_historyItem__tAxcw:focus-visible{outline:2px solid rgba(12,103,146,.35);outline-offset:2px}.chatbot_historyItemActive__2rV5y,.chatbot_historyItemActive__2rV5y:hover{background:#d8e7ed}.chatbot_historyItemActive__2rV5y .chatbot_historyDeleteButton__qQ1oy{opacity:1}.chatbot_historyItemCopy__75tiN{min-width:0;flex:1 1}.chatbot_historyItemTopRow__fpURP{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.chatbot_historyItemLabel__zTpmR{min-width:0;flex:1 1;display:inline-flex;align-items:center;gap:8px}.chatbot_historyItemIcon__UHUJj{flex-shrink:0;opacity:.75}.chatbot_historyItemText__Q2K1f{min-width:0;font-size:.85rem;font-weight:500;line-height:1.35;color:#29495c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatbot_historyDeleteButton__qQ1oy{flex-shrink:0;border:none;background:rgba(0,0,0,0);width:24px;height:24px;padding:0;display:inline-flex;align-items:center;justify-content:center;color:#7d96a6;cursor:pointer;border-radius:6px;opacity:0;transition:opacity .2s ease,background-color .2s ease,color .2s ease}.chatbot_historyDeleteButton__qQ1oy svg{font-size:14px}.chatbot_historyDeleteButton__qQ1oy:hover{background:#fcebeb;color:#d84a4a}.chatbot_sidebarFooter__5_kUG{padding:16px 20px;border-top:1px solid #e3eef4;display:flex}.chatbot_sidebarFooterHomeLink__2hgnW,.chatbot_sidebarFooter__5_kUG{font-size:.88rem;font-weight:600;color:#536d7d;align-items:center;gap:8px}.chatbot_sidebarFooterHomeLink__2hgnW{display:inline-flex;text-decoration:none;transition:color .2s ease}.chatbot_sidebarFooterHomeLink__2hgnW svg{font-size:16px;color:#0c6792}.chatbot_sidebarFooterHomeLink__2hgnW:hover{color:#0c6792}.chatbot_chatWorkspace__J8mFe{flex:1 1;min-width:0;height:100%;display:flex;flex-direction:column;background:#fff}.chatbot_chatToolbar__XzmRR{display:flex;align-items:center;height:60px;min-height:60px;padding:0 24px;border-bottom:1px solid #eef2f5;background:#fff}.chatbot_chatToolbarText__GYLPJ{display:flex;align-items:center;gap:12px;min-width:0;flex:1 1}.chatbot_chatToolbarBrandMark__rFc6t{display:inline-flex;align-items:center;justify-content:center;height:36px;background:rgba(0,0,0,0);border:none;text-decoration:none;transition:opacity .2s ease,transform .2s ease;flex-shrink:0;cursor:pointer}.chatbot_chatToolbarBrandMark__rFc6t:hover{opacity:.85;transform:scale(1.02)}.chatbot_chatToolbarCopy__IMgrt{min-width:0;flex:1 1}.chatbot_chatToolbarCopy__IMgrt h1{margin:0;font-size:.95rem;font-weight:600;color:#07283a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatbot_chatToolbarCopy__IMgrt p{margin:1px 0 0;font-size:.78rem;color:#6f8794;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatbot_toolbarIconButton__f1Y4F{width:32px;height:32px;border:1px solid #dce9f0;border-radius:8px;background:#fff;color:#536d7d;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.chatbot_toolbarIconButton__f1Y4F svg{font-size:16px}.chatbot_toolbarIconButton__f1Y4F:hover{background:#f4f8fa;color:#0c6792;border-color:#bfd6e1}.chatbot_session__kSRVU{display:flex;flex-direction:column;flex:1 1;min-height:0;background:#fff}.chatbot_messageList__FY2km{flex:1 1;min-height:0;overflow-y:auto;padding:32px 12%;display:flex;flex-direction:column;gap:28px}.chatbot_messageList__FY2km::-webkit-scrollbar{width:2px}.chatbot_messageList__FY2km::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.chatbot_messageList__FY2km::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:3px}.chatbot_messageList__FY2km::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.5)}.chatbot_messageList__FY2km{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) rgba(0,0,0,0)}@media(min-width:577px)and (max-width:868px){.chatbot_messageList__FY2km{padding:24px 8%}}@media(max-width:576px){.chatbot_messageList__FY2km{padding:16px;gap:20px}}.chatbot_message__kqEcl{display:flex;flex-direction:column;gap:6px}.chatbot_messageRow__V7jAb{display:flex;align-items:flex-start;gap:16px;width:100%;max-width:720px;margin:0 auto}.chatbot_botAvatar__aX1Km{width:34px;height:34px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #e1edf2;background:#eef6fb;color:#0c6792;font-size:18px;box-shadow:0 4px 10px rgba(12,103,146,.05)}.chatbot_messageStack__uNuuf{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1 1}.chatbot_messageMeta__BgV1j{font-size:.74rem;color:#8fb0c2;font-weight:500;margin-bottom:2px}.chatbot_bubble__VNPw2{font-size:.95rem;line-height:1.6;color:#1e293b;width:100%;word-break:break-word}.chatbot_bot__4YWu_ .chatbot_bubble__VNPw2{background:rgba(0,0,0,0);padding:0;box-shadow:none;border:none}.chatbot_user__G7Ujs .chatbot_messageRow__V7jAb{justify-content:flex-end}.chatbot_user__G7Ujs .chatbot_messageStack__uNuuf{flex:0 1 auto;align-items:flex-end}.chatbot_user__G7Ujs .chatbot_bubble__VNPw2{background:#f3f8fb;border:1px solid #e1edf2;border-radius:16px;padding:12px 18px;box-shadow:0 2px 8px rgba(12,103,146,.02);max-width:100%;width:fit-content;white-space:pre-wrap}@media(max-width:576px){.chatbot_user__G7Ujs .chatbot_bubble__VNPw2{max-width:100%}}.chatbot_user__G7Ujs .chatbot_messageMeta__BgV1j{text-align:right}.chatbot_sessionEmpty___aEdS{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex:1 1;min-height:0;padding:24px 24px 40px;overflow-y:auto;background:#fff;position:relative}.chatbot_landingContainer__frOdU{width:100%;max-width:720px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px;position:relative;z-index:2}.chatbot_landingWatermark__i4BZR{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.03;pointer-events:none;z-index:1;display:flex;align-items:center;justify-content:center}.chatbot_landingHeader__madD2 .chatbot_landingLogoWrapper__kIesC{display:inline-flex;align-items:center;justify-content:center;width:88px;height:88px;background:linear-gradient(135deg,#ffffff,#f4f9fc);border-radius:24px;border:1px solid #e3edf3;box-shadow:0 10px 30px rgba(12,103,146,.08);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.chatbot_landingHeader__madD2 .chatbot_landingLogoWrapper__kIesC:hover{transform:translateY(-4px) scale(1.05)}.chatbot_landingHeader__madD2 .chatbot_landingLogo__DrGOf{object-fit:contain}.chatbot_landingHeader__madD2 .chatbot_landingTitle__VK2iV{margin:20px 0 0;font-size:2.2rem;font-weight:700;color:#07283a}@media(max-width:576px){.chatbot_landingHeader__madD2 .chatbot_landingTitle__VK2iV{font-size:1.6rem;margin-top:12px;padding:8px}}.chatbot_landingHeader__madD2 .chatbot_landingSubtitle__qbB3s{margin:12px auto 0;font-size:.95rem;color:#536d7d;max-width:540px;line-height:1.5}@media(max-width:576px){.chatbot_landingHeader__madD2 .chatbot_landingSubtitle__qbB3s{font-size:.85rem;margin-top:8px}}.chatbot_landingInputContainer__MPtF9{width:100%}.chatbot_landingCardsGrid__8BDtn{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;width:100%}@media(max-width:576px){.chatbot_landingCardsGrid__8BDtn{grid-template-columns:1fr;gap:10px}}.chatbot_landingCard__hlEi1{background:rgba(0,0,0,0);display:flex;align-items:center;gap:16px;padding:14px 18px;text-align:left;background:#f3f8fb;border:1px solid #e1edf2;border-radius:16px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.chatbot_landingCard__hlEi1 .chatbot_landingCardIcon___ZgRQ{width:56px;height:56px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 10px rgba(12,103,146,.04)}.chatbot_landingCard__hlEi1 .chatbot_landingCardText__7ApdU{min-width:0;flex:1 1}.chatbot_landingCard__hlEi1 .chatbot_landingCardText__7ApdU h4{margin:0;font-size:.92rem;font-weight:600;color:#07283a}.chatbot_landingCard__hlEi1 .chatbot_landingCardText__7ApdU p{margin:2px 0 0;font-size:.78rem;color:#6f8794}.chatbot_landingCard__hlEi1:hover{background:#ebf4f8;border-color:#cbe0ea;transform:translateY(-2px);box-shadow:0 6px 16px rgba(12,103,146,.06)}.chatbot_landingFaqsList__WKlmd{display:flex;flex-direction:column;gap:8px;width:100%}.chatbot_faqChip__7Gvn5{width:100%;border:1px solid #bfd6e1;background:rgba(0,0,0,0);border-radius:12px;padding:10px 16px;font-size:.85rem;color:#536d7d;font-weight:500;text-align:left;cursor:pointer;transition:all .2s ease}.chatbot_faqChip__7Gvn5:hover{border-color:#0c6792;color:#0c6792;background:#f5f9fb}.chatbot_skeletonChip__TKKOu{background:linear-gradient(90deg,#f2f6f8 25%,#e1e9ed 50%,#f2f6f8 75%);background-size:200% 100%;animation:chatbot_loading-pulse__WW_fR 1.5s infinite;border-color:#e2ebf0;height:40px;cursor:default;pointer-events:none}@keyframes chatbot_loading-pulse__WW_fR{0%{background-position:200% 0}to{background-position:-200% 0}}.chatbot_disclaimerContainer__0FZ4Q{width:100%;max-width:600px;text-align:center;margin-top:12px}.chatbot_disclaimerContainer__0FZ4Q .chatbot_disclaimerText__uPR30{margin:0;font-size:.74rem;color:#8a9da8;line-height:1.4}.chatbot_disclaimerContainer__0FZ4Q .chatbot_disclaimerLink__X5_s4{color:#0c6792;text-decoration:underline;font-weight:500;margin-left:2px}.chatbot_activeInputContainer__wVN9_{width:100%;background:#fff;padding:8px 12% 16px;display:flex;flex-direction:column;align-items:center;gap:8px}@media(min-width:577px)and (max-width:868px){.chatbot_activeInputContainer__wVN9_{padding:8px 8% 12px}}@media(max-width:576px){.chatbot_activeInputContainer__wVN9_{padding:8px 16px 12px}}.chatbot_inputBar___YbZW{width:100%;max-width:720px;border-top:none;background:rgba(0,0,0,0)}.chatbot_inputControls__zB7lZ{display:flex;align-items:center;gap:12px;padding:8px 8px 8px 20px;border:1px solid #bfd6e1;border-radius:28px;background:#fff;box-shadow:0 4px 14px rgba(12,103,146,.04);transition:border-color .2s ease,box-shadow .2s ease;margin:0}.chatbot_inputControls__zB7lZ:focus-within{border-color:#0c6792;box-shadow:0 4px 20px rgba(12,103,146,.12)}@media(max-width:576px){.chatbot_inputControls__zB7lZ{flex-direction:row;align-items:center;padding:6px 6px 6px 14px}}.chatbot_inputField__NvXeo{flex:1 1;border:none;background:rgba(0,0,0,0);font-family:inherit;font-size:.98rem;color:#1e293b;max-height:160px;resize:none;padding:6px 0;min-height:24px;height:24px;line-height:1.4}.chatbot_inputField__NvXeo:focus{outline:none;background:rgba(0,0,0,0)}.chatbot_inputField__NvXeo::placeholder{color:#8ea4b0}.chatbot_sendButton__JzO8V{border:none;border-radius:50%;width:36px;height:36px;min-width:36px;max-height:36px;display:flex;align-items:center;justify-content:center;background:#0c6792;color:#fff;cursor:pointer;transition:background .2s ease,transform .15s ease;padding:0;flex-shrink:0}.chatbot_sendButton__JzO8V:disabled{opacity:.35;background:#c3d6e1;cursor:not-allowed;transform:none}.chatbot_sendButton__JzO8V:not(:disabled):hover{background:#0a567b;transform:scale(1.05)}@media(max-width:576px){.chatbot_sendButton__JzO8V{width:36px;height:36px;min-width:36px}}.chatbot_btnSpinner__tyy8E{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:chatbot_btnSpinnerSpin__cIl_P .8s linear infinite;display:inline-block}@keyframes chatbot_btnSpinnerSpin__cIl_P{to{transform:rotate(1turn)}}.chatbot_sendIconImage__20fDu{width:24px;height:24px;display:block}.chatbot_mdxContent__kRHkA{padding:0;margin:0;color:#1e293b;font-size:.96rem;line-height:1.6}.chatbot_mdxContent__kRHkA p{margin:0 0 1rem}.chatbot_mdxContent__kRHkA p:last-child{margin-bottom:0}.chatbot_mdxContent__kRHkA ol,.chatbot_mdxContent__kRHkA ul{margin:0 0 1rem 1.5rem;padding-left:0}.chatbot_mdxContent__kRHkA li{margin-bottom:.5rem}.chatbot_mdxContent__kRHkA strong{font-weight:600;color:#07283a}.chatbot_mdxContent__kRHkA h1,.chatbot_mdxContent__kRHkA h2,.chatbot_mdxContent__kRHkA h3,.chatbot_mdxContent__kRHkA h4{color:#07283a;font-weight:600;margin:1.5rem 0 .8rem}.chatbot_mdxContent__kRHkA h1{font-size:1.4rem}.chatbot_mdxContent__kRHkA h2{font-size:1.25rem}.chatbot_mdxContent__kRHkA h3{font-size:1.1rem}.chatbot_streamingText__WgpY0{white-space:pre-wrap;word-break:break-word}.chatbot_typingDots__9ulp_{display:inline-flex;gap:4px;align-items:center;padding:4px 8px}.chatbot_typingDots__9ulp_ span{width:6px;height:6px;border-radius:50%;background:#8fbcd4;animation:chatbot_pulse__xQ8Ri 1.2s ease-in-out infinite}.chatbot_typingDots__9ulp_ span:nth-child(2){animation-delay:.2s}.chatbot_typingDots__9ulp_ span:nth-child(3){animation-delay:.4s}@keyframes chatbot_pulse__xQ8Ri{0%,to{transform:translateY(0);opacity:.4}50%{transform:translateY(-4px);opacity:1}}.chatbot_recommendationPanel__kEgez{margin-top:16px;width:100%;max-width:720px;padding:16px;border-radius:16px;border:1px solid #dce9f0;background:linear-gradient(180deg,#f7fbfd,#edf4f8);box-shadow:0 2px 10px rgba(12,103,146,.03);margin-left:auto;margin-right:auto}.chatbot_portfolioPanel__hUBc3{max-width:1080px}.chatbot_recommendationGrid__30Ai3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}@media(max-width:576px){.chatbot_recommendationGrid__30Ai3{display:flex;grid-template-columns:unset;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.chatbot_recommendationGrid__30Ai3::-webkit-scrollbar{width:2px}.chatbot_recommendationGrid__30Ai3::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.chatbot_recommendationGrid__30Ai3::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:3px}.chatbot_recommendationGrid__30Ai3::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.5)}.chatbot_recommendationGrid__30Ai3{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) rgba(0,0,0,0)}.chatbot_recommendationGrid__30Ai3>*{flex:0 0 78%;scroll-snap-align:start}}.chatbot_contextCard__a_8it{margin-top:8px;padding:10px 14px;border-radius:10px;border:1px solid #dbe6ed;background:#f5f9fc;width:fit-content;min-width:220px}.chatbot_contextLabel__By5jR{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:#0c6792;margin-bottom:2px;display:block;font-weight:600}.chatbot_contextTitle__fZLna{font-size:.85rem;font-weight:600;color:#07283a;display:block}.chatbot_contextLink__fV8N3{display:inline-flex;margin-top:4px;font-size:.82rem;color:#0c6792;text-decoration:none;font-weight:600}.chatbot_contextLink__fV8N3:hover{text-decoration:underline}.chatbot_followUpMessage__D8c_l{margin-top:12px;padding-top:8px;border-top:1px dashed #dce6ed;font-size:.88rem;font-weight:500;color:#0c6792}