.JobBadge-module__xPNDZa__jobBadge{cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;transition:background .2s;display:flex;position:relative}.JobBadge-module__xPNDZa__jobBadge:hover{background:var(--bg-tertiary)}.JobBadge-module__xPNDZa__jobIcon{font-size:18px;animation:2s linear infinite JobBadge-module__xPNDZa__rotate}@keyframes JobBadge-module__xPNDZa__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.JobBadge-module__xPNDZa__jobCount{background:var(--brand-primary);color:var(--text-inverse);text-align:center;border-radius:10px;min-width:18px;padding:2px 6px;font-size:11px;font-weight:600}
.JobDropdown-module__cF-9zW__dropdown{background:var(--bg-primary);border:1px solid var(--border-primary);z-index:10002;width:400px;max-width:90vw;max-height:500px;box-shadow:var(--shadow-lg);border-radius:8px;flex-direction:column;display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.JobDropdown-module__cF-9zW__header{border-bottom:1px solid var(--border-primary);background:var(--bg-secondary);justify-content:space-between;align-items:center;padding:16px;display:flex}.JobDropdown-module__cF-9zW__header h3{color:var(--text-primary);margin:0;font-size:14px;font-weight:600}.JobDropdown-module__cF-9zW__headerActions{align-items:center;gap:8px;display:flex}.JobDropdown-module__cF-9zW__cancelAllBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .2s}.JobDropdown-module__cF-9zW__cancelAllBtn:hover:not(:disabled){color:#fff;background:#ef4444}.JobDropdown-module__cF-9zW__cancelAllBtn:disabled{opacity:.5;cursor:not-allowed}.JobDropdown-module__cF-9zW__refreshBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:18px;transition:background .2s,color .2s,transform .3s}.JobDropdown-module__cF-9zW__refreshBtn:hover:not(:disabled){color:var(--brand-primary,#ad35fa);background:#ad35fa1a}.JobDropdown-module__cF-9zW__refreshBtn:disabled{cursor:not-allowed;opacity:.5}.JobDropdown-module__cF-9zW__refreshBtn.JobDropdown-module__cF-9zW__refreshing{color:var(--brand-primary,#ad35fa);animation:1s linear infinite JobDropdown-module__cF-9zW__spin}@keyframes JobDropdown-module__cF-9zW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.JobDropdown-module__cF-9zW__closeBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:18px;transition:background .2s,color .2s}.JobDropdown-module__cF-9zW__closeBtn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.JobDropdown-module__cF-9zW__list{flex:1;overflow-y:auto}.JobDropdown-module__cF-9zW__emptyState{text-align:center;color:var(--text-tertiary);padding:40px 20px;font-size:14px}.JobDropdown-module__cF-9zW__item{border-bottom:1px solid var(--border-primary);padding:16px;transition:background .2s}.JobDropdown-module__cF-9zW__item:hover{background:var(--bg-secondary)}.JobDropdown-module__cF-9zW__itemHeader{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.JobDropdown-module__cF-9zW__itemTitle{color:var(--text-primary);margin:0;font-size:13px;font-weight:500}.JobDropdown-module__cF-9zW__statusBadge{border-radius:4px;padding:2px 8px;font-size:11px;font-weight:500}.JobDropdown-module__cF-9zW__statusRunning{color:#fff;background:#3b82f6}.JobDropdown-module__cF-9zW__statusCompleted{color:#fff;background:#10b981}.JobDropdown-module__cF-9zW__statusFailed{color:#fff;background:#ef4444}.JobDropdown-module__cF-9zW__statusCancelled{color:#fff;background:#6b7280}.JobDropdown-module__cF-9zW__statusPending{color:#fff;background:#f59e0b}.JobDropdown-module__cF-9zW__statusMessage{color:var(--text-secondary);margin:4px 0;font-size:12px}.JobDropdown-module__cF-9zW__progressBar{background:var(--bg-tertiary);border-radius:2px;width:100%;height:4px;margin-top:8px;overflow:hidden}.JobDropdown-module__cF-9zW__progressFill{background:#3b82f6;height:100%;transition:width .3s}.JobDropdown-module__cF-9zW__itemFooter{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.JobDropdown-module__cF-9zW__elapsed{color:var(--text-tertiary);font-size:11px}.JobDropdown-module__cF-9zW__cancelBtn{border:1px solid var(--border-primary);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:4px;padding:4px 8px;font-size:11px;transition:all .2s}.JobDropdown-module__cF-9zW__cancelBtn:hover:not(:disabled){color:#dc2626;background:#fee2e2;border-color:#fecaca}.JobDropdown-module__cF-9zW__cancelBtn:disabled{opacity:.5;cursor:not-allowed}
.TitleBar-module__YzCy2W__titleBar{top:0;right:0;left:var(--sidebar-width);height:var(--header-height);z-index:10000;pointer-events:none;padding:0 var(--space-lg);background:0 0;align-items:center;transition:left .3s;display:flex;position:fixed}.TitleBar-module__YzCy2W__titleBar.TitleBar-module__YzCy2W__sidebarCollapsed{left:0}.TitleBar-module__YzCy2W__hamburgerButton{width:40px;height:40px;padding:var(--space-sm);cursor:pointer;border-radius:var(--radius-sm);pointer-events:auto;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:4px;transition:background .2s;display:flex}.TitleBar-module__YzCy2W__hamburgerButton:hover{background:var(--bg-tertiary)}.TitleBar-module__YzCy2W__hamburgerButton span{background:var(--text-primary);width:20px;height:2px;transition:all .3s;display:block}.TitleBar-module__YzCy2W__jobBadgeContainer{top:var(--space-md);right:var(--space-md);z-index:10002;pointer-events:auto;position:fixed}@media (max-width:768px){.TitleBar-module__YzCy2W__titleBar{padding:0 var(--space-md);left:0}.TitleBar-module__YzCy2W__titleBar.TitleBar-module__YzCy2W__sidebarCollapsed{left:0}.TitleBar-module__YzCy2W__hamburgerButton{width:36px;height:36px;padding:var(--space-xs)}.TitleBar-module__YzCy2W__hamburgerButton span{width:18px}.TitleBar-module__YzCy2W__jobBadgeContainer{top:var(--space-sm);right:var(--space-sm)}}@media (max-width:480px){.TitleBar-module__YzCy2W__titleBar{padding:0 8px}}
.ContextMenu-module__egYIra__menu{bottom:calc(100% + var(--space-sm));background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:1002;min-width:200px;max-width:280px;display:none;position:absolute;left:0}.ContextMenu-module__egYIra__open{display:block}.ContextMenu-module__egYIra__item{align-items:center;gap:var(--space-md);padding:var(--space-md)var(--space-lg);color:var(--text-primary);cursor:pointer;font-size:14px;text-decoration:none;transition:background .2s;display:flex}.ContextMenu-module__egYIra__item:first-child{border-radius:var(--radius-md)var(--radius-md)0 0}.ContextMenu-module__egYIra__item:last-child{border-radius:0 0 var(--radius-md)var(--radius-md)}.ContextMenu-module__egYIra__item:hover{background:var(--bg-tertiary)}.ContextMenu-module__egYIra__divider{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.8px;border-top:1px solid var(--border-primary);margin-top:4px;padding:8px 16px;font-size:11px;font-weight:700}
.UserProfile-module__DKb3Aq__userProfile{border-radius:var(--radius-md);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:background .2s;display:flex}.UserProfile-module__DKb3Aq__userProfile:hover{background:var(--bg-tertiary)}.UserProfile-module__DKb3Aq__userAvatar{background:var(--brand-primary);width:36px;height:36px;color:var(--text-inverse);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.UserProfile-module__DKb3Aq__userAvatar img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}.UserProfile-module__DKb3Aq__adminAvatar{border:2px solid var(--brand-primary);box-shadow:0 0 0 2px var(--bg-primary);position:relative}.UserProfile-module__DKb3Aq__adminAvatar:after{content:"👑";background:var(--bg-primary);border:1px solid var(--brand-primary);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:12px;display:flex;position:absolute;bottom:-2px;right:-2px}
.tc-loader{display:inline-block;position:relative}.tc-loader svg{display:block}.tc-loader-sm{width:24px;height:24px}.tc-loader-md{width:40px;height:40px}.tc-loader-lg{width:80px;height:80px}@keyframes breathe-tr{0%,to{transform:translate(0%)}50%{transform:translate(-23.5%,23.5%)}}@keyframes breathe-bl{0%,to{transform:translate(0%)}50%{transform:translate(23.5%,-23.5%)}}.brace-tr{transform-origin:50%;animation:4s ease-in-out infinite breathe-tr}.brace-bl{transform-origin:50%;animation:4s ease-in-out infinite breathe-bl}.loader-purple .brace{fill:#ad35fa}.loader-blue .brace{fill:#3b82f6}.loader-green .brace{fill:#10b981}.loader-orange .brace{fill:#f59e0b}.loader-white .brace{fill:#fff}.loader-dark .brace{fill:#1f2937}[data-theme=dark] .loader-dark .brace,.dark .loader-dark .brace{fill:#fff}.tc-loader.loaderStatic .brace-tr,.tc-loader.loaderStatic .brace-bl{animation:none!important;transform:translate(0%)!important}@media (prefers-reduced-motion:reduce){.brace-tr,.brace-bl{animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}}
.RenameDialog-module__ByMqKW__overlay{z-index:10000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.RenameDialog-module__ByMqKW__dialog{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);flex-direction:column;min-width:400px;max-width:500px;padding:0;display:flex}.RenameDialog-module__ByMqKW__header{border-bottom:1px solid var(--border-primary);padding:20px 24px}.RenameDialog-module__ByMqKW__header h3{color:var(--text-primary);margin:0;font-size:18px;font-weight:600}.RenameDialog-module__ByMqKW__content{padding:24px}.RenameDialog-module__ByMqKW__input{border:1px solid var(--border-primary);border-radius:var(--radius-sm);background:var(--bg-primary);width:100%;color:var(--text-primary);padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .2s}.RenameDialog-module__ByMqKW__input:focus{border-color:var(--brand-primary);outline:none}.RenameDialog-module__ByMqKW__input:disabled{opacity:.6;cursor:not-allowed}.RenameDialog-module__ByMqKW__charCount{color:var(--text-secondary);text-align:right;margin-top:8px;font-size:12px}.RenameDialog-module__ByMqKW__footer{border-top:1px solid var(--border-primary);justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.RenameDialog-module__ByMqKW__cancelBtn,.RenameDialog-module__ByMqKW__saveBtn{border-radius:var(--radius-sm);cursor:pointer;border:none;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.RenameDialog-module__ByMqKW__cancelBtn{background:var(--bg-tertiary);color:var(--text-primary)}.RenameDialog-module__ByMqKW__cancelBtn:hover:not(:disabled){background:var(--bg-secondary)}.RenameDialog-module__ByMqKW__saveBtn{background:var(--brand-primary);color:#fff}.RenameDialog-module__ByMqKW__saveBtn:hover:not(:disabled){opacity:.9}.RenameDialog-module__ByMqKW__saveBtn:disabled,.RenameDialog-module__ByMqKW__cancelBtn:disabled{opacity:.5;cursor:not-allowed}
.SidebarLists-module__TFQYvG__emptyState{padding:var(--space-md);text-align:center;color:var(--text-secondary);font-size:13px}.SidebarLists-module__TFQYvG__item{padding:var(--space-xs)var(--space-lg);cursor:pointer;border-left:3px solid #0000;justify-content:space-between;align-items:center;transition:background .2s;display:flex;position:relative}.SidebarLists-module__TFQYvG__itemMenuOpen{z-index:3}.SidebarLists-module__TFQYvG__item:hover{background:var(--bg-tertiary)}.SidebarLists-module__TFQYvG__itemActive{background:var(--bg-tertiary);border-left-color:var(--brand-primary)}.SidebarLists-module__TFQYvG__itemOtherUser{opacity:.75;background:var(--bg-secondary,#f5f5f5)}.SidebarLists-module__TFQYvG__itemOtherUser:hover{background:var(--bg-tertiary);opacity:.85}.SidebarLists-module__TFQYvG__itemOtherUser .SidebarLists-module__TFQYvG__title{color:var(--text-secondary,#666)}.SidebarLists-module__TFQYvG__content{cursor:pointer;flex:1;min-width:0}.SidebarLists-module__TFQYvG__title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:4px;margin-bottom:2px;font-size:13px;display:flex;position:relative;overflow:visible}.SidebarLists-module__TFQYvG__titleCancelled{opacity:.5;color:var(--text-secondary,#666)}.SidebarLists-module__TFQYvG__menuBtn{opacity:0;cursor:pointer;color:var(--text-secondary);z-index:10;pointer-events:none;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:4px 8px;font-size:18px;transition:opacity .2s,background .2s;position:relative}.SidebarLists-module__TFQYvG__item:hover .SidebarLists-module__TFQYvG__menuBtn{opacity:1;pointer-events:auto}.SidebarLists-module__TFQYvG__menuBtn:hover{background:var(--border-primary)}.SidebarLists-module__TFQYvG__menu{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:10002;pointer-events:none;min-width:120px;display:none;position:absolute;top:50%;right:40px;transform:translateY(-50%)}.SidebarLists-module__TFQYvG__menuShow{pointer-events:auto;display:block}.SidebarLists-module__TFQYvG__menuItem{cursor:pointer;color:var(--text-primary);padding:10px 16px;font-size:13px;transition:background .2s}.SidebarLists-module__TFQYvG__menuItem:hover{background:var(--bg-tertiary)}.SidebarLists-module__TFQYvG__menuItemDelete{color:var(--error)}.SidebarLists-module__TFQYvG__menuItemDelete:hover{background:#fee2e2}.SidebarLists-module__TFQYvG__myCitiesItemWrapper{align-items:center;gap:var(--space-sm);display:flex}.SidebarLists-module__TFQYvG__myCitiesEmoji{filter:grayscale();flex-shrink:0;font-size:16px;line-height:1;transition:filter .2s}.SidebarLists-module__TFQYvG__itemActive .SidebarLists-module__TFQYvG__myCitiesEmoji{filter:grayscale(0%)}.SidebarLists-module__TFQYvG__myCitiesName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.SidebarLists-module__TFQYvG__sectionHeader{padding:var(--space-md)var(--space-lg);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;font-size:11px;font-weight:600}.SidebarLists-module__TFQYvG__sectionCollapsible{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;transition:color .15s;display:flex}.SidebarLists-module__TFQYvG__sectionCollapsible:hover{color:var(--text-primary)}.SidebarLists-module__TFQYvG__sectionChevron{color:var(--text-tertiary);opacity:.6;font-size:9px;display:inline-block}.SidebarLists-module__TFQYvG__list{flex-direction:column;display:flex}.SidebarLists-module__TFQYvG__listLoading{padding:var(--space-md);text-align:center;color:var(--text-secondary);font-size:13px}.SidebarLists-module__TFQYvG__listItem{padding:var(--space-xs)var(--space-lg);cursor:pointer;border-left:3px solid #0000;transition:background .2s}.SidebarLists-module__TFQYvG__listItem:hover{background:var(--bg-tertiary)}.SidebarLists-module__TFQYvG__listItem.SidebarLists-module__TFQYvG__active{background:var(--bg-tertiary);border-left-color:var(--brand-primary)}.SidebarLists-module__TFQYvG__listItemContent{flex-direction:column;gap:4px;display:flex}.SidebarLists-module__TFQYvG__listItemHeader{align-items:center;gap:6px;display:flex}.SidebarLists-module__TFQYvG__statusIcon{flex-shrink:0;font-size:12px;font-weight:700}.SidebarLists-module__TFQYvG__statusCompleted{color:#4a7463}.SidebarLists-module__TFQYvG__statusFailed{color:#ff6b5a}.SidebarLists-module__TFQYvG__statusRunning{color:#71b2ca}@keyframes SidebarLists-module__TFQYvG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SidebarLists-module__TFQYvG__statusSpinning{animation:1s linear infinite SidebarLists-module__TFQYvG__spin;display:inline-block}.SidebarLists-module__TFQYvG__statusIconLoader{vertical-align:middle;z-index:1;flex-shrink:0;justify-content:center;align-items:center;margin-right:4px;display:inline-flex;position:relative}.SidebarLists-module__TFQYvG__loaderWithPercentage{justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;position:relative;transform:translateY(-12px)}.SidebarLists-module__TFQYvG__percentageOverlay{color:var(--text-secondary,#666);pointer-events:none;white-space:nowrap;z-index:2;font-size:9px;font-weight:700;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SidebarLists-module__TFQYvG__statusDraft{color:var(--text-tertiary)}.SidebarLists-module__TFQYvG__statusCancelled{color:var(--text-secondary,#666)}.SidebarLists-module__TFQYvG__listItemTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;overflow:hidden}.SidebarLists-module__TFQYvG__progressMini{align-items:center;gap:6px;display:flex}.SidebarLists-module__TFQYvG__progressBar{background:#ad35fa;border-radius:2px;flex:1;height:3px;transition:width .3s}.SidebarLists-module__TFQYvG__progressText{color:var(--text-tertiary);flex-shrink:0;font-size:11px}.SidebarLists-module__TFQYvG__createNewButton{text-align:left;background:0 0;border:none;width:100%;font-family:inherit}.SidebarLists-module__TFQYvG__createNewButton:hover{background:var(--bg-tertiary)}.SidebarLists-module__TFQYvG__createIcon{color:#ad35fa;flex-shrink:0;font-size:16px;font-weight:700;line-height:1}.SidebarLists-module__TFQYvG__createNewButton .SidebarLists-module__TFQYvG__listItemTitle{color:var(--text-primary);font-weight:500}
.RegenerateModal-module__bCndMG__overlay{z-index:99999;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.RegenerateModal-module__bCndMG__dialog{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);flex-direction:column;min-width:400px;max-width:500px;padding:0;display:flex}.RegenerateModal-module__bCndMG__header{border-bottom:1px solid var(--border-primary);padding:20px 24px}.RegenerateModal-module__bCndMG__header h3{color:var(--text-primary);margin:0;font-size:18px;font-weight:600}.RegenerateModal-module__bCndMG__content{padding:24px}.RegenerateModal-module__bCndMG__description{color:var(--text-secondary);margin:0 0 20px;font-size:14px;line-height:1.5}.RegenerateModal-module__bCndMG__field{flex-direction:column;gap:8px;display:flex}.RegenerateModal-module__bCndMG__label{color:var(--text-primary);font-size:14px;font-weight:500}.RegenerateModal-module__bCndMG__select{border:1px solid var(--border-primary);border-radius:var(--radius-sm);background:var(--bg-primary);width:100%;color:var(--text-primary);cursor:pointer;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .2s}.RegenerateModal-module__bCndMG__select:focus{border-color:var(--brand-primary);outline:none}.RegenerateModal-module__bCndMG__select:disabled{opacity:.6;cursor:not-allowed}.RegenerateModal-module__bCndMG__footer{border-top:1px solid var(--border-primary);justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.RegenerateModal-module__bCndMG__cancelBtn,.RegenerateModal-module__bCndMG__confirmBtn{border-radius:var(--radius-sm);cursor:pointer;border:none;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.RegenerateModal-module__bCndMG__cancelBtn{background:var(--bg-tertiary);color:var(--text-primary)}.RegenerateModal-module__bCndMG__cancelBtn:hover:not(:disabled){background:var(--bg-secondary)}.RegenerateModal-module__bCndMG__confirmBtn{background:var(--brand-primary);color:#fff}.RegenerateModal-module__bCndMG__confirmBtn:hover:not(:disabled){opacity:.9}.RegenerateModal-module__bCndMG__confirmBtn:disabled,.RegenerateModal-module__bCndMG__cancelBtn:disabled{opacity:.5;cursor:not-allowed}
.SidebarCitySearch-module__GUamkW__navItemContainer{border-radius:8px;align-items:center;gap:0;margin:0 0 2px;transition:all .2s;display:flex;position:relative}.SidebarCitySearch-module__GUamkW__navItemContainer:hover{background:var(--bg-tertiary)}.SidebarCitySearch-module__GUamkW__navItemContainer:hover .SidebarCitySearch-module__GUamkW__navItem,.SidebarCitySearch-module__GUamkW__navItemContainer:hover .SidebarCitySearch-module__GUamkW__gpsBtn{color:var(--text-primary)}.SidebarCitySearch-module__GUamkW__navItem{align-items:center;gap:var(--space-md);padding:var(--space-md)var(--space-md);color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;flex:1;margin:0;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.SidebarCitySearch-module__GUamkW__navIcon{flex-shrink:0;justify-content:center;align-items:center;width:24px;display:inline-flex}.SidebarCitySearch-module__GUamkW__navLabel{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.SidebarCitySearch-module__GUamkW__gpsBtn{width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;margin-right:var(--space-md);background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.SidebarCitySearch-module__GUamkW__gpsBtn:disabled{opacity:.5;cursor:not-allowed}.SidebarCitySearch-module__GUamkW__gpsBtn:hover:not(:disabled){background:var(--bg-secondary);color:var(--text-primary);cursor:pointer}.SidebarCitySearch-module__GUamkW__gpsBtnOn{background:var(--bg-tertiary);color:var(--brand-primary)}.SidebarCitySearch-module__GUamkW__gpsBtnActive{animation:.6s ease-out SidebarCitySearch-module__GUamkW__gpsPulse;box-shadow:0 0 0 3px #3b82f633;background:var(--brand-primary)!important;color:#fff!important}@keyframes SidebarCitySearch-module__GUamkW__gpsPulse{0%{box-shadow:0 0 #3b82f666}50%{box-shadow:0 0 0 8px #3b82f600}to{box-shadow:0 0 #3b82f600}}.SidebarCitySearch-module__GUamkW__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100000;background:#00000080;justify-content:center;align-items:flex-start;padding:80px 16px 16px;animation:.15s SidebarCitySearch-module__GUamkW__fadeIn;display:flex;position:fixed;inset:0}@keyframes SidebarCitySearch-module__GUamkW__fadeIn{0%{opacity:0}to{opacity:1}}.SidebarCitySearch-module__GUamkW__modalContent{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:16px;flex-direction:column;width:100%;max-width:480px;max-height:calc(100vh - 120px);animation:.2s SidebarCitySearch-module__GUamkW__slideUp;display:flex;overflow:hidden;box-shadow:0 24px 64px #0003}@keyframes SidebarCitySearch-module__GUamkW__slideUp{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.SidebarCitySearch-module__GUamkW__modalHeader{border-bottom:1px solid var(--border-primary);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.SidebarCitySearch-module__GUamkW__modalTitle{color:var(--text-primary);margin:0;font-size:17px;font-weight:600}.SidebarCitySearch-module__GUamkW__modalClose{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.SidebarCitySearch-module__GUamkW__modalClose:hover{background:var(--bg-tertiary);color:var(--text-primary)}.SidebarCitySearch-module__GUamkW__modalSearch{border-bottom:1px solid var(--border-primary);flex-direction:column;gap:12px;padding:16px 20px;display:flex}.SidebarCitySearch-module__GUamkW__inputWrap{border:1px solid var(--border-primary);background:var(--bg-secondary);border-radius:10px;align-items:center;gap:10px;padding:10px 14px;transition:all .15s;display:flex}.SidebarCitySearch-module__GUamkW__inputWrap:focus-within{border-color:var(--brand-primary);box-shadow:0 0 0 3px #3b82f61f}.SidebarCitySearch-module__GUamkW__leadingIcon{color:var(--text-tertiary);flex-shrink:0}.SidebarCitySearch-module__GUamkW__input{min-width:0;color:var(--text-primary);background:0 0;border:0;outline:none;flex:1;font-size:15px}.SidebarCitySearch-module__GUamkW__input::placeholder{color:var(--text-tertiary)}.SidebarCitySearch-module__GUamkW__modalGpsBtn{border:1px solid var(--border-primary);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.SidebarCitySearch-module__GUamkW__modalGpsBtn:disabled{opacity:.6;cursor:not-allowed}.SidebarCitySearch-module__GUamkW__modalGpsBtn:hover:not(:disabled){background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--border-secondary)}.SidebarCitySearch-module__GUamkW__modalResults{flex:1;min-height:120px;max-height:320px;padding:8px;overflow-y:auto}.SidebarCitySearch-module__GUamkW__resultItem{color:var(--text-secondary);padding:12px 14px;font-size:14px}.SidebarCitySearch-module__GUamkW__resultLoading{color:var(--text-tertiary);font-style:italic}.SidebarCitySearch-module__GUamkW__resultHint{color:var(--text-tertiary)}.SidebarCitySearch-module__GUamkW__resultError,.SidebarCitySearch-module__GUamkW__resultEmpty{flex-direction:column;gap:4px;display:flex}.SidebarCitySearch-module__GUamkW__resultBtn{text-align:left;cursor:pointer;width:100%;color:var(--text-primary);background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:14px;transition:all .1s;display:flex}.SidebarCitySearch-module__GUamkW__resultBtn:hover,.SidebarCitySearch-module__GUamkW__resultBtnSelected{background:var(--bg-tertiary)}.SidebarCitySearch-module__GUamkW__resultCityRow{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.SidebarCitySearch-module__GUamkW__resultEmoji{flex-shrink:0;font-size:18px}.SidebarCitySearch-module__GUamkW__resultCityName{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.SidebarCitySearch-module__GUamkW__resultMeta{color:var(--text-tertiary);flex-shrink:0;font-size:12px}@media (max-width:768px){.SidebarCitySearch-module__GUamkW__modalOverlay{padding:60px 12px 12px}.SidebarCitySearch-module__GUamkW__modalContent{max-height:calc(100vh - 80px)}.SidebarCitySearch-module__GUamkW__modalHeader,.SidebarCitySearch-module__GUamkW__modalSearch{padding:14px 16px}.SidebarCitySearch-module__GUamkW__inputWrap{padding:10px 12px}.SidebarCitySearch-module__GUamkW__input{font-size:16px}.SidebarCitySearch-module__GUamkW__modalResults{max-height:280px;padding:6px}.SidebarCitySearch-module__GUamkW__resultBtn{padding:10px 12px}}
.Sidebar-module__WZVnLW__sidebar{width:var(--sidebar-width);background:var(--bg-primary);border-right:1px solid var(--border-primary);z-index:1000;flex-direction:column;height:100vh;transition:transform .3s,width .3s;display:flex;position:fixed;top:0;left:0}.Sidebar-module__WZVnLW__collapsed{width:var(--sidebar-width);transform:translate(-100%)}.Sidebar-module__WZVnLW__open{transform:translate(0)}.Sidebar-module__WZVnLW__sidebarHeader{align-items:center;gap:var(--space-md);padding:var(--space-md)var(--space-lg);border-bottom:1px solid var(--border-primary);min-height:var(--header-height);z-index:1;flex-shrink:0;display:flex;position:relative}.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__sidebarHeader{padding-right:var(--space-md)}.Sidebar-module__WZVnLW__menuToggle{padding:var(--space-sm);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:4px;transition:background .2s;display:flex}.Sidebar-module__WZVnLW__menuToggle:hover{background:var(--bg-tertiary)}.Sidebar-module__WZVnLW__menuToggle span{background:var(--text-primary);width:20px;height:2px;transition:all .3s;display:block}.Sidebar-module__WZVnLW__sidebarLogo{color:inherit;flex:1;align-items:center;gap:10px;min-width:0;text-decoration:none;display:flex}.Sidebar-module__WZVnLW__logoCorners{flex-shrink:0;align-items:center;width:22px;height:22px;display:flex}.Sidebar-module__WZVnLW__logoCorners svg{width:100%;height:100%;display:block}.Sidebar-module__WZVnLW__brace{fill:var(--text-primary);transition:fill .2s}:is([data-theme=dark] .Sidebar-module__WZVnLW__brace,.dark .Sidebar-module__WZVnLW__brace){fill:#fff}.Sidebar-module__WZVnLW__logoText{white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:700;overflow:hidden}.Sidebar-module__WZVnLW__logoTransparent{color:var(--text-primary)}.Sidebar-module__WZVnLW__logoCity{color:var(--brand-primary)}.Sidebar-module__WZVnLW__overlay{background:var(--bg-overlay);z-index:999;transition:opacity .3s;display:block;position:fixed;inset:0}@media (min-width:769px){.Sidebar-module__WZVnLW__overlay{display:none}}.Sidebar-module__WZVnLW__navItems{padding:var(--space-lg)0 0 0;flex-direction:column;flex:1;gap:0;min-height:0;display:flex;overflow:hidden auto}.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__navItems{opacity:0;pointer-events:none;overflow:hidden}.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__sidebarFooter{opacity:0;pointer-events:none}.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__sidebarHeader{width:64px;min-width:64px;padding:var(--space-md);justify-content:center}.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__menuToggle{margin:0}.Sidebar-module__WZVnLW__navItem{align-items:center;gap:var(--space-md);padding:var(--space-md)var(--space-lg);color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;flex-shrink:0;width:100%;font-size:14px;text-decoration:none;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__navItem:hover{background:var(--bg-tertiary);color:var(--text-primary)}.Sidebar-module__WZVnLW__navItemActive{background:var(--bg-tertiary);color:var(--brand-primary);border-left:3px solid var(--brand-primary);font-weight:600}.Sidebar-module__WZVnLW__navIcon{flex-shrink:0;justify-content:center;align-items:center;width:24px;display:inline-flex}.Sidebar-module__WZVnLW__navSectionSpacer{height:var(--space-md);flex-shrink:0}.Sidebar-module__WZVnLW__navSectionHeader{padding:var(--space-md)var(--space-lg);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;font-size:11px;font-weight:600}.Sidebar-module__WZVnLW__navSectionCollapsible{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;transition:color .15s;display:flex}.Sidebar-module__WZVnLW__navSectionCollapsible:hover{color:var(--text-primary)}.Sidebar-module__WZVnLW__navSectionChevron{color:var(--text-tertiary);opacity:.6;font-size:9px;transition:transform .2s;display:inline-block}.Sidebar-module__WZVnLW__newChatBtn{padding:var(--space-md)var(--space-lg);text-align:left;justify-content:flex-start;font-size:15px;font-weight:500}.Sidebar-module__WZVnLW__jobSessionsSection{flex-direction:column;gap:0;display:flex}.Sidebar-module__WZVnLW__sidebarFooter{padding:var(--space-md);border-top:1px solid var(--border-primary);background:var(--bg-primary);flex-shrink:0;position:relative}.Sidebar-module__WZVnLW__sidebarFooterContent{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.Sidebar-module__WZVnLW__settingsIconBtn{cursor:pointer;border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-secondary);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .2s;display:flex}.Sidebar-module__WZVnLW__settingsIconBtn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.Sidebar-module__WZVnLW__settingsIconBtn svg{stroke:currentColor;filter:grayscale();width:20px;height:20px;transition:filter .2s}@media (max-width:768px){.Sidebar-module__WZVnLW__sidebar{z-index:10001}.Sidebar-module__WZVnLW__sidebarHeader{padding:var(--space-sm)var(--space-md);min-height:56px}.Sidebar-module__WZVnLW__logoText{font-size:16px}.Sidebar-module__WZVnLW__logoCorners{width:20px;height:20px}.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__sidebarHeader{width:auto;min-width:auto;padding:var(--space-sm)var(--space-md);justify-content:flex-start}}
.ToolCall-module__YWE8kG__toolCall{border-radius:var(--radius-sm);width:auto;color:var(--text-primary);text-align:left;cursor:pointer;background:var(--bg-tertiary);border:none;border-left:2px solid var(--border-primary);overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;margin:2px 0;padding:4px 8px;font-size:11px;transition:opacity .2s;display:inline-block}.ToolCall-module__YWE8kG__toolCall:hover{opacity:.8}.ToolCall-module__YWE8kG__running{background:var(--bg-secondary);border-left:2px solid var(--warning)}.ToolCall-module__YWE8kG__completed{background:var(--bg-secondary);border-left:2px solid var(--success)}.ToolCall-module__YWE8kG__error{background:var(--bg-secondary);border-left:2px solid var(--error)}.ToolCall-module__YWE8kG__error .ToolCall-module__YWE8kG__toolCallName{color:var(--error)}.ToolCall-module__YWE8kG__toolCall[data-tool-name=set_dataset]{background:var(--bg-secondary);border-left:2px solid var(--border-primary)}.ToolCall-module__YWE8kG__toolCall[data-tool-name=set_dataset].ToolCall-module__YWE8kG__running{border-left:2px solid var(--warning)}.ToolCall-module__YWE8kG__toolCall[data-tool-name=set_dataset].ToolCall-module__YWE8kG__completed{border-left:2px solid var(--success)}.ToolCall-module__YWE8kG__toolCall[data-tool-name=set_dataset].ToolCall-module__YWE8kG__error{border-left:2px solid var(--error)}.ToolCall-module__YWE8kG__toolCall[data-tool-name=set_dataset] .ToolCall-module__YWE8kG__toolCallName{color:var(--success)}.ToolCall-module__YWE8kG__toolCallContent{justify-content:flex-start;align-items:center;width:auto;display:flex}.ToolCall-module__YWE8kG__toolCallName{color:var(--brand-primary);font-size:11px;font-weight:500}.ToolCall-module__YWE8kG__toolCallDetails{margin-top:var(--space-md);padding:var(--space-md);background:var(--bg-secondary);border-radius:var(--radius-sm);overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;max-width:100%;color:var(--text-primary);font-size:12px}.ToolCall-module__YWE8kG__toolCallDetails h4{margin:0 0 var(--space-sm)0;color:var(--text-primary);font-size:13px;font-weight:600}.ToolCall-module__YWE8kG__toolCallDetails pre{background:var(--bg-primary);color:var(--text-primary);padding:var(--space-sm);border-radius:var(--radius-sm);overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;white-space:pre-wrap;border:1px solid var(--border-primary);max-width:100%;margin:4px 0;font-size:11px;overflow-x:auto}.ToolCall-module__YWE8kG__mapPreview{background:linear-gradient(135deg,#8b5cf61a 0%,#a78bfa0d 100%);border:1px solid #8b5cf640;border-radius:8px;align-items:center;gap:12px;margin-top:8px;padding:12px;display:flex}.ToolCall-module__YWE8kG__mapPreviewIcon{flex-shrink:0;font-size:24px}.ToolCall-module__YWE8kG__mapPreviewInfo{flex:1;min-width:0}.ToolCall-module__YWE8kG__mapPreviewTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.ToolCall-module__YWE8kG__mapPreviewMeta{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:4px;margin-top:2px;font-size:12px;display:flex}.ToolCall-module__YWE8kG__mapPreviewDot{color:var(--text-tertiary)}.ToolCall-module__YWE8kG__mapPreviewPublic{color:#22c55e;font-weight:500}.ToolCall-module__YWE8kG__mapPreviewButton{background:var(--brand-primary);color:#fff;border-radius:6px;flex-shrink:0;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s,transform .2s}.ToolCall-module__YWE8kG__mapPreviewButton:hover{background:var(--brand-secondary);transform:translateY(-1px)}.ToolCall-module__YWE8kG__toolCall[data-tool-name=generate_map]{background:var(--bg-secondary);border-left:2px solid var(--brand-primary);width:auto;display:inline-block}.ToolCall-module__YWE8kG__toolCall[data-tool-name=generate_map].ToolCall-module__YWE8kG__completed{border-left:2px solid var(--success)}.ToolCall-module__YWE8kG__toolCall[data-tool-name=show_map]{background:var(--bg-secondary);border-left:2px solid var(--brand-primary);width:100%;max-width:100%;margin:var(--space-md)0;display:block}.ToolCall-module__YWE8kG__toolCall[data-tool-name=show_map].ToolCall-module__YWE8kG__completed{border-left:2px solid var(--success)}.ToolCall-module__YWE8kG__mapEmbed{margin-top:12px;margin-bottom:var(--space-md);background:linear-gradient(135deg,#8b5cf614 0%,#a78bfa08 100%);border:1px solid #8b5cf633;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.ToolCall-module__YWE8kG__toolCall[data-tool-name=show_map] .ToolCall-module__YWE8kG__mapEmbed{margin-top:var(--space-md);margin-bottom:var(--space-lg);border-radius:16px;box-shadow:0 6px 20px #00000026}.ToolCall-module__YWE8kG__mapEmbedHeader{background:#8b5cf61a;border-bottom:1px solid #8b5cf626;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 14px;display:flex}.ToolCall-module__YWE8kG__mapEmbedInfo{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.ToolCall-module__YWE8kG__mapEmbedIcon{flex-shrink:0;font-size:18px}.ToolCall-module__YWE8kG__mapEmbedTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.ToolCall-module__YWE8kG__mapEmbedMeta{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:6px;font-size:11px;display:flex}.ToolCall-module__YWE8kG__mapEmbedActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.ToolCall-module__YWE8kG__mapEmbedToggle{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 6px;font-size:10px;transition:background .2s,color .2s}.ToolCall-module__YWE8kG__mapEmbedToggle:hover{color:var(--brand-primary);background:#8b5cf626}.ToolCall-module__YWE8kG__mapEmbedLink{background:var(--brand-primary);color:#fff;border-radius:5px;padding:5px 10px;font-size:11px;font-weight:600;text-decoration:none;transition:background .2s,transform .2s}.ToolCall-module__YWE8kG__mapEmbedLink:hover{background:var(--brand-secondary);transform:translateY(-1px)}.ToolCall-module__YWE8kG__mapEmbedContainer{background:#1a1a24;width:100%;height:320px;position:relative}.ToolCall-module__YWE8kG__toolCall[data-tool-name=show_map] .ToolCall-module__YWE8kG__mapEmbedContainer{height:500px;min-height:500px}@media (min-width:768px){.ToolCall-module__YWE8kG__toolCall[data-tool-name=show_map] .ToolCall-module__YWE8kG__mapEmbedContainer{height:600px;min-height:600px}}.ToolCall-module__YWE8kG__mapEmbedIframe{border:none;width:100%;height:100%}@media (max-width:480px){.ToolCall-module__YWE8kG__mapEmbedHeader{flex-direction:column;align-items:flex-start;gap:8px}.ToolCall-module__YWE8kG__mapEmbedActions{justify-content:space-between;width:100%}.ToolCall-module__YWE8kG__mapEmbedContainer{height:250px}}
.SessionHeader-module__uTdiwq__sessionHeader{align-items:center;gap:var(--space-md);padding:var(--space-sm)var(--space-md);flex-wrap:wrap;flex:1;font-size:13px;display:flex}.SessionHeader-module__uTdiwq__statItem{align-items:center;gap:var(--space-xs);display:flex}.SessionHeader-module__uTdiwq__statLabel{color:var(--text-secondary);font-weight:500}.SessionHeader-module__uTdiwq__statValue{color:var(--text-primary);font-weight:600}@media (max-width:768px){.SessionHeader-module__uTdiwq__sessionHeader{gap:var(--space-sm);padding:var(--space-xs)var(--space-sm);font-size:12px}.SessionHeader-module__uTdiwq__statItem{gap:4px}}@media (max-width:480px){.SessionHeader-module__uTdiwq__sessionHeader{gap:var(--space-xs);padding:6px var(--space-xs);font-size:11px}}
.ChatView-module__cBUI4a__chatViewRoot{flex-direction:column;width:100%;height:100%;display:flex}.ChatView-module__cBUI4a__sessionHeaderContainer{justify-content:space-between;align-items:center;gap:var(--space-sm);border-bottom:1px solid var(--border-primary);background:var(--bg-secondary);display:flex}.ChatView-module__cBUI4a__chatContainer{flex-direction:column;flex:1;width:100%;min-height:0;display:flex;overflow:hidden}.ChatView-module__cBUI4a__chatMessages{padding:var(--space-lg);gap:var(--space-lg);flex-direction:column;flex:1;display:flex;overflow-y:auto}.ChatView-module__cBUI4a__chatMessage{flex-direction:column;width:fit-content;min-width:60px;display:flex}.ChatView-module__cBUI4a__userMessage{background:var(--brand-primary-light);max-width:85%;color:var(--text-primary);padding:var(--space-lg);border-radius:var(--radius-lg);word-wrap:break-word;overflow-wrap:break-word;border:1px solid var(--brand-primary);align-self:flex-end}.ChatView-module__cBUI4a__assistantMessage{word-wrap:break-word;overflow-wrap:break-word;align-self:flex-start;max-width:85%}.ChatView-module__cBUI4a__assistantBubble{background:var(--bg-primary);padding:var(--space-lg);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-primary)}.ChatView-module__cBUI4a__assistantName{margin-bottom:var(--space-sm);color:var(--brand-primary);font-size:14px;font-weight:600}.ChatView-module__cBUI4a__messageContent{color:inherit;font-size:14px;line-height:1.6}.ChatView-module__cBUI4a__messageContent p{margin:var(--space-sm)0}.ChatView-module__cBUI4a__messageContent ul,.ChatView-module__cBUI4a__messageContent ol{margin:var(--space-sm)0;padding-left:var(--space-lg)}.ChatView-module__cBUI4a__messageContent code{background:var(--bg-tertiary);color:var(--text-primary);padding:2px var(--space-sm);border-radius:var(--radius-sm);font-family:Courier New,monospace;font-size:13px}.ChatView-module__cBUI4a__userMessage .ChatView-module__cBUI4a__messageContent code{background:var(--brand-primary);color:var(--text-inverse)}.ChatView-module__cBUI4a__messageContent pre{background:var(--text-primary);color:var(--bg-primary);padding:var(--space-md);border-radius:var(--radius-md);margin:var(--space-md)0;overflow-x:auto}.ChatView-module__cBUI4a__userMessage .ChatView-module__cBUI4a__messageContent pre{background:var(--brand-primary);color:var(--text-inverse)}.ChatView-module__cBUI4a__messageContent pre code{color:inherit;background:0 0;padding:0}.ChatView-module__cBUI4a__messageContent h1,.ChatView-module__cBUI4a__messageContent h2,.ChatView-module__cBUI4a__messageContent h3,.ChatView-module__cBUI4a__messageContent h4{margin:var(--space-lg)0 var(--space-md)0;color:var(--text-primary);font-weight:600}.ChatView-module__cBUI4a__messageContent h1{font-size:24px}.ChatView-module__cBUI4a__messageContent h2{font-size:20px}.ChatView-module__cBUI4a__messageContent h3{font-size:18px}.ChatView-module__cBUI4a__messageContent h4{font-size:16px}.ChatView-module__cBUI4a__messageContent a{color:var(--brand-primary);text-decoration:underline}.ChatView-module__cBUI4a__messageContent a:hover{color:var(--brand-primary-hover)}.ChatView-module__cBUI4a__messageContent blockquote{border-left:3px solid var(--brand-primary);padding-left:var(--space-md);margin:var(--space-md)0;color:var(--text-secondary);font-style:italic}.ChatView-module__cBUI4a__messageContent table{border-collapse:collapse;width:100%;margin:var(--space-md)0}.ChatView-module__cBUI4a__messageContent table th,.ChatView-module__cBUI4a__messageContent table td{padding:var(--space-sm)var(--space-md);border:1px solid var(--border-primary);text-align:left}.ChatView-module__cBUI4a__messageContent table th{background:var(--bg-tertiary);font-weight:600}.ChatView-module__cBUI4a__chatInputArea{border-top:1px solid var(--border-primary);padding:var(--space-md)var(--space-lg);background:var(--bg-secondary);flex-shrink:0;width:100%;position:sticky;bottom:0}.ChatView-module__cBUI4a__chatInputWrapper{border:1px solid var(--border-primary);border-radius:var(--radius-md);background:var(--bg-primary);align-items:flex-end;width:100%;min-height:44px;transition:border-color .2s;display:flex;position:relative}.ChatView-module__cBUI4a__chatInputWrapper:focus-within{border-color:var(--brand-primary)}.ChatView-module__cBUI4a__modelIconWrapper{padding:var(--space-xs);z-index:1;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.ChatView-module__cBUI4a__modelIconButton{border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-family:inherit;transition:all .2s;display:flex}.ChatView-module__cBUI4a__modelIconButton:hover:not(:disabled){background:var(--bg-secondary)}.ChatView-module__cBUI4a__modelIconButton:disabled{opacity:.6;cursor:not-allowed}.ChatView-module__cBUI4a__modelIconEmoji{justify-content:center;align-items:center;font-size:20px;line-height:1;display:flex}.ChatView-module__cBUI4a__providerBadge{border:1px solid var(--border-primary);background:var(--bg-secondary);width:20px;height:20px;color:var(--text-primary);letter-spacing:.02em;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.ChatView-module__cBUI4a__providerBadge[data-provider=anthropic]{color:#ad35faf2;background:#ad35fa1f;border-color:#ad35fa80}.ChatView-module__cBUI4a__providerBadge[data-provider=openai]{color:#10a37ff2;background:#10a37f1f;border-color:#10a37f80}.ChatView-module__cBUI4a__providerBadge[data-provider=google]{color:#1a73e8f2;background:#1a73e81f;border-color:#1a73e880}.ChatView-module__cBUI4a__providerBadge[data-provider=grok],.ChatView-module__cBUI4a__providerBadge[data-provider=xai]{color:#000000d9;background:#0000000f;border-color:#00000073}.ChatView-module__cBUI4a__chatInput{padding:var(--space-md)var(--space-sm);resize:none;min-height:44px;max-height:25vh;color:var(--text-primary);background:0 0;border:none;border-radius:0;flex:1;font-family:inherit;font-size:14px;line-height:1.5;transition:none;overflow-y:auto}.ChatView-module__cBUI4a__chatInput:focus{outline:none}.ChatView-module__cBUI4a__chatInput::placeholder{color:var(--text-tertiary)}.ChatView-module__cBUI4a__sendIconButton,.ChatView-module__cBUI4a__stopIconButton{border-radius:var(--radius-sm);cursor:pointer;width:32px;height:32px;margin:var(--space-xs);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-family:inherit;transition:all .2s;display:flex}.ChatView-module__cBUI4a__sendIconButton{color:var(--brand-primary)}.ChatView-module__cBUI4a__sendIconButton:hover:not(:disabled){background:var(--brand-primary-light)}.ChatView-module__cBUI4a__sendIconButton:disabled{opacity:.4;cursor:not-allowed}.ChatView-module__cBUI4a__stopIconButton{color:var(--error-color,#dc3545)}.ChatView-module__cBUI4a__stopIconButton:hover{background:#dc35451a}.ChatView-module__cBUI4a__sendIcon,.ChatView-module__cBUI4a__stopIcon{justify-content:center;align-items:center;font-size:20px;line-height:1;display:flex}.ChatView-module__cBUI4a__modelDropdownWrapper{z-index:100000;display:inline-block;position:relative}.ChatView-module__cBUI4a__modelSelectButton{justify-content:center;align-items:center;gap:var(--space-xs);padding:var(--space-xs)var(--space-sm);border:1px solid var(--border-primary);border-radius:var(--radius-md);cursor:pointer;background:var(--bg-primary);color:var(--text-primary);min-width:36px;height:36px;font-family:inherit;font-size:13px;transition:all .2s;display:flex}.ChatView-module__cBUI4a__modelSelectButton:hover:not(:disabled){border-color:var(--brand-primary);background:var(--bg-secondary)}.ChatView-module__cBUI4a__modelSelectButton:disabled{opacity:.6;cursor:not-allowed}.ChatView-module__cBUI4a__modelSelectButtonOpen{border-color:var(--brand-primary);background:var(--bg-secondary)}.ChatView-module__cBUI4a__modelSelectEmoji{justify-content:center;align-items:center;font-size:18px;line-height:1;display:flex}.ChatView-module__cBUI4a__modelSelectText{white-space:nowrap;font-size:13px}.ChatView-module__cBUI4a__modelSelectLoading{color:var(--text-secondary);font-size:14px}.ChatView-module__cBUI4a__modelDropdownMenu{bottom:calc(100% + var(--space-xs));background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:100001;min-width:280px;max-width:400px;max-height:400px;margin-bottom:var(--space-xs);flex-direction:column;gap:2px;padding:4px;display:flex;position:absolute;right:0;overflow-y:auto}.ChatView-module__cBUI4a__modelDropdownBackdrop{z-index:999999;cursor:pointer;background:#0000004d;position:fixed;inset:0}.ChatView-module__cBUI4a__modelDropdownMenuCentered{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);z-index:1000000;flex-direction:column;gap:2px;min-width:320px;max-width:500px;max-height:70vh;padding:8px;display:flex;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014}.ChatView-module__cBUI4a__modelDropdownMenuWelcome{z-index:1000000;border:2px solid var(--brand-primary);margin-bottom:0;position:fixed;inset:80px auto auto 50%;transform:translate(-50%);box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014}.ChatView-module__cBUI4a__modelDropdownOption{gap:var(--space-xs);padding:var(--space-sm)var(--space-md);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:column;font-family:inherit;transition:background .15s;display:flex}.ChatView-module__cBUI4a__modelDropdownOption:hover:not(:disabled){background:var(--bg-secondary)}.ChatView-module__cBUI4a__modelDropdownOption:disabled{cursor:not-allowed}.ChatView-module__cBUI4a__modelDropdownOptionSelected{background:var(--brand-primary-light);border:1px solid var(--brand-primary)}.ChatView-module__cBUI4a__modelDropdownOptionDisabled{opacity:.5}.ChatView-module__cBUI4a__modelDropdownOptionHeader{align-items:center;gap:var(--space-sm);display:flex}.ChatView-module__cBUI4a__modelDropdownOptionEmoji{flex-shrink:0;font-size:18px;line-height:1}.ChatView-module__cBUI4a__modelDropdownOptionName{flex:1;font-size:14px;font-weight:500}.ChatView-module__cBUI4a__modelDropdownOptionCheck{color:var(--brand-primary);font-size:16px;font-weight:700}.ChatView-module__cBUI4a__modelDropdownOptionDetails{color:var(--text-secondary);flex-direction:column;gap:2px;margin-left:30px;font-size:11px;display:flex}.ChatView-module__cBUI4a__modelDropdownOptionCost{font-family:Courier New,monospace}.ChatView-module__cBUI4a__modelDropdownOptionUnavailable{color:var(--text-secondary);margin-left:30px;font-size:11px;font-style:italic}.ChatView-module__cBUI4a__typingIndicator{padding:0 var(--space-lg);margin-bottom:var(--space-lg);display:block}.ChatView-module__cBUI4a__typingBubble{background:var(--bg-primary);padding:var(--space-md)var(--space-lg);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);align-items:center;gap:var(--space-sm);border:1px solid var(--border-primary);display:inline-flex}.ChatView-module__cBUI4a__typingDots{gap:var(--space-xs);display:flex}.ChatView-module__cBUI4a__typingDot{background:var(--brand-primary);border-radius:50%;width:8px;height:8px;animation:1.4s infinite ChatView-module__cBUI4a__typing}.ChatView-module__cBUI4a__typingDot:nth-child(2){animation-delay:.2s}.ChatView-module__cBUI4a__typingDot:nth-child(3){animation-delay:.4s}@keyframes ChatView-module__cBUI4a__typing{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.ChatView-module__cBUI4a__textSecondary{color:var(--text-secondary)}[data-theme=dark] .ChatView-module__cBUI4a__messageContent{color:var(--text-primary,#f1f5f9)}[data-theme=dark] .ChatView-module__cBUI4a__messageContent p{color:var(--text-primary,#f1f5f9)}[data-theme=dark] .ChatView-module__cBUI4a__messageContent h1{color:var(--text-primary,#f1f5f9)}[data-theme=dark] .ChatView-module__cBUI4a__messageContent h2{color:var(--text-primary,#f1f5f9)}[data-theme=dark] .ChatView-module__cBUI4a__messageContent h3{color:var(--text-primary,#f1f5f9)}[data-theme=dark] .ChatView-module__cBUI4a__messageContent h4{color:var(--text-primary,#f1f5f9)}[data-theme=dark] .ChatView-module__cBUI4a__messageContent li{color:var(--text-primary,#f1f5f9)}[data-theme=dark] .ChatView-module__cBUI4a__messageContent td{color:var(--text-primary,#f1f5f9)}[data-theme=dark] .ChatView-module__cBUI4a__messageContent th{color:var(--text-primary,#f1f5f9)}[data-theme=dark] .ChatView-module__cBUI4a__assistantName{color:var(--text-primary,#f1f5f9)}[data-theme=dark] .ChatView-module__cBUI4a__welcomeTitle{color:var(--text-primary,#f1f5f9)}[data-theme=dark] .ChatView-module__cBUI4a__welcomeSubtitle{color:var(--text-primary,#f1f5f9)}[data-theme=dark] .ChatView-module__cBUI4a__welcomeHint{color:var(--text-primary,#f1f5f9)}.dark .ChatView-module__cBUI4a__messageContent{color:var(--text-primary,#f1f5f9)}.dark .ChatView-module__cBUI4a__messageContent p{color:var(--text-primary,#f1f5f9)}.dark .ChatView-module__cBUI4a__messageContent h1{color:var(--text-primary,#f1f5f9)}.dark .ChatView-module__cBUI4a__messageContent h2{color:var(--text-primary,#f1f5f9)}.dark .ChatView-module__cBUI4a__messageContent h3{color:var(--text-primary,#f1f5f9)}.dark .ChatView-module__cBUI4a__messageContent h4{color:var(--text-primary,#f1f5f9)}.dark .ChatView-module__cBUI4a__messageContent li{color:var(--text-primary,#f1f5f9)}.dark .ChatView-module__cBUI4a__messageContent td{color:var(--text-primary,#f1f5f9)}.dark .ChatView-module__cBUI4a__messageContent th{color:var(--text-primary,#f1f5f9)}.dark .ChatView-module__cBUI4a__assistantName{color:var(--text-primary,#f1f5f9)}.dark .ChatView-module__cBUI4a__welcomeTitle{color:var(--text-primary,#f1f5f9)}.dark .ChatView-module__cBUI4a__welcomeSubtitle{color:var(--text-primary,#f1f5f9)}.dark .ChatView-module__cBUI4a__welcomeHint{color:var(--text-primary,#f1f5f9)}:is([data-theme=dark] .ChatView-module__cBUI4a__messageContent blockquote,.dark .ChatView-module__cBUI4a__messageContent blockquote){color:var(--text-secondary,#cbd5e1)}:is([data-theme=dark] .ChatView-module__cBUI4a__messageContent code,.dark .ChatView-module__cBUI4a__messageContent code){color:var(--text-primary,#f1f5f9);background:var(--bg-tertiary,#334155)}.ChatView-module__cBUI4a__welcomeContainer{padding:var(--space-xl);background:linear-gradient(180deg,var(--bg-secondary)0%,var(--bg-primary)100%);flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.ChatView-module__cBUI4a__welcomeContent{align-items:center;gap:var(--space-xl);flex-direction:column;width:100%;max-width:680px;display:flex}.ChatView-module__cBUI4a__welcomeHeader{text-align:center}.ChatView-module__cBUI4a__welcomeBracket{margin-bottom:var(--space-md);justify-content:center;align-items:center;display:flex}.ChatView-module__cBUI4a__welcomeTitle{color:var(--text-primary);margin-bottom:var(--space-sm);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;font-weight:600}.ChatView-module__cBUI4a__welcomeSubtitle{color:var(--text-secondary);max-width:480px;margin:0 auto;font-size:15px;line-height:1.5}.ChatView-module__cBUI4a__welcomeComposer{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:16px;width:100%;transition:box-shadow .2s,border-color .2s;overflow:visible;box-shadow:0 4px 24px #0000000f,0 1px 3px #0000000a}.ChatView-module__cBUI4a__welcomeComposer:focus-within{border-color:var(--brand-primary);box-shadow:0 4px 24px #ad35fa1a,0 1px 3px #0000000a,0 0 0 3px #ad35fa14}.ChatView-module__cBUI4a__welcomeTextarea{resize:none;width:100%;padding:var(--space-lg)var(--space-lg)0 var(--space-lg);color:var(--text-primary);background:0 0;border:none;min-height:100px;max-height:200px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.5}.ChatView-module__cBUI4a__welcomeTextarea::placeholder{color:var(--text-tertiary)}.ChatView-module__cBUI4a__welcomeTextarea:focus{outline:none}.ChatView-module__cBUI4a__welcomeActions{padding:var(--space-md)var(--space-lg);background:var(--bg-secondary);border-top:1px solid var(--border-secondary);border-bottom-right-radius:16px;border-bottom-left-radius:16px;justify-content:space-between;align-items:center;display:flex;overflow:hidden}.ChatView-module__cBUI4a__welcomeModelSelect{z-index:100000;position:relative}.ChatView-module__cBUI4a__welcomeModelButton{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-md);background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;font-size:13px;transition:all .15s;display:flex}.ChatView-module__cBUI4a__welcomeModelButton:hover{border-color:var(--brand-primary);background:var(--bg-tertiary)}.ChatView-module__cBUI4a__welcomeModelEmoji{font-size:16px}.ChatView-module__cBUI4a__welcomeModelName{font-weight:500}.ChatView-module__cBUI4a__welcomeModelChevron{color:var(--text-secondary);font-size:10px;transition:transform .15s}.ChatView-module__cBUI4a__welcomeModelChevronOpen{transform:rotate(180deg)}.ChatView-module__cBUI4a__welcomeSendButton{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-lg);background:var(--brand-primary);border-radius:var(--radius-md);color:#fff;cursor:pointer;border:none;font-size:14px;font-weight:500;transition:all .15s;display:flex}.ChatView-module__cBUI4a__welcomeSendButton:hover:not(:disabled){background:var(--brand-primary-hover);transform:translateY(-1px)}.ChatView-module__cBUI4a__welcomeSendButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.ChatView-module__cBUI4a__welcomeSendIcon{font-size:16px}.ChatView-module__cBUI4a__welcomeHints{gap:var(--space-sm);flex-wrap:wrap;justify-content:center;display:flex}.ChatView-module__cBUI4a__welcomeHint{padding:var(--space-sm)var(--space-md);background:var(--bg-primary);border:1px solid var(--border-primary);color:var(--text-secondary);cursor:pointer;border-radius:20px;font-size:13px;transition:all .15s}.ChatView-module__cBUI4a__welcomeHint:hover{background:var(--brand-primary-light);border-color:var(--brand-primary);color:var(--brand-primary)}@media (max-width:768px){.ChatView-module__cBUI4a__chatMessages{padding:var(--space-sm);gap:var(--space-sm)}.ChatView-module__cBUI4a__chatMessage{min-width:40px}.ChatView-module__cBUI4a__userMessage{max-width:85%}.ChatView-module__cBUI4a__assistantMessage{width:fit-content;max-width:98%}.ChatView-module__cBUI4a__welcomeContainer{padding:var(--space-lg)}.ChatView-module__cBUI4a__welcomeBracket{font-size:36px}.ChatView-module__cBUI4a__welcomeTitle{font-size:22px}.ChatView-module__cBUI4a__welcomeSubtitle{font-size:14px}.ChatView-module__cBUI4a__welcomeTextarea{min-height:80px;font-size:15px}.ChatView-module__cBUI4a__welcomeActions{gap:var(--space-md);flex-direction:column;align-items:stretch}.ChatView-module__cBUI4a__welcomeModelButton,.ChatView-module__cBUI4a__welcomeSendButton{justify-content:center;width:100%}.ChatView-module__cBUI4a__welcomeHints{display:none}.ChatView-module__cBUI4a__chatInputArea{padding:var(--space-sm)var(--space-md)}.ChatView-module__cBUI4a__chatInputWrapper{min-height:48px}.ChatView-module__cBUI4a__chatInput{min-width:0;padding:var(--space-sm)var(--space-xs);flex:auto;font-size:16px}.ChatView-module__cBUI4a__modelIconButton,.ChatView-module__cBUI4a__sendIconButton,.ChatView-module__cBUI4a__stopIconButton{width:36px;height:36px}.ChatView-module__cBUI4a__modelIconEmoji,.ChatView-module__cBUI4a__sendIcon,.ChatView-module__cBUI4a__stopIcon{font-size:22px}.ChatView-module__cBUI4a__modelDropdownMenuCentered{min-width:calc(100vw - var(--space-lg)*2);max-width:calc(100vw - var(--space-lg)*2);max-height:60vh}.ChatView-module__cBUI4a__modelDropdownMenu{min-width:260px;max-width:calc(100vw - var(--space-lg)*2);max-height:300px}}
.DatasetsList-module__apjNYG__datasetsList{width:100%}.DatasetsList-module__apjNYG__statsGrid{grid-template-columns:repeat(1,1fr);gap:20px;margin-bottom:32px;display:grid}@media (min-width:640px){.DatasetsList-module__apjNYG__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.DatasetsList-module__apjNYG__statsGrid{grid-template-columns:repeat(4,1fr)}}.DatasetsList-module__apjNYG__statCard{background:var(--bg-primary);box-shadow:var(--shadow-sm);border-radius:var(--radius-md);border:1px solid var(--border-primary);overflow:hidden}.DatasetsList-module__apjNYG__statCardContent{padding:20px}.DatasetsList-module__apjNYG__statCardInner{align-items:center;display:flex}.DatasetsList-module__apjNYG__statIcon{flex-shrink:0}.DatasetsList-module__apjNYG__statText{flex:1;min-width:0;margin-left:20px}.DatasetsList-module__apjNYG__statLabel{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.DatasetsList-module__apjNYG__statValue{color:var(--text-primary);margin-top:4px;font-size:30px;font-weight:600}.DatasetsList-module__apjNYG__filtersContainer{background:var(--bg-primary);box-shadow:var(--shadow-sm);border-radius:var(--radius-md);border:1px solid var(--border-primary);margin-bottom:24px;padding:24px}.DatasetsList-module__apjNYG__filtersRow{flex-wrap:wrap;gap:16px;display:flex}.DatasetsList-module__apjNYG__searchInput{border:1px solid var(--border-primary);border-radius:var(--radius-md);background:var(--bg-primary);min-width:256px;color:var(--text-primary);flex:1;padding:8px 16px;font-size:14px}.DatasetsList-module__apjNYG__searchInput:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-primary-light);outline:none}.DatasetsList-module__apjNYG__cityFilterWrapper{min-width:200px;position:relative}.DatasetsList-module__apjNYG__cityInput{border:1px solid var(--border-primary);border-radius:var(--radius-md);background:var(--bg-primary);width:100%;color:var(--text-primary);padding:8px 32px 8px 16px;font-size:14px}.DatasetsList-module__apjNYG__cityInput:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-primary-light);outline:none}.DatasetsList-module__apjNYG__clearCityBtn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.DatasetsList-module__apjNYG__clearCityBtn:hover{color:var(--text-secondary)}.DatasetsList-module__apjNYG__cityDropdown{z-index:10;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-lg);max-height:240px;margin-top:4px;position:absolute;overflow-y:auto}.DatasetsList-module__apjNYG__cityDropdownItem{cursor:pointer;color:var(--text-primary);padding:8px 16px;font-size:14px}.DatasetsList-module__apjNYG__cityDropdownItem:hover{background:var(--bg-secondary)}.DatasetsList-module__apjNYG__cityDropdownEmpty{color:var(--text-secondary);padding:8px 16px;font-size:14px}.DatasetsList-module__apjNYG__select{border:1px solid var(--border-primary);border-radius:var(--radius-md);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;padding:8px 16px;font-size:14px}.DatasetsList-module__apjNYG__select:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-primary-light);outline:none}.DatasetsList-module__apjNYG__refreshBtn{background:var(--brand-primary);color:var(--text-inverse);border-radius:var(--radius-md);cursor:pointer;border:none;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:background .2s;display:inline-flex}.DatasetsList-module__apjNYG__refreshBtn:hover{background:var(--brand-primary-hover)}.DatasetsList-module__apjNYG__refreshBtn:active{background:var(--brand-primary-light);color:var(--brand-primary)}.DatasetsList-module__apjNYG__errorMessage{border:1px solid var(--error);color:var(--error);border-radius:var(--radius-md);background:#ef44441a;margin-bottom:24px;padding:12px 16px}.DatasetsList-module__apjNYG__tableContainer{background:var(--bg-primary);box-shadow:var(--shadow-sm);border-radius:var(--radius-md);border:1px solid var(--border-primary);overflow:hidden}.DatasetsList-module__apjNYG__tableHeader{border-bottom:1px solid var(--border-primary);padding:16px 24px}.DatasetsList-module__apjNYG__tableHeaderContent{flex-direction:column;gap:12px;display:flex}.DatasetsList-module__apjNYG__tableTitle{color:var(--text-primary);margin:0;font-size:18px;font-weight:500}.DatasetsList-module__apjNYG__filterSummary{flex-direction:column;gap:8px;display:flex}.DatasetsList-module__apjNYG__datasetCount{color:var(--text-secondary);font-size:14px}.DatasetsList-module__apjNYG__datasetCount strong{color:var(--text-primary);font-size:16px;font-weight:600}.DatasetsList-module__apjNYG__activeFilters{flex-direction:column;gap:8px;display:flex}.DatasetsList-module__apjNYG__activeFiltersLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:500}.DatasetsList-module__apjNYG__filterTags{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.DatasetsList-module__apjNYG__filterTag{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-primary);align-items:center;gap:6px;padding:4px 10px;font-size:13px;display:inline-flex}.DatasetsList-module__apjNYG__filterTagRemove{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:12px;transition:color .2s;display:flex}.DatasetsList-module__apjNYG__filterTagRemove:hover{color:var(--text-primary)}.DatasetsList-module__apjNYG__clearAllFiltersBtn{border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;padding:4px 10px;font-size:13px;transition:all .2s}.DatasetsList-module__apjNYG__clearAllFiltersBtn:hover{background:var(--bg-secondary);color:var(--text-primary);border-color:var(--text-tertiary)}@media (max-width:640px){.DatasetsList-module__apjNYG__tableHeaderContent{gap:8px}.DatasetsList-module__apjNYG__filterSummary,.DatasetsList-module__apjNYG__filterTags{gap:6px}.DatasetsList-module__apjNYG__filterTag{padding:3px 8px;font-size:12px}}.DatasetsList-module__apjNYG__tableWrapper{overflow-x:auto}.DatasetsList-module__apjNYG__table{border-collapse:collapse;width:100%}.DatasetsList-module__apjNYG__tableHead{background:var(--bg-secondary)}.DatasetsList-module__apjNYG__tableHeaderCell{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;padding:12px 24px;font-size:12px;font-weight:500}.DatasetsList-module__apjNYG__tableBody{background:var(--bg-primary)}.DatasetsList-module__apjNYG__tableRow{border-top:1px solid var(--border-primary)}.DatasetsList-module__apjNYG__tableRow:hover{background:var(--bg-secondary)}.DatasetsList-module__apjNYG__tableCell{color:var(--text-primary);padding:16px 24px;font-size:14px}.DatasetsList-module__apjNYG__tableCell:first-child{white-space:nowrap}.DatasetsList-module__apjNYG__tableCellText{color:var(--text-primary);font-size:14px;font-weight:500}.DatasetsList-module__apjNYG__tableCellSubtext{color:var(--text-secondary);margin-top:4px;font-size:14px}.DatasetsList-module__apjNYG__tableCellDescription{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;max-width:384px;margin-top:4px;font-size:12px;display:block;overflow:hidden}.DatasetsList-module__apjNYG__statusBadge{border-radius:9999px;padding:4px 8px;font-size:12px;font-weight:600;line-height:1.25;display:inline-flex}.DatasetsList-module__apjNYG__statusSuccess{color:#059669;background:#10b9811a}.DatasetsList-module__apjNYG__statusError{color:#dc2626;background:#ef44441a}.DatasetsList-module__apjNYG__statusPending{color:#d97706;background:#f59e0b1a}.DatasetsList-module__apjNYG__actionBtn{color:#2563eb;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:4px 8px;font-size:14px;display:inline-flex}.DatasetsList-module__apjNYG__actionBtn:hover{color:#1e40af}.DatasetsList-module__apjNYG__loadingContainer{justify-content:center;align-items:center;width:100%;padding:48px;display:flex}.DatasetsList-module__apjNYG__loadingSpinner{border:3px solid var(--border-primary);border-top-color:var(--brand-primary);border-radius:50%;width:24px;height:24px;margin-right:8px;animation:.8s linear infinite DatasetsList-module__apjNYG__spin;display:inline-block}.DatasetsList-module__apjNYG__loadingText{color:var(--text-secondary)}.DatasetsList-module__apjNYG__emptyState{text-align:center;color:var(--text-secondary);padding:24px}@keyframes DatasetsList-module__apjNYG__spin{to{transform:rotate(360deg)}}
.MetricActions-module__rrVs_G__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.MetricActions-module__rrVs_G__actionsCompact{gap:4px}.MetricActions-module__rrVs_G__iconBtn{border:1px solid var(--border-primary);border-radius:var(--radius-sm);background:var(--bg-primary);width:32px;height:32px;color:var(--text-primary);cursor:pointer;justify-content:center;align-items:center;padding:0;font-size:14px;transition:all .2s;display:inline-flex}.MetricActions-module__rrVs_G__iconBtn:hover{background:var(--bg-secondary);border-color:var(--brand-primary);color:var(--brand-primary)}.MetricActions-module__rrVs_G__iconBtn:active{transform:scale(.95)}.MetricActions-module__rrVs_G__iconBtnDanger{color:var(--error-text,#c62828)}.MetricActions-module__rrVs_G__iconBtnDanger:hover{background:var(--error-bg,#fee);border-color:var(--error-text,#c62828);color:var(--error-text,#c62828)}@media (max-width:640px){.MetricActions-module__rrVs_G__actions{gap:4px}.MetricActions-module__rrVs_G__iconBtn{width:28px;height:28px;font-size:12px}}
