.MarkdownRenderer-module__i3FGYq__markdownContainer{font-family:var(--font-primary);line-height:inherit;color:var(--color-text-primary)}.MarkdownRenderer-module__i3FGYq__markdownContainer p{margin-bottom:var(--space-sm);line-height:inherit}.MarkdownRenderer-module__i3FGYq__markdownContainer p:last-child{margin-bottom:0}.MarkdownRenderer-module__i3FGYq__markdownContainer h1,.MarkdownRenderer-module__i3FGYq__markdownContainer h2,.MarkdownRenderer-module__i3FGYq__markdownContainer h3{color:var(--color-text-primary);margin-top:var(--space-lg);margin-bottom:var(--space-md);font-weight:var(--font-weight-bold)}.MarkdownRenderer-module__i3FGYq__markdownContainer h3{font-size:var(--font-size-lg);color:var(--color-accent-accent)}.MarkdownRenderer-module__i3FGYq__markdownContainer ul,.MarkdownRenderer-module__i3FGYq__markdownContainer ol{margin-bottom:var(--space-md);padding-left:var(--space-xl)}.MarkdownRenderer-module__i3FGYq__markdownContainer li{margin-bottom:var(--space-xs);color:var(--color-text-secondary)}.MarkdownRenderer-module__i3FGYq__markdownContainer table{border-collapse:collapse;width:100%;margin-bottom:var(--space-lg);border-radius:var(--radius-md);border:1px solid var(--glass-border);background:#ffffff08;overflow:hidden}.MarkdownRenderer-module__i3FGYq__markdownContainer th{color:var(--color-primary-light);font-weight:var(--font-weight-semibold);text-align:left;padding:var(--space-sm) var(--space-md);border-bottom:2px solid var(--glass-border);background:#4a90e21a}.MarkdownRenderer-module__i3FGYq__markdownContainer td{padding:var(--space-sm) var(--space-md);border-bottom:1px solid var(--glass-border);color:var(--color-text-secondary)}.MarkdownRenderer-module__i3FGYq__markdownContainer tr:last-child td{border-bottom:none}.MarkdownRenderer-module__i3FGYq__markdownContainer tr:hover td{background:#ffffff05}.MarkdownRenderer-module__i3FGYq__markdownContainer blockquote{border-left:4px solid var(--color-primary);padding-left:var(--space-md);margin-left:0;margin-bottom:var(--space-md);color:var(--color-text-muted);font-style:italic}.MarkdownRenderer-module__i3FGYq__markdownContainer code{background:#ffffff1a;border-radius:.25rem;padding:.2rem .4rem;font-family:monospace;font-size:.9em}.MarkdownRenderer-module__i3FGYq__markdownContainer strong{color:var(--color-text-primary);font-weight:var(--font-weight-bold)}.MarkdownRenderer-module__i3FGYq__markdownContainer hr{background:var(--glass-border);height:1px;margin:var(--space-lg) 0;border:none}.MarkdownRenderer-module__i3FGYq__markdownContainer>hr:last-of-type{margin-top:var(--space-lg);margin-bottom:var(--space-md)}.MarkdownRenderer-module__i3FGYq__markdownContainer>hr:last-of-type~p,.MarkdownRenderer-module__i3FGYq__markdownContainer>hr:last-of-type~ul li{color:var(--color-text-muted);font-size:.85em}.MarkdownRenderer-module__i3FGYq__markdownContainer>hr:last-of-type+p strong{color:var(--color-text-secondary);letter-spacing:.02em}.MarkdownRenderer-module__i3FGYq__markdownContainer>hr:last-of-type~ul{margin-bottom:var(--space-sm);padding-left:0;list-style:none}.MarkdownRenderer-module__i3FGYq__markdownContainer>hr:last-of-type~ul li{margin-bottom:var(--space-xs);padding-left:var(--space-md);text-indent:calc(-1 * var(--space-md))}.MarkdownRenderer-module__i3FGYq__markdownContainer ul.MarkdownRenderer-module__i3FGYq__contains-task-list{padding-left:var(--space-sm);list-style:none}.MarkdownRenderer-module__i3FGYq__markdownContainer ul:has(li.MarkdownRenderer-module__i3FGYq__task-list-item){padding-left:var(--space-sm);list-style:none}.MarkdownRenderer-module__i3FGYq__markdownContainer li.MarkdownRenderer-module__i3FGYq__task-list-item{align-items:flex-start;gap:var(--space-sm);display:flex}.MarkdownRenderer-module__i3FGYq__markdownContainer li.MarkdownRenderer-module__i3FGYq__task-list-item input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--color-primary);flex-shrink:0;margin-top:.3em}
.ThemeToggle-module__AOy7oq__toggle{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-normal);justify-content:center;align-items:center;padding:0;display:flex}.ThemeToggle-module__AOy7oq__toggle:hover{color:var(--color-primary);border-color:var(--color-primary);background:#00d9ff1a}.ThemeToggle-module__AOy7oq__toggle svg{width:20px;height:20px}
.Header-module__HmnIjW__header{z-index:1000;height:var(--header-height);transition:all var(--transition-normal);background:0 0;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__HmnIjW__header.Header-module__HmnIjW__scrolled{background:var(--color-bg-primary);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);box-shadow:var(--shadow-lg)}.Header-module__HmnIjW__container{width:100%;max-width:var(--max-width);padding:0 var(--space-xl);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__HmnIjW__logo{align-items:center;text-decoration:none;display:flex}.Header-module__HmnIjW__logoContainer{align-items:center;width:auto;height:90px;display:flex}.Header-module__HmnIjW__nav{align-items:center;gap:var(--space-xl);display:flex}.Header-module__HmnIjW__navLink{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);transition:color var(--transition-fast);text-decoration:none;position:relative}.Header-module__HmnIjW__navLink:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:width var(--transition-normal);position:absolute;bottom:-4px;left:0}.Header-module__HmnIjW__navLink:hover{color:var(--color-primary)}.Header-module__HmnIjW__navLink:hover:after{width:100%}.Header-module__HmnIjW__dropdown{align-items:center;height:100%;display:flex;position:relative}.Header-module__HmnIjW__dropdownContent{background:var(--color-bg-primary);min-width:240px;box-shadow:var(--shadow-xl);border:1px solid var(--glass-border);border-radius:var(--radius-md);padding:var(--space-sm);opacity:0;visibility:hidden;transition:all var(--transition-normal);z-index:1002;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px)}.Header-module__HmnIjW__dropdown:hover .Header-module__HmnIjW__dropdownContent{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__HmnIjW__dropdownItem{padding:var(--space-md);color:var(--color-text-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);border-radius:var(--radius-sm);transition:all var(--transition-fast);white-space:nowrap;text-decoration:none;display:block}.Header-module__HmnIjW__dropdownItem:hover{color:var(--color-primary);background:#0077cd1a}.Header-module__HmnIjW__ctaButton{margin-left:var(--space-md)}.Header-module__HmnIjW__mobileMenuBtn{cursor:pointer;z-index:1001;width:30px;height:30px;color:var(--color-text-primary);background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:0;display:none}.Header-module__HmnIjW__mobileMenuBtn span{background:var(--color-text-primary);width:100%;height:2px;transition:all var(--transition-normal);transform-origin:50%;display:block}.Header-module__HmnIjW__mobileMenuBtn.Header-module__HmnIjW__open span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__HmnIjW__mobileMenuBtn.Header-module__HmnIjW__open span:nth-child(2){opacity:0}.Header-module__HmnIjW__mobileMenuBtn.Header-module__HmnIjW__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__HmnIjW__mobileNav{background:linear-gradient(180deg, var(--color-bg-primary) 0%, var(--color-bg-secondary) 100%);padding:calc(var(--header-height) + var(--space-md)) 0 0 0;opacity:0;visibility:hidden;transition:all var(--transition-normal);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;gap:0;display:none;position:fixed;inset:0;overflow-y:auto}.Header-module__HmnIjW__mobileNav:before{content:"";background:radial-gradient(circle, var(--color-primary-glow) 0%, transparent 70%);opacity:.2;pointer-events:none;z-index:-1;width:600px;height:600px;position:fixed;top:-20%;right:-20%}.Header-module__HmnIjW__mobileNav.Header-module__HmnIjW__open{opacity:1;visibility:visible}.Header-module__HmnIjW__mobileNavLink{font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);color:var(--color-text-primary);padding:var(--space-lg) var(--space-xl);border-bottom:1px solid var(--glass-border);transition:all var(--transition-fast);border-radius:0;align-items:center;width:100%;text-decoration:none;display:flex}.Header-module__HmnIjW__mobileNavLink:hover{color:var(--color-primary);padding-left:calc(var(--space-xl) + var(--space-sm));background:#ffffff08}.Header-module__HmnIjW__mobileThemeToggle{top:var(--space-lg);left:var(--space-lg);z-index:1003;border:none;width:auto;padding:0;position:absolute}.Header-module__HmnIjW__mobileCta{margin:var(--space-xl);text-align:center;width:calc(100% - (var(--space-xl) * 2))}.Header-module__HmnIjW__mobileNavSection{gap:var(--space-xs);flex-direction:column;display:flex}.Header-module__HmnIjW__mobileNavLabel{font-size:var(--font-size-sm);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:var(--space-md);margin-bottom:var(--space-xs);font-weight:600}.Header-module__HmnIjW__mobileNavDivider{background:var(--glass-border);height:1px;margin:var(--space-md) 0}@media (max-width:768px){.Header-module__HmnIjW__nav{display:none}.Header-module__HmnIjW__mobileMenuBtn,.Header-module__HmnIjW__mobileNav{display:flex}.Header-module__HmnIjW__container{padding:0 var(--space-lg)}}
.AvaLogo-module__VMY_GW__root{flex-shrink:0;display:inline-block}.AvaLogo-module__VMY_GW__tile{fill:#2f80c4}.AvaLogo-module__VMY_GW__knockout{fill:#fff}.AvaLogo-module__VMY_GW__halfSlate{fill:var(--ava-mark-slate,#6f7581)}.AvaLogo-module__VMY_GW__halfBlue{fill:var(--ava-mark-blue,#2f80c4)}.AvaLogo-module__VMY_GW__lineTop{stroke:var(--ava-mark-slate,#6f7581)}.AvaLogo-module__VMY_GW__lineMid{stroke:var(--ava-mark-blue,#2f80c4)}.AvaLogo-module__VMY_GW__lineBot{stroke:var(--ava-mark-glow,#5aa6e8)}.AvaLogo-module__VMY_GW__lineChip{stroke:#fff}@media (prefers-reduced-motion:no-preference){.AvaLogo-module__VMY_GW__thinking .AvaLogo-module__VMY_GW__answer{animation:1.5s ease-in-out infinite AvaLogo-module__VMY_GW__avaThinking}}@keyframes AvaLogo-module__VMY_GW__avaThinking{0%,to{opacity:1}50%{opacity:.45}}
.Footer-module__cyaCmW__footer{background:var(--color-bg-tertiary);border-top:1px solid var(--glass-border);padding:var(--space-4xl) 0 var(--space-xl)}.Footer-module__cyaCmW__container{width:100%;max-width:var(--max-width);padding:0 var(--space-xl);margin:0 auto}.Footer-module__cyaCmW__topSection{gap:var(--space-3xl);margin-bottom:var(--space-3xl);grid-template-columns:1.5fr 1fr 1fr 1.5fr;display:grid}.Footer-module__cyaCmW__brand{max-width:100%}.Footer-module__cyaCmW__logo{align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg);display:flex}.Footer-module__cyaCmW__tagline{font-size:var(--font-size-sm);color:var(--color-text-muted);line-height:var(--line-height-relaxed)}.Footer-module__cyaCmW__socialLinks{gap:var(--space-md);margin-top:var(--space-lg);display:flex}.Footer-module__cyaCmW__socialLinks a{color:var(--color-text-muted);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.Footer-module__cyaCmW__socialLinks a:hover{color:var(--color-primary);transform:translateY(-2px)}.Footer-module__cyaCmW__appLinks{align-items:center;gap:var(--space-md);margin-top:var(--space-lg);display:flex}.Footer-module__cyaCmW__appBadge{transition:all var(--transition-fast);align-items:center;display:flex}.Footer-module__cyaCmW__appBadge:hover{filter:brightness(1.1);transform:translateY(-2px)}.Footer-module__cyaCmW__appBadge img{width:auto;height:28px}.Footer-module__cyaCmW__linksSection{flex-direction:column;display:flex}.Footer-module__cyaCmW__linksTitle{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin-bottom:var(--space-lg);text-transform:uppercase;letter-spacing:.05em}.Footer-module__cyaCmW__links{gap:var(--space-sm);flex-direction:column;display:flex}.Footer-module__cyaCmW__links a{font-size:var(--font-size-sm);color:var(--color-text-muted);transition:color var(--transition-fast);text-decoration:none}.Footer-module__cyaCmW__links a:hover{color:var(--color-primary)}.Footer-module__cyaCmW__contactInfo{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__cyaCmW__contactInfo a{font-size:var(--font-size-sm);color:var(--color-text-muted);transition:color var(--transition-fast);text-decoration:none}.Footer-module__cyaCmW__contactInfo a:hover{color:var(--color-primary)}.Footer-module__cyaCmW__demoLink{font-weight:var(--font-weight-medium);color:var(--color-text-accent)!important}.Footer-module__cyaCmW__divider{background:var(--glass-border);height:1px;margin-bottom:var(--space-xl)}.Footer-module__cyaCmW__bottomSection{justify-content:space-between;align-items:center;display:flex}.Footer-module__cyaCmW__copyright{font-size:var(--font-size-sm);color:var(--color-text-muted)}.Footer-module__cyaCmW__legalLinks{gap:var(--space-xl);display:flex}.Footer-module__cyaCmW__legalLinks a{font-size:var(--font-size-sm);color:var(--color-text-muted);transition:color var(--transition-fast);text-decoration:none}.Footer-module__cyaCmW__legalLinks a:hover{color:var(--color-primary)}@media (max-width:992px){.Footer-module__cyaCmW__topSection{grid-template-columns:repeat(2,1fr)}.Footer-module__cyaCmW__brand{grid-column:span 2;max-width:100%}}@media (max-width:768px){.Footer-module__cyaCmW__footer{padding:var(--space-3xl) 0 var(--space-lg)}.Footer-module__cyaCmW__container{padding:0 var(--space-lg)}.Footer-module__cyaCmW__topSection{gap:var(--space-2xl);grid-template-columns:1fr}.Footer-module__cyaCmW__brand{grid-column:1}.Footer-module__cyaCmW__bottomSection{gap:var(--space-md);text-align:center;flex-direction:column}}
.ChatInterface-module__hAVTKG__chatShell{background:var(--color-bg-primary);flex-direction:column;flex:1;width:100%;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.ChatInterface-module__hAVTKG__appHeader{background:var(--color-bg-secondary);z-index:30;height:72px;transition:height var(--transition-normal);flex-shrink:0;position:relative;overflow:hidden}.ChatInterface-module__hAVTKG__headerWaves{z-index:0;pointer-events:none;position:absolute;inset:0}.ChatInterface-module__hAVTKG__headerInner{z-index:2;align-items:center;gap:var(--space-md);height:100%;padding:0 var(--space-md);display:flex;position:relative}.ChatInterface-module__hAVTKG__headerLogoLink{border-radius:var(--radius-sm);transition:opacity var(--transition-fast);align-items:center;margin-right:auto;display:flex}.ChatInterface-module__hAVTKG__headerLogoLink:hover{opacity:.75}.ChatInterface-module__hAVTKG__headerLogo{width:122px;height:auto}.ChatInterface-module__hAVTKG__chatContainer{background:var(--color-bg-primary);overscroll-behavior:contain;flex-direction:row;flex:1;width:100%;max-width:none;height:100%;min-height:0;margin:0;display:flex;position:relative;overflow:hidden}.ChatInterface-module__hAVTKG__sidebar{background:var(--color-bg-secondary);border-right:1px solid var(--glass-border);width:280px;padding:var(--space-xl) var(--space-md);z-index:20;flex-direction:column;flex-shrink:0;display:flex}.ChatInterface-module__hAVTKG__mainContent{flex-direction:column;flex:1;min-width:0;height:100%;display:flex;position:relative;overflow:hidden}.ChatInterface-module__hAVTKG__sidebarToggle{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:var(--glass-bg);width:40px;height:40px;-webkit-backdrop-filter:var(--glass-blur);color:var(--color-text-primary);cursor:pointer;box-shadow:var(--shadow-sm);transition:color var(--transition-fast), transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:none}.ChatInterface-module__hAVTKG__sidebarToggle:hover{color:var(--color-primary)}.ChatInterface-module__hAVTKG__sidebarToggle:active{transform:scale(.95)}.ChatInterface-module__hAVTKG__sidebarToggle .ChatInterface-module__hAVTKG__material-symbols-outlined{font-size:22px}.ChatInterface-module__hAVTKG__backdrop{display:none}.ChatInterface-module__hAVTKG__backgroundMotion{z-index:-1;background:var(--color-bg-primary);width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.ChatInterface-module__hAVTKG__backgroundMotion:before{content:"";opacity:.06;mix-blend-mode:overlay;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"),linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:200px 200px,40px 40px,40px 40px;position:absolute;inset:0}.ChatInterface-module__hAVTKG__orb1,.ChatInterface-module__hAVTKG__orb2,.ChatInterface-module__hAVTKG__orb3{filter:blur(80px);opacity:.12;pointer-events:none;border-radius:50%;animation:20s ease-in-out infinite alternate ChatInterface-module__hAVTKG__drift;position:absolute}.ChatInterface-module__hAVTKG__orb1{background:var(--color-primary);width:50vw;height:50vw;animation-duration:25s;top:-10%;left:-10%}.ChatInterface-module__hAVTKG__orb2{background:var(--color-bg-tertiary);width:60vw;height:60vw;animation-duration:30s;animation-delay:-5s;bottom:-15%;right:-10%}.ChatInterface-module__hAVTKG__orb3{background:var(--color-primary-dark);width:40vw;height:40vw;animation-duration:22s;animation-delay:-10s;top:30%;left:50%}@keyframes ChatInterface-module__hAVTKG__drift{0%{transform:translate(0)scale(1)}50%{transform:translate(5%,10%)scale(1.1)}to{transform:translate(-5%,5%)scale(1)}}.ChatInterface-module__hAVTKG__statusIndicator{color:var(--color-text-secondary);opacity:.8;align-items:center;gap:6px;font-size:.75rem;font-weight:500;display:flex}.ChatInterface-module__hAVTKG__statusDot{background-color:var(--color-accent-success);width:8px;height:8px;box-shadow:0 0 12px var(--color-accent-success);border-radius:50%;animation:2s infinite ChatInterface-module__hAVTKG__pulse}.ChatInterface-module__hAVTKG__newChatBtn{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-md);background:var(--color-primary);color:#fff;border-radius:var(--radius-lg);cursor:pointer;margin-bottom:var(--space-xl);box-shadow:var(--shadow-sm);border:none;font-weight:600;transition:all .3s;display:flex}.ChatInterface-module__hAVTKG__newChatBtn:hover{background:var(--color-primary-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.ChatInterface-module__hAVTKG__sidebarNav{flex:1;overflow-y:auto}.ChatInterface-module__hAVTKG__navSection{gap:var(--space-xs);flex-direction:column;display:flex}.ChatInterface-module__hAVTKG__navLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:var(--space-sm);padding-left:var(--space-xs);font-size:.7rem;font-weight:700}.ChatInterface-module__hAVTKG__historyItemRow{align-items:center;gap:var(--space-xs);border-radius:var(--radius-md);color:var(--color-text-secondary);cursor:pointer;padding:10px 12px;font-size:.85rem;transition:all .2s;display:flex}.ChatInterface-module__hAVTKG__historyItemRow:hover,.ChatInterface-module__hAVTKG__historyItemActive{color:var(--color-primary);background:#ffffff0d}.ChatInterface-module__hAVTKG__historyItemLabel{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.ChatInterface-module__hAVTKG__deleteBtn{color:inherit;cursor:pointer;opacity:0;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .2s;display:flex}.ChatInterface-module__hAVTKG__historyItemRow:hover .ChatInterface-module__hAVTKG__deleteBtn{opacity:.6}.ChatInterface-module__hAVTKG__deleteBtn:hover{opacity:1}.ChatInterface-module__hAVTKG__deleteBtn .ChatInterface-module__hAVTKG__material-symbols-outlined{font-size:1rem}.ChatInterface-module__hAVTKG__emptyHistory{padding-left:var(--space-xs);color:var(--color-text-muted);font-size:.8rem}.ChatInterface-module__hAVTKG__sidebarFooter{padding-top:var(--space-md);gap:var(--space-sm);border-top:1px solid #ffffff0d;flex-direction:column;margin-top:auto;display:flex}.ChatInterface-module__hAVTKG__siteLink{align-items:center;gap:var(--space-xs);border-radius:var(--radius-md);color:var(--color-text-muted);padding:6px 12px;font-size:.8rem;text-decoration:none;transition:all .2s;display:flex}.ChatInterface-module__hAVTKG__siteLink:hover{color:var(--color-primary);background:#ffffff0d}.ChatInterface-module__hAVTKG__siteLink .material-symbols-outlined{font-size:1rem}.ChatInterface-module__hAVTKG__logoutBtn{align-items:center;gap:var(--space-sm);border:1px solid var(--glass-border);border-radius:var(--radius-md);width:100%;color:var(--color-text-secondary);cursor:pointer;background:0 0;padding:10px 12px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.ChatInterface-module__hAVTKG__logoutBtn:hover{color:var(--color-primary);border-color:var(--color-primary);background:#ffffff0d}.ChatInterface-module__hAVTKG__logoutBtn .ChatInterface-module__hAVTKG__material-symbols-outlined{font-size:1.1rem}.ChatInterface-module__hAVTKG__testModeBanner{align-items:center;gap:var(--space-sm);z-index:10;margin:var(--space-sm) var(--space-xl) 0;padding:var(--space-xs) var(--space-md);border-radius:var(--radius-md);color:var(--color-text-primary);background:#f59e0b24;border:1px solid #f59e0b73;border-left:4px solid #f59e0b;flex-shrink:0;font-size:.8125rem;line-height:1.45;display:flex;position:relative}.ChatInterface-module__hAVTKG__testModeBanner p{flex:1;min-width:0;margin:0}.ChatInterface-module__hAVTKG__testModeBanner .material-symbols-outlined{color:#f59e0b;flex-shrink:0;font-size:20px}.ChatInterface-module__hAVTKG__bannerDismiss{border-radius:var(--radius-full);width:24px;height:24px;color:inherit;opacity:.6;cursor:pointer;transition:opacity var(--transition-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.ChatInterface-module__hAVTKG__bannerDismiss:hover{opacity:1}.ChatInterface-module__hAVTKG__bannerDismiss .material-symbols-outlined{color:inherit;font-size:18px}.ChatInterface-module__hAVTKG__testModeBanner strong{text-transform:uppercase;letter-spacing:.04em;font-weight:700}.ChatInterface-module__hAVTKG__messageArea{overscroll-behavior:contain;min-height:0;padding:var(--space-lg) var(--space-xl);gap:var(--space-md);scroll-behavior:smooth;flex-direction:column;flex:1;width:100%;display:flex;overflow-y:auto}.ChatInterface-module__hAVTKG__messageArea::-webkit-scrollbar{width:6px}.ChatInterface-module__hAVTKG__messageArea::-webkit-scrollbar-thumb{background:#64646433;border-radius:10px}.ChatInterface-module__hAVTKG__message{gap:var(--space-md);width:100%;max-width:95%;animation:.4s cubic-bezier(.16,1,.3,1) forwards ChatInterface-module__hAVTKG__slideUpFade;display:flex}.ChatInterface-module__hAVTKG__agentMessage{align-self:flex-start}.ChatInterface-module__hAVTKG__userMessage{flex-direction:row-reverse;align-self:flex-end}.ChatInterface-module__hAVTKG__avatar{width:40px;height:40px;box-shadow:var(--shadow-sm);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatInterface-module__hAVTKG__agentAvatar{overflow:hidden}.ChatInterface-module__hAVTKG__userAvatar{background:var(--color-bg-tertiary);color:var(--color-text-primary)}.ChatInterface-module__hAVTKG__avatarIcon{font-size:20px}.ChatInterface-module__hAVTKG__messageBubble{padding:var(--space-md) var(--space-lg);font-size:var(--font-size-base);line-height:var(--line-height-base);width:100%;position:relative}.ChatInterface-module__hAVTKG__agentBubble{background:var(--color-bg-card);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);color:var(--color-text-primary);border-radius:var(--radius-2xl);border-top-left-radius:var(--space-xs);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.ChatInterface-module__hAVTKG__agentBubble:before{content:"";background:var(--gradient-primary);width:4px;height:100%;position:absolute;top:0;left:0}.ChatInterface-module__hAVTKG__userBubble{background:var(--color-primary-dark);background-image:linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-bg-tertiary) 100%);color:#fff;border-radius:var(--radius-2xl);border-top-right-radius:var(--space-xs);box-shadow:var(--shadow-glow);border:1px solid #ffffff1a}.ChatInterface-module__hAVTKG__suggestedActions{gap:var(--space-sm);margin-top:var(--space-sm);padding-top:var(--space-sm);border-top:1px solid #6464641a;flex-wrap:wrap;display:flex}.ChatInterface-module__hAVTKG__actionBtn{font-size:var(--font-size-xs);border-radius:var(--radius-full);border:1px solid var(--color-primary);color:var(--color-primary);cursor:pointer;font-weight:var(--font-weight-medium);background:0 0;padding:6px 16px;transition:all .2s}.ChatInterface-module__hAVTKG__actionBtn:hover{background:var(--color-primary);color:#fff;transform:translateY(-1px)}.ChatInterface-module__hAVTKG__messageTime{font-size:var(--font-size-xs);color:var(--color-text-muted);margin-top:var(--space-sm)}.ChatInterface-module__hAVTKG__agentBubble .ChatInterface-module__hAVTKG__messageTime{text-align:left}.ChatInterface-module__hAVTKG__userBubble .ChatInterface-module__hAVTKG__messageTime{text-align:right;opacity:.8}.ChatInterface-module__hAVTKG__feedbackBlock{margin-top:var(--space-sm);padding-top:var(--space-sm);border-top:1px solid #6464641a}.ChatInterface-module__hAVTKG__feedbackRow{align-items:center;gap:var(--space-xs);flex-wrap:wrap;display:flex}.ChatInterface-module__hAVTKG__feedbackLabel{font-size:var(--font-size-xs);color:var(--color-text-muted);margin-right:var(--space-xs)}.ChatInterface-module__hAVTKG__feedbackBtn{border-radius:var(--radius-full);width:30px;height:30px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;transition:all .2s;display:inline-flex}.ChatInterface-module__hAVTKG__feedbackBtn .material-symbols-outlined{font-size:18px}.ChatInterface-module__hAVTKG__feedbackBtn:hover{color:var(--color-primary);border-color:var(--color-primary);transform:translateY(-1px)}.ChatInterface-module__hAVTKG__feedbackBtn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.ChatInterface-module__hAVTKG__feedbackBtnActive{color:var(--color-primary);border-color:var(--color-primary);background:var(--color-primary-glow)}.ChatInterface-module__hAVTKG__feedbackBtnActive .material-symbols-outlined{font-variation-settings:"FILL" 1}.ChatInterface-module__hAVTKG__feedbackBtnDown.ChatInterface-module__hAVTKG__feedbackBtnActive{color:var(--color-accent-error);border-color:var(--color-accent-error);background:#ff6b6b1f}.ChatInterface-module__hAVTKG__feedbackLink{font-size:var(--font-size-xs);padding:0 var(--space-xs);color:var(--color-primary);cursor:pointer;background:0 0;border:none;text-decoration:underline}.ChatInterface-module__hAVTKG__feedbackThanks{font-size:var(--font-size-xs);color:var(--color-text-muted);font-style:italic}.ChatInterface-module__hAVTKG__feedbackThanks:empty{display:none}.ChatInterface-module__hAVTKG__feedbackError{font-size:var(--font-size-xs);color:var(--color-accent-error)}.ChatInterface-module__hAVTKG__commentBox{gap:var(--space-xs);margin-top:var(--space-sm);flex-direction:column;display:flex}.ChatInterface-module__hAVTKG__commentLabel{font-size:var(--font-size-xs);color:var(--color-text-secondary)}.ChatInterface-module__hAVTKG__commentInput{resize:vertical;width:100%;min-height:64px;padding:var(--space-sm);border-radius:var(--radius-md);background:var(--color-bg-secondary);color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);border:1px solid #64646440}.ChatInterface-module__hAVTKG__commentInput:focus-visible{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-glow);outline:none}.ChatInterface-module__hAVTKG__commentHint{font-size:var(--font-size-xs);color:var(--color-text-muted);margin:0}.ChatInterface-module__hAVTKG__commentActions{align-items:center;gap:var(--space-sm);display:flex}.ChatInterface-module__hAVTKG__commentCount{font-size:var(--font-size-xs);color:var(--color-text-muted);margin-left:auto}@media (prefers-reduced-motion:reduce){.ChatInterface-module__hAVTKG__feedbackBtn{transition:none}.ChatInterface-module__hAVTKG__feedbackBtn:hover{transform:none}}.ChatInterface-module__hAVTKG__sourceTag{margin-top:var(--space-sm);color:var(--color-text-muted);background:var(--color-bg-secondary);border-radius:4px;padding:4px 8px;font-size:.75rem;font-style:italic;display:inline-block}.ChatInterface-module__hAVTKG__stepIndicator{color:var(--color-primary);border-bottom:1px solid #6464641a;align-items:center;gap:8px;margin-bottom:8px;padding-bottom:8px;font-size:.85rem;font-weight:500;animation:.3s ease-in ChatInterface-module__hAVTKG__fadeIn;display:flex}.ChatInterface-module__hAVTKG__spinner{border:2px solid #4a90e24d;border-top-color:var(--color-primary);border-radius:50%;width:14px;height:14px;animation:1s linear infinite ChatInterface-module__hAVTKG__spin}.ChatInterface-module__hAVTKG__inputArea{padding:var(--space-sm) var(--space-xl) var(--space-md);flex-shrink:0;position:relative}.ChatInterface-module__hAVTKG__form{width:98%;max-width:1600px;margin:0 auto}.ChatInterface-module__hAVTKG__formWrapper{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-xl);padding:var(--space-xs);align-items:flex-end;gap:var(--space-sm);transition:all .3s;display:flex;box-shadow:0 8px 32px #1a41690d}.ChatInterface-module__hAVTKG__formWrapper:focus-within{border-color:var(--color-primary);box-shadow:0 0 15px #0e61a133}.ChatInterface-module__hAVTKG__attachBtn{color:var(--color-text-muted);padding:var(--space-sm);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-bottom:4px;transition:color .2s;display:flex}.ChatInterface-module__hAVTKG__attachBtn:hover{color:var(--color-primary)}.ChatInterface-module__hAVTKG__textareaWrapper{flex:1}.ChatInterface-module__hAVTKG__input{width:100%;color:var(--color-text-primary);font-family:var(--font-primary);font-size:var(--font-size-base);resize:none;background:0 0;border:none;outline:none;max-height:120px;padding:10px 4px}.ChatInterface-module__hAVTKG__input::placeholder{color:var(--color-text-muted)}.ChatInterface-module__hAVTKG__sendButton{background:var(--color-primary);color:#fff;border-radius:var(--radius-lg);cursor:pointer;width:44px;height:44px;box-shadow:var(--shadow-sm);border:none;justify-content:center;align-items:center;margin-bottom:4px;transition:all .2s;display:flex}.ChatInterface-module__hAVTKG__sendButton:hover:not(:disabled){background:var(--color-primary-dark);transform:translateY(-1px)}.ChatInterface-module__hAVTKG__sendButton:disabled{opacity:.5;cursor:not-allowed}.ChatInterface-module__hAVTKG__disclaimer{justify-content:center;align-items:baseline;gap:var(--space-xs);width:100%;max-width:720px;margin:var(--space-sm) auto 0;font:inherit;color:var(--color-text-muted);text-align:center;cursor:default;background:0 0;border:none;padding:0;display:flex}.ChatInterface-module__hAVTKG__disclaimer .material-symbols-outlined{display:none}.ChatInterface-module__hAVTKG__disclaimerText{font-size:.6875rem;line-height:1.4}.ChatInterface-module__hAVTKG__disclaimerText a{color:inherit;text-decoration:underline}.ChatInterface-module__hAVTKG__disclaimerText a:hover{color:var(--color-primary)}@keyframes ChatInterface-module__hAVTKG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}@keyframes ChatInterface-module__hAVTKG__slideUpFade{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes ChatInterface-module__hAVTKG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ChatInterface-module__hAVTKG__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.ChatInterface-module__hAVTKG__chatContainer{background:0 0;border:none;border-radius:0;height:100%}.ChatInterface-module__hAVTKG__sidebar{width:min(280px,82vw);height:100%;padding:var(--space-md) var(--space-md) var(--space-xl);box-shadow:var(--shadow-xl);transition:transform var(--transition-normal);border-right:none;position:absolute;top:0;left:0;transform:translate(-100%)}.ChatInterface-module__hAVTKG__sidebarOpen{transform:translate(0)}.ChatInterface-module__hAVTKG__sidebarNav{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.ChatInterface-module__hAVTKG__backdrop{opacity:0;pointer-events:none;transition:opacity var(--transition-normal);z-index:15;background:#00000080;display:block;position:absolute;inset:0}.ChatInterface-module__hAVTKG__backdropOpen{opacity:1;pointer-events:auto}.ChatInterface-module__hAVTKG__sidebarToggle{display:flex}.ChatInterface-module__hAVTKG__appHeader{height:56px}.ChatInterface-module__hAVTKG__appHeaderCollapsed{height:0}.ChatInterface-module__hAVTKG__headerLogo{width:112px}.ChatInterface-module__hAVTKG__headerInner{gap:var(--space-sm);padding:0 var(--space-sm)}.ChatInterface-module__hAVTKG__testModeBanner{margin:var(--space-sm) var(--space-sm) 0}.ChatInterface-module__hAVTKG__messageArea{padding:var(--space-sm)}.ChatInterface-module__hAVTKG__messageBubble{padding:10px var(--space-md);font-size:.9375rem;line-height:1.5}.ChatInterface-module__hAVTKG__message{gap:var(--space-sm)}.ChatInterface-module__hAVTKG__avatar{width:28px;height:28px}.ChatInterface-module__hAVTKG__agentAvatar svg{width:100%;height:100%}.ChatInterface-module__hAVTKG__avatarIcon{font-size:16px}.ChatInterface-module__hAVTKG__messageTime,.ChatInterface-module__hAVTKG__feedbackLabel{display:none}.ChatInterface-module__hAVTKG__feedbackBtn{width:26px;height:26px}.ChatInterface-module__hAVTKG__feedbackBtn .material-symbols-outlined{font-size:16px}.ChatInterface-module__hAVTKG__disclaimer{text-align:left;cursor:pointer;margin-top:var(--space-xs);justify-content:flex-start;padding:6px 0}.ChatInterface-module__hAVTKG__disclaimer .material-symbols-outlined{transition:transform var(--transition-fast);flex-shrink:0;font-size:16px;display:inline-flex}.ChatInterface-module__hAVTKG__disclaimerText{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.ChatInterface-module__hAVTKG__disclaimerOpen .ChatInterface-module__hAVTKG__disclaimerText{white-space:normal;overflow:visible}.ChatInterface-module__hAVTKG__disclaimerOpen .material-symbols-outlined{transform:rotate(180deg)}.ChatInterface-module__hAVTKG__inputArea{padding:var(--space-sm)}.ChatInterface-module__hAVTKG__form{width:100%}.ChatInterface-module__hAVTKG__formWrapper{gap:var(--space-xs)}}
.ScrollProgress-module__jb-aYq__bar{transform-origin:0;z-index:1100;background:linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary-light) 50%, var(--color-text-accent) 100%);pointer-events:none;will-change:transform;height:3px;position:fixed;top:0;left:0;right:0;box-shadow:0 0 12px #4a90e28c}@media (prefers-reduced-motion:reduce){.ScrollProgress-module__jb-aYq__bar{box-shadow:none}}
.page-module__StoeQW__pageWrapper{height:var(--app-height,100dvh);background-color:var(--color-bg-secondary);overscroll-behavior:none;flex-direction:column;display:flex;position:relative;overflow:hidden}.page-module__StoeQW__chatLayout{z-index:10;flex-direction:column;flex:1;align-items:center;width:100%;min-height:0;margin:0;padding:0;display:flex;position:relative}
.GrainOverlay-module__PaLN_a__grain{pointer-events:none;z-index:999;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.95   0 0 0 0 0.95   0 0 0 0 0.95   0 0 0 0.4 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");background-size:240px 240px;position:fixed;inset:0}[data-theme=light] .GrainOverlay-module__PaLN_a__grain{mix-blend-mode:multiply;opacity:.04}