.chat-module__snP98q__chatContainer{background:var(--background);height:100vh;font-family:var(--font-google-sans);color:var(--text-primary);display:flex;position:relative;overflow:hidden}.chat-module__snP98q__sidebar{background:var(--bg-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid var(--border-color);z-index:10;flex-direction:column;flex-shrink:0;width:300px;min-width:300px;max-width:300px;height:100vh;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.chat-module__snP98q__sidebarCollapsed{width:60px;min-width:60px;max-width:60px;position:relative;overflow:visible}.chat-module__snP98q__sidebarCollapsed:hover{box-shadow:var(--shadow-lg);z-index:1000;width:300px!important;min-width:300px!important;max-width:300px!important}.chat-module__snP98q__sidebarContent{background:var(--bg-primary);flex-direction:column;flex:1;gap:0;height:100%;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.chat-module__snP98q__sidebarTopIcons{background:var(--bg-primary);flex-shrink:0;justify-content:space-between;align-items:center;min-height:56px;padding:0 12px;display:flex}.chat-module__snP98q__dummySearchContainer{background:var(--bg-primary);border:1px solid var(--border-color);cursor:pointer;box-shadow:var(--shadow-md);border-radius:24px;flex:1;align-items:center;max-width:200px;padding:10px 16px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.chat-module__snP98q__dummySearchContainer:hover{border-color:var(--border-hover);box-shadow:var(--shadow-lg)}.chat-module__snP98q__dummySearchContainer:active{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring-color);transform:scale(.98)}.chat-module__snP98q__dummySearchIcon{color:var(--text-muted);flex-shrink:0;margin-right:12px}.chat-module__snP98q__dummySearchText{color:var(--text-muted);-webkit-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;flex:1;font-family:Google Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:400;overflow:hidden}@media (max-width:768px){.chat-module__snP98q__sidebarTopIcons{justify-content:space-between;gap:12px;padding:0 16px}.chat-module__snP98q__dummySearchContainer{flex:1;order:1;max-width:none}.chat-module__snP98q__menuIcon{order:2;margin-left:0}.chat-module__snP98q__flexItemsSpace{display:none!important}.chat-module__snP98q__searchIcon{display:none}}@media (min-width:769px){.chat-module__snP98q__dummySearchContainer{display:none}}.chat-module__snP98q__menuIcon,.chat-module__snP98q__searchIcon{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex}.chat-module__snP98q__menuIcon:hover,.chat-module__snP98q__searchIcon:hover{background:var(--hover-bg);color:var(--text-primary)}.chat-module__snP98q__menuIcon:active,.chat-module__snP98q__searchIcon:active{background:var(--active-bg);transform:scale(.95)}.chat-module__snP98q__sidebarCollapsed .chat-module__snP98q__searchIcon,.chat-module__snP98q__sidebarCollapsed .chat-module__snP98q__searchContainer,.chat-module__snP98q__sidebarCollapsed .chat-module__snP98q__chatHistory{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s cubic-bezier(.4,0,.2,1),visibility .2s cubic-bezier(.4,0,.2,1)}.chat-module__snP98q__sidebarCollapsed:hover .chat-module__snP98q__searchIcon,.chat-module__snP98q__sidebarCollapsed:hover .chat-module__snP98q__searchContainer,.chat-module__snP98q__sidebarCollapsed:hover .chat-module__snP98q__chatHistory{opacity:1;visibility:visible;pointer-events:auto}.chat-module__snP98q__sidebarCollapsed .chat-module__snP98q__newChatButton,.chat-module__snP98q__sidebarCollapsed .chat-module__snP98q__settingsButton{border-radius:50%;justify-content:center;gap:0;min-width:44px;min-height:44px;margin:8px 12px;padding:12px}.chat-module__snP98q__sidebarCollapsed .chat-module__snP98q__newChatButton{margin-top:16px;margin-bottom:8px}.chat-module__snP98q__sidebarCollapsed .chat-module__snP98q__settingsButton{margin-top:8px;margin-bottom:16px}.chat-module__snP98q__sidebarCollapsed .chat-module__snP98q__newChatButtonText,.chat-module__snP98q__sidebarCollapsed .chat-module__snP98q__settingsButtonText{display:none}.chat-module__snP98q__sidebarCollapsed:hover .chat-module__snP98q__newChatButton,.chat-module__snP98q__sidebarCollapsed:hover .chat-module__snP98q__settingsButton{border-radius:24px;justify-content:center;gap:8px;min-width:auto;min-height:auto;margin:16px;padding:12px 16px}.chat-module__snP98q__sidebarCollapsed:hover .chat-module__snP98q__newChatButton{margin-bottom:8px}.chat-module__snP98q__sidebarCollapsed:hover .chat-module__snP98q__settingsButton{margin:8px 16px 16px}.chat-module__snP98q__sidebarCollapsed:hover .chat-module__snP98q__newChatButtonText,.chat-module__snP98q__sidebarCollapsed:hover .chat-module__snP98q__settingsButtonText{display:block}.chat-module__snP98q__sidebarCollapsed .chat-module__snP98q__settingsIcon{opacity:1;visibility:visible;pointer-events:auto}.chat-module__snP98q__searchContainer{border-bottom:1px solid var(--border-color);margin-bottom:8px;padding:0 16px 16px}.chat-module__snP98q__searchInput{border:1px solid var(--border-color);background:var(--input-bg);width:100%;color:var(--text-primary);font-size:14px;font-family:var(--font-google-sans);border-radius:24px;outline:none;padding:12px 16px;transition:all .15s cubic-bezier(.4,0,.2,1)}.chat-module__snP98q__searchInput:focus{border-color:var(--primary);background:var(--input-focus-bg);box-shadow:0 0 0 3px var(--ring-color)}.chat-module__snP98q__searchInput::placeholder{color:var(--text-muted)}.chat-module__snP98q__newChatButton{background:var(--primary);color:#fff;cursor:pointer;white-space:nowrap;font-size:14px;font-weight:500;font-family:var(--font-google-sans);box-shadow:var(--shadow-md);border:none;border-radius:24px;justify-content:center;align-items:center;gap:8px;margin:16px 16px 8px;padding:12px 16px;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex}.chat-module__snP98q__newChatButton:hover{background:var(--primary-hover);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.chat-module__snP98q__newChatButton:active{background:var(--primary-dark);box-shadow:var(--shadow-md);transform:translateY(0)}.chat-module__snP98q__newChatButtonCollapsed{border-radius:50%;justify-content:center;gap:0;min-width:44px;min-height:44px;padding:12px}.chat-module__snP98q__newChatButtonCollapsed .chat-module__snP98q__newChatButtonText{display:none}.chat-module__snP98q__newChatButtonText{font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1)}.chat-module__snP98q__newChatButtonTextHidden{opacity:0;width:0;margin-left:0;overflow:hidden}.chat-module__snP98q__settingsButton{color:var(--text-secondary);border:1px solid var(--border-color);cursor:pointer;white-space:nowrap;font-size:14px;font-weight:500;font-family:var(--font-google-sans);background:0 0;border-radius:24px;justify-content:center;align-items:center;gap:8px;margin:8px 16px 16px;padding:12px 16px;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex}.chat-module__snP98q__settingsButton:hover{background:var(--hover-bg);border-color:var(--text-secondary);color:var(--text-primary)}.chat-module__snP98q__settingsButton:active{background:var(--active-bg)}.chat-module__snP98q__settingsButtonCollapsed{border-radius:50%;justify-content:center;gap:0;min-width:44px;min-height:44px;padding:12px}.chat-module__snP98q__settingsButtonCollapsed .chat-module__snP98q__settingsButtonText{display:none}.chat-module__snP98q__settingsButtonText{font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1)}.chat-module__snP98q__chatHistory{flex-direction:column;flex:1;gap:2px;padding:0 8px 16px;display:flex;overflow-y:auto}.chat-module__snP98q__historySection{margin-bottom:16px}.chat-module__snP98q__recentHeading{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;font-size:11px;font-weight:500;font-family:var(--font-google-sans);margin-bottom:8px;padding:0 16px}.chat-module__snP98q__historyTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px;padding:0 16px;font-family:Google Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.chat-module__snP98q__historyTitleHidden{opacity:0;transform:translate(-10px)}.chat-module__snP98q__historyItem{cursor:pointer;color:var(--text-primary);background:0 0;border:none;border-radius:20px;align-items:center;gap:12px;margin:1px 0;padding:8px 16px;font-family:Google Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.chat-module__snP98q__historyItem:hover{background:var(--hover-bg)}.chat-module__snP98q__historyItem:active{background:var(--active-bg)}.chat-module__snP98q__historyItemActive{background:var(--primary-light);color:var(--primary)}.chat-module__snP98q__historyItemActive:hover{background:var(--primary-light)}.chat-module__snP98q__historyItemText{flex:1;min-width:0}.chat-module__snP98q__historyItemTitle{white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-weight:400;line-height:1.4;overflow:hidden}.chat-module__snP98q__historyItemTime{color:var(--text-secondary);opacity:.8;font-size:11px;font-weight:400}.chat-module__snP98q__historyItemDropdown{opacity:0;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.25rem;transition:opacity .2s}.chat-module__snP98q__historyItem:hover .chat-module__snP98q__historyItemDropdown{opacity:1}.chat-module__snP98q__historyItemDropdown:hover{background:var(--hover-bg)}.chat-module__snP98q__dropdownContainer{position:relative}.chat-module__snP98q__dropdownMenu{background:var(--bg-primary);border:1px solid var(--border-color);z-index:50;border-radius:.5rem;min-width:120px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.chat-module__snP98q__dropdownMenu button{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;padding:.5rem .75rem;font-size:.875rem;transition:background-color .2s;display:block}.chat-module__snP98q__dropdownMenu button:hover{background:var(--hover-bg)}.chat-module__snP98q__dropdownMenu button:last-child{color:var(--error)}.chat-module__snP98q__dropdownMenu button:last-child:hover{background:var(--bg-primary)}.chat-module__snP98q__dropdownContent{background:var(--bg-primary);border:1px solid var(--border-color);z-index:50;border-radius:.5rem;min-width:150px;padding:.25rem;animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);box-shadow:0 4px 6px -1px #0000001a}.chat-module__snP98q__dropdownItem{color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.25rem;outline:none;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:background-color .2s;display:flex}.chat-module__snP98q__dropdownItem:hover,.chat-module__snP98q__dropdownItem:focus{background:var(--hover-bg)}.chat-module__snP98q__dropdownItemDanger{color:var(--error)}.chat-module__snP98q__dropdownItemDanger:hover,.chat-module__snP98q__dropdownItemDanger:focus{background:var(--hover-bg)}.chat-module__snP98q__dropdownSeparator{background:var(--border-color);height:1px;margin:.25rem 0}.chat-module__snP98q__tooltipContent{background:var(--text-primary);color:var(--bg-primary);z-index:1000;border-radius:.375rem;padding:.5rem .75rem;font-size:.75rem;box-shadow:0 4px 6px -1px #0000001a}.chat-module__snP98q__tooltipArrow{fill:var(--text-primary)}.chat-module__snP98q__hidden{opacity:0;visibility:hidden;width:0;overflow:hidden}.chat-module__snP98q__historyItemTextHidden{opacity:0;width:0;transform:translate(-10px)}.chat-module__snP98q__collapseButton{background:var(--bg-primary);border:1px solid var(--border-color);cursor:pointer;z-index:90;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;right:-16px;transform:translateY(-50%);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;display:none!important}@media (min-width:768px){.chat-module__snP98q__collapseButton{display:flex}}.chat-module__snP98q__collapseButton:hover{background:var(--hover-bg);border-color:var(--primary);box-shadow:0 2px 8px #00000026}.chat-module__snP98q__collapseButton:active{background:var(--active-bg);transform:translateY(-50%)scale(.95)}.chat-module__snP98q__collapseButtonIcon{color:var(--text-secondary);transition:transform .2s cubic-bezier(.4,0,.2,1)}.chat-module__snP98q__collapseButton:hover .chat-module__snP98q__collapseButtonIcon{color:var(--primary)}.chat-module__snP98q__collapseButtonIconRotated{transform:rotate(180deg)}.chat-module__snP98q__mainArea{z-index:5;flex-direction:column;flex:1;min-width:0;display:flex;position:relative}.chat-module__snP98q__chatHeader{border-bottom:1px solid var(--border-color);background:var(--background);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:40;justify-content:space-between;align-items:center;min-height:3.5rem;padding:0 .75rem;display:flex;position:sticky;top:0}.chat-module__snP98q__headerLeft{align-items:center;gap:2rem;display:flex}.chat-module__snP98q__headerCenter{max-width:600px;margin:0 1rem 0 auto}.chat-module__snP98q__headerRight,.chat-module__snP98q__mainNav{align-items:center;display:flex}.chat-module__snP98q__navList{gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.chat-module__snP98q__navLink{color:var(--text-secondary);padding:.5rem 0;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.chat-module__snP98q__navLink:hover{color:var(--text-primary)}.chat-module__snP98q__mobileLayout{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:none}.chat-module__snP98q__mobileLogoLink{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.chat-module__snP98q__mobileSearchContainer{flex:1;max-width:400px}.chat-module__snP98q__mobileMenuButton{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.chat-module__snP98q__mobileMenuButton:hover{background-color:var(--bg-secondary)}.chat-module__snP98q__mobileChatToggle{z-index:30;background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:none;position:fixed;top:4rem;left:.5rem;box-shadow:0 4px 12px #1a73e84d}.chat-module__snP98q__mobileChatToggle:hover{background:var(--primary-hover);transform:scale(1.05)}.chat-module__snP98q__mobileChatToggle:active{transform:scale(.95)}.chat-module__snP98q__mobileDrawerBackdrop{z-index:90;background:#00000080;animation:.2s ease-in-out chat-module__snP98q__fadeIn;position:fixed;inset:0}.chat-module__snP98q__mobileDrawerLogo{color:inherit;text-decoration:none}.chat-module__snP98q__mobileDrawerClose{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.5rem;transition:all .2s}.chat-module__snP98q__mobileDrawerClose:hover{background:var(--hover-bg);color:var(--text-primary)}.chat-module__snP98q__mobileDrawerNav{flex:1;padding:1rem 0;overflow-y:auto}.chat-module__snP98q__mobileDrawerNavList{margin:0;padding:0;list-style:none}.chat-module__snP98q__mobileDrawerNavLink{color:var(--text-primary);border-left:3px solid #0000;align-items:center;padding:.875rem 1.5rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.chat-module__snP98q__mobileDrawerNavLink:hover{background:var(--hover-bg);border-left-color:var(--primary)}.chat-module__snP98q__mobileDrawerFooter{border-top:1px solid var(--border-color);padding:1rem}.chat-module__snP98q__mobileDrawerLogout{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.75rem;padding:.875rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.chat-module__snP98q__mobileDrawerLogout:hover{background:var(--hover-bg);color:var(--error)}.chat-module__snP98q__mobileMenuButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;transition:all .15s cubic-bezier(.4,0,.2,1);display:none}.chat-module__snP98q__mobileMenuButton:hover{background:var(--hover-bg)}.chat-module__snP98q__mobileMenuButton:active{background:var(--active-bg)}@media (max-width:768px){.chat-module__snP98q__mobileMenuButton{display:flex}}.chat-module__snP98q__chatTitle{color:var(--text-primary);font-size:22px;font-weight:400;font-family:var(--font-google-sans);text-transform:capitalize;width:100%;margin:0;position:relative}.chat-module__snP98q__logoLink{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:flex}.chat-module__snP98q__logoLink:hover{opacity:.8}.chat-module__snP98q__desktopLogo{display:block}.chat-module__snP98q__mobileLogo{display:none}.chat-module__snP98q__logoLink img{filter:invert()sepia(0%)saturate(0%)hue-rotate(93deg)brightness(103%)contrast(103%)}@media (prefers-color-scheme:dark){.chat-module__snP98q__logoLink img{filter:invert(21%)sepia(14%)saturate(682%)hue-rotate(176deg)brightness(95%)contrast(88%)}}@media (max-width:768px){.chat-module__snP98q__desktopLogo{display:none}.chat-module__snP98q__mobileLogo{display:block}.chat-module__snP98q__headerLeft,.chat-module__snP98q__headerCenter,.chat-module__snP98q__headerRight{display:none}.chat-module__snP98q__mobileLayout,.chat-module__snP98q__mobileChatToggle{display:flex!important}}.chat-module__snP98q__profileDropdown:after{content:"";background-color:#0000;width:100%;height:.75rem;position:absolute;top:100%;left:0}.chat-module__snP98q__profileButton{border:1px solid var(--border-color);cursor:pointer;width:2.3rem;height:2.3rem;color:var(--text-secondary);background-color:#0000;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;position:relative}.chat-module__snP98q__profileButton:hover{color:var(--text-primary);box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--border-color)}.chat-module__snP98q__accountDropdown{display:inline-block;position:relative}.chat-module__snP98q__accountDropdown:after{content:"";background-color:#0000;width:100%;height:.75rem;position:absolute;top:100%;left:0}.chat-module__snP98q__accountDropdownMenu{background-color:var(--bg-primary);border:1px solid var(--border-color);width:12rem;box-shadow:var(--shadow-lg);z-index:100;opacity:0;visibility:hidden;border-radius:.5rem;padding:.5rem;transition:opacity .2s ease-in-out,transform .2s ease-in-out,visibility 0s linear .2s;position:absolute;top:calc(100% + .75rem);right:0;transform:translateY(-10px)}.chat-module__snP98q__accountDropdown:hover .chat-module__snP98q__accountDropdownMenu{opacity:1;visibility:visible;transition:opacity .2s ease-in-out,transform .2s ease-in-out,visibility linear;transform:translateY(0)}.chat-module__snP98q__accountDropdownItem{color:var(--text-primary);cursor:pointer;text-align:left;background-color:#0000;border:none;border-radius:.25rem;align-items:center;gap:.5rem;width:100%;margin:0;padding:.5rem;font-size:.875rem;text-decoration:none;transition:background-color .2s;display:flex}.chat-module__snP98q__accountDropdownItem:hover{background-color:var(--hover-bg)}.chat-module__snP98q__accountDropdownIcon{color:var(--text-muted);flex-shrink:0}.chat-module__snP98q__accountDropdownDivider{background-color:var(--border-color);height:1px;margin:.5rem 0}.chat-module__snP98q__chatMessages{scroll-behavior:smooth;flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:16px;padding:24px;display:flex;position:relative;overflow:hidden auto}.chat-module__snP98q__chatMessages.chat-module__snP98q__hasMessages{justify-content:flex-start}.chat-module__snP98q__emptyState{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;min-height:0;padding:0 24px;display:flex}.chat-module__snP98q__emptyStateIcon{width:64px;height:64px;color:var(--text-muted);opacity:.8;z-index:1;margin-bottom:24px;animation:3s ease-in-out infinite chat-module__snP98q__float;position:relative}.chat-module__snP98q__emptyStateIconNoMotion{width:64px;height:64px;color:var(--text-muted);opacity:.8;z-index:1;margin-bottom:24px;position:relative}@keyframes chat-module__snP98q__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.chat-module__snP98q__emptyStateTitle{color:var(--text-primary);z-index:1;background:linear-gradient(135deg,var(--primary),var(--primary-hover));-webkit-text-fill-color:transparent;font-size:2.5rem;font-weight:700;font-family:var(--font-google-sans);-webkit-background-clip:text;background-clip:text;margin:0 0 16px;position:relative}.chat-module__snP98q__emptyStateDescription{color:var(--text-secondary);z-index:1;max-width:500px;margin:0 0 48px;font-size:1rem;font-weight:400;line-height:1.6;position:relative}.chat-module__snP98q__emptyStateInputArea{width:100%;max-width:768px;margin-top:24px}.chat-module__snP98q__emptyStateInputContainer{position:relative}.chat-module__snP98q__message{z-index:1;gap:1rem;max-width:992px;animation:.4s cubic-bezier(.4,0,.2,1) chat-module__snP98q__messageSlideIn;display:flex;position:relative;overflow:visible}.chat-module__snP98q__messageNoMotion{gap:1rem;max-width:992px;display:flex;position:relative}.chat-module__snP98q__messageUser{flex-direction:row-reverse;margin-bottom:1.5rem;margin-left:auto;margin-right:1rem}.chat-module__snP98q__messageBot{width:100%;margin-bottom:1.5rem;margin-left:0;margin-right:auto}.chat-module__snP98q__messageAvatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:none;position:relative;overflow:hidden}.chat-module__snP98q__messageAvatarUser{color:var(--primary);border:1px solid var(--border-color)}.chat-module__snP98q__messageAvatarAi{background:linear-gradient(135deg,var(--bg-alternate),var(--bg-primary));border:1px solid var(--border-color);color:var(--primary)}.chat-module__snP98q__messageContent{word-wrap:break-word;z-index:1;flex:1;width:100%;position:relative;overflow:visible}.chat-module__snP98q__messageContentUser{text-align:right}.chat-module__snP98q__messageBubble{word-wrap:break-word;box-sizing:border-box;z-index:1;border-radius:18px;max-width:100%;padding:12px 16px;font-family:Google Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.4;transition:all .15s;position:relative;overflow:visible}.chat-module__snP98q__messageBubbleUser{background:var(--primary-light);border-bottom-right-radius:4px;font-size:1rem}.chat-module__snP98q__messageBubbleAi{color:var(--text-primary);z-index:1;border-bottom-left-radius:4px;position:relative;overflow:visible}.chat-module__snP98q__messageTime{color:var(--text-muted);margin-top:0;margin-left:1rem;font-size:.8rem;font-weight:500;transition:color .3s}.chat-module__snP98q__messageFooter{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.75rem;display:flex}.chat-module__snP98q__botResponseLoading{color:var(--text-muted);border-radius:1.5rem 1.5rem 1.5rem .5rem;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:.95rem;font-style:italic;display:flex;position:relative}.chat-module__snP98q__botResponseLoading:before{content:"";border:2px solid var(--border-color);border-top:2px solid var(--primary);border-radius:50%;flex-shrink:0;width:20px;height:20px;animation:1s linear infinite chat-module__snP98q__botIconSpin}.chat-module__snP98q__justASecText{animation:2s ease-in-out infinite chat-module__snP98q__fadeInOut}@keyframes chat-module__snP98q__botIconSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes chat-module__snP98q__fadeInOut{0%,to{opacity:.6}50%{opacity:1}}.chat-module__snP98q__messageTimeUser{text-align:right}.chat-module__snP98q__inputArea{background:0 0;padding:24px;position:relative}.chat-module__snP98q__inputAreaCentered{z-index:20;width:calc(100% - 48px);max-width:700px;padding:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chat-module__snP98q__inputContainer{max-width:768px;margin:0 auto;position:relative}.chat-module__snP98q__attachedFiles{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.chat-module__snP98q__attachedFile{background:var(--input-bg);border:1px solid var(--border-color);color:var(--text-primary);border-radius:16px;align-items:center;gap:8px;padding:8px 12px;font-family:Google Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;display:flex}.chat-module__snP98q__attachedFileName{text-overflow:ellipsis;white-space:nowrap;max-width:150px;overflow:hidden}.chat-module__snP98q__removeFileButton{cursor:pointer;width:20px;height:20px;color:var(--text-secondary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex}.chat-module__snP98q__removeFileButton:hover{background:var(--hover-bg);color:var(--text-primary)}.chat-module__snP98q__inputBox{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:24px;transition:all .15s cubic-bezier(.4,0,.2,1);overflow:hidden}.chat-module__snP98q__inputBox.chat-module__snP98q__singleLineBox{border-radius:25px;align-items:center;min-height:48px;max-height:48px;padding:0 8px 0 16px;display:flex}.chat-module__snP98q__inputBox:focus-within{border-color:var(--primary);box-shadow:0 2px 8px var(--ring-color)}.chat-module__snP98q__textInput{width:100%;color:var(--text-primary);resize:none;min-height:48px;max-height:48px;font-size:16px;line-height:1.5;font-family:var(--font-google-sans);background:0 0;border:none;outline:none;padding:12px 16px;font-weight:400}.chat-module__snP98q__textInputSingleLine{flex:1;white-space:nowrap!important;height:32px!important;min-height:32px!important;max-height:32px!important;padding:0!important;overflow:hidden!important}.chat-module__snP98q__textInput::placeholder{color:var(--text-muted);font-weight:400}.chat-module__snP98q__inputActionsRow{justify-content:space-between;align-items:center;padding:6px 12px 12px;display:flex}.chat-module__snP98q__inputActionsRowSingleLine{flex-shrink:0;align-items:center;gap:4px;padding:0;display:flex}.chat-module__snP98q__leftActions{align-items:center;gap:4px;display:flex}.chat-module__snP98q__leftActionsSingleLine{display:none}.chat-module__snP98q__actionButton{cursor:pointer;width:36px;height:36px;color:var(--text-secondary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex}.chat-module__snP98q__actionButtonSingleLine{border-radius:50%;width:32px;height:32px}.chat-module__snP98q__actionButton:hover{background:var(--hover-bg);color:var(--text-primary)}.chat-module__snP98q__actionButton:active{background:#3c40431f}.chat-module__snP98q__actionButton.chat-module__snP98q__recording{background:var(--bg-primary);color:var(--error);animation:1.5s infinite chat-module__snP98q__micPulse}.chat-module__snP98q__actionButton.chat-module__snP98q__recording:hover{background:var(--hover-bg);color:var(--error)}.chat-module__snP98q__fileInput{display:none}.chat-module__snP98q__sendButton{background:var(--primary);cursor:pointer;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.chat-module__snP98q__sendButtonSingleLine{width:32px;height:32px}.chat-module__snP98q__sendButton:hover:not(:disabled){background:var(--primary-hover);box-shadow:0 2px 8px var(--ring-color);transform:scale(1.05)}.chat-module__snP98q__sendButton:active:not(:disabled){background:var(--primary-dark);transform:scale(1)}.chat-module__snP98q__sendButton:disabled{background:var(--border-color);cursor:not-allowed;color:var(--text-muted);box-shadow:none}.chat-module__snP98q__fileUpload{position:relative;overflow:hidden}.chat-module__snP98q__fileInput{opacity:0;position:absolute;left:-9999px}.chat-module__snP98q__micRecording{animation:1.5s infinite chat-module__snP98q__micPulse;background:var(--error)!important;color:#fff!important;box-shadow:0 4px 14px #dc262666,0 2px 6px #dc26264d!important}.chat-module__snP98q__micRecording:before{background:#fff3!important}@keyframes chat-module__snP98q__messageSlideIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes chat-module__snP98q__micPulse{0%,to{transform:scale(1);box-shadow:0 0 #d9302566}50%{transform:scale(1.05);box-shadow:0 0 0 8px #d9302500}}@keyframes chat-module__snP98q__shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@media (max-width:768px){.chat-module__snP98q__sidebar{z-index:100;width:100vw;height:100vh;box-shadow:none;max-width:100%;position:fixed;top:0;left:0;transform:translate(-100%)}.chat-module__snP98q__sidebarOpen{transform:translate(0);box-shadow:0 0 40px #0000004d,0 0 20px #0003}.chat-module__snP98q__mainArea{width:100%}.chat-module__snP98q__collapseButton{display:none}.chat-module__snP98q__newChatButton,.chat-module__snP98q__settingsButton{justify-content:center;border-radius:24px!important;gap:8px!important;min-width:auto!important;min-height:auto!important;margin:16px!important;padding:12px 16px!important}.chat-module__snP98q__settingsButton{margin:8px 16px 16px!important}.chat-module__snP98q__newChatButtonText,.chat-module__snP98q__settingsButtonText{display:block!important}.chat-module__snP98q__chatMessages{gap:1.5rem;padding:1.5rem}.chat-module__snP98q__inputArea{padding:1.5rem}.chat-module__snP98q__inputWrapper{border-radius:1.5rem;padding:1rem 1.25rem}.chat-module__snP98q__emptyState{gap:1.5rem;padding:2rem}.chat-module__snP98q__emptyStateTitle{font-size:1.5rem}.chat-module__snP98q__emptyStateDescription{font-size:1rem}.chat-module__snP98q__emptyStateIcon{width:72px;height:72px}.chat-module__snP98q__chatHeader{padding:0 .75rem}.chat-module__snP98q__chatTitle{font-size:1.125rem}.chat-module__snP98q__newChatButtonText,.chat-module__snP98q__historyTitle,.chat-module__snP98q__historyItemTitle{opacity:1!important;width:auto!important;margin-left:.75rem!important;display:block!important}.chat-module__snP98q__newChatButtonCollapsed .chat-module__snP98q__newChatButtonText{display:block!important}.chat-module__snP98q__sidebar{z-index:30;width:320px;height:100dvh;transition:left .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:-100%}.chat-module__snP98q__sidebarOpen{left:0}.chat-module__snP98q__inputWrapper{gap:.5rem;padding:.75rem}.chat-module__snP98q__inputTopRow{gap:.5rem}.chat-module__snP98q__sendButton{width:36px;height:36px}.chat-module__snP98q__inputAction{width:28px;height:28px}.chat-module__snP98q__sidebarHoverOpen{width:280px}}@media (max-width:480px){.chat-module__snP98q__sidebarContent{padding:0}.chat-module__snP98q__chatMessages,.chat-module__snP98q__inputArea{padding:1rem}.chat-module__snP98q__inputWrapper{gap:.75rem;padding:.875rem 1rem}.chat-module__snP98q__inputAction,.chat-module__snP98q__sendButton{width:40px;height:40px}.chat-module__snP98q__textInput{font-size:1rem}.chat-module__snP98q__newChatButton{padding:.875rem 1rem;font-size:.9rem}}@keyframes chat-module__snP98q__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.chat-module__snP98q__loading{background:linear-gradient(90deg,var(--skeleton-bg)25%,#ffffff4d 50%,var(--skeleton-bg)75%);background-size:1000px 100%;animation:2s infinite chat-module__snP98q__shimmer}@media (max-width:768px){.chat-module__snP98q__sidebar{z-index:100;width:100%;height:100%;box-shadow:none;position:absolute;top:0;left:0;transform:translate(-100%)}.chat-module__snP98q__sidebarOpen{transform:translate(0);box-shadow:0 0 40px #0000004d,0 0 20px #0003}.chat-module__snP98q__mainArea{width:100%}.chat-module__snP98q__collapseButton{display:none}.chat-module__snP98q__chatMessages{gap:1.5rem;padding:1.5rem}.chat-module__snP98q__inputArea{padding:1.5rem}.chat-module__snP98q__inputWrapper{border-radius:1.5rem;padding:1rem 1.25rem}.chat-module__snP98q__messageUser{width:85%;margin-bottom:1rem;margin-left:auto;margin-right:.5rem}.chat-module__snP98q__messageBot{width:100%;margin-bottom:1rem;margin-left:.5rem;margin-right:0}.chat-module__snP98q__emptyState{gap:1.5rem;padding:0 1rem}.chat-module__snP98q__emptyStateTitle{font-size:1.5rem}.chat-module__snP98q__emptyStateDescription{font-size:1rem}.chat-module__snP98q__emptyStateIcon{width:72px;height:72px}.chat-module__snP98q__chatHeader{justify-content:space-between;padding:0 .75rem}.chat-module__snP98q__chatTitle{text-align:center;flex:1;font-size:1.125rem}}@media (max-width:480px){.chat-module__snP98q__sidebarContent{padding:0}.chat-module__snP98q__chatMessages,.chat-module__snP98q__inputArea{padding:1rem}.chat-module__snP98q__inputWrapper{gap:.75rem;padding:.875rem 1rem}.chat-module__snP98q__inputAction,.chat-module__snP98q__sendButton{width:40px;height:40px}.chat-module__snP98q__textInput{font-size:1rem}.chat-module__snP98q__newChatButton{padding:.875rem 1rem;font-size:.9rem}}.chat-module__snP98q__chatHistory::-webkit-scrollbar{width:6px}.chat-module__snP98q__chatMessages::-webkit-scrollbar{width:6px}.chat-module__snP98q__chatHistory::-webkit-scrollbar-track{background:0 0;border-radius:3px}.chat-module__snP98q__chatMessages::-webkit-scrollbar-track{background:0 0;border-radius:3px}.chat-module__snP98q__chatHistory::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px;transition:background .3s}.chat-module__snP98q__chatMessages::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px;transition:background .3s}.chat-module__snP98q__chatHistory::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}.chat-module__snP98q__chatMessages::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}.chat-module__snP98q__tableContainer,.chat-module__snP98q__tableContainer *,.chat-module__snP98q__tableWrapper,.chat-module__snP98q__tableWrapper *{scrollbar-width:none!important}.chat-module__snP98q__tableContainer::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.chat-module__snP98q__tableContainer ::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.chat-module__snP98q__tableWrapper::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.chat-module__snP98q__tableWrapper ::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.chat-module__snP98q__chatHistory,.chat-module__snP98q__chatMessages{scroll-behavior:smooth}.chat-module__snP98q__newChatButton:focus,.chat-module__snP98q__settingsButton:focus,.chat-module__snP98q__collapseButton:focus,.chat-module__snP98q__profileButton:focus,.chat-module__snP98q__inputAction:focus,.chat-module__snP98q__sendButton:focus{outline:2px solid var(--primary);outline-offset:2px}.chat-module__snP98q__historyItem:focus{outline:2px solid var(--primary);outline-offset:-2px}@media (prefers-contrast:high){.chat-module__snP98q__sidebar{border-right:2px solid var(--border-color)}.chat-module__snP98q__inputWrapper,.chat-module__snP98q__messageBubble{border-width:2px}}@media (prefers-reduced-motion:reduce){.chat-module__snP98q__emptyStateIcon,.chat-module__snP98q__message,.chat-module__snP98q__micRecording,.chat-module__snP98q__loading{animation:none}}.chat-module__snP98q__markdownContent{color:inherit;word-wrap:break-word;box-sizing:border-box;max-width:none;font-size:1rem;line-height:1.6}.chat-module__snP98q__markdownContent h1,.chat-module__snP98q__markdownContent h2,.chat-module__snP98q__markdownContent h3,.chat-module__snP98q__markdownContent h4,.chat-module__snP98q__markdownContent h5,.chat-module__snP98q__markdownContent h6{color:var(--text-primary);margin:1.5em 0 .5em;font-weight:600;line-height:1.3}.chat-module__snP98q__markdownContent h1:first-child,.chat-module__snP98q__markdownContent h2:first-child,.chat-module__snP98q__markdownContent h3:first-child,.chat-module__snP98q__markdownContent h4:first-child,.chat-module__snP98q__markdownContent h5:first-child,.chat-module__snP98q__markdownContent h6:first-child{margin-top:0}.chat-module__snP98q__markdownContent h1{border-bottom:1px solid var(--border-color);padding-bottom:.3em;font-size:1.5em}.chat-module__snP98q__markdownContent h2{font-size:1.25em}.chat-module__snP98q__markdownContent h3{font-size:1.1em}.chat-module__snP98q__markdownContent h4,.chat-module__snP98q__markdownContent h5,.chat-module__snP98q__markdownContent h6{font-size:1em}.chat-module__snP98q__markdownContent p{margin:.8em 0}.chat-module__snP98q__markdownContent p:first-child{margin-top:0}.chat-module__snP98q__markdownContent p:last-child{margin-bottom:0}.chat-module__snP98q__markdownContent ul,.chat-module__snP98q__markdownContent ol{margin:.8em 0;padding-left:1.5em}.chat-module__snP98q__markdownContent li{margin:.3em 0}.chat-module__snP98q__markdownContent blockquote{border-left:4px solid var(--primary);background:var(--input-bg);color:var(--text-secondary);margin:1em 0;padding:.5em 1em;font-style:italic}.chat-module__snP98q__markdownContent code{background:var(--input-bg);color:var(--error);border-radius:3px;padding:.15em .3em;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:.9em}.chat-module__snP98q__markdownContent pre{background:var(--input-bg);border:1px solid var(--border-color);border-radius:8px;margin:1em 0;padding:1em;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:.85em;line-height:1.4;overflow-x:auto}.chat-module__snP98q__markdownContent pre code{color:var(--text-primary);background:0 0;border-radius:0;padding:0}.chat-module__snP98q__markdownContent a{color:var(--primary);text-decoration:none}.chat-module__snP98q__markdownContent a:hover{text-decoration:underline}.chat-module__snP98q__markdownContent strong,.chat-module__snP98q__markdownContent b{color:var(--text-primary);font-weight:600}.chat-module__snP98q__markdownContent em,.chat-module__snP98q__markdownContent i{font-style:italic}.chat-module__snP98q__markdownContent hr{border:none;border-top:1px solid var(--border-color);margin:1.5em 0}.chat-module__snP98q__markdownContent img{border-radius:4px;max-width:100%;height:auto;margin:.5em 0}@media (prefers-color-scheme:dark){.chat-module__snP98q__markdownContent h1,.chat-module__snP98q__markdownContent h2,.chat-module__snP98q__markdownContent h3,.chat-module__snP98q__markdownContent h4,.chat-module__snP98q__markdownContent h5,.chat-module__snP98q__markdownContent h6{color:var(--text-secondary)}.chat-module__snP98q__markdownContent h1{border-bottom-color:var(--border-color)}.chat-module__snP98q__markdownContent blockquote{background:var(--bg-alternate);color:var(--text-muted);border-left-color:var(--primary)}.chat-module__snP98q__markdownContent code{background:var(--bg-alternate);color:var(--error)}.chat-module__snP98q__markdownContent pre{background:var(--bg-alternate);border-color:var(--border-color)}.chat-module__snP98q__markdownContent pre code{color:var(--text-secondary)}.chat-module__snP98q__markdownContent th,.chat-module__snP98q__markdownContent td{border-color:var(--border-color)}.chat-module__snP98q__markdownContent th{background:var(--bg-alternate);color:var(--text-secondary)}.chat-module__snP98q__markdownContent tr:nth-child(2n){background:var(--bg-alternate)}.chat-module__snP98q__markdownContent a{color:var(--primary)}.chat-module__snP98q__markdownContent strong,.chat-module__snP98q__markdownContent b{color:var(--text-primary)}.chat-module__snP98q__markdownContent hr{border-top-color:var(--border-color)}}.chat-module__snP98q__mobileMenuOverlay{z-index:50;background:#00000080;position:fixed;inset:0}@media (min-width:768px){.chat-module__snP98q__mobileMenuOverlay{display:none}}.chat-module__snP98q__flexItems{align-items:center;display:flex}.chat-module__snP98q__flexItemsSpace{align-items:center;gap:.25rem;display:flex}.chat-module__snP98q__emptyStateContainer{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:800px;margin:-6rem auto 0;display:flex}.chat-module__snP98q__emptyStateIcon{background:var(--primary-light);border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1.5rem;display:flex}.chat-module__snP98q__emptyStateIconSvg{width:2rem;height:2rem;color:var(--primary)}.chat-module__snP98q__emptyStateTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:2rem;font-weight:600}.chat-module__snP98q__emptyStateDescription{color:var(--text-secondary);margin-bottom:1.5rem}.chat-module__snP98q__emptyStatePrompts{color:var(--text-muted);flex-direction:column;gap:.5rem;font-size:.875rem;display:flex}.chat-module__snP98q__emptyStatePromptsList{text-align:left;flex-direction:column;gap:.25rem;display:flex}.chat-module__snP98q__emptyStatePromptItem{background:var(--bg-alternate);color:var(--text-secondary);border-radius:.5rem;padding:.75rem}.chat-module__snP98q__attachmentsList{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.chat-module__snP98q__attachmentItem{opacity:.8;border-radius:.25rem;align-items:center;gap:.5rem;padding:.25rem .5rem;font-size:.75rem;display:flex}.chat-module__snP98q__spinnerAvatar{border:2px solid var(--primary);border-top-color:#0000;border-radius:50%;width:2.5rem;height:2.5rem;animation:1s linear infinite chat-module__snP98q__spin;position:absolute}.chat-module__snP98q__typingIndicatorContainer{align-items:center;gap:.5rem;display:flex}.chat-module__snP98q__typingDots{gap:.25rem;display:flex}.chat-module__snP98q__typingDot{background:var(--text-muted);border-radius:50%;width:.5rem;height:.5rem;animation:1.4s ease-in-out infinite chat-module__snP98q__bounce}.chat-module__snP98q__typingDot:nth-child(2){animation-delay:.1s}.chat-module__snP98q__typingDot:nth-child(3){animation-delay:.2s}.chat-module__snP98q__typingText{color:var(--text-secondary);font-size:.875rem}.chat-module__snP98q__sendSpinner{border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:1rem;height:1rem;animation:1s linear infinite chat-module__snP98q__spin}@keyframes chat-module__snP98q__spin{to{transform:rotate(360deg)}}@keyframes chat-module__snP98q__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (prefers-color-scheme:dark){.chat-module__snP98q__emptyStateIcon{background:#60a5fa26}.chat-module__snP98q__emptyStateIconSvg{color:var(--primary)}.chat-module__snP98q__emptyStateTitle{color:var(--text-primary)}.chat-module__snP98q__emptyStateDescription{color:var(--text-secondary)}.chat-module__snP98q__emptyStatePrompts{color:var(--text-muted)}.chat-module__snP98q__emptyStatePromptItem{background:var(--bg-primary);color:var(--text-secondary)}.chat-module__snP98q__spinnerAvatar{border-color:var(--primary)}.chat-module__snP98q__typingDot{background:var(--text-muted)}.chat-module__snP98q__typingText{color:var(--text-secondary)}}.chat-module__snP98q__messageError{border-color:var(--error)!important;color:var(--error)!important;background:#d930251a!important}@media (prefers-color-scheme:dark){.chat-module__snP98q__messageError{color:#fb7185!important;background:#fb71851a!important;border-color:#fb7185!important}}@media (max-width:768px){.chat-module__snP98q__emptyStateTitle{font-size:2rem!important}.chat-module__snP98q__emptyStateDescription{font-size:1.125rem!important}.chat-module__snP98q__emptyStateInputArea{margin-top:16px}}@media (max-width:480px){.chat-module__snP98q__emptyStateTitle{font-size:1.75rem!important}.chat-module__snP98q__emptyStateDescription{font-size:1rem!important}.chat-module__snP98q__emptyStateInputArea{margin-top:12px}}.chat-module__snP98q__chatMessages table{table-layout:fixed;white-space:nowrap;border-collapse:collapse;border:1px solid var(--border-color);border-radius:var(--border-radius-md);width:100%;overflow-x:auto}.chat-module__snP98q__chatMessages table th,.chat-module__snP98q__chatMessages table td{text-align:left;border-bottom:1px solid var(--border-color);white-space:nowrap;text-overflow:ellipsis;min-width:120px;padding:12px;overflow:hidden}.chat-module__snP98q__chatMessages table th{background-color:var(--bg-alternate);color:var(--text-primary);z-index:1;font-weight:600;position:sticky;top:0}.chat-module__snP98q__chatMessages table td{color:var(--text-primary)}.chat-module__snP98q__chatMessages table tbody tr:hover{background-color:var(--hover-bg)}.chat-module__snP98q__chatMessages table tbody tr:last-child td{border-bottom:none}.chat-module__snP98q__chatMessages .chat-module__snP98q__table-container{border-radius:var(--border-radius-md);border:1px solid var(--border-color);max-width:100%;overflow:auto visible}.chat-module__snP98q__chatMessages .chat-module__snP98q__table-container::-webkit-scrollbar{height:8px}.chat-module__snP98q__chatMessages .chat-module__snP98q__table-container::-webkit-scrollbar-track{background:var(--bg-alternate);border-radius:4px}.chat-module__snP98q__chatMessages .chat-module__snP98q__table-container::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:4px}.chat-module__snP98q__chatMessages .chat-module__snP98q__table-container::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.chat-module__snP98q__messageBubble table{white-space:nowrap;border-collapse:collapse;min-width:100%;display:block;overflow-x:auto}.chat-module__snP98q__messageBubble table thead,.chat-module__snP98q__messageBubble table tbody{table-layout:fixed;width:100%;display:table}.chat-module__snP98q__messageBubble table th,.chat-module__snP98q__messageBubble table td{white-space:nowrap;text-overflow:ellipsis;border:1px solid var(--border-color);padding:8px 12px;overflow:hidden;min-width:100px!important}.chat-module__snP98q__messageBubble table th{background:var(--bg-alternate);color:var(--text-primary);font-weight:600}.chat-module__snP98q__messageBubble table td{background:var(--bg-primary);color:var(--text-primary)}.chat-module__snP98q__messageBubble table::-webkit-scrollbar{height:6px}.chat-module__snP98q__messageBubble table::-webkit-scrollbar-track{background:var(--bg-alternate);border-radius:3px}.chat-module__snP98q__messageBubble table::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.chat-module__snP98q__messageBubble table::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}.chat-module__snP98q__messageBubble pre{border-radius:8px;margin:8px 0;padding:12px;font-family:Courier New,Consolas,Monaco,monospace;overflow-x:auto;background:var(--bg-alternate)!important;color:var(--text-primary)!important;border:1px solid var(--border-color)!important}.chat-module__snP98q__messageBubble code{border-radius:4px;padding:2px 6px;font-family:Courier New,Consolas,Monaco,monospace;background:var(--bg-alternate)!important;color:var(--text-primary)!important}.chat-module__snP98q__messageBubble blockquote{border-left:4px solid var(--primary);background:var(--bg-alternate);color:var(--text-secondary);margin:8px 0;padding:12px 16px}.chat-module__snP98q__messageBubble ul,.chat-module__snP98q__messageBubble ol{color:var(--text-primary)}.chat-module__snP98q__messageBubble li{color:var(--text-primary);margin:4px 0}.chat-module__snP98q__messageBubble a{color:var(--primary);text-decoration:underline}.chat-module__snP98q__messageBubble a:hover{color:var(--primary-hover)}.chat-module__snP98q__inputHelp{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.chat-module__snP98q__inputHelpVisible{color:var(--text-secondary);opacity:.7;margin-top:4px;padding:0 8px;font-size:11px;line-height:1.3;transition:opacity .2s}.chat-module__snP98q__inputHelpVisible:hover{opacity:1}.chat-module__snP98q__tableContainer{scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;z-index:100;overscroll-behavior-x:contain;overscroll-behavior-y:auto;isolation:isolate;width:100%;max-width:none;margin-left:-20%;margin-right:-20%;padding-left:20%;padding-right:20%;position:relative;overflow:auto visible}.chat-module__snP98q__tableContainer:hover{z-index:150}.chat-module__snP98q__tableContainer:before{display:none}.chat-module__snP98q__tableContainer::-webkit-scrollbar{width:0;height:0;display:none}.chat-module__snP98q__tableWrapper{--thread-gutter-size:calc((100cqw - min(calc(100cqw - calc(.25rem*4)*2),40rem))/2);--thread-content-margin:calc(.25rem*4);pointer-events:auto;z-index:15;border-radius:8px;outline:none;width:fit-content;min-width:100%;max-width:calc(100cqw - 20rem);margin-inline:-1rem;padding:1rem;display:block;position:relative;overflow:visible}.chat-module__snP98q__tableWrapper:focus{outline:2px solid var(--primary-color);outline-offset:2px;z-index:25}.chat-module__snP98q__tableWrapper:hover{z-index:25}.chat-module__snP98q__markdownContent table{border-collapse:separate;border-spacing:0;table-layout:auto;text-indent:0;z-index:20;border-radius:6px;width:fit-content;min-width:300px;max-width:100%;font-size:.875em;line-height:1.71429;position:relative;overflow:hidden}.chat-module__snP98q__markdownContent table[data-wide=true] th:first-child,.chat-module__snP98q__markdownContent table[data-wide=true] td:first-child{z-index:30;background:var(--background);border-right:2px solid var(--border-color);position:sticky;left:0;box-shadow:2px 0 4px #0000001a}.chat-module__snP98q__markdownContent .chat-module__snP98q__tableWrapper.chat-module__snP98q__narrow{width:fit-content;max-width:100%;margin-inline:0;padding:.5rem}.chat-module__snP98q__markdownContent .chat-module__snP98q__tableWrapper.chat-module__snP98q__narrow table{width:fit-content;min-width:200px}.chat-module__snP98q__markdownContent .chat-module__snP98q__tableWrapper.chat-module__snP98q__narrow table th,.chat-module__snP98q__markdownContent .chat-module__snP98q__tableWrapper.chat-module__snP98q__narrow table td{white-space:nowrap;max-width:200px;padding:.4rem .6rem}.chat-module__snP98q__markdownContent .chat-module__snP98q__tableWrapper.chat-module__snP98q__wide{width:fit-content;max-width:calc(100cqw - 20rem);margin-inline:-1rem}.chat-module__snP98q__markdownContent .chat-module__snP98q__tableWrapper.chat-module__snP98q__wide table th,.chat-module__snP98q__markdownContent .chat-module__snP98q__tableWrapper.chat-module__snP98q__wide table td{white-space:nowrap;min-width:120px;max-width:none}.chat-module__snP98q__markdownContent table th,.chat-module__snP98q__markdownContent table td{border:1px solid var(--border-color);text-align:left;vertical-align:top;white-space:nowrap;word-wrap:break-word;overflow-wrap:break-word;min-width:fit-content;max-width:250px;padding:.5rem .75rem}.chat-module__snP98q__markdownContent table th{background-color:var(--bg-alternate);border-bottom:2px solid var(--border-color);font-weight:600}.chat-module__snP98q__tableCopyContainer{-webkit-user-select:none;user-select:none;height:0;right:var(--thread-content-margin);align-self:flex-end;position:sticky}.chat-module__snP98q__tableCopyButton{opacity:0;pointer-events:none;align-items:flex-end;transition:opacity .2s;display:flex;position:absolute;right:0}.chat-module__snP98q__tableWrapper:hover .chat-module__snP98q__tableCopyButton,.chat-module__snP98q__tableWrapper:focus-within .chat-module__snP98q__tableCopyButton{opacity:1;pointer-events:auto}.chat-module__snP98q__markdownContent .chat-module__snP98q__tableContainer table th,.chat-module__snP98q__markdownContent .chat-module__snP98q__tableContainer table td{border:1px solid var(--border-color);text-align:left;vertical-align:top;padding:8px 12px}.chat-module__snP98q__markdownContent .chat-module__snP98q__tableContainer table th{background:var(--hover-bg);color:var(--text-primary);font-weight:600}@media (max-width:768px){.chat-module__snP98q__tableContainer{--thread-content-margin:1rem;--thread-content-max-width:90vw}}.chat-module__snP98q__markdownContent th,.chat-module__snP98q__markdownContent td{border:1px solid var(--border-color);text-align:left;vertical-align:top;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:77px;min-width:120px;padding:12px 16px}.chat-module__snP98q__markdownContent th{background:var(--hover-bg);color:var(--text-primary);white-space:nowrap;font-weight:600}.chat-module__snP98q__markdownContent td{white-space:normal;overflow-wrap:break-word}@media (max-width:768px){.chat-module__snP98q__tableContainer{--thread-content-margin:.5rem;--thread-content-max-width:90vw}.chat-module__snP98q__markdownContent th,.chat-module__snP98q__markdownContent td{min-width:100px;padding:8px 12px;font-size:.8em}.chat-module__snP98q__markdownContent th{font-size:.75em}.chat-module__snP98q__tableWrapper{width:100cqw;min-width:100%}}@media (max-width:480px){.chat-module__snP98q__messageUser{width:90%!important;margin-bottom:.75rem!important;margin-left:auto!important;margin-right:.25rem!important}.chat-module__snP98q__messageBot{width:100%!important;margin-bottom:.75rem!important;margin-left:.25rem!important;margin-right:0!important}}@keyframes chat-module__snP98q__slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.chat-module__snP98q__mobileDrawer{background:var(--bg-primary);border-left:1px solid var(--border-primary);z-index:50;flex-direction:column;width:300px;height:100vh;animation:.3s cubic-bezier(.4,0,.2,1) chat-module__snP98q__slideInFromRight;display:flex;position:fixed;top:0;right:0;box-shadow:-4px 0 20px #0000001a}.chat-module__snP98q__mobileDrawerHeader{border-bottom:1px solid var(--border-primary);justify-content:space-between;align-items:center;padding:.4rem .8rem;display:flex}.chat-module__snP98q__mobileDrawerLogo{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.chat-module__snP98q__drawerCloseButton{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.chat-module__snP98q__drawerCloseButton:hover{background-color:var(--bg-secondary)}.chat-module__snP98q__mobileDrawerContent{flex:1;padding:1rem}.chat-module__snP98q__mobileDrawerLinks{flex-direction:column;gap:.5rem;display:flex}.chat-module__snP98q__mobileDrawerLink{color:var(--text-primary);border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.chat-module__snP98q__mobileDrawerLink:hover{background-color:var(--bg-secondary)}.chat-module__snP98q__mobileDrawerBackdrop{z-index:40;background:#00000080;width:100vw;height:100vh;position:fixed;top:0;left:0}@media (max-width:768px){.chat-module__snP98q__headerLeft,.chat-module__snP98q__headerCenter,.chat-module__snP98q__headerRight{display:none}.chat-module__snP98q__mobileLayout,.chat-module__snP98q__mobileChatToggle{display:flex}}
.StockSearch-module__UHZRyG__container{width:300px;position:relative}.StockSearch-module__UHZRyG__searchInput{border:1px solid var(--border-color);background-color:var(--input-bg);width:100%;height:2.5rem;color:var(--text-primary);border-radius:9999px;padding:.5rem .75rem;font-size:.875rem;display:flex}.StockSearch-module__UHZRyG__searchInput::placeholder{color:var(--text-secondary)}.StockSearch-module__UHZRyG__searchInput:hover{background-color:var(--input-hover-bg)}.StockSearch-module__UHZRyG__searchInput:focus{background-color:var(--input-focus-bg);box-shadow:0 0 0 2px var(--primary-300);outline:none}.StockSearch-module__UHZRyG__searchInput:disabled{cursor:not-allowed;opacity:.5}.StockSearch-module__UHZRyG__searchInput[type=file]{background:0 0;border:0;font-size:.875rem;font-weight:500}.StockSearch-module__UHZRyG__error{border-color:var(--error-color)}.StockSearch-module__UHZRyG__searchResults{background-color:var(--bg-primary);width:100%;box-shadow:var(--shadow-lg);border:1px solid var(--border-color);z-index:50;text-align:left;border-radius:.5rem;margin-top:.5rem;position:absolute;top:100%;left:0}.StockSearch-module__UHZRyG__loadingState,.StockSearch-module__UHZRyG__emptyState{color:var(--text-secondary);padding:1rem;font-size:.875rem}.StockSearch-module__UHZRyG__resultsList{margin:0;padding:.5rem 0;list-style:none}.StockSearch-module__UHZRyG__resultItem{cursor:pointer;align-items:center;gap:.5rem;min-height:18px;padding:.5rem .75rem;transition:background-color .2s;display:flex}.StockSearch-module__UHZRyG__resultItem:hover{background-color:var(--hover-bg)}.StockSearch-module__UHZRyG__stockInfo{color:var(--text-primary);white-space:normal;word-break:break-word;overflow-wrap:break-word;font-size:.875rem}.StockSearch-module__UHZRyG__stockName{color:var(--text-primary);white-space:nowrap;margin-right:.5rem;font-size:.875rem;font-weight:500}.StockSearch-module__UHZRyG__stockSymbol{color:var(--text-muted);font-size:.8rem}@media (max-width:768px){.StockSearch-module__UHZRyG__container,.StockSearch-module__UHZRyG__searchInput{width:100%}}
.search-module__be_OkG__searchOverlay{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000001a;animation:.2s ease-out search-module__be_OkG__fadeIn;position:fixed;inset:0}.search-module__be_OkG__searchSidebar{background:var(--bg-primary);border-right:1px solid var(--border-color);width:77vw;box-shadow:var(--shadow-lg);z-index:1000;font-family:var(--font-google-sans);flex-direction:column;animation:.3s cubic-bezier(.4,0,.2,1) search-module__be_OkG__slideInLeft;display:flex;position:fixed;top:0;bottom:0;left:0}@keyframes search-module__be_OkG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes search-module__be_OkG__slideInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.search-module__be_OkG__searchHeader{border-bottom:1px solid var(--border-color);background:var(--bg-primary);flex-shrink:0;padding:16px 48px 16px 16px;position:relative}.search-module__be_OkG__searchInputContainer{background:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-md);border-radius:24px;align-items:center;padding:10px 16px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.search-module__be_OkG__searchInputContainer:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring-color)}.search-module__be_OkG__searchIcon{color:var(--text-muted);flex-shrink:0;margin-right:12px}.search-module__be_OkG__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-family:Google Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px}.search-module__be_OkG__searchInput::placeholder{color:var(--text-muted);font-weight:400}.search-module__be_OkG__closeButton{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.search-module__be_OkG__closeButton:hover{background:var(--hover-bg);color:var(--text-primary)}@media (max-width:768px){.search-module__be_OkG__searchSidebar{width:100vw;box-shadow:none;border-right:none;left:0}.search-module__be_OkG__searchHeader{padding:16px 48px 16px 16px}.search-module__be_OkG__searchInputContainer{padding:12px 16px}.search-module__be_OkG__searchInput{font-size:16px}}.search-module__be_OkG__searchContent{flex:1;padding:8px 0;overflow-y:auto}.search-module__be_OkG__resultsHeader{color:var(--text-muted);margin:16px 20px 8px;font-family:Google Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:400}.search-module__be_OkG__searchResult{cursor:pointer;border:none;border-radius:0;margin:0;padding:12px 20px;transition:all .15s cubic-bezier(.4,0,.2,1)}.search-module__be_OkG__searchResult:hover{background:var(--hover-bg)}.search-module__be_OkG__searchResult:active{background:var(--active-bg)}.search-module__be_OkG__resultTitle{color:var(--primary);margin-bottom:4px;font-family:Google Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:400;line-height:1.3}.search-module__be_OkG__resultDate{color:var(--text-muted);align-items:center;gap:4px;margin-bottom:8px;font-size:12px;font-weight:400;display:flex}.search-module__be_OkG__resultPreview{color:var(--text-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.search-module__be_OkG__noResults{text-align:center;color:var(--text-muted);padding:48px 16px;font-family:Google Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px}.search-module__be_OkG__sessionsList{flex-direction:column;display:flex}@media (max-width:480px){.search-module__be_OkG__searchHeader{padding:12px 48px 12px 12px}.search-module__be_OkG__searchInputContainer{padding:10px 14px}.search-module__be_OkG__noResults{padding:32px 16px;font-size:13px}}@media (prefers-color-scheme:dark){.search-module__be_OkG__searchOverlay{background:#0006}.search-module__be_OkG__searchInputContainer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}@media (prefers-color-scheme:light){.search-module__be_OkG__searchOverlay{background:#0000001a}.search-module__be_OkG__searchInputContainer{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}
.header-module__FpSQAG__header{border-bottom:1px solid var(--border-color);background-color:var(--background);z-index:50;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex;position:sticky;top:0}.header-module__FpSQAG__headerLeft{align-items:center;gap:2rem;display:flex}.header-module__FpSQAG__logo{align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.header-module__FpSQAG__logoLink{color:inherit;align-items:center;gap:.5rem;padding:0 0 0 1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:flex}.header-module__FpSQAG__logoLink:hover{opacity:.8}.header-module__FpSQAG__logoLink img{filter:invert()sepia(0%)saturate(0%)hue-rotate(93deg)brightness(103%)contrast(103%)}@media (prefers-color-scheme:dark){.header-module__FpSQAG__logoLink img{filter:invert(21%)sepia(14%)saturate(682%)hue-rotate(176deg)brightness(95%)contrast(88%)}}.header-module__FpSQAG__navigationContainer{align-items:center;gap:1rem;margin-left:auto;display:flex}.header-module__FpSQAG__navContainer{align-items:center;gap:1rem;padding:0 1rem 0 0;display:flex}.header-module__FpSQAG__mainNav{align-items:center;display:flex}.header-module__FpSQAG__navList{gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.header-module__FpSQAG__navLink{color:var(--text-secondary);padding:.5rem 0;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.header-module__FpSQAG__navLink:hover{color:var(--text-primary)}.header-module__FpSQAG__profileDropdown{display:inline-block;position:relative}.header-module__FpSQAG__profileDropdown:after{content:"";background-color:#0000;width:100%;height:.75rem;position:absolute;top:100%;left:0}.header-module__FpSQAG__profileButton{border:1px solid var(--border-color);cursor:pointer;width:2.3rem;height:2.3rem;color:var(--text-secondary);background-color:#0000;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;position:relative}.header-module__FpSQAG__profileButton:hover{color:var(--text-primary);box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--border-color)}.header-module__FpSQAG__userIcon{width:1.2rem;height:1.2rem}.header-module__FpSQAG__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header-module__FpSQAG__dropdownContent{background-color:var(--background);border:1px solid var(--border-color);z-index:100;will-change:transform,opacity;border-radius:.5rem;min-width:12rem;padding:.25rem;animation:.4s cubic-bezier(.16,1,.3,1) header-module__FpSQAG__slideDownAndFade;box-shadow:0 10px 38px -10px #16171859,0 10px 20px -15px #16171833}.header-module__FpSQAG__dropdownContent[data-side=top]{animation:.4s cubic-bezier(.16,1,.3,1) header-module__FpSQAG__slideUpAndFade}.header-module__FpSQAG__dropdownContent[data-side=right]{animation:.4s cubic-bezier(.16,1,.3,1) header-module__FpSQAG__slideLeftAndFade}.header-module__FpSQAG__dropdownContent[data-side=left]{animation:.4s cubic-bezier(.16,1,.3,1) header-module__FpSQAG__slideRightAndFade}@keyframes header-module__FpSQAG__slideDownAndFade{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes header-module__FpSQAG__slideUpAndFade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes header-module__FpSQAG__slideRightAndFade{0%{opacity:0;transform:translate(-2px)}to{opacity:1;transform:translate(0)}}@keyframes header-module__FpSQAG__slideLeftAndFade{0%{opacity:0;transform:translate(2px)}to{opacity:1;transform:translate(0)}}.header-module__FpSQAG__dropdownSeparator{background-color:var(--border-color);height:1px;margin:.25rem 0}.header-module__FpSQAG__dropdownItem{color:var(--text-primary);cursor:pointer;text-align:left;-webkit-user-select:none;user-select:none;background-color:#0000;border:none;border-radius:.375rem;outline:none;align-items:center;gap:.5rem;width:100%;margin:0;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;text-decoration:none;transition:background-color .2s;display:flex}.header-module__FpSQAG__dropdownItem:hover,.header-module__FpSQAG__dropdownItem:focus{background-color:var(--hover-bg);outline:none}.header-module__FpSQAG__dropdownItem:active{background-color:var(--active-bg)}.header-module__FpSQAG__dropdownItem[data-disabled]{color:var(--text-muted);pointer-events:none}.header-module__FpSQAG__dropdownItem svg{color:var(--text-muted);flex-shrink:0}.header-module__FpSQAG__menuButton,.header-module__FpSQAG__mobileMenuButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;margin-right:.5rem;padding:.5rem;display:none}.header-module__FpSQAG__mobileMenuButton:hover{background-color:var(--hover-bg)}.header-module__FpSQAG__authButtons{align-items:center;gap:.75rem;display:flex}.header-module__FpSQAG__loginButton{color:var(--text-primary);border:1px solid #0000;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s}.header-module__FpSQAG__loginButton:hover{background-color:var(--hover-bg)}.header-module__FpSQAG__signupButton{color:#fff;background-color:var(--primary);border:1px solid var(--primary);border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s}.header-module__FpSQAG__signupButton:hover{opacity:.9}.header-module__FpSQAG__drawer{background-color:var(--background);z-index:100;flex-direction:column;width:280px;height:100vh;transition:right .3s ease-in-out;display:flex;position:fixed;top:0;right:-280px}.header-module__FpSQAG__drawerOpen{right:0}.header-module__FpSQAG__backdrop{z-index:90;background-color:#00000080;animation:.2s ease-in-out header-module__FpSQAG__fadeIn;position:fixed;inset:0}.header-module__FpSQAG__drawerHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.5rem;display:flex}.header-module__FpSQAG__drawerLogo{color:inherit;padding-left:.5rem;text-decoration:none}.header-module__FpSQAG__closeDrawer{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem}.header-module__FpSQAG__drawerNav{flex:1;padding:1rem 0;overflow-y:auto}.header-module__FpSQAG__drawerNavList{margin:0;padding:0;list-style:none}.header-module__FpSQAG__drawerNavLink{color:var(--text-primary);align-items:center;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s;display:flex}.header-module__FpSQAG__drawerNavLink:hover,.header-module__FpSQAG__drawerNavLink:focus{background-color:var(--hover-bg)}.header-module__FpSQAG__drawerIcon{color:var(--text-secondary);margin-right:.75rem;display:flex}.header-module__FpSQAG__drawerFooter{border-top:1px solid var(--border-color);padding:.5rem 1.5rem}.header-module__FpSQAG__logoutButton{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;padding:.75rem 0;font-size:.875rem;display:flex}.header-module__FpSQAG__logoutButton:hover{color:var(--error-color)}.header-module__FpSQAG__desktopLogo{display:block}.header-module__FpSQAG__mobileLogo{display:none}@media (max-width:640px){.header-module__FpSQAG__header{padding:.5rem 0}.header-module__FpSQAG__navContainer{gap:.5rem}}@media (max-width:768px){.header-module__FpSQAG__menuButton{order:3;display:block}.header-module__FpSQAG__navContainer{order:2;width:100%}.header-module__FpSQAG__profileDropdown,.header-module__FpSQAG__navContainer .header-module__FpSQAG__authButtons{display:none}.header-module__FpSQAG__header{padding:.5rem}.header-module__FpSQAG__headerLeft{gap:.5rem;padding:0 1.2rem 0 .5rem}.header-module__FpSQAG__logoLink{padding:0}.header-module__FpSQAG__desktopLogo{display:none}.header-module__FpSQAG__mobileLogo{display:block}.header-module__FpSQAG__headerLeft{gap:.5rem}.header-module__FpSQAG__mainNav{display:none}}
.layout-module__miFeaG__wrapper{flex-direction:column;min-height:100vh;display:flex}.layout-module__miFeaG__header{border-bottom:1px solid var(--border-color)}.layout-module__miFeaG__headerContainer{justify-content:flex-end;align-items:center;max-width:80rem;margin:0 auto;padding:1rem;display:flex}.layout-module__miFeaG__nav{align-items:center;gap:1rem;font-size:.875rem;display:none}.layout-module__miFeaG__navLink{color:var(--text-primary);text-decoration:none}.layout-module__miFeaG__authButtons{align-items:center;gap:1rem;display:none}.layout-module__miFeaG__loginButton{border:1px solid var(--border-color);border-radius:.375rem;align-items:center;padding:.375rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.layout-module__miFeaG__loginButton:hover{border-color:var(--text-primary);background:var(--text-primary);color:var(--bg-primary)}.layout-module__miFeaG__mobileMenu{align-items:center;gap:1rem;display:flex}.layout-module__miFeaG__mobileLoginButton{border:1px solid var(--border-color);background:var(--bg-primary);border-radius:.375rem;align-items:center;height:2rem;padding:0 .75rem;font-size:.875rem;font-weight:500;display:inline-flex}.layout-module__miFeaG__menuButton{cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.25rem;display:inline-flex}.layout-module__miFeaG__menuIcon{width:1.5rem;height:1.5rem}.layout-module__miFeaG__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.layout-module__miFeaG__main{margin-top:rem;justify-content:center;display:flex;container:mx-auto}@media (min-width:768px){.layout-module__miFeaG__headerContainer{justify-content:space-between;padding:1rem 1.5rem}.layout-module__miFeaG__nav,.layout-module__miFeaG__authButtons{display:flex}.layout-module__miFeaG__mobileMenu{display:none}}
.layout-module__AcWKEq__container{width:100%;min-height:100vh;display:flex}.layout-module__AcWKEq__wrapper{flex-direction:column;width:100%;display:flex}.layout-module__AcWKEq__main{flex:1;padding:.75rem}@media (min-width:768px){.layout-module__AcWKEq__main{padding:1.2rem}}
.layout-module__9Q2Z3W__wrapper{flex-direction:column;min-height:100vh;display:flex}.layout-module__9Q2Z3W__header{border-bottom:1px solid var(--border-color)}.layout-module__9Q2Z3W__headerContainer{justify-content:flex-end;align-items:center;max-width:80rem;margin:0 auto;padding:1rem;display:flex}.layout-module__9Q2Z3W__nav{align-items:center;gap:1rem;font-size:.875rem;display:none}.layout-module__9Q2Z3W__navLink{color:var(--text-primary);text-decoration:none}.layout-module__9Q2Z3W__authButtons{align-items:center;gap:1rem;display:none}.layout-module__9Q2Z3W__loginButton{border:1px solid var(--border-color);border-radius:.375rem;align-items:center;padding:.375rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.layout-module__9Q2Z3W__loginButton:hover{border-color:var(--text-primary);background:var(--text-primary);color:var(--bg-primary)}.layout-module__9Q2Z3W__mobileMenu{align-items:center;gap:1rem;display:flex}.layout-module__9Q2Z3W__mobileLoginButton{border:1px solid var(--border-color);background:var(--bg-primary);border-radius:.375rem;align-items:center;height:2rem;padding:0 .75rem;font-size:.875rem;font-weight:500;display:inline-flex}.layout-module__9Q2Z3W__menuButton{cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.25rem;display:inline-flex}.layout-module__9Q2Z3W__menuIcon{width:1.5rem;height:1.5rem}.layout-module__9Q2Z3W__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.layout-module__9Q2Z3W__main{justify-content:center;display:flex;container:mx-auto}@media (min-width:768px){.layout-module__9Q2Z3W__headerContainer{justify-content:space-between;padding:1rem 1.5rem}.layout-module__9Q2Z3W__nav,.layout-module__9Q2Z3W__authButtons{display:flex}.layout-module__9Q2Z3W__mobileMenu{display:none}}
.layout-module__5zxQmq__container{background:var(--background);flex-direction:row;align-items:flex-start;width:100%;min-height:100vh;display:flex}.layout-module__5zxQmq__wrapper{flex-direction:column;width:100%;display:flex}.layout-module__5zxQmq__main{flex:1}@media (min-width:768px){.layout-module__5zxQmq__main{padding:0}}.layout-module__5zxQmq__sidebar{background:var(--bg-alternate);border-radius:var(--border-radius-md);min-width:260px;max-width:320px;box-shadow:var(--shadow-md);margin-right:2rem}.layout-module__5zxQmq__mainContent{background:var(--bg-primary);border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);flex-direction:column;flex:1;padding:1.5rem 1.5rem 2rem 0;display:flex}@media (max-width:900px){.layout-module__5zxQmq__container{flex-direction:column}.layout-module__5zxQmq__sidebar{max-width:100%;margin-bottom:2rem;margin-right:0}.layout-module__5zxQmq__mainContent{padding:0}}
.layout-module__Cd74Ba__container{width:100%;min-height:100vh;display:flex}.layout-module__Cd74Ba__wrapper{flex-direction:column;width:100%;display:flex}.layout-module__Cd74Ba__main{flex:1}@media (min-width:768px){.layout-module__Cd74Ba__main{padding:0}}
.layout-module__cPEUVW__container{width:100%;min-height:100vh;display:flex}.layout-module__cPEUVW__wrapper{flex-direction:column;width:100%;display:flex}.layout-module__cPEUVW__main{flex:1}@media (min-width:768px){.layout-module__cPEUVW__main{padding:0}}
.TokenModal-module__w2xSMW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0009;animation:.2s cubic-bezier(.4,0,.2,1) TokenModal-module__w2xSMW__fadeIn;position:fixed;inset:0}.TokenModal-module__w2xSMW__content{background:var(--bg-primary);box-shadow:0 25px 50px -12px #00000040,0 0 0 1px var(--border-color);z-index:10000;border-radius:20px;width:calc(100% - 2rem);max-width:440px;max-height:calc(100vh - 2rem);padding:2rem;animation:.3s cubic-bezier(.4,0,.2,1) TokenModal-module__w2xSMW__slideUpFade;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.TokenModal-module__w2xSMW__closeButton{width:2.5rem;height:2.5rem;color:var(--text-secondary);cursor:pointer;z-index:1;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.TokenModal-module__w2xSMW__closeButton:hover{background:var(--hover-bg);color:var(--text-primary)}.TokenModal-module__w2xSMW__closeButton:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.TokenModal-module__w2xSMW__header{text-align:center;margin-bottom:2rem}.TokenModal-module__w2xSMW__icon{background:linear-gradient(135deg,var(--primary),var(--primary-hover));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1.5rem;display:flex}.TokenModal-module__w2xSMW__title{color:var(--text-primary);font-size:1.5rem;font-weight:600;font-family:var(--font-google-sans);margin:0 0 .5rem}.TokenModal-module__w2xSMW__description{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.5}.TokenModal-module__w2xSMW__form{margin-bottom:1.5rem}.TokenModal-module__w2xSMW__inputContainer{margin-bottom:1.5rem;position:relative}.TokenModal-module__w2xSMW__input{border:2px solid var(--border-color);width:calc(100% - 4.3rem);color:var(--text-primary);background:var(--input-bg);border-radius:12px;outline:none;padding:1rem 3rem 1rem 1rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Consolas,monospace;font-size:1rem;transition:all .2s}.TokenModal-module__w2xSMW__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring-color);background:var(--input-focus-bg)}.TokenModal-module__w2xSMW__input:disabled{opacity:.6;cursor:not-allowed}.TokenModal-module__w2xSMW__input::placeholder{color:var(--text-muted)}.TokenModal-module__w2xSMW__toggleButton{width:2.25rem;height:2.25rem;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.TokenModal-module__w2xSMW__toggleButton:hover{background:var(--hover-bg);color:var(--text-primary)}.TokenModal-module__w2xSMW__toggleButton:disabled{opacity:.6;cursor:not-allowed}.TokenModal-module__w2xSMW__submitButton{background:linear-gradient(135deg,var(--primary),var(--primary-hover));color:#fff;cursor:pointer;width:100%;font-size:1rem;font-weight:600;font-family:var(--font-google-sans);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-height:3rem;padding:1rem 1.5rem;transition:all .2s;display:flex}.TokenModal-module__w2xSMW__submitButton:hover:not(:disabled){background:linear-gradient(135deg,var(--primary-hover),var(--primary));transform:translateY(-1px);box-shadow:0 8px 25px #3b82f64d}.TokenModal-module__w2xSMW__submitButton:active:not(:disabled){transform:translateY(0)}.TokenModal-module__w2xSMW__submitButton:disabled{background:var(--border-color);color:var(--text-muted);cursor:not-allowed;box-shadow:none;transform:none}.TokenModal-module__w2xSMW__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:1rem;height:1rem;animation:1s linear infinite TokenModal-module__w2xSMW__spin}.TokenModal-module__w2xSMW__footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--border-color);padding-top:1rem;font-size:.8rem}@keyframes TokenModal-module__w2xSMW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes TokenModal-module__w2xSMW__slideUpFade{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes TokenModal-module__w2xSMW__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.TokenModal-module__w2xSMW__content{border-radius:16px;max-width:calc(100% - 1rem);padding:1.5rem}.TokenModal-module__w2xSMW__title{font-size:1.25rem}.TokenModal-module__w2xSMW__input{padding:.875rem 2.75rem .875rem .875rem}.TokenModal-module__w2xSMW__submitButton{padding:.875rem 1.25rem}}@media (max-width:480px){.TokenModal-module__w2xSMW__content{border-radius:12px;padding:1.25rem}.TokenModal-module__w2xSMW__icon{width:3rem;height:3rem;margin-bottom:1rem}.TokenModal-module__w2xSMW__header{margin-bottom:1.5rem}.TokenModal-module__w2xSMW__title{font-size:1.125rem}.TokenModal-module__w2xSMW__description{font-size:.85rem}}@media (prefers-color-scheme:dark){.TokenModal-module__w2xSMW__overlay{background:#000c}.TokenModal-module__w2xSMW__content{box-shadow:0 25px 50px -12px #00000080,0 0 0 1px var(--border-color)}}@media (prefers-contrast:high){.TokenModal-module__w2xSMW__input{border-width:3px}.TokenModal-module__w2xSMW__submitButton{border:2px solid var(--primary)}}@media (prefers-reduced-motion:reduce){.TokenModal-module__w2xSMW__overlay,.TokenModal-module__w2xSMW__content,.TokenModal-module__w2xSMW__spinner{animation:none}.TokenModal-module__w2xSMW__submitButton{transition:none}}
.footer-module__Vmx-gq__footer{background-color:var(--background);width:100%;margin-top:1rem;padding-top:2rem;position:relative;overflow:hidden}.footer-module__Vmx-gq__container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-module__Vmx-gq__divider{background-color:var(--border-color);height:1px;margin:1.5rem 0}.footer-module__Vmx-gq__mainContent{flex-direction:column;gap:2.5rem;padding:1rem 0;display:flex}.footer-module__Vmx-gq__brandSection{flex-direction:column;gap:.5rem;display:flex}.footer-module__Vmx-gq__logoLink{margin-bottom:.5rem;display:inline-block}.footer-module__Vmx-gq__tagline{background:linear-gradient(to right,var(--primary),var(--primary-dark));-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:.875rem;font-weight:600}.footer-module__Vmx-gq__taglineDescription{color:var(--text-secondary);margin:0;font-size:.875rem}.footer-module__Vmx-gq__linksSection{flex-wrap:wrap;gap:2.5rem;display:flex}.footer-module__Vmx-gq__linkGroup{min-width:140px}.footer-module__Vmx-gq__groupTitle{color:var(--text-primary);margin:0 0 1rem;font-size:.875rem;font-weight:600}.footer-module__Vmx-gq__linkList{margin:0;padding:0;list-style:none}.footer-module__Vmx-gq__linkItem{margin-bottom:.5rem}.footer-module__Vmx-gq__footerLink{color:var(--text-secondary);font-size:.875rem;text-decoration:none;transition:color .2s}.footer-module__Vmx-gq__footerLink:hover{color:var(--primary);text-decoration:underline}.footer-module__Vmx-gq__bottomSection{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1rem 0;display:flex}.footer-module__Vmx-gq__copyright{color:var(--text-secondary);font-size:.875rem}.footer-module__Vmx-gq__socialIcons{gap:1rem;display:flex}.footer-module__Vmx-gq__socialLink{width:2rem;height:2rem;color:var(--text-secondary);border:1px solid var(--border-color);background-color:#0000;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.footer-module__Vmx-gq__socialLink:hover{background-color:var(--hover-bg);color:var(--primary);border-color:var(--primary)}.footer-module__Vmx-gq__socialIcon{width:1rem;height:1rem}@media (min-width:640px){.footer-module__Vmx-gq__bottomSection{flex-direction:row;justify-content:space-between}}@media (min-width:768px){.footer-module__Vmx-gq__mainContent{flex-direction:row;justify-content:space-between}.footer-module__Vmx-gq__brandSection{max-width:300px}}@media (min-width:960px){.footer-module__Vmx-gq__linksSection{gap:1rem}}
.layout-module__G6ZJOW__container{width:100%;min-height:100vh;display:flex}.layout-module__G6ZJOW__wrapper{flex-direction:column;width:100%;display:flex}.layout-module__G6ZJOW__main{flex:1;padding:.75rem}@media (min-width:768px){.layout-module__G6ZJOW__main{padding:1.2rem}}
.layout-module__NhWsQW__container{width:100%;min-height:100vh;display:flex}.layout-module__NhWsQW__wrapper{flex-direction:column;width:100%;display:flex}.layout-module__NhWsQW__main{flex:1;padding:.75rem}@media (min-width:768px){.layout-module__NhWsQW__main{padding:1.2rem}}
.TokenUsage-module__fp66OG__container{margin-bottom:.1rem;font-family:Google Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.TokenUsage-module__fp66OG__mainDisplay{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.75rem;line-height:1;display:flex}.TokenUsage-module__fp66OG__timeInfo{align-items:center;gap:.25rem;display:flex}.TokenUsage-module__fp66OG__thoughtInfo{cursor:pointer;border-radius:.25rem;align-items:center;gap:.25rem;padding:.125rem .25rem;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex}.TokenUsage-module__fp66OG__thoughtInfo:hover{background:var(--hover-bg);color:var(--text-secondary)}.TokenUsage-module__fp66OG__divider{color:var(--border-color);font-weight:300}.TokenUsage-module__fp66OG__icon{color:var(--text-muted);opacity:.7}.TokenUsage-module__fp66OG__infoIcon{opacity:.5;transition:opacity .15s}.TokenUsage-module__fp66OG__thoughtInfo:hover .TokenUsage-module__fp66OG__infoIcon{opacity:.8}.TokenUsage-module__fp66OG__timestamp,.TokenUsage-module__fp66OG__thoughtText{letter-spacing:.01em;font-weight:400}.TokenUsage-module__fp66OG__tooltip{background:var(--bg-primary);border:1px solid var(--border-color);z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.75rem;min-width:280px;max-width:320px;margin-bottom:.5rem;padding:1rem;animation:.2s cubic-bezier(.16,1,.3,1) TokenUsage-module__fp66OG__tooltipSlideUp;position:absolute;bottom:100%;left:0;box-shadow:0 10px 38px -10px #16171859,0 10px 20px -15px #16171833}@keyframes TokenUsage-module__fp66OG__tooltipSlideUp{0%{opacity:0;transform:translateY(4px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.TokenUsage-module__fp66OG__tooltip:after{content:"";border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid var(--bg-primary);width:0;height:0;position:absolute;top:100%;left:1rem}.TokenUsage-module__fp66OG__tooltip:before{content:"";border-left:7px solid #0000;border-right:7px solid #0000;border-top:7px solid var(--border-color);width:0;height:0;position:absolute;top:100%;left:calc(1rem - 1px)}.TokenUsage-module__fp66OG__tooltipHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.TokenUsage-module__fp66OG__modelInfo{align-items:center;gap:.5rem;display:flex}.TokenUsage-module__fp66OG__modelIcon{color:var(--primary)}.TokenUsage-module__fp66OG__modelName{color:var(--text-primary);font-size:.875rem;font-weight:500}.TokenUsage-module__fp66OG__totalTokens{align-items:center;display:flex}.TokenUsage-module__fp66OG__tokenBadge{color:#fff;border-radius:.375rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.TokenUsage-module__fp66OG__tokenBadge.TokenUsage-module__fp66OG__efficient{background:linear-gradient(135deg,#10b981,#059669)}.TokenUsage-module__fp66OG__tokenBadge.TokenUsage-module__fp66OG__moderate{background:linear-gradient(135deg,#f59e0b,#d97706)}.TokenUsage-module__fp66OG__tokenBadge.TokenUsage-module__fp66OG__intensive{background:linear-gradient(135deg,#ef4444,#dc2626)}.TokenUsage-module__fp66OG__tokenBreakdown{border-bottom:1px solid #0000000d;flex-direction:column;gap:8px;padding:12px 0;display:flex}.TokenUsage-module__fp66OG__agentsSection{border-bottom:1px solid #0000000d;border-top:1px solid var(--border-color);padding:12px 0}.TokenUsage-module__fp66OG__agentsHeader{margin-bottom:8px}.TokenUsage-module__fp66OG__agentsLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:500}.TokenUsage-module__fp66OG__agentsList{flex-wrap:wrap;gap:6px;display:flex}.TokenUsage-module__fp66OG__agentBadge{color:#3b82f6;background:#3b82f61a;border:1px solid #3b82f633;border-radius:12px;align-items:center;padding:4px 8px;font-size:10px;font-weight:500;transition:all .2s;display:inline-flex}.TokenUsage-module__fp66OG__agentBadge:hover{background:#3b82f626;border-color:#3b82f64d}.TokenUsage-module__fp66OG__tokenRow{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.TokenUsage-module__fp66OG__tokenRow:last-child{border-bottom:none}.TokenUsage-module__fp66OG__tokenLabel{flex-direction:column;gap:.125rem;display:flex}.TokenUsage-module__fp66OG__tokenType{color:var(--text-primary);font-size:.8125rem;font-weight:500}.TokenUsage-module__fp66OG__tokenDesc{color:var(--text-muted);opacity:.8;font-size:.6875rem}.TokenUsage-module__fp66OG__tokenValue{color:var(--text-secondary);font-variant-numeric:tabular-nums;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:500;display:flex}.TokenUsage-module__fp66OG__modality{color:var(--text-muted);opacity:.7;font-size:.6875rem;font-weight:400}.TokenUsage-module__fp66OG__additionalInfo{border-top:1px solid var(--border-color);margin-bottom:.75rem;padding-top:.75rem}.TokenUsage-module__fp66OG__infoRow{justify-content:space-between;align-items:center;margin-bottom:.375rem;display:flex}.TokenUsage-module__fp66OG__infoRow:last-child{margin-bottom:0}.TokenUsage-module__fp66OG__infoLabel{color:var(--text-muted);font-size:.6875rem;font-weight:400}.TokenUsage-module__fp66OG__infoValue{color:var(--text-secondary);font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:.6875rem;font-weight:500}.TokenUsage-module__fp66OG__tooltipFooter{border-top:1px solid var(--border-color);text-align:center;padding-top:.75rem}.TokenUsage-module__fp66OG__responseTime{color:var(--text-muted);font-size:.6875rem;font-style:italic}@media (prefers-color-scheme:dark){.TokenUsage-module__fp66OG__tooltip{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000c}.TokenUsage-module__fp66OG__tooltip:after{border-top-color:#000c}}@media (max-width:480px){.TokenUsage-module__fp66OG__tooltip{min-width:260px;max-width:280px;left:50%;transform:translate(-50%)}.TokenUsage-module__fp66OG__tooltip:after,.TokenUsage-module__fp66OG__tooltip:before{left:50%;transform:translate(-50%)}.TokenUsage-module__fp66OG__tooltipHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.TokenUsage-module__fp66OG__mainDisplay{font-size:.6875rem}}
.not-found-module__NJbB6G__pageContainer{color:#fff;background-color:#090a0f;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex;position:relative;overflow:hidden}.not-found-module__NJbB6G__backgroundWrapper{z-index:-10;position:fixed;inset:0}.not-found-module__NJbB6G__backgroundInner{background-color:#090a0f;width:100%;height:100%;position:relative;overflow:hidden}.not-found-module__NJbB6G__gridPattern{opacity:.7;background-image:linear-gradient(90deg,#4444440d 1px,#0000 1px),linear-gradient(#4444440d 1px,#0000 1px);background-size:14px 24px;width:100%;height:100%;position:absolute}.not-found-module__NJbB6G__gradientOrb1{filter:blur(40px);opacity:.4;background:radial-gradient(circle,#4f46e526 0%,#0000 70%);border-radius:50%;width:30vh;height:30vh;position:absolute;top:10%;left:15%}.not-found-module__NJbB6G__gradientOrb2{filter:blur(45px);opacity:.4;background:radial-gradient(circle,#ec48991a 0%,#0000 70%);border-radius:50%;width:25vh;height:25vh;position:absolute;bottom:20%;right:10%}.not-found-module__NJbB6G__contentContainer{text-align:center;opacity:1;flex-direction:column;gap:1rem;width:100%;max-width:28rem;margin-bottom:70px;padding:1rem 0;display:flex}.not-found-module__NJbB6G__headingSection{margin-bottom:.5rem}.not-found-module__NJbB6G__errorCode{background:linear-gradient(#fffffff2,#b4b4b480);color:#0000;text-shadow:0 10px 30px #0003;letter-spacing:-.05em;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(7rem,20vw,14rem);font-weight:700;line-height:1}.not-found-module__NJbB6G__errorText{color:#dcdcdccc;letter-spacing:.025em;opacity:1;margin:.5rem 0 0;font-size:1.25rem;font-weight:500;line-height:1.5}.not-found-module__NJbB6G__navSection{opacity:1;margin-top:0;margin-bottom:0}.not-found-module__NJbB6G__navTitle{color:#b4b4b4b3;letter-spacing:.02em;margin-bottom:1rem;font-size:.875rem;font-weight:400}.not-found-module__NJbB6G__navLinks{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.not-found-module__NJbB6G__navLink{color:#ffffffd9;background:0 0;border:1px solid #0000;border-radius:25px;align-items:center;padding:.5rem 1rem;text-decoration:none;transition:all .2s;display:flex}.not-found-module__NJbB6G__navLink:hover{color:#fff;background:#ffffff08;border-color:#ffffff0f;transform:none}.not-found-module__NJbB6G__navLink:focus-visible{outline:none;box-shadow:0 0 0 2px #ffffff4d}.not-found-module__NJbB6G__navLink svg{stroke-width:1.5px;opacity:.9;width:18px;height:18px;margin-right:.5rem}.not-found-module__NJbB6G__navLinkText{font-size:.9375rem;font-weight:400}.not-found-module__NJbB6G__searchSection{opacity:1;z-index:999;margin-top:.5rem;margin-bottom:1rem}.not-found-module__NJbB6G__searchTitle{color:#b4b4b4b3;margin-bottom:1.2rem;font-size:.875rem}.not-found-module__NJbB6G__searchWrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.not-found-module__NJbB6G__searchInner{filter:drop-shadow(0 4px 12px #00000026);flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.not-found-module__NJbB6G__homeLinkContainer{margin-top:.5rem}.not-found-module__NJbB6G__homeLink{color:#dcdcdcb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:2rem;align-items:center;margin-top:1rem;padding:.5rem .75rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:inline-flex}.not-found-module__NJbB6G__homeLink:hover{color:#fff;background:#ffffff12;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.not-found-module__NJbB6G__homeLink:focus-visible{outline-offset:2px;outline:2px solid #ffffff80}.not-found-module__NJbB6G__arrowIcon{width:1rem;height:1rem;margin-left:.5rem;transition:transform .2s}.not-found-module__NJbB6G__homeLink:hover .not-found-module__NJbB6G__arrowIcon{transform:translate(3px)}.not-found-module__NJbB6G__footer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:.9;background-color:#0006;border-top:1px solid #4b4b4b33;width:100%;padding:1rem;position:fixed;bottom:0}.not-found-module__NJbB6G__footerContent{text-align:center;color:#b4b4b499;max-width:100%;margin:0 auto;font-size:.875rem}.not-found-module__NJbB6G__logoBackground{z-index:-3;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.not-found-module__NJbB6G__logoWrapper{opacity:.025;width:min(90vh,90vw);height:min(90vh,90vw);position:absolute;transform:rotate(-5deg)}.not-found-module__NJbB6G__logoWrapper svg{stroke:#fffc;stroke-width:.5px;width:100%;height:100%}.not-found-module__NJbB6G__js-animate .not-found-module__NJbB6G__logoWrapper{animation:12s ease-in-out infinite alternate not-found-module__NJbB6G__logoPulse}@keyframes not-found-module__NJbB6G__logoPulse{0%{opacity:.02;transform:rotate(-5deg)scale(.98)}to{opacity:.035;transform:rotate(-5deg)scale(1.03)}}.not-found-module__NJbB6G__js-animate .not-found-module__NJbB6G__errorCode{animation:4s ease-in-out infinite alternate not-found-module__NJbB6G__pulseLight}.not-found-module__NJbB6G__js-animate .not-found-module__NJbB6G__errorText{animation:.7s ease-out not-found-module__NJbB6G__fadeSlideUp}.not-found-module__NJbB6G__js-animate .not-found-module__NJbB6G__navSection{animation:.7s ease-out .1s both not-found-module__NJbB6G__fadeIn}.not-found-module__NJbB6G__js-animate .not-found-module__NJbB6G__searchSection{animation:.7s ease-out .2s both not-found-module__NJbB6G__fadeSlideUp}.not-found-module__NJbB6G__js-animate .not-found-module__NJbB6G__homeLinkContainer{animation:.7s ease-out .3s both not-found-module__NJbB6G__fadeSlideUp}.not-found-module__NJbB6G__js-animate .not-found-module__NJbB6G__gradientOrb1{opacity:.7;animation:15s ease-in-out infinite alternate not-found-module__NJbB6G__float}.not-found-module__NJbB6G__js-animate .not-found-module__NJbB6G__gradientOrb2{opacity:.7;animation:18s ease-in-out infinite alternate-reverse not-found-module__NJbB6G__float}@keyframes not-found-module__NJbB6G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes not-found-module__NJbB6G__fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes not-found-module__NJbB6G__float{0%{transform:translate(0)}to{transform:translate(8px,-8px)}}@keyframes not-found-module__NJbB6G__pulseLight{0%{opacity:.9}to{opacity:1}}.not-found-module__NJbB6G__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:480px){.not-found-module__NJbB6G__navLinks{gap:.75rem}.not-found-module__NJbB6G__navLink{padding:.4rem .75rem}.not-found-module__NJbB6G__navLink svg{width:16px;height:16px}.not-found-module__NJbB6G__navLinkText{font-size:.875rem}}
/*# sourceMappingURL=d163251a9d38db9b.css.map*/