.bodycontainer{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:20px;width:100%;font-size:"10px";height:30vh;font-family:Roboto,sans-serif}.bodycontainer::-webkit-scrollbar{appearance:none;background-color:transparent;width:4px}.bodycontainer::-webkit-scrollbar-thumb{appearance:none;background-color:gray;border-radius:20px}.bodycontainer::-webkit-scrollbar-thumb:hover{background-color:#a9a9a9}.bodycontainer .message{display:flex;gap:10px;align-items:flex-start;width:fit-content;max-width:85%}.bodycontainer .message .image{margin-top:5px;height:28px;width:28px}.bodycontainer .message .image img{height:100%;width:100%;border-radius:50%;object-fit:cover}.message p{background-color:#eff1fa;color:#1a2341;padding:10px 15px;border-bottom-left-radius:0;font-size:13px;line-height:14px;white-space:pre-wrap}.mRight{margin-left:auto}.mRight p{border-top-right-radius:0;color:#000}.mLeft p,.mRight p{background-color:#eff1fa}.mLeft p{color:#1a2341}.bodycontainer .typing{border-radius:10px;padding:20px 10px 10px;display:flex;gap:6px;align-items:center;background-color:#046cf1;width:fit-content}.typing .dot{height:8px;width:8px;border-radius:50%;background-color:#fff;animation:bounce 1s linear infinite}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.25s}.dot:nth-child(3){animation-delay:.5s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.timestamp{display:block;font-size:8px;color:#888;text-align:right}.footer{display:flex;gap:10px;align-items:center;padding:13px 20px;background-color:#fff;font-family:Roboto,sans-serif}.footer input{flex:1;outline:none;border:none;border-radius:5px;padding:16px;background-color:#edf2f7;color:#000;transition:.2s;font-size:18px;line-height:28px;font-weight:500;min-height:88px}.footer input:focus{border-color:#046cf1}.footer .btn{padding:10px;border-radius:10px;background-color:#046cf1;display:flex;justify-content:center;align-items:center;cursor:pointer;width:4rem}.footer .btn:hover,.footer .icon:hover{background-color:#0d4ad9}.btn .icon{border-radius:10px;padding:4px;display:flex;justify-content:center;align-items:center;background-color:#046cf1;color:#fff;transition:.2s}.btn .icon svg{height:14px;width:14px}@media only screen and (min-width:300px) and (max-width:349px){.footer{padding:12px 8px}.footer input{width:1rem}.footer .btn{width:3rem}}.emojiBtn{background:none;border:none;font-size:1.5rem;cursor:pointer;margin-right:8px}.emojiPicker{position:absolute;bottom:60px;left:10px;z-index:10}.suggestionBar{display:flex;gap:0;margin:0 0 2px;padding:0 20px;width:100%}.suggestionChips{display:flex;flex-wrap:wrap;gap:5px;flex:1;min-width:0}.suggestionChip{background:#f5f7fa;color:#333;border:1px solid #dbeafe;border-radius:18px;padding:8px;font-size:13px;font-weight:500;cursor:pointer;transition:background .18s,border .18s;outline:none;white-space:nowrap}.collapsibleChip,.suggestionChip:focus,.suggestionChip:hover{background:#e0eaff;border:1.5px solid #3b9ff3;color:#046cf1}.collapsibleChip{border-radius:18px;padding:8px 18px 8px 16px;font-size:15px;font-weight:600;cursor:pointer;outline:none;display:flex;align-items:center;gap:6px;transition:background .18s,border .18s;box-shadow:0 1px 4px rgba(59,159,243,.07)}.collapsibleChip:focus,.collapsibleChip:hover{background:#d0e2ff;color:#0d4ad9;border:2px solid #046cf1}.collapsibleArrow{display:inline-block;font-size:1.1em;transition:transform .2s}.collapsibleArrow.open{transform:rotate(180deg)}.attachmentBtn{background:none;border:none;color:#888;margin-right:8px;cursor:pointer;display:flex;align-items:center;transition:color .18s;font-size:1.2em}.attachmentBtn:focus,.attachmentBtn:hover{color:#046cf1}.attachmentPreview{display:flex;align-items:center;gap:8px;background:#f5f7fa;border:1px solid #dbeafe;border-radius:8px;padding:6px 12px;margin:6px 0 0 20px;font-size:14px;color:#333;width:fit-content}.removeAttachmentBtn{background:none;border:none;color:#f44336;font-size:1.1em;cursor:pointer;margin-left:2px;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;transition:background .18s}.removeAttachmentBtn:hover{background:#ffeaea}.regenBtnSmall{background:#3b9ff3;color:#fff;border:none;border-radius:50%;width:38px;height:38px;font-size:1.3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:8px;transition:background .2s,transform .13s;box-shadow:0 2px 8px rgba(59,159,243,.07)}.regenBtnSmall:hover{background:#2d8ad9;transform:translateY(-2px) scale(1.04)}.inputContainer{position:relative;width:100%}.emojiPickerContainer{position:absolute;bottom:100%;right:0;margin-bottom:10px;z-index:1000;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.btn.active{background-color:#e8f0fe;color:#3b9ff3}.micBtn{border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid var(--blue);color:var(--blue);cursor:pointer;margin-right:8px;transition:background .2s,color .2s,border .2s,transform .2s;outline:none;font-size:1.2rem}.micBtn:hover{transform:scale(1.05)}.micBtn:active{transform:scale(.95)}.micBtn svg{width:20px;height:20px}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(37,99,235,.4)}70%{box-shadow:0 0 0 10px rgba(37,99,235,0)}to{box-shadow:0 0 0 0 rgba(37,99,235,0)}}.micBtn[aria-label="Stop listening"]{animation:pulse 1.5s infinite}@media (max-width:600px){.micBtn{width:36px;height:36px;padding:6px}.micBtn svg{width:18px;height:18px}}.ChatBox_sidebar__L9Drz{width:290px;background:#fff;padding:28px 18px 18px;display:flex;flex-direction:column;gap:18px;box-shadow:0 4px 32px rgba(37,99,235,.15);border:1.5px solid #b6d4fe;min-height:0;height:70vh;position:fixed;top:10;right:0;left:auto;z-index:2000;overflow-x:hidden}.ChatBox_logoRow__5mDpw{display:flex;align-items:center;gap:12px;margin-bottom:18px;font-size:1.5rem;font-weight:700;color:#2563eb;letter-spacing:2px}.ChatBox_newChatButton__qduhN{background:linear-gradient(90deg,#2563eb 60%,#60a5fa);color:#fff;border:none;padding:13px;border-radius:12px;cursor:pointer;font-size:15px;font-weight:600;transition:background .2s;margin-bottom:10px;box-shadow:0 2px 8px rgba(37,99,235,.15);display:flex;align-items:center;gap:8px;width:90%;max-width:220px;margin-left:auto;margin-right:auto}.ChatBox_newChatButton__qduhN:hover{background:linear-gradient(90deg,#1d4ed8 60%,#2563eb)}.ChatBox_searchForm__9vLDi{display:flex;align-items:center;gap:6px;margin-bottom:12px}.ChatBox_searchInput__wghqT{flex:1;padding:10px 14px;border:1.5px solid #b6d4fe;border-radius:8px;font-size:15px;outline:none;background:#e0f2fe;transition:border .2s}.ChatBox_searchInput__wghqT:focus{border:1.5px solid #2563eb}.ChatBox_sectionHeader__425Iy{font-size:1.08rem;font-weight:600;color:#2563eb;margin:18px 0 8px;letter-spacing:1px}.ChatBox_chatHistory__ngAkW{display:flex;flex-direction:column;gap:10px;overflow-y:auto;flex:1}.ChatBox_chatItem__mo_kg{padding:13px 10px;border-radius:10px;cursor:pointer;transition:background-color .2s,border .2s;display:flex;flex-direction:column;gap:4px;background:#e0f2fe;border:1.5px solid transparent;width:90%;max-width:220px;margin-left:auto;margin-right:auto}.ChatBox_activeChat__6TTqs,.ChatBox_chatItem__mo_kg:hover{background-color:#b6d4fe;border:1.5px solid #2563eb}.ChatBox_activeChat__6TTqs{width:90%;max-width:220px;margin-left:auto;margin-right:auto}.ChatBox_profileRow__yrmW3,.ChatBox_settingsRow__Un_79{display:flex;align-items:center;gap:10px;margin-top:18px;padding:10px 0 0;border-top:1px solid #eaf1fb}.ChatBox_profileAvatar__CU0LC{width:36px;height:36px;border-radius:50%;background:#dbeafe;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#2563eb;font-weight:700}.ChatBox_profileName__hmUql{font-size:1.08rem;font-weight:600;color:#222}.ChatBox_profileNameAI__Yfyl7{margin-top:10px;font-size:1.1rem;font-weight:600;color:#2563eb;text-align:center;letter-spacing:.5px;word-break:break-word}.ChatBox_container__DgeRf{display:flex;flex-direction:column;height:50vh;min-height:0;background:#fff;box-shadow:0 4px 32px rgba(37,99,235,.1);border:1.5px solid #e0f2fe;margin:0;padding:0}.ChatBox_aiMessageArea__WvuvA,.ChatBox_bodycontainer__RiEpo{flex:1;overflow-y:auto;background:transparent;min-height:0;box-sizing:border-box}.ChatBox_inputContainer__WuNOL{width:100%;background:#fff;box-shadow:0 -2px 16px rgba(37,99,235,.07);border-top:1.5px solid #e0f2fe;padding:16px 18px 12px;display:flex;flex-direction:column;align-items:stretch;position:relative;z-index:2;border-radius:0 0 18px 18px}.ChatBox_footer___w4iN{background:none;box-shadow:none;border:none;padding:0;margin:0}.ChatBox_footer___w4iN input{padding:16px;background-color:#f8fbff;color:#222;min-height:48px}.ChatBox_footer___w4iN input:focus{background:#fff}.ChatBox_footer___w4iN .ChatBox_btn__U1CKH{color:#fff;border:none;box-shadow:0 2px 8px rgba(37,99,235,.1)}.ChatBox_regenBtnMain__um2EX{background:#b6d4fe;color:#2563eb;border:none;border-radius:32px;padding:14px 38px;font-size:1.13rem;font-weight:600;cursor:pointer;box-shadow:0 2px 16px rgba(37,99,235,.15);margin-top:0;margin-bottom:0;transition:background .2s,color .2s,transform .13s;outline:none}.ChatBox_regenBtnMain__um2EX:hover{background:#2563eb;color:#fff;transform:translateY(-2px) scale(1.04)}.ChatBox_footer___w4iN{display:flex;gap:10px;align-items:center;padding:18px 24px;background:#e0f2fe;border-radius:16px;box-shadow:0 2px 16px rgba(37,99,235,.15);margin-top:24px;margin-bottom:0;border:1.5px solid #b6d4fe}.ChatBox_footer___w4iN input{flex:1;outline:none;border:1.5px solid #b6d4fe;border-radius:8px;padding:18px;background-color:#fff;color:#000;font-size:18px;line-height:28px;font-weight:500;min-height:56px;box-shadow:0 1px 4px rgba(37,99,235,.07);transition:border .2s}.ChatBox_footer___w4iN input:focus{border:1.5px solid #2563eb}.ChatBox_footer___w4iN .ChatBox_btn__U1CKH{padding:12px;border-radius:12px;background-color:#2563eb;display:flex;justify-content:center;align-items:center;cursor:pointer;width:3.2rem;transition:background .2s}.ChatBox_footer___w4iN .ChatBox_btn__U1CKH:hover{background-color:#1d4ed8}.ChatBox_regenBtnSmall__X2JUi{background:#b6d4fe;color:#2563eb;border:none;border-radius:32px;padding:8px 16px;font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px rgba(37,99,235,.15);transition:background .2s,color .2s}.ChatBox_regenBtnSmall__X2JUi:hover{background:#2563eb;color:#fff}.ChatBox_activeChat__6TTqs,.ChatBox_chatItem__mo_kg,.ChatBox_container__DgeRf,.ChatBox_footer___w4iN,.ChatBox_main__ghMNQ,.ChatBox_sidebar__L9Drz{font-family:Inter,Poppins,Arial,sans-serif}.ChatBox_chatTitle__fFFiv{font-size:14px;font-weight:500}.ChatBox_chatDate__soOI9{font-size:12px;color:#666}.ChatBox_dark__FJJUj .ChatBox_chatDate__soOI9{color:#999}.ChatBox_container__DgeRf .ChatBox_header__7tz4P{background-color:#edf2f7;display:flex;justify-content:space-between;padding:10px;font-family:Roboto,sans-serif;align-items:center}.ChatBox_link__rLtrD{color:#046cf1;cursor:pointer;text-decoration:none;padding:.5rem 1rem;height:100%;border-bottom:3px solid transparent;font-family:Roboto,sans-serif}.ChatBox_link__rLtrD:hover{color:#0d4ad9;cursor:pointer}.ChatBox_light__aoxqX{background:#fff;color:#222}.ChatBox_dark__FJJUj{background:#181818;color:#eee}.ChatBox_loaderMsg__Q6rZ6{margin-top:10px;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;color:#046cf1}.ChatBox_editTitleInput__PYTSZ{font-size:14px;font-weight:500;border:1px solid #3b9ff3;border-radius:6px;padding:6px 8px;outline:none;width:90%;margin-bottom:2px;transition:border .2s}.ChatBox_editTitleInput__PYTSZ:focus{border:2px solid #2d8ad9}.ChatBox_deleteChatButton__xxJzy{background:none;border:none;color:#f44336;font-size:1.1rem;cursor:pointer;margin-left:8px;padding:2px 4px;border-radius:4px;transition:background .2s}.ChatBox_deleteChatButton__xxJzy:hover{background:#ffeaea}.ChatBox_searchButton__CmkJ9{background:#3b9ff3;color:#fff;border:none;border-radius:6px;padding:7px 10px;font-size:1rem;cursor:pointer;transition:background .2s}.ChatBox_searchButton__CmkJ9:hover{background:#2d8ad9}.ChatBox_clearSearchButton__a_2g5{background:#f44336;color:#fff;border:none;border-radius:6px;padding:7px 10px;font-size:1rem;cursor:pointer;margin-left:2px;transition:background .2s}.ChatBox_clearSearchButton__a_2g5:hover{background:#d32f2f}.ChatBox_noChatsFound__Ntv8b{color:#888;text-align:center;margin-top:20px;font-size:15px}.ChatBox_chatIndex__Ctdpf{font-size:13px;font-weight:600;color:#3b9ff3;margin-right:8px;min-width:18px;text-align:right}.ChatBox_activeChat__6TTqs .ChatBox_chatIndex__Ctdpf{color:#fff;background:#3b9ff3;border-radius:4px;padding:2px 6px}.ChatBox_moreMenuBtn__VjLh9{background:none;border:none;color:#888;cursor:pointer;padding:4px 6px;border-radius:6px;transition:background .18s;margin-left:6px;display:flex;align-items:center}.ChatBox_moreMenuBtn__VjLh9:focus,.ChatBox_moreMenuBtn__VjLh9:hover{background:#f5f7fa;color:#046cf1}.ChatBox_menuPopover__Nmusk{position:absolute;top:28px;right:0;min-width:140px;background:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.13);padding:8px 0;z-index:10;display:flex;flex-direction:column;gap:2px;animation:ChatBox_fadeInMenu__DUkCG .18s}@keyframes ChatBox_fadeInMenu__DUkCG{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ChatBox_menuItem__u_KRp{background:none;border:none;color:#222;font-size:15px;font-weight:500;padding:8px 18px;text-align:left;display:flex;align-items:center;gap:10px;cursor:pointer;border-radius:8px;transition:background .15s,color .15s}.ChatBox_menuItem__u_KRp:focus,.ChatBox_menuItem__u_KRp:hover{background:#f5f7fa;color:#046cf1}.ChatBox_menuItemDelete__CJ86d{background:none;border:none;color:#f44336;font-size:15px;font-weight:500;padding:8px 18px;text-align:left;display:flex;align-items:center;gap:10px;cursor:pointer;border-radius:8px;transition:background .15s,color .15s}.ChatBox_menuItemDelete__CJ86d:focus,.ChatBox_menuItemDelete__CJ86d:hover{background:#ffeaea;color:#d32f2f}.ChatBox_sidebarCollapsed__tRrIh{width:48px;background-color:hsla(0,0%,100%,.1);border-radius:10px;padding:20px 0;display:flex;flex-direction:column;align-items:flex-end;box-shadow:0 5px 15px rgba(0,0,0,.35);transition:width .2s;min-width:48px;max-width:48px;gap:0}.ChatBox_collapseBtn__qfTLP{background:#dbeafe;border:1.5px solid #2563eb;color:#2563eb;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;margin-left:auto;margin-right:auto;cursor:pointer;transition:background .18s,border .18s;font-size:1.2em;outline:none;box-shadow:0 1px 4px rgba(59,159,243,.07)}.ChatBox_collapseBtn__qfTLP:focus,.ChatBox_collapseBtn__qfTLP:hover{background:#b6d4fe;color:#0d4ad9;border:2px solid #2563eb}.ChatBox_loadcontainer__iRJss{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:#fff;z-index:2000}.ChatBox_collapsedIconBox__4qhwM{display:flex;align-items:center;justify-content:center;flex:1;height:100%}.ChatBox_collapseBtnFloating__cm0q2{position:fixed;top:90px;left:auto;right:25px;z-index:3000;background:#f5f0ff;border:2px solid #2563eb;color:#2563eb;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(147,112,219,.13);cursor:pointer;transition:background .18s,border .18s,color .18s}.ChatBox_collapseBtnFloating__cm0q2:hover{background:#b6d4fe;border:2px solid #0d4ad9;color:#fff}.ChatBox_collapseBtnFloating__cm0q2:hover svg{color:#0d4ad9;stroke:#0d4ad9}.ChatBox_initialInputContainer__gTbGY{min-height:calc(100vh - 80px);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:1}.ChatBox_initialInputBox__hk6Wd{background:hsla(0,0%,100%,.95);box-shadow:0 4px 32px rgba(59,159,243,.1);border-radius:18px;padding:48px 32px 36px;display:flex;flex-direction:column;align-items:center;min-width:320px;max-width:90vw}.ChatBox_initialPrompt__DvgXj{font-size:2rem;font-weight:700;margin-bottom:28px;color:#2563eb;text-align:center}.ChatBox_initialSubtitle__C2aeC{font-size:1.08rem;color:#60a5fa;margin-bottom:28px;margin-top:-10px;text-align:center;line-height:1.5;max-width:420px}.ChatBox_initialInput__j4FGm{flex:1;outline:none;border:1.5px solid #b6d4fe;border-radius:12px;padding:16px 20px;background-color:#fff;color:#2563eb;font-size:16px;line-height:24px;font-weight:500;min-height:56px;box-shadow:0 1px 4px #60a5fa;transition:border .2s,box-shadow .2s}.ChatBox_initialInput__j4FGm:focus{border:1.5px solid #2563eb;box-shadow:0 2px 8px #60a5fa}.ChatBox_initialSendBtn__iGl4J{background:linear-gradient(90deg,#2563eb 60%,#60a5fa);color:#fff;border:none;border-radius:12px;padding:16px 24px;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 2px 8px rgba(147,112,219,.15);transition:background .2s,transform .2s}.ChatBox_initialSendBtn__iGl4J:hover{background:linear-gradient(90deg,#1d4ed8 60%,#2563eb);transform:translateY(-2px)}.ChatBox_initialHeadline__LiMRF{font-family:Poppins,Montserrat,Arial,sans-serif;font-size:2.6rem;font-weight:800;text-align:center;line-height:1.13;margin-bottom:18px;margin-top:0;letter-spacing:-1px;background:linear-gradient(90deg,#3b9ff3 10%,#00c9a7 40%,#ffb300 70%,#ff5e62);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media (max-width:600px){.ChatBox_initialHeadline__LiMRF{font-size:1.5rem;line-height:1.18}}.ChatBox_initialSubtext__5o_08{font-family:Roboto,Open Sans,Arial,sans-serif;font-size:1.18rem;color:#444;text-align:center;line-height:1.5;margin-bottom:32px;margin-top:0;font-weight:400}.ChatBox_initialSubtext__5o_08 b{font-weight:700;color:#3b9ff3;background:linear-gradient(90deg,#3b9ff3 10%,#00c9a7 90%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.ChatBox_regenBtn__6Gy90{background:#3b9ff3;color:#fff;border:none;border-radius:8px;padding:10px 22px;font-size:1rem;font-weight:600;cursor:pointer;margin-bottom:18px;margin-top:8px;box-shadow:0 2px 8px rgba(59,159,243,.07);transition:background .18s,transform .13s}.ChatBox_regenBtn__6Gy90:hover{background:#2d8ad9;transform:translateY(-2px) scale(1.04)}.ChatBox_inputContainer__WuNOL{margin-top:10px}.ChatBox_aiSidebar__AG9MJ{position:fixed;top:0;right:0;width:320px;height:100%;background:rgba(224,242,254,.7);box-shadow:0 8px 32px 0 rgba(37,99,235,.18);backdrop-filter:blur(16px);border-radius:32px 0 0 32px;border:1.5px solid #b6d4fe;display:flex;flex-direction:column;align-items:center;z-index:3000;overflow:hidden}.ChatBox_accentBar__8QwOK{position:absolute;top:0;right:0;width:6px;height:100%;background:linear-gradient(180deg,#60a5fa,#2563eb);border-radius:8px 0 0 8px;z-index:2}.ChatBox_profileSection___37qU{margin-top:32px;margin-bottom:24px;display:flex;flex-direction:column;align-items:center}.ChatBox_profileAvatarGlow__dtU9s{background:radial-gradient(circle,#60a5fa 0,#fff 70%);padding:6px;box-shadow:0 0 16px 4px #60a5fa}.ChatBox_profileAvatarAI__GTBS4,.ChatBox_profileAvatarGlow__dtU9s{border-radius:50%;display:flex;align-items:center;justify-content:center}.ChatBox_profileAvatarAI__GTBS4{width:56px;height:56px;background:#2563eb;color:#fff;font-size:2rem;font-weight:700;box-shadow:0 2px 8px #60a5fa}.ChatBox_iconActions__a_RkQ{display:flex;gap:18px;margin-bottom:24px}.ChatBox_iconBtn__tf8qo{background:rgba(224,242,254,.7);border:1.5px solid #60a5fa;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#2563eb;font-size:1.2rem;cursor:pointer;transition:background .18s,border .18s,color .18s;box-shadow:0 2px 8px #60a5fa}.ChatBox_iconBtn__tf8qo:hover{background:#60a5fa;color:#fff;border:1.5px solid #2563eb}.ChatBox_searchBarContainer__GZM14{width:90%;display:flex;align-items:center;margin-bottom:18px;position:relative}.ChatBox_searchBar__jZ7FL{width:100%;padding:12px 18px;border-radius:24px;border:1.5px solid #b6d4fe;background:hsla(0,0%,100%,.7);color:#2563eb;font-size:1rem;outline:none;box-shadow:0 1px 4px #60a5fa;transition:border .2s}.ChatBox_searchBar__jZ7FL:focus{border:1.5px solid #2563eb}.ChatBox_clearSearchBtn__XWvoW{position:absolute;right:10px;background:none;border:none;color:#2563eb;font-size:1.1rem;cursor:pointer;padding:0 4px}.ChatBox_conversationList__FWJq6{flex:1;width:100%;overflow-y:auto;padding:0 18px 18px;display:flex;flex-direction:column;gap:12px}.ChatBox_conversationCard__lK0q8{display:flex;align-items:center;gap:12px;background:rgba(224,242,254,.8);border-radius:18px;padding:12px 16px;cursor:pointer;border:1.5px solid transparent;box-shadow:0 2px 8px #60a5fa;transition:background .18s,border .18s}.ChatBox_conversationCard__lK0q8:hover{background:#b6d4fe;border:1.5px solid #60a5fa}.ChatBox_activeConversation__z9Lo7{background:linear-gradient(90deg,#60a5fa 60%,#2563eb);color:#fff;border:1.5px solid #2563eb}.ChatBox_conversationIcon__Grm3u{color:#2563eb;background:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:0 1px 4px #60a5fa}.ChatBox_activeConversation__z9Lo7 .ChatBox_conversationIcon__Grm3u{color:#fff;background:#2563eb}.ChatBox_conversationTitle__KjgT4{font-size:1rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ChatBox_profileAvatarGlowAnimated___b381{background:radial-gradient(circle,#60a5fa 0,#fff 70%);border-radius:50%;padding:10px;box-shadow:0 0 24px 8px #60a5fa;display:flex;align-items:center;justify-content:center;animation:ChatBox_avatarGlowPulse__LqB7C 2.5s infinite alternate}@keyframes ChatBox_avatarGlowPulse__LqB7C{0%{box-shadow:0 0 24px 8px #60a5fa,0 0 0 0 #fff0}to{box-shadow:0 0 36px 16px #60a5fa,0 0 0 8px #60a5fa30}}.ChatBox_profileAvatarAIAnimated__DiseK{width:68px;height:68px;border-radius:50%;background:linear-gradient(135deg,#2563eb 60%,#60a5fa);color:#fff;font-size:2.3rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #60a5fa;border:3px solid #fff}.ChatBox_profileStatusChip__99B54{margin-top:10px;display:inline-flex;align-items:center;gap:7px;background:linear-gradient(90deg,#60a5fa,#2563eb);color:#fff;font-size:.95rem;font-weight:500;border-radius:12px;padding:3px 14px 3px 8px;box-shadow:0 1px 4px #60a5fa;letter-spacing:.2px}.ChatBox_statusDot__2uRU4{width:9px;height:9px;border-radius:50%;background:#00e676;box-shadow:0 0 6px 2px #00e67655;display:inline-block}.ChatBox_profileDivider__QcjWP{margin:18px 0 0;width:80%;height:1.5px;background:linear-gradient(90deg,#e0f2fe,#60a5fa);border-radius:1px;opacity:.7}.ChatBox_aiChatContainer__4fQJE{position:relative;margin:40px auto 0;max-width:700px;min-height:600px;background:hsla(0,0%,100%,.55);border-radius:32px;box-shadow:0 8px 32px 0 rgba(80,0,180,.13);backdrop-filter:blur(18px);border:2.5px solid transparent;overflow:hidden;display:flex;flex-direction:column;z-index:10}.ChatBox_animatedBorder__ggNGz{pointer-events:none;position:absolute;inset:0;border-radius:32px;z-index:1;border:3px solid;border-image:linear-gradient(120deg,#60a5fa,#2563eb,#60a5fa,#fff) 1;animation:ChatBox_borderAnim__BbXUU 4s linear infinite}@keyframes ChatBox_borderAnim__BbXUU{0%{border-image-source:linear-gradient(120deg,#60a5fa,#2563eb,#60a5fa,#fff)}to{border-image-source:linear-gradient(420deg,#60a5fa,#2563eb,#60a5fa,#fff)}}.ChatBox_aiChatHeader__vBVjA{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:24px 32px 12px;border-bottom:1.5px solid #e6d7ff;background:rgba(245,240,255,.45)}.ChatBox_aiAvatar__GtqOA{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#9370db 60%,#b19cd9);box-shadow:0 2px 12px #b19cd9aa;display:flex;align-items:center;justify-content:center;animation:ChatBox_avatarPulse__1lwkL 2.5s infinite alternate}@keyframes ChatBox_avatarPulse__1lwkL{0%{box-shadow:0 2px 12px #b19cd9aa,0 0 0 0 #fff0}to{box-shadow:0 2px 24px #b19cd9cc,0 0 0 8px #b19cd930}}.ChatBox_aiChatTitle__TR03q{flex:1;text-align:center;font-size:1.35rem;font-weight:700;color:#2563eb;letter-spacing:.5px;margin-left:-48px}.ChatBox_aiChatActions__TjrMm{display:flex;gap:10px}.ChatBox_actionBtn__S8IBQ{background:rgba(224,242,254,.7);border:1.5px solid #60a5fa;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:#2563eb;font-size:1.1rem;cursor:pointer;transition:background .18s,border .18s,color .18s;box-shadow:0 2px 8px #60a5fa}.ChatBox_actionBtn__S8IBQ:hover{background:#60a5fa;color:#fff;border:1.5px solid #2563eb}.ChatBox_aiMessageBubble__a6q2h{align-self:flex-start;background:linear-gradient(90deg,#b6d4fe 60%,#60a5fa);color:#222;border-radius:24px 24px 24px 6px}.ChatBox_aiMessageBubble__a6q2h,.ChatBox_userMessageBubble__Xe2la{padding:14px 22px;font-size:1.08rem;font-weight:500;box-shadow:0 2px 8px #60a5fa;max-width:70%;word-break:break-word;position:relative}.ChatBox_userMessageBubble__Xe2la{align-self:flex-end;background:linear-gradient(90deg,#60a5fa 60%,#2563eb);color:#fff;border-radius:24px 24px 6px 24px}.ChatBox_aiTypingIndicator__H2W_M{display:flex;align-items:center;gap:5px;margin-top:8px;margin-left:8px}.ChatBox_aiTypingIndicator__H2W_M span{display:inline-block;width:8px;height:8px;background:#60a5fa;border-radius:50%;animation:ChatBox_typingBlink__wOQBW 1.2s infinite both}.ChatBox_aiTypingIndicator__H2W_M span:nth-child(2){animation-delay:.2s}.ChatBox_aiTypingIndicator__H2W_M span:nth-child(3){animation-delay:.4s}@keyframes ChatBox_typingBlink__wOQBW{0%,80%,to{opacity:.3}40%{opacity:1}}.ChatBox_aiEmptyState__30j8t{text-align:center;color:#60a5fa;font-size:1.1rem;margin-top:40px;opacity:.7}.ChatBox_scrollToBottomBtn__vWE5H{position:absolute;right:32px;bottom:90px;background:linear-gradient(135deg,#2563eb 60%,#60a5fa);color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 2px 8px #60a5fa;cursor:pointer;z-index:10;transition:background .18s,color .18s}.ChatBox_scrollToBottomBtn__vWE5H:hover{background:#2563eb;color:#fff}.ChatBox_sidebarModern__tA0M0{position:fixed;top:10;left:0;width:370px;height:77vh;background:#fffdf6;backdrop-filter:blur(12px);box-shadow:0 8px 32px 0 rgba(37,99,235,.1);border:1.5px solid #e0f2fe;display:flex;flex-direction:column;align-items:center;padding:32px 18px 18px;z-index:2000;transition:box-shadow .2s,left .3s}.ChatBox_sidebarCollapseBtn__WSgKj{position:fixed;top:104px;left:24px;z-index:3000;background:#f5f0ff;border:2px solid #2563eb;color:#2563eb;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(147,112,219,.13);cursor:pointer;transition:background .18s,border .18s,color .18s}.ChatBox_sidebarCollapseBtn__WSgKj:hover{background:#b6d4fe;border:2px solid #0d4ad9;color:#fff}.ChatBox_sidebarAvatarBox__z22y8{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.ChatBox_sidebarAvatar__LJtqd{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#2563eb 60%,#60a5fa);display:flex;align-items:center;justify-content:center;font-size:2.2rem;color:#fff;margin-bottom:12px;box-shadow:0 2px 12px #60a5fa55}.ChatBox_sidebarUserName__pJHcS{font-size:1.15rem;font-weight:700;color:#2563eb;margin-bottom:8px;text-align:center}.ChatBox_sidebarActions__vJQeR{display:flex;gap:12px;margin-bottom:18px;justify-content:center;width:100%}.ChatBox_sidebarActionBtn__DEPuM{background:#f8fbff;border:1.5px solid #b6d4fe;border-radius:10px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:#2563eb;font-size:1.2rem;cursor:pointer;transition:background .18s,border .18s,color .18s;box-shadow:0 1px 4px #60a5fa22}.ChatBox_sidebarActionBtn__DEPuM:hover{background:#e0f2fe;color:#1d4ed8;border:1.5px solid #2563eb}.ChatBox_sidebarSearchBox__w1xky{width:100%;display:flex;align-items:center;background:#f8fbff;border-radius:8px;border:1.5px solid #b6d4fe;margin-bottom:18px;padding:0 8px}.ChatBox_sidebarSearchIcon__35chw{color:#b6d4fe;font-size:1.1rem;margin-right:4px}.ChatBox_sidebarSearchInput__jR5mG{flex:1;border:none;outline:none;background:transparent;font-size:15px;padding:10px 0;color:#2563eb}.ChatBox_sidebarClearSearchBtn__Fv7ip{background:none;border:none;color:#888;font-size:1.1rem;cursor:pointer;padding:0 4px}.ChatBox_sidebarChatList__LyrKl{flex:1;width:100%;overflow-y:auto;margin-bottom:18px;padding-right:10px;display:flex;flex-direction:column;gap:8px;&::-webkit-scrollbar{width:4px;margin-left:10px}&::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px}&::-webkit-scrollbar-thumb{background:#5e5d5d;border-radius:10px}}.ChatBox_sidebarNoChats__HroJH{color:#888;text-align:center;margin-top:20px;font-size:15px}.ChatBox_sidebarChatItem__0MiHS{display:flex;align-items:center;gap:10px;background:#f3f8ff;color:#2563eb;border-radius:10px;padding:12px 10px;cursor:pointer;transition:background .18s,color .18s;border:1.5px solid transparent}.ChatBox_sidebarChatItemActive__IcgnA,.ChatBox_sidebarChatItem__0MiHS:hover{background:#e0f2fe;color:#1d4ed8;border:1.5px solid #2563eb}.ChatBox_sidebarChatIcon__OFLE2{font-size:1.1rem;color:#2563eb;background:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #60a5fa}.ChatBox_sidebarChatTitle__oTgAF{font-size:1rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ChatBox_sidebarFooter__iHUei{width:100%;padding-top:18px;border-top:1px solid #eaf1fb;display:flex;justify-content:flex-end;align-items:center}.ChatBox_sidebarFooterBtn__97KUd{background:#f8fbff;border:1.5px solid #b6d4fe;border-radius:10px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:#f44336;font-size:1.2rem;cursor:pointer;transition:background .18s,border .18s,color .18s}.ChatBox_sidebarFooterBtn__97KUd:hover{background:#ffeaea;color:#d32f2f;border:1.5px solid #f44336}@media (max-width:900px){.ChatBox_sidebarModern__tA0M0{left:-270px;transition:left .3s}.ChatBox_sidebarModern__tA0M0.ChatBox_open__RP06Z{left:0}.ChatBox_sidebarCollapseBtn__WSgKj{left:12px;top:12px}}@media (max-width:600px){.ChatBox_container__DgeRf,.ChatBox_main__ghMNQ,.ChatBox_sidebarModern__tA0M0{width:100%!important;min-width:0!important;max-width:100vw!important;left:0!important;right:0!important;margin:0!important;overflow-y:auto}.ChatBox_sidebarCollapseBtn__WSgKj{left:18px;top:58px}.ChatBox_container__DgeRf{padding:12px 4px 8px;min-height:0;height:50vh;overflow-y:auto}.ChatBox_inputContainer__WuNOL{border-radius:0 0 0 0;padding:10px 6px 8px}.ChatBox_footer___w4iN input{font-size:16px;min-height:40px;padding:10px}}@media (min-width:1200px){.ChatBox_main__ghMNQ{min-height:77vh;height:77vh;max-width:1200px;margin:0 auto;box-shadow:0 8px 32px 0 rgba(37,99,235,.1)}.ChatBox_layout__GkNGI{max-width:1200px;margin:0 auto;height:57vh;overflow-y:auto}.ChatBox_sidebarModern__tA0M0{width:320px;height:77vh;left:0;top:10;padding:32px 18px 18px}.ChatBox_container__DgeRf{min-height:0;height:50vh;box-shadow:none;overflow-y:auto}}@media (max-width:600px){.ChatBox_aiMessageBubble__a6q2h,.ChatBox_userMessageBubble__Xe2la{max-width:90vw;font-size:.98rem;padding:10px}.ChatBox_footer___w4iN input{font-size:16px;min-height:40px;padding:10px}.ChatBox_aiMessageArea__WvuvA,.ChatBox_container__DgeRf,.ChatBox_sidebarChatList__LyrKl{scrollbar-width:thin;scrollbar-color:#b6d4fe #f8fbff}}@media (max-width:600px){.ChatBox_aiMessageArea__WvuvA::-webkit-scrollbar,.ChatBox_container__DgeRf::-webkit-scrollbar,.ChatBox_sidebarChatList__LyrKl::-webkit-scrollbar{width:3px;background:#f8fbff}.ChatBox_aiMessageArea__WvuvA::-webkit-scrollbar-thumb,.ChatBox_container__DgeRf::-webkit-scrollbar-thumb,.ChatBox_sidebarChatList__LyrKl::-webkit-scrollbar-thumb{background:#b6d4fe;border-radius:6px}}