.page-module__wUh8HW__curieLayout{min-height:100vh;font-family:var(--font-poppins,"Poppins", sans-serif);background:#fafaff;display:flex;position:relative;overflow-x:hidden}.page-module__wUh8HW__sidebar{z-index:100;background:#fff;border-right:1px solid #ece7f5;flex-direction:column;width:260px;height:100dvh;padding:30px 20px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.page-module__wUh8HW__sidebarLogo{margin-bottom:35px;padding-left:10px}.page-module__wUh8HW__sidebarNav{flex-direction:column;gap:8px;display:flex}.page-module__wUh8HW__navLink{color:#7b7b9d;border-radius:12px;align-items:center;gap:16px;padding:12px 18px;font-size:.92rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.page-module__wUh8HW__navLink:hover{color:var(--primary,#4a2dc4);background:#4a2dc40a}.page-module__wUh8HW__activeNavLink{color:var(--primary,#4a2dc4)!important;background:#4a2dc40a!important;font-weight:600!important}.page-module__wUh8HW__navIcon{justify-content:center;align-items:center;display:flex}.page-module__wUh8HW__badge{color:#fff;text-align:center;background:#ff8c42;border-radius:8px;min-width:18px;padding:2px 7px;font-size:.65rem;font-weight:700;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.page-module__wUh8HW__sidebarFooter{border-top:1.5px solid #f0ecfc;flex-direction:column;gap:16px;margin-top:auto;padding-top:24px;display:flex}.page-module__wUh8HW__userBadge{cursor:pointer;background:#faf9ff;border:1px solid #f0ecfc;border-radius:14px;align-items:center;gap:12px;padding:8px 12px;transition:all .2s;display:flex}.page-module__wUh8HW__userBadge:hover{border-color:var(--primary-lighter,#b8a9e8)}.page-module__wUh8HW__userAvatarWrapper{border-radius:50%;width:34px;height:34px;overflow:hidden}.page-module__wUh8HW__userAvatar{object-fit:cover}.page-module__wUh8HW__userBadgeText{flex-direction:column;flex:1;display:flex}.page-module__wUh8HW__userNameBadge{color:var(--text-dark,#1a1a2e);font-size:.84rem;font-weight:700}.page-module__wUh8HW__userTitleBadge{color:#7b7b9d;font-size:.7rem}.page-module__wUh8HW__userArrow{color:#7b7b9d}.page-module__wUh8HW__signOutLink{color:#7b7b9d;border-radius:12px;align-items:center;gap:12px;padding:12px 18px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.page-module__wUh8HW__signOutLink:hover{color:#ff5a5f;background:#ff5a5f0d}.page-module__wUh8HW__signOutIcon{color:inherit}.page-module__wUh8HW__mainContent{flex:1;width:calc(100% - 260px);height:100dvh;margin-left:260px;padding:24px;display:flex;overflow:hidden}.page-module__wUh8HW__curieWorkspaceCard{background:#fff;border:1.5px solid #f0ecfc;border-radius:24px;width:100%;height:calc(100dvh - 48px);display:flex;overflow:hidden;box-shadow:0 4px 24px #3b1d8f05}.page-module__wUh8HW__chatListPanel{background:#fff;border-right:1.5px solid #f0ecfc;flex-direction:column;flex-shrink:0;width:350px;display:flex}.page-module__wUh8HW__chatListPanelWide{border-right:none;width:100%}.page-module__wUh8HW__panelHeader{flex-direction:column;padding:24px 20px 16px;display:flex;position:relative}.page-module__wUh8HW__curieTitleRow{align-items:center;gap:10px;display:flex}.page-module__wUh8HW__panelTitle{color:var(--primary-deep,#2d1b69);margin:0;font-size:1.5rem;font-weight:800}.page-module__wUh8HW__aiBadge{color:var(--primary,#4a2dc4);background:#4a2dc414;border-radius:6px;padding:2px 8px;font-size:.65rem;font-weight:700}.page-module__wUh8HW__panelSubtitle{color:#7b7b9d;margin:4px 0 0;font-size:.8rem}.page-module__wUh8HW__newChatBtn{background:var(--primary-deep,#2d1b69);color:#fff;cursor:pointer;font-size:.8rem;font-weight:700;font-family:var(--font-poppins,"Poppins", sans-serif);border:none;border-radius:10px;align-items:center;padding:8px 16px;transition:all .2s;display:flex;position:absolute;top:24px;right:20px}.page-module__wUh8HW__newChatBtn:hover{background:var(--primary,#4a2dc4);box-shadow:0 4px 12px #4a2dc426}.page-module__wUh8HW__listTabs{border-bottom:1.5px solid #f0ecfc;gap:20px;padding:0 20px;display:flex}.page-module__wUh8HW__listTabBtn{font-family:var(--font-poppins,"Poppins", sans-serif);color:#7b7b9d;cursor:pointer;background:0 0;border:none;padding-bottom:12px;font-size:.82rem;font-weight:700;transition:color .2s;position:relative}.page-module__wUh8HW__listTabBtn:hover{color:var(--primary,#4a2dc4)}.page-module__wUh8HW__activeListTab{color:var(--primary,#4a2dc4)!important}.page-module__wUh8HW__activeListTab:after{content:"";background:var(--primary,#4a2dc4);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:-1.5px;left:0;right:0}.page-module__wUh8HW__searchRow{padding:16px 20px}.page-module__wUh8HW__searchInputWrapper{background:#faf9ff;border:1.5px solid #f0ecfc;border-radius:12px;align-items:center;height:44px;padding:0 12px;display:flex;position:relative}.page-module__wUh8HW__searchIcon{flex-shrink:0}.page-module__wUh8HW__searchInput{color:var(--text-dark,#1a1a2e);font-size:.84rem;font-family:var(--font-poppins,"Poppins", sans-serif);background:0 0;border:none;outline:none;flex:1;padding:0 10px}.page-module__wUh8HW__filterAdjustBtn{color:var(--primary,#4a2dc4);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.page-module__wUh8HW__chatStack{flex-direction:column;flex:1;gap:8px;padding:0 12px 16px;display:flex;overflow-y:auto}.page-module__wUh8HW__chatListItem{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:16px;align-items:center;gap:12px;padding:14px 16px;transition:all .2s;display:flex;position:relative}.page-module__wUh8HW__chatListItem:hover{background:#faf9ff}.page-module__wUh8HW__activeListItem{background:#faf9ff!important;border-color:#ece7f5!important}.page-module__wUh8HW__activeListItem:before{content:"";background:var(--primary,#4a2dc4);border-radius:0 4px 4px 0;width:3.5px;position:absolute;top:14px;bottom:14px;left:0}.page-module__wUh8HW__listItemIconBox{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.page-module__wUh8HW__science{color:var(--primary,#4a2dc4);background:#8b6ae01a}.page-module__wUh8HW__math{color:#0e9280;background:#6ecec01f}.page-module__wUh8HW__history{color:#c25b08;background:#ffb88c26}.page-module__wUh8HW__geometry{color:#2f72b2;background:#4a90e21f}.page-module__wUh8HW__writing{color:#ff8c42;background:#ffb88c1a}.page-module__wUh8HW__quiz{color:#d12f34;background:#ff5a5f14}.page-module__wUh8HW__listItemTexts{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.page-module__wUh8HW__listItemTitleRow{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.page-module__wUh8HW__listItemTitle{color:var(--text-dark,#1a1a2e);white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;font-weight:700;overflow:hidden}.page-module__wUh8HW__listItemTime{color:#9d9dba;flex-shrink:0;font-size:.72rem}.page-module__wUh8HW__listItemSub{color:#7b7b9d;white-space:nowrap;text-overflow:ellipsis;font-size:.76rem;overflow:hidden}.page-module__wUh8HW__listItemActions{align-items:center;gap:2px;display:flex}.page-module__wUh8HW__favBtn,.page-module__wUh8HW__dotsBtn{color:#a5a5c7;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.page-module__wUh8HW__favBtn:hover{color:#ff8c42}.page-module__wUh8HW__dotsBtn:hover{color:var(--primary,#4a2dc4);background:#fff}.page-module__wUh8HW__noChats{text-align:center;color:#7b7b9d;padding:30px 10px;font-size:.8rem}.page-module__wUh8HW__panelFooterPagination{border-top:1.5px solid #f0ecfc;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.page-module__wUh8HW__paginationText{color:#7b7b9d;font-size:.75rem}.page-module__wUh8HW__paginationBtns{gap:4px;display:flex}.page-module__wUh8HW__pageBtn{width:28px;height:28px;color:var(--text-dark,#1a1a2e);cursor:pointer;font-size:.76rem;font-weight:600;font-family:var(--font-poppins,"Poppins", sans-serif);background:#fff;border:1px solid #e5e0f2;border-radius:6px;justify-content:center;align-items:center;display:flex}.page-module__wUh8HW__pageBtn:hover:not(:disabled){border-color:var(--primary-lighter,#b8a9e8);background:#faf9ff}.page-module__wUh8HW__pageBtn:disabled{opacity:.4;cursor:not-allowed}.page-module__wUh8HW__activePageBtn{background:var(--primary-deep,#2d1b69)!important;color:#fff!important;border-color:var(--primary-deep,#2d1b69)!important}.page-module__wUh8HW__conversationPanel{background:#fafaff;flex-direction:column;flex:1;display:flex;position:relative}.page-module__wUh8HW__conversationHeader{background:#fff;border-bottom:1.5px solid #f0ecfc;flex-shrink:0;justify-content:space-between;align-items:center;height:72px;padding:0 24px;display:flex}.page-module__wUh8HW__botProfile{align-items:center;gap:12px;display:flex}.page-module__wUh8HW__botIconWrapper{width:40px;height:40px;color:var(--primary,#4a2dc4);background:#4a2dc414;border-radius:10px;justify-content:center;align-items:center;display:flex}.page-module__wUh8HW__botIconImage{object-fit:contain}.page-module__wUh8HW__botProfileTexts{flex-direction:column;align-items:flex-start;display:flex}.page-module__wUh8HW__botName{color:var(--primary-deep,#2d1b69);font-size:.94rem;font-weight:800}.page-module__wUh8HW__botBadge{color:var(--primary,#4a2dc4);background:#4a2dc40f;border-radius:4px;padding:1px 6px;font-size:.6rem;font-weight:700}.page-module__wUh8HW__botStatus{color:#0e9280;align-items:center;gap:5px;margin-top:1px;font-size:.72rem;font-weight:600;display:flex}.page-module__wUh8HW__onlineDot{background:#6ecec0;border-radius:50%;width:6px;height:6px;display:inline-block}.page-module__wUh8HW__conversationHeaderActions{gap:8px;display:flex}.page-module__wUh8HW__headerBtn{color:#7b7b9d;cursor:pointer;background:#fff;border:1.5px solid #f0ecfc;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.page-module__wUh8HW__headerBtn:hover{border-color:var(--primary-lighter,#b8a9e8);color:var(--primary,#4a2dc4);background:#faf9ff}.page-module__wUh8HW__chatScrollArea{flex-direction:column;flex:1;gap:20px;padding:24px;display:flex;overflow-y:auto}.page-module__wUh8HW__dateMarker{text-align:center;color:#9d9dba;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.72rem;font-weight:600}.page-module__wUh8HW__messageRow,.page-module__wUh8HW__messageWrapper{align-items:flex-start;gap:12px;max-width:80%;display:flex}.page-module__wUh8HW__msgLeft{align-self:flex-start}.page-module__wUh8HW__msgRight,.page-module__wUh8HW__userRow{flex-direction:row-reverse;align-self:flex-end}.page-module__wUh8HW__botRow{align-self:flex-start}.page-module__wUh8HW__messageBotIcon{width:32px;height:32px;color:var(--primary,#4a2dc4);background:#4a2dc414;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.page-module__wUh8HW__messageBotIconImage{object-fit:contain}.page-module__wUh8HW__messageBubbleWrapper{flex-direction:column;gap:4px;display:flex;position:relative}.page-module__wUh8HW__bubble{border-radius:16px;padding:12px 18px;font-size:.86rem;line-height:1.5;position:relative}.page-module__wUh8HW__userBubble{color:var(--primary-deep,#2d1b69);background:#4a2dc412;border-top-right-radius:2px;font-weight:500}.page-module__wUh8HW__botBubble{color:var(--text-dark,#1a1a2e);background:#fff;border:1.5px solid #f0ecfc;border-top-left-radius:2px}.page-module__wUh8HW__typingBubble{align-items:center;gap:5px;min-width:70px;display:flex;padding:14px 18px!important}.page-module__wUh8HW__typingBubble span{background:#b8a9e8;border-radius:50%;width:7px;height:7px;animation:1s ease-in-out infinite page-module__wUh8HW__typingPulse}.page-module__wUh8HW__typingBubble span:nth-child(2){animation-delay:.15s}.page-module__wUh8HW__typingBubble span:nth-child(3){animation-delay:.3s}@keyframes page-module__wUh8HW__typingPulse{0%,80%,to{opacity:.45;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.page-module__wUh8HW__imageBubble,.page-module__wUh8HW__videoBubble{max-width:440px;padding:16px!important}.page-module__wUh8HW__bubbleImageWrapper,.page-module__wUh8HW__bubbleVideoWrapper{background:#fafaff;border:1px solid #f0ecfc;border-radius:12px;display:flex;position:relative;overflow:hidden}.page-module__wUh8HW__chatDiagram,.page-module__wUh8HW__chatVideoFrame{object-fit:cover;width:100%;height:auto}.page-module__wUh8HW__playButtonOverlay{cursor:pointer;background:#4a2dc4d9;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px #00000040}.page-module__wUh8HW__playButtonOverlay:hover{transform:translate(-50%,-50%)scale(1.1)}.page-module__wUh8HW__videoDurationBadge{color:#fff;background:#000000b3;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:700;position:absolute;bottom:10px;right:10px}.page-module__wUh8HW__voiceBubble{align-items:center;gap:12px;min-width:280px;display:flex;padding:10px 16px!important}.page-module__wUh8HW__audioPlayBtn{background:var(--primary,#4a2dc4);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.page-module__wUh8HW__audioWaveform{flex:1;align-items:center;display:flex}.page-module__wUh8HW__audioDuration{color:var(--primary-light,#7c6bd4);font-size:.72rem;font-weight:600}.page-module__wUh8HW__messageMeta{justify-content:flex-end;align-items:center;gap:4px;margin-top:2px;padding:0 4px;display:flex}.page-module__wUh8HW__metaTime{color:#9d9dba;font-size:.7rem;font-weight:500}.page-module__wUh8HW__checkmarkIcon{margin-top:-1px}.page-module__wUh8HW__botBubbleActions{gap:4px;margin-top:4px;padding-left:4px;display:flex}.page-module__wUh8HW__bubbleActionBtn{color:#a5a5c7;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.page-module__wUh8HW__bubbleActionBtn:hover{color:var(--primary,#4a2dc4);background:#fff;border:1px solid #f0ecfc}.page-module__wUh8HW__emptyConversation{color:#7b7b9d;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100%;padding:40px;display:flex}.page-module__wUh8HW__emptyRobot{font-size:3rem}.page-module__wUh8HW__conversationInputArea{background:#fff;border-top:1.5px solid #f0ecfc;flex-direction:column;flex-shrink:0;gap:8px;padding:16px 24px;display:flex}.page-module__wUh8HW__inputCard{background:#faf9ff;border:1.5px solid #f0ecfc;border-radius:16px;flex-direction:column;gap:12px;padding:12px 16px 8px;display:flex;box-shadow:inset 0 2px 4px #3b1d8f01}.page-module__wUh8HW__composerTextarea{resize:none;font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--text-dark,#1a1a2e);background:0 0;border:none;outline:none;font-size:.88rem;line-height:1.45}.page-module__wUh8HW__composerTextarea::placeholder{color:#9d9dba}.page-module__wUh8HW__toolbarRow{justify-content:space-between;align-items:center;display:flex}.page-module__wUh8HW__toolbarLeft{gap:6px;display:flex}.page-module__wUh8HW__toolbarBtn{color:var(--text-dark,#1a1a2e);cursor:pointer;font-size:.74rem;font-weight:700;font-family:var(--font-poppins,"Poppins", sans-serif);background:#fff;border:1.5px solid #e5e0f2;border-radius:8px;padding:6px 12px;transition:all .2s}.page-module__wUh8HW__toolbarBtn:hover{border-color:var(--primary-lighter,#b8a9e8);background:#faf9ff}.page-module__wUh8HW__sendBtn{background:var(--primary-deep,#2d1b69);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.page-module__wUh8HW__sendBtn:hover:not(:disabled){background:var(--primary,#4a2dc4);box-shadow:0 4px 12px #4a2dc440}.page-module__wUh8HW__sendBtn:disabled{opacity:.4;cursor:not-allowed}.page-module__wUh8HW__disclaimerText{text-align:center;color:#9d9dba;font-size:.7rem}.page-module__wUh8HW__backBtn{color:#7b7b9d;cursor:pointer;background:#fff;border:1.5px solid #f0ecfc;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:none}.page-module__wUh8HW__backBtn:hover{border-color:var(--primary-lighter,#b8a9e8);color:var(--primary,#4a2dc4);background:#faf9ff}.page-module__wUh8HW__mobileTopBar,.page-module__wUh8HW__sidebarBackdrop,.page-module__wUh8HW__closeSidebarBtn{display:none}@media (max-width:1180px){.page-module__wUh8HW__sidebar{width:220px;padding:24px 16px}.page-module__wUh8HW__mainContent{width:calc(100% - 220px);margin-left:220px}}@media (max-width:900px){.page-module__wUh8HW__chatListPanel{width:280px}.page-module__wUh8HW__imageBubble,.page-module__wUh8HW__videoBubble{max-width:320px}}@media (max-width:768px){.page-module__wUh8HW__mobileTopBar{z-index:95;background:#fff;border-bottom:1.5px solid #f0ecfc;justify-content:space-between;align-items:center;height:60px;padding:0 20px;display:flex;position:fixed;top:0;left:0;right:0}.page-module__wUh8HW__hamburgerBtn{color:var(--primary-deep,#2d1b69);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:background .2s;display:flex}.page-module__wUh8HW__hamburgerBtn:hover{background:#faf9ff}.page-module__wUh8HW__mobileLogo{align-items:center;display:flex}.page-module__wUh8HW__sidebarBackdrop{z-index:990;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;transition:opacity .3s;display:block;position:fixed;inset:0}.page-module__wUh8HW__closeSidebarBtn{color:#7b7b9d;cursor:pointer;z-index:1005;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.page-module__wUh8HW__closeSidebarBtn:hover{color:var(--primary,#4a2dc4);background:#faf9ff}.page-module__wUh8HW__sidebar{z-index:1000;background:#fff;flex-direction:column;width:280px;height:100dvh;padding:30px 20px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #3b1d8f14}.page-module__wUh8HW__sidebarOpen{transform:translate(0)}.page-module__wUh8HW__sidebarLogo{margin-bottom:35px;padding-left:10px;display:flex}.page-module__wUh8HW__sidebarNav{flex-direction:column;gap:8px;display:flex}.page-module__wUh8HW__navLink{color:#7b7b9d;border-radius:12px;align-items:center;gap:16px;padding:12px 18px;font-size:.92rem;font-weight:500;text-decoration:none;display:flex}.page-module__wUh8HW__sidebarFooter{border-top:1.5px solid #f0ecfc;flex-direction:column;gap:16px;margin-top:auto;padding-top:24px;display:flex}.page-module__wUh8HW__userBadge{background:#faf9ff;border:1px solid #f0ecfc;border-radius:14px;align-items:center;gap:12px;width:100%;padding:8px 12px;display:flex}.page-module__wUh8HW__userBadgeText{flex-direction:column;flex:1;display:flex}.page-module__wUh8HW__userArrow{color:#7b7b9d;display:block}.page-module__wUh8HW__signOutLink{color:#7b7b9d;border-radius:12px;align-items:center;gap:12px;padding:12px 18px;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.page-module__wUh8HW__mainContent{width:100%;height:calc(100vh - 60px);margin-left:0;padding:60px 0 0}.page-module__wUh8HW__curieWorkspaceCard{border:none;border-radius:0;height:calc(100dvh - 60px)}.page-module__wUh8HW__chatListPanel,.page-module__wUh8HW__conversationPanel{width:100%}.page-module__wUh8HW__backBtn{justify-content:center;align-items:center;margin-right:12px;display:flex!important}.page-module__wUh8HW__mobileHidden{display:none!important}}
