.ReasoningTimeline-module__17rXVW__timelineContainer{border:1px solid var(--border);background:#1e293b66;border-radius:.75rem;margin-bottom:1rem;overflow:hidden}.ReasoningTimeline-module__17rXVW__header{cursor:pointer;width:100%;color:var(--muted-foreground);background:0 0;border:none;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.875rem;transition:background .2s;display:flex}.ReasoningTimeline-module__17rXVW__header:hover{background:#ffffff0d}.ReasoningTimeline-module__17rXVW__headerTitle{color:var(--foreground);font-weight:500}.ReasoningTimeline-module__17rXVW__eventCount{opacity:.7;font-size:.75rem}.ReasoningTimeline-module__17rXVW__eventsList{border-top:1px solid var(--border);padding:0 1rem 1rem}.ReasoningTimeline-module__17rXVW__eventItem{padding-bottom:1rem;padding-left:2rem;position:relative}.ReasoningTimeline-module__17rXVW__eventItem:last-child{padding-bottom:0}.ReasoningTimeline-module__17rXVW__connector{background:var(--border);width:2px;position:absolute;top:24px;bottom:-4px;left:11px}.ReasoningTimeline-module__17rXVW__eventIconWrapper{background:var(--secondary);border:1px solid var(--border);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:0;left:0}.ReasoningTimeline-module__17rXVW__eventContent{font-size:.875rem}.ReasoningTimeline-module__17rXVW__eventHeader{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.ReasoningTimeline-module__17rXVW__agentName{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.ReasoningTimeline-module__17rXVW__timestamp{color:var(--muted-foreground);font-size:.7rem}.ReasoningTimeline-module__17rXVW__eventText{color:var(--foreground);margin:0;line-height:1.5}.ReasoningTimeline-module__17rXVW__detailsBlock{color:var(--secondary-foreground);border:1px solid var(--border);background:#0003;border-radius:.5rem;margin-top:.5rem;padding:.5rem;font-family:monospace;font-size:.75rem;overflow-x:auto}
.SessionExpiredModal-module__3WQ7Aa__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0006;justify-content:center;align-items:center;animation:.3s ease-out SessionExpiredModal-module__3WQ7Aa__fadeIn;display:flex;position:fixed;inset:0}.SessionExpiredModal-module__3WQ7Aa__modal{-webkit-backdrop-filter:blur(16px)saturate(180%);text-align:center;color:#fff;background:#ffffff1a;border:1px solid #ffffff20;border-radius:24px;width:90%;max-width:440px;padding:40px;animation:.4s cubic-bezier(.16,1,.3,1) SessionExpiredModal-module__3WQ7Aa__slideUp;box-shadow:0 10px 40px #0003}.SessionExpiredModal-module__3WQ7Aa__iconWrapper{color:#ff4757;justify-content:center;margin-bottom:24px;display:flex}.SessionExpiredModal-module__3WQ7Aa__title{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:24px;font-weight:700}.SessionExpiredModal-module__3WQ7Aa__description{color:#ffffffb3;margin-bottom:32px;font-size:16px;line-height:1.6}.SessionExpiredModal-module__3WQ7Aa__actions{flex-direction:column;gap:12px;display:flex}.SessionExpiredModal-module__3WQ7Aa__refreshButton,.SessionExpiredModal-module__3WQ7Aa__logoutButton{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:14px 24px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.SessionExpiredModal-module__3WQ7Aa__refreshButton{color:#fff;background:linear-gradient(135deg,#4834d4 0%,#686de0 100%);box-shadow:0 4px 15px #4834d44d}.SessionExpiredModal-module__3WQ7Aa__refreshButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4834d466}.SessionExpiredModal-module__3WQ7Aa__logoutButton{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a}.SessionExpiredModal-module__3WQ7Aa__logoutButton:hover{background:#ffffff1a;transform:translateY(-2px)}@keyframes SessionExpiredModal-module__3WQ7Aa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes SessionExpiredModal-module__3WQ7Aa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.ChatDemo-module__xCdW6G__demoContainer{border:1px solid var(--border);border-radius:var(--radius);background:#0f172a80;width:100%;max-width:900px;margin:3rem auto;padding:2rem}.ChatDemo-module__xCdW6G__demoHeader{text-align:center;margin-bottom:2rem}.ChatDemo-module__xCdW6G__demoHeader h3{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:1.75rem}.ChatDemo-module__xCdW6G__demoHeader p{color:var(--muted-foreground);margin:0}.ChatDemo-module__xCdW6G__chatDemo{border-radius:var(--radius);background:#1e293b4d;flex-direction:column;gap:1.5rem;max-height:600px;padding:1.5rem;display:flex;overflow-y:auto}.ChatDemo-module__xCdW6G__userMessage,.ChatDemo-module__xCdW6G__aiMessage{align-items:flex-start;gap:1rem;display:flex}.ChatDemo-module__xCdW6G__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;display:flex}.ChatDemo-module__xCdW6G__userMessage .ChatDemo-module__xCdW6G__avatar{background:var(--primary);color:#fff}.ChatDemo-module__xCdW6G__aiMessage .ChatDemo-module__xCdW6G__avatar{color:var(--primary);background:#6366f11a}.ChatDemo-module__xCdW6G__bubble{border-radius:var(--radius);color:var(--foreground);background:#6366f11a;max-width:80%;padding:1rem}.ChatDemo-module__xCdW6G__messageContent{overflow-wrap:break-word;word-break:break-word;flex-direction:column;flex:1;gap:1rem;max-width:100%;display:flex}.ChatDemo-module__xCdW6G__chartContainer{border:1px solid var(--border);border-radius:var(--radius);box-sizing:border-box;background:#1e293b80;width:100%;max-width:100%;padding:1rem;overflow:hidden}.ChatDemo-module__xCdW6G__chartContainer>div{width:100%!important;max-width:100%!important}.ChatDemo-module__xCdW6G__tableContainer{border:1px solid var(--border);border-radius:var(--radius);background:#1e293b80;max-width:100%;overflow-x:auto}.ChatDemo-module__xCdW6G__dataTable{border-collapse:collapse;width:100%;font-size:.875rem}.ChatDemo-module__xCdW6G__dataTable th{text-align:left;color:var(--foreground);border-bottom:2px solid var(--border);background:#0f172a80;padding:.75rem 1rem;font-weight:600}.ChatDemo-module__xCdW6G__dataTable td{color:var(--foreground);border-bottom:1px solid #ffffff0d;padding:.75rem 1rem}.ChatDemo-module__xCdW6G__dataTable tr:last-child td{border-bottom:none}.ChatDemo-module__xCdW6G__toggleButton{border:1px solid var(--primary);color:var(--primary);border-radius:var(--radius);cursor:pointer;background:#6366f11a;align-self:flex-start;margin-top:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.ChatDemo-module__xCdW6G__toggleButton:hover{background:#6366f133}.ChatDemo-module__xCdW6G__markdownContent{border-radius:var(--radius);border:1px solid var(--border);overflow-wrap:break-word;word-break:break-word;background:#1e293b80;max-width:100%;padding:1rem;line-height:1.6}.ChatDemo-module__xCdW6G__markdownContent h1,.ChatDemo-module__xCdW6G__markdownContent h2,.ChatDemo-module__xCdW6G__markdownContent h3{color:var(--foreground);margin:1rem 0 .5rem}.ChatDemo-module__xCdW6G__markdownContent h2{border-bottom:1px solid var(--border);padding-bottom:.5rem;font-size:1.25rem}.ChatDemo-module__xCdW6G__markdownContent p{margin:.5rem 0}.ChatDemo-module__xCdW6G__markdownContent strong{color:var(--primary);font-weight:600}
.Landing-module__EMv3da__container{background:radial-gradient(circle at top,#6366f126,#0000 40%);flex-direction:column;min-height:100vh;display:flex}.Landing-module__EMv3da__nav{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex}.Landing-module__EMv3da__navLinks{align-items:center;gap:1.5rem;display:flex}.Landing-module__EMv3da__loginLink{color:var(--muted-foreground);font-weight:500;transition:color .2s}.Landing-module__EMv3da__loginLink:hover{color:var(--foreground)}.Landing-module__EMv3da__signupButton{background:var(--primary);color:#fff;border-radius:var(--radius);padding:.5rem 1rem;font-weight:600;transition:background .2s}.Landing-module__EMv3da__signupButton:hover{background:var(--primary-hover)}.Landing-module__EMv3da__main{flex-direction:column;flex:1;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:1rem;display:flex}.Landing-module__EMv3da__hero{text-align:center;flex-direction:column;align-items:center;gap:2rem;display:flex}.Landing-module__EMv3da__heroContent{flex-direction:column;align-items:center;max-width:800px;display:flex}.Landing-module__EMv3da__heroTitle{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Landing-module__EMv3da__heroSubtitle{color:var(--muted-foreground);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.Landing-module__EMv3da__ctaGroup{gap:1rem;display:flex}.Landing-module__EMv3da__primaryCta{background:var(--primary);color:#fff;border-radius:var(--radius);align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.Landing-module__EMv3da__primaryCta:hover{background:var(--primary-hover);transform:translateY(-2px)}.Landing-module__EMv3da__secondaryCta{color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius);background:#ffffff1a;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.Landing-module__EMv3da__secondaryCta:hover{background:#ffffff26;transform:translateY(-2px)}.Landing-module__EMv3da__statsSection{text-align:center;background:0 0;border:none;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;max-width:1000px;margin:2rem auto;padding:1rem;display:grid}.Landing-module__EMv3da__statValue{background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.Landing-module__EMv3da__statLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:1px;font-size:.875rem}.Landing-module__EMv3da__section{max-width:1200px;margin:0 auto;padding:3rem 1rem}.Landing-module__EMv3da__sectionTitle{text-align:center;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.Landing-module__EMv3da__testimonialsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Landing-module__EMv3da__testimonialCard{border:1px solid var(--border);border-radius:var(--radius);background:#ffffff08;padding:2rem;transition:transform .2s}.Landing-module__EMv3da__testimonialCard:hover{background:#ffffff0d;transform:translateY(-5px)}.Landing-module__EMv3da__stars{gap:.25rem;margin-bottom:1rem;display:flex}.Landing-module__EMv3da__testimonialText{color:var(--foreground);margin-bottom:1.5rem;font-size:1.1rem;font-style:italic;line-height:1.6}.Landing-module__EMv3da__testimonialAuthor{align-items:center;gap:1rem;display:flex}.Landing-module__EMv3da__avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;display:flex}.Landing-module__EMv3da__authorName{color:var(--foreground);font-weight:600}.Landing-module__EMv3da__authorRole{color:var(--muted-foreground);font-size:.875rem}.Landing-module__EMv3da__pricingGrid{grid-template-columns:repeat(3,1fr);align-items:start;gap:2rem;display:grid}.Landing-module__EMv3da__pricingCard{border:1px solid var(--border);border-radius:var(--radius);text-align:center;background:#0f172a99;padding:2rem;transition:all .3s;position:relative}.Landing-module__EMv3da__pricingCard:hover{border-color:var(--primary);transform:translateY(-5px)}.Landing-module__EMv3da__pricingCard.Landing-module__EMv3da__popular{border-color:var(--primary);background:#6366f11a;box-shadow:0 0 30px #6366f11a}.Landing-module__EMv3da__popularTag{background:var(--primary);color:#fff;border-radius:20px;padding:.25rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Landing-module__EMv3da__planName{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.Landing-module__EMv3da__price{color:var(--foreground);margin-bottom:1rem;font-size:3rem;font-weight:700}.Landing-module__EMv3da__price span{color:var(--muted-foreground);font-size:1rem;font-weight:400}.Landing-module__EMv3da__planDesc{color:var(--muted-foreground);margin-bottom:2rem}.Landing-module__EMv3da__featuresList{text-align:left;margin:0 0 2rem;padding:0;list-style:none}.Landing-module__EMv3da__featuresList li{color:var(--foreground);align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.Landing-module__EMv3da__planButton{border:1px solid var(--border);width:100%;color:var(--foreground);border-radius:var(--radius);cursor:pointer;background:0 0;padding:.75rem;font-weight:600;transition:all .2s}.Landing-module__EMv3da__planButton:hover{background:#ffffff1a}.Landing-module__EMv3da__planButton.Landing-module__EMv3da__primaryButton{background:var(--primary);color:#fff;border:none}.Landing-module__EMv3da__planButton.Landing-module__EMv3da__primaryButton:hover{background:var(--primary-hover)}.Landing-module__EMv3da__aboutContent{text-align:left}.Landing-module__EMv3da__aboutContent p{color:var(--muted-foreground);margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.Landing-module__EMv3da__locationInfo{flex-direction:column;gap:1rem;display:flex}.Landing-module__EMv3da__aboutStats{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.Landing-module__EMv3da__aboutStat{border-radius:var(--radius);text-align:center;border:1px solid var(--border);background:#ffffff08;padding:2rem;transition:transform .2s}.Landing-module__EMv3da__aboutStat:hover{background:#ffffff0d;transform:translateY(-5px)}.Landing-module__EMv3da__heroVisual{position:relative}.Landing-module__EMv3da__visualCard{background:#1e293b66;border:1px solid #ffffff1a;border-radius:1.5rem;flex-direction:column;gap:1.5rem;padding:2rem;display:flex;transform:rotate(-2deg);box-shadow:0 20px 50px #0000004d}.Landing-module__EMv3da__chatBubble{background:#0003;border-radius:1rem 1rem 1rem .25rem;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.Landing-module__EMv3da__aiBubble{background:#6366f11a;border-bottom-right-radius:.25rem;border-bottom-left-radius:1rem;flex-direction:column;gap:.5rem}.Landing-module__EMv3da__userIcon,.Landing-module__EMv3da__aiIcon{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex}.Landing-module__EMv3da__userIcon{background:var(--primary);color:#fff}.Landing-module__EMv3da__aiIcon{background:var(--secondary);color:var(--primary)}.Landing-module__EMv3da__mockChart{background:linear-gradient(90deg,#6366f133 0%,#6366f180 100%);border-radius:.5rem;width:100%;height:100px;margin-top:.5rem}.Landing-module__EMv3da__features{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Landing-module__EMv3da__featureCard{border:1px solid var(--border);background:#ffffff08;border-radius:1rem;padding:2rem;transition:transform .2s}.Landing-module__EMv3da__featureCard:hover{background:#ffffff0d;transform:translateY(-4px)}.Landing-module__EMv3da__featureIcon{width:48px;height:48px;color:var(--primary);background:#6366f11a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.Landing-module__EMv3da__featureCard h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.Landing-module__EMv3da__featureCard p{color:var(--muted-foreground);line-height:1.6}.Landing-module__EMv3da__footer{text-align:center;color:var(--muted-foreground);border-top:1px solid var(--border);padding:2rem;font-size:.875rem}.Landing-module__EMv3da__aboutSection{padding:4rem 1rem;position:relative}.Landing-module__EMv3da__aboutContainer{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:768px){.Landing-module__EMv3da__hero{text-align:center;grid-template-columns:1fr}.Landing-module__EMv3da__heroTitle{font-size:2.5rem}.Landing-module__EMv3da__ctaGroup{justify-content:center}.Landing-module__EMv3da__heroVisual{display:none}.Landing-module__EMv3da__statsSection{grid-template-columns:1fr 1fr}.Landing-module__EMv3da__aboutContainer{grid-template-columns:1fr;gap:2rem}.Landing-module__EMv3da__aboutStats,.Landing-module__EMv3da__pricingGrid{grid-template-columns:1fr}}@media (max-width:480px){.Landing-module__EMv3da__heroTitle{font-size:2rem}.Landing-module__EMv3da__statsSection{grid-template-columns:1fr}}
.ChatInterface-module__YDIRoW__container{background:var(--background);width:100%;height:100vh;display:flex;overflow:hidden}.ChatInterface-module__YDIRoW__sidebar{border-right:1px solid var(--border);background:#0f172a80;flex-direction:column;flex-shrink:0;width:280px;transition:width .3s;display:flex;overflow:hidden}.ChatInterface-module__YDIRoW__sidebar.ChatInterface-module__YDIRoW__collapsed{width:70px}.ChatInterface-module__YDIRoW__sidebar.ChatInterface-module__YDIRoW__collapsed .ChatInterface-module__YDIRoW__newChatButton span,.ChatInterface-module__YDIRoW__sidebar.ChatInterface-module__YDIRoW__collapsed .ChatInterface-module__YDIRoW__sessionInfo,.ChatInterface-module__YDIRoW__sidebar.ChatInterface-module__YDIRoW__collapsed .ChatInterface-module__YDIRoW__sessionMenu{display:none}.ChatInterface-module__YDIRoW__sidebar.ChatInterface-module__YDIRoW__collapsed .ChatInterface-module__YDIRoW__newChatButton{justify-content:center;padding:1rem 0}.ChatInterface-module__YDIRoW__sidebar.ChatInterface-module__YDIRoW__collapsed .ChatInterface-module__YDIRoW__sessionItem{justify-content:center;padding:1rem .5rem}.ChatInterface-module__YDIRoW__sidebarHeader{align-items:center;gap:.5rem;padding:1rem;display:flex}.ChatInterface-module__YDIRoW__sidebarToggle{border-radius:var(--radius);border:1px solid var(--border);width:36px;height:36px;color:var(--muted-foreground);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.ChatInterface-module__YDIRoW__sidebarToggle:hover{color:var(--foreground);background:#ffffff1a}.ChatInterface-module__YDIRoW__newChatButton{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:none;flex:1;justify-content:center;align-items:center;gap:.75rem;height:36px;padding:0 1rem;font-weight:600;transition:background .2s;display:flex;overflow:hidden}.ChatInterface-module__YDIRoW__sidebar.ChatInterface-module__YDIRoW__collapsed .ChatInterface-module__YDIRoW__sidebarHeader{flex-direction:column;gap:1rem;padding:1rem .5rem}.ChatInterface-module__YDIRoW__sidebar.ChatInterface-module__YDIRoW__collapsed .ChatInterface-module__YDIRoW__newChatButton{flex:none;width:36px;padding:0}.ChatInterface-module__YDIRoW__sessionsList{flex:1;padding:0 .5rem;overflow-y:auto}.ChatInterface-module__YDIRoW__sessionItem{border-radius:var(--radius);cursor:pointer;align-items:center;gap:.75rem;margin-bottom:.25rem;padding:.75rem;transition:background .2s;display:flex;position:relative}.ChatInterface-module__YDIRoW__sessionItem:hover{background:#ffffff0d}.ChatInterface-module__YDIRoW__sessionItem.ChatInterface-module__YDIRoW__active{border-left:3px solid var(--primary);background:#6366f11a}.ChatInterface-module__YDIRoW__sessionInfo{flex:1;min-width:0}.ChatInterface-module__YDIRoW__sessionTitle{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.ChatInterface-module__YDIRoW__sessionDate{color:var(--muted-foreground);margin-top:.125rem;font-size:.75rem}.ChatInterface-module__YDIRoW__sessionMenu{color:var(--muted-foreground);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;padding:.25rem;transition:all .2s}.ChatInterface-module__YDIRoW__sessionItem:hover .ChatInterface-module__YDIRoW__sessionMenu{opacity:1}.ChatInterface-module__YDIRoW__sessionMenu:hover{color:var(--foreground);background:#ffffff1a}.ChatInterface-module__YDIRoW__chatArea{flex-direction:column;flex:1;display:flex;overflow:hidden}.ChatInterface-module__YDIRoW__chatHeader{border-bottom:1px solid var(--border);background:#0f172a4d;padding:1.5rem 2rem}.ChatInterface-module__YDIRoW__headerContent{align-items:center;gap:1rem;display:flex}.ChatInterface-module__YDIRoW__headerContent h2{margin:0;font-size:1.25rem;font-weight:600}.ChatInterface-module__YDIRoW__messagesContainer{flex-direction:column;flex:1;gap:2rem;padding:2rem;display:flex;overflow-y:auto}.ChatInterface-module__YDIRoW__message{align-items:flex-start;gap:1rem;display:flex}.ChatInterface-module__YDIRoW__messageAvatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;display:flex}.ChatInterface-module__YDIRoW__userMessage .ChatInterface-module__YDIRoW__messageAvatar{background:var(--primary);color:#fff}.ChatInterface-module__YDIRoW__assistantMessage .ChatInterface-module__YDIRoW__messageAvatar{color:var(--primary);background:#6366f11a}.ChatInterface-module__YDIRoW__messageContent{overflow-wrap:break-word;word-break:break-word;flex-direction:column;flex:1;gap:1rem;min-width:0;max-width:100%;display:flex}.ChatInterface-module__YDIRoW__messageText{color:var(--foreground);overflow-wrap:break-word;word-break:break-word;max-width:100%;line-height:1.6}.ChatInterface-module__YDIRoW__messageText h1,.ChatInterface-module__YDIRoW__messageText h2,.ChatInterface-module__YDIRoW__messageText h3{color:var(--foreground);margin:1rem 0 .5rem}.ChatInterface-module__YDIRoW__messageText h2{border-bottom:1px solid var(--border);padding-bottom:.5rem;font-size:1.25rem}.ChatInterface-module__YDIRoW__messageText h3{font-size:1.1rem}.ChatInterface-module__YDIRoW__messageText p{margin:.5rem 0}.ChatInterface-module__YDIRoW__messageText ul,.ChatInterface-module__YDIRoW__messageText ol{margin:.5rem 0;padding-left:1.5rem}.ChatInterface-module__YDIRoW__messageText li{margin:.25rem 0}.ChatInterface-module__YDIRoW__messageText table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.9rem;display:block;overflow-x:auto}.ChatInterface-module__YDIRoW__messageText thead{background:#0f172a80}.ChatInterface-module__YDIRoW__messageText th{text-align:left;color:var(--foreground);border-bottom:2px solid var(--border);white-space:nowrap;padding:.625rem 1rem;font-weight:600}.ChatInterface-module__YDIRoW__messageText td{color:var(--foreground);border-bottom:1px solid #ffffff0f;padding:.5rem 1rem}.ChatInterface-module__YDIRoW__messageText tr:hover{background:#ffffff05}.ChatInterface-module__YDIRoW__messageText hr{border:none;border-top:1px solid var(--border);margin:1.5rem 0}.ChatInterface-module__YDIRoW__messageText strong{color:var(--primary);font-weight:600}.ChatInterface-module__YDIRoW__messageText code{background:#6366f11a;border-radius:4px;padding:.125rem .375rem;font-family:monospace;font-size:.9em}.ChatInterface-module__YDIRoW__chartContainer{border:1px solid var(--border);border-radius:var(--radius);box-sizing:border-box;background:#1e293b4d;width:100%;max-width:100%;padding:1.5rem;overflow:hidden}.ChatInterface-module__YDIRoW__chartContainer>div{overflow:hidden;width:100%!important;max-width:100%!important}.ChatInterface-module__YDIRoW__tableContainer{border:1px solid var(--border);border-radius:var(--radius);background:#1e293b4d;max-width:100%;overflow-x:auto}.ChatInterface-module__YDIRoW__dataTable{border-collapse:collapse;width:100%;font-size:.9rem}.ChatInterface-module__YDIRoW__dataTable th{text-align:left;color:var(--foreground);border-bottom:2px solid var(--border);background:#0f172a80;padding:.75rem 1rem;font-weight:600}.ChatInterface-module__YDIRoW__dataTable td{color:var(--foreground);border-bottom:1px solid #ffffff0d;padding:.75rem 1rem}.ChatInterface-module__YDIRoW__dataTable tr:last-child td{border-bottom:none}.ChatInterface-module__YDIRoW__dataTable tr:hover{background:#ffffff05}.ChatInterface-module__YDIRoW__messageTime{color:var(--muted-foreground);margin-top:.5rem;font-size:.75rem}.ChatInterface-module__YDIRoW__toggleMarkdownButton{border:1px solid var(--primary);color:var(--primary);border-radius:var(--radius);cursor:pointer;background:#6366f11a;margin-top:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.ChatInterface-module__YDIRoW__toggleMarkdownButton:hover{background:#6366f133}.ChatInterface-module__YDIRoW__sidebarFooter{border-top:1px solid var(--border);margin-top:auto;padding:1rem}.ChatInterface-module__YDIRoW__userInfo{align-items:center;gap:.75rem;display:flex}.ChatInterface-module__YDIRoW__userAvatar{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;display:flex}.ChatInterface-module__YDIRoW__userDetails{flex:1;min-width:0;line-height:1.2}.ChatInterface-module__YDIRoW__userEmail{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.ChatInterface-module__YDIRoW__userRole{color:var(--muted-foreground);font-size:.75rem}.ChatInterface-module__YDIRoW__logoutButton{color:var(--muted-foreground);cursor:pointer;border-radius:var(--radius);background:0 0;border:none;padding:.5rem;transition:all .2s}.ChatInterface-module__YDIRoW__logoutButton:hover{color:var(--foreground);background:#ffffff1a}.ChatInterface-module__YDIRoW__collapsedUser{justify-content:center;padding:.5rem 0;display:flex}.ChatInterface-module__YDIRoW__inputArea{border-top:1px solid var(--border);background:#0f172a4d;gap:1rem;min-width:0;padding:1.5rem 2rem;display:flex}.ChatInterface-module__YDIRoW__input{border:1px solid var(--border);min-width:0;color:var(--foreground);box-sizing:border-box;background:#1e293b80;border-radius:2rem;flex:1;padding:.875rem 1.25rem;font-size:.95rem;transition:all .2s}.ChatInterface-module__YDIRoW__input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #6366f133}.ChatInterface-module__YDIRoW__sendButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex}.ChatInterface-module__YDIRoW__sendButton:hover{background:var(--primary-hover)}.ChatInterface-module__YDIRoW__sendButton:disabled{opacity:.5;cursor:not-allowed}.ChatInterface-module__YDIRoW__thinkingIndicator{border-radius:var(--radius);background:linear-gradient(135deg,#6366f114,#8b5cf614);border:1px solid #6366f126;align-items:center;gap:.75rem;padding:.875rem 1.25rem;animation:2s ease-in-out infinite ChatInterface-module__YDIRoW__thinkingPulse;display:flex}.ChatInterface-module__YDIRoW__thinkingDots{gap:4px;display:flex}.ChatInterface-module__YDIRoW__thinkingDots span{background:var(--primary);border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite ChatInterface-module__YDIRoW__thinkingBounce}.ChatInterface-module__YDIRoW__thinkingDots span:nth-child(2){animation-delay:.2s}.ChatInterface-module__YDIRoW__thinkingDots span:nth-child(3){animation-delay:.4s}.ChatInterface-module__YDIRoW__thinkingText{color:var(--primary);letter-spacing:.02em;font-size:.875rem;font-weight:500}@keyframes ChatInterface-module__YDIRoW__thinkingBounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}@keyframes ChatInterface-module__YDIRoW__thinkingPulse{0%,to{opacity:.8}50%{opacity:1}}
