.Sidebar-module__R19pPq__sidebar{width:var(--sidebar-pane-width,150px);border-right:1px solid var(--border);background-color:var(--surface-1);height:100%;transition:var(--sidebar-pane-transition,width .18s ease);z-index:50;flex-direction:column;flex-shrink:0;padding:0 0 1rem;display:flex}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed{width:48px}.Sidebar-module__R19pPq__navLabel{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__navLabel{display:none}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__nav{padding:0 4px}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__navItem{justify-content:center;gap:0;padding:.75rem 0}.Sidebar-module__R19pPq__toggleContainer{border-bottom:1px solid var(--border-subtle);flex-shrink:0;justify-content:flex-start;align-items:center;height:60px;padding:0 1rem;display:flex}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__toggleContainer{justify-content:center}.Sidebar-module__R19pPq__toggleBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.Sidebar-module__R19pPq__toggleBtn:hover{background:var(--hover-surface);color:var(--foreground)}.Sidebar-module__R19pPq__logoContainer{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:.75rem .75rem 1rem;transition:all .3s;display:flex}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__logoContainer{display:none}.Sidebar-module__R19pPq__logoImage{object-fit:contain;width:auto;max-width:120px;height:32px;filter:drop-shadow(0 0 10px rgba(var(--primary-rgb), .2));cursor:pointer;transition:transform .3s}.Sidebar-module__R19pPq__logoImage:hover{transform:scale(1.02)}.Sidebar-module__R19pPq__logoLabel{font-size:.7rem;font-weight:var(--font-extrabold);color:var(--primary);letter-spacing:.4em;text-transform:uppercase;margin-top:-8px;display:block!important}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__logoLabel{display:none}.Sidebar-module__R19pPq__badge{background-color:var(--accent);color:var(--foreground);font-size:.65rem;font-weight:var(--font-bold);border-radius:var(--radius-lg);box-shadow:0 0 10px rgba(var(--primary-rgb), .3);margin-left:auto;padding:2px 8px}.Sidebar-module__R19pPq__nav{flex-direction:column;flex-grow:1;gap:.25rem;padding:0 .5rem;display:flex;overflow:hidden auto}.Sidebar-module__R19pPq__navDivider{border:none;border-top:1px solid var(--border);margin:6px 8px}.Sidebar-module__R19pPq__navItem{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;font-size:var(--text-base);font-weight:var(--font-medium);align-items:center;gap:.625rem;min-width:0;padding:.4rem .5rem;transition:color .15s;display:flex;position:relative;overflow:hidden}.Sidebar-module__R19pPq__navItem>svg{flex:0 0 18px;width:18px;height:18px}.Sidebar-module__R19pPq__navItem:hover{color:var(--primary)}.Sidebar-module__R19pPq__navItemActive{color:var(--primary);font-weight:var(--font-bold)}.Sidebar-module__R19pPq__userSection{border-top:1px solid var(--border-subtle);background-color:var(--surface-1);margin-top:auto;padding:.375rem .5rem;position:sticky;bottom:0}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__userSection{justify-content:center;padding:16px 0;display:flex}.Sidebar-module__R19pPq__profileBox{flex-direction:column;gap:6px;display:flex}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__profileBox{align-items:center}.Sidebar-module__R19pPq__userInfo{align-items:center;gap:10px;display:flex}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__userInfo{justify-content:center}.Sidebar-module__R19pPq__avatar{border:1px solid var(--border-subtle);border-radius:50%;flex-shrink:0;width:32px;height:32px}.Sidebar-module__R19pPq__userDetails{flex-direction:column;display:flex;overflow:hidden}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__userDetails{display:none}.Sidebar-module__R19pPq__navItemCollapsed{position:relative}.Sidebar-module__R19pPq__tooltip{background-color:rgba(var(--primary-rgb), .9);color:var(--primary-foreground);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:var(--font-medium);white-space:nowrap;opacity:0;visibility:hidden;z-index:1000;box-shadow:none;margin-left:8px;padding:.5rem .75rem;transition:all .2s;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.Sidebar-module__R19pPq__tooltip:before{content:"";border-style:solid;border-width:6px;border-color:transparent rgba(var(--primary-rgb), .9) transparent transparent;position:absolute;top:50%;right:100%;transform:translateY(-50%)}.Sidebar-module__R19pPq__navItemCollapsed:hover .Sidebar-module__R19pPq__tooltip{opacity:1;visibility:visible;transform:translateY(-50%)translate(4px)}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__avatar{position:relative}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__avatar:hover:after{content:attr(title);background-color:rgba(var(--primary-rgb), .9);color:var(--primary-foreground);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:var(--font-medium);white-space:nowrap;opacity:1;visibility:visible;z-index:1000;box-shadow:none;margin-left:8px;padding:.5rem .75rem;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__avatar:hover:before{content:"";border-style:solid;border-width:6px;border-color:transparent rgba(var(--primary-rgb), .9) transparent transparent;z-index:1001;position:absolute;top:50%;right:100%;transform:translateY(-50%)}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__logoutBtn{position:relative}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__logoutBtn:hover:after{content:"Sign Out";background-color:rgba(var(--primary-rgb), .9);color:var(--primary-foreground);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:var(--font-medium);white-space:nowrap;opacity:1;visibility:visible;z-index:1000;box-shadow:none;margin-left:8px;padding:.5rem .75rem;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__logoutBtn:hover:before{content:"";border-style:solid;border-width:6px;border-color:transparent rgba(var(--primary-rgb), .9) transparent transparent;z-index:1001;position:absolute;top:50%;right:100%;transform:translateY(-50%)}.Sidebar-module__R19pPq__userName{font-size:.8rem;font-weight:var(--font-semibold);color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Sidebar-module__R19pPq__userEmail{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.Sidebar-module__R19pPq__logoutBtn{border-radius:var(--radius-sm);background:rgba(var(--primary-rgb), .08);width:100%;color:var(--primary);font-size:.8rem;font-weight:var(--font-bold);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:6px;transition:all .2s;display:flex}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__logoutBtn{width:auto;padding:8px}.Sidebar-module__R19pPq__sidebar.Sidebar-module__R19pPq__collapsed .Sidebar-module__R19pPq__logoutText{display:none}.Sidebar-module__R19pPq__logoutBtn:hover{background:var(--primary);color:var(--primary-foreground)}
.MobileBottomNav-module__1STAna__mobileNav{display:none}@media (max-width:768px){.MobileBottomNav-module__1STAna__mobileNav{inset-inline:0;z-index:calc(var(--z-overlay-content) - 10);border-top:1px solid var(--border-subtle);background:var(--surface-1);padding-bottom:env(safe-area-inset-bottom);display:block;position:fixed;bottom:0}.MobileBottomNav-module__1STAna__navBar{min-height:4.25rem;display:flex}.MobileBottomNav-module__1STAna__navItem{appearance:none;min-width:0;color:var(--text-secondary);justify-content:center;align-items:center;gap:var(--space-1);font:inherit;font-size:var(--text-xs);font-weight:var(--font-medium);line-height:var(--leading-tight);cursor:pointer;background:0 0;border:0;border-radius:0;flex-direction:column;flex:1 1 0;text-decoration:none;display:flex}.MobileBottomNav-module__1STAna__navItem:hover,.MobileBottomNav-module__1STAna__navItem:focus-visible,.MobileBottomNav-module__1STAna__moreItem:hover,.MobileBottomNav-module__1STAna__moreItem:focus-visible{color:var(--text-primary);background:var(--hover-surface);outline:none}.MobileBottomNav-module__1STAna__activeItem{color:var(--primary);background:var(--active-surface)}.MobileBottomNav-module__1STAna__morePanel{left:var(--space-3);right:var(--space-3);bottom:calc(4.75rem + env(safe-area-inset-bottom));max-height:min(70dvh, calc(100dvh - 6rem - env(safe-area-inset-bottom)));border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-1);flex-direction:column;display:flex;position:fixed;overflow:hidden}.MobileBottomNav-module__1STAna__moreHeader{min-height:3rem;padding:0 var(--space-3) 0 var(--space-4);border-bottom:1px solid var(--border-subtle);color:var(--text-primary);font-size:var(--text-base);font-weight:var(--font-semibold);justify-content:space-between;align-items:center;display:flex}.MobileBottomNav-module__1STAna__iconButton{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-2);width:2.25rem;height:2.25rem;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.MobileBottomNav-module__1STAna__iconButton:hover,.MobileBottomNav-module__1STAna__iconButton:focus-visible{color:var(--text-primary);background:var(--hover-surface);outline:none}.MobileBottomNav-module__1STAna__moreGrid{background:var(--surface-1);overscroll-behavior:contain;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow-y:auto}.MobileBottomNav-module__1STAna__moreItem{justify-content:center;align-items:center;gap:var(--space-2);background:var(--surface-1);border-right:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);min-width:0;min-height:4.25rem;color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-medium);line-height:var(--leading-tight);text-align:center;flex-direction:column;text-decoration:none;display:flex}}
.PaneResizeHandle-module__iCnEKW__handle{cursor:col-resize;touch-action:none;z-index:60;background:0 0;flex-shrink:0;width:.75rem;position:relative}.PaneResizeHandle-module__iCnEKW__handle:before{content:"";position:absolute;inset:0}.PaneResizeHandle-module__iCnEKW__handle:after{content:"";border-radius:var(--radius-full);background:0 0;width:2px;height:0;transition:background-color .15s,height .15s,opacity .15s,width .15s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PaneResizeHandle-module__iCnEKW__indicatorStart:after{left:0}.PaneResizeHandle-module__iCnEKW__handle:hover,.PaneResizeHandle-module__iCnEKW__handle:focus-visible,.PaneResizeHandle-module__iCnEKW__handle:active,.PaneResizeHandle-module__iCnEKW__active{background:0 0;outline:none}.PaneResizeHandle-module__iCnEKW__handle:hover:after,.PaneResizeHandle-module__iCnEKW__handle:focus-visible:after,.PaneResizeHandle-module__iCnEKW__handle:active:after,.PaneResizeHandle-module__iCnEKW__active:after{background:var(--primary);opacity:.95;width:3px;height:5.5rem}@media (max-width:768px){.PaneResizeHandle-module__iCnEKW__mobileHidden{display:none}}
.MainLayout-module__56aLsq__main{background-color:var(--background);height:100vh;display:flex;overflow:hidden}.MainLayout-module__56aLsq__sidebarWrapper{width:var(--sidebar-pane-width,150px);transition:var(--sidebar-pane-transition,width .18s ease);flex-shrink:0}.MainLayout-module__56aLsq__sidebarWrapperSolo{display:none}.MainLayout-module__56aLsq__contentWrapper{flex-grow:1;min-width:0;min-height:0;display:flex;overflow:hidden}.MainLayout-module__56aLsq__contentWrapperResizing{cursor:col-resize}.MainLayout-module__56aLsq__contextPaneWrapper{flex-direction:column;flex-grow:1;min-width:0;max-width:100%;display:flex;position:relative;overflow:hidden}.MainLayout-module__56aLsq__contextPaneWrapperSolo{opacity:0;pointer-events:none;flex:0 1 0;width:0;min-width:0}.MainLayout-module__56aLsq__sidebarResizeHandle{margin-left:-.375rem;margin-right:-.375rem}.MainLayout-module__56aLsq__sidebarResizeHandleSolo{display:none}.MainLayout-module__56aLsq__agentPaneResizeHandle{margin-left:0;margin-right:-.75rem}.MainLayout-module__56aLsq__agentPaneResizeHandleSolo{display:none}.MainLayout-module__56aLsq__agentPaneWrapper{border-left:1px solid var(--border);flex-shrink:0;height:100%}.MainLayout-module__56aLsq__agentPaneWrapperSolo{flex:auto;min-width:0}.MainLayout-module__56aLsq__agentPaneContent{height:100%}.MainLayout-module__56aLsq__resizingLayoutPane,.MainLayout-module__56aLsq__resizingLayoutPane *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.MainLayout-module__56aLsq__mobileAgentHeader,.MainLayout-module__56aLsq__mobileAgentFab,.MainLayout-module__56aLsq__mobileAgentBackdrop{display:none}@media (max-width:768px){.MainLayout-module__56aLsq__main{height:100dvh}.MainLayout-module__56aLsq__sidebarWrapper{display:none}.MainLayout-module__56aLsq__contentWrapper{width:100%}.MainLayout-module__56aLsq__contextPaneWrapper{padding-bottom:calc(4.25rem + env(safe-area-inset-bottom))}.MainLayout-module__56aLsq__contextPaneWrapperSolo{padding-bottom:0}.MainLayout-module__56aLsq__mobileAgentBackdrop{z-index:var(--z-overlay-backdrop);background:var(--overlay-backdrop-soft);opacity:0;pointer-events:none;transition:opacity var(--overlay-dur) var(--overlay-ease);border:0;display:block;position:fixed;inset:0}.MainLayout-module__56aLsq__mobileAgentBackdropOpen{opacity:1;pointer-events:auto}.MainLayout-module__56aLsq__agentPaneWrapper{z-index:var(--z-overlay-content);background:var(--surface-1);pointer-events:none;height:100dvh;transition:transform var(--overlay-dur-slow) var(--overlay-ease-bouncy);border-left:0;flex-direction:column;display:flex;position:fixed;inset:0;transform:translateY(100%)}.MainLayout-module__56aLsq__agentPaneWrapperSolo{z-index:auto;pointer-events:auto;flex:auto;width:100%;min-width:0;height:100dvh;transition:none;position:static;inset:auto;transform:none}.MainLayout-module__56aLsq__agentPaneWrapperOpen{pointer-events:auto;transform:translateY(0)}.MainLayout-module__56aLsq__mobileAgentHeader{min-height:var(--overlay-header-h);justify-content:space-between;align-items:center;gap:var(--space-3);padding:0 var(--space-4);border-bottom:1px solid var(--border-subtle);background:var(--surface-1);display:flex}.MainLayout-module__56aLsq__mobileAgentTitle{align-items:center;gap:var(--space-2);min-width:0;color:var(--text-primary);font-size:var(--text-base);font-weight:var(--font-semibold);line-height:var(--leading-tight);display:flex}.MainLayout-module__56aLsq__mobileAgentClose,.MainLayout-module__56aLsq__mobileAgentFab{appearance:none;border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.MainLayout-module__56aLsq__mobileAgentClose{border-radius:var(--radius-md);background:var(--surface-2);width:2.25rem;height:2.25rem}.MainLayout-module__56aLsq__mobileAgentClose:hover,.MainLayout-module__56aLsq__mobileAgentClose:focus-visible{background:var(--hover-surface);outline:none}.MainLayout-module__56aLsq__agentPaneContent{flex:1;min-height:0}.MainLayout-module__56aLsq__agentPaneContent>*{height:100%;width:100%!important}.MainLayout-module__56aLsq__mobileAgentFab{right:var(--space-4);bottom:calc(5rem + env(safe-area-inset-bottom));z-index:calc(var(--z-overlay-content) - 5);border-radius:var(--radius-full);background:var(--primary);width:3.5rem;height:3.5rem;color:var(--primary-foreground);transition:opacity var(--overlay-dur) var(--overlay-ease), transform var(--overlay-dur) var(--overlay-ease);position:fixed}.MainLayout-module__56aLsq__mobileAgentFab:hover,.MainLayout-module__56aLsq__mobileAgentFab:focus-visible{background:var(--primary);outline:2px solid var(--ring);outline-offset:2px}.MainLayout-module__56aLsq__mobileAgentFabHidden{opacity:0;pointer-events:none;transform:translateY(var(--space-2))}}@media (max-width:768px) and (orientation:landscape){:is(html.af-mobile-solo-portrait-lock,html.af-mobile-solo-portrait-lock body){width:100dvw;height:100dvh;overflow:hidden}html.af-mobile-solo-portrait-lock .MainLayout-module__56aLsq__main{transform-origin:0 0;width:100dvh;height:100dvw;position:fixed;top:0;left:100dvw;transform:rotate(90deg)}:is(html.af-mobile-solo-portrait-lock .MainLayout-module__56aLsq__contentWrapper,html.af-mobile-solo-portrait-lock .MainLayout-module__56aLsq__agentPaneWrapperSolo){width:100%;height:100%}}
.AIChat-module__9PXVTG__agentPane{height:100%;width:var(--agent-pane-width,400px);background-color:var(--pane-bg);transition:var(--agent-pane-transition,width .18s ease, padding .18s ease);flex-direction:column;display:flex;position:relative;overflow:hidden}.AIChat-module__9PXVTG__agentPane.AIChat-module__9PXVTG__collapsed{width:48px}.AIChat-module__9PXVTG__agentPaneDev{--dev-mode-accent:var(--color-success,#16a34a);--dev-mode-accent-bg:color-mix(in srgb, var(--dev-mode-accent) 9%, var(--background))}.AIChat-module__9PXVTG__agentPane.AIChat-module__9PXVTG__collapsed .AIChat-module__9PXVTG__chatHeader{justify-content:center;padding:0}.AIChat-module__9PXVTG__agentPane.AIChat-module__9PXVTG__collapsed .AIChat-module__9PXVTG__chatMessages,.AIChat-module__9PXVTG__agentPane.AIChat-module__9PXVTG__collapsed .AIChat-module__9PXVTG__chatInputArea,.AIChat-module__9PXVTG__agentPane.AIChat-module__9PXVTG__collapsed .AIChat-module__9PXVTG__debugPanel{display:none}.AIChat-module__9PXVTG__collapsedActions{border-bottom:1px solid var(--border);flex-direction:column;align-items:center;gap:4px;padding:0 4px;display:flex}.AIChat-module__9PXVTG__collapsedActionsDivider{width:18px;height:1px;margin:var(--space-1) 0;background:var(--border-subtle)}.AIChat-module__9PXVTG__agentPane.AIChat-module__9PXVTG__collapsed .af-agent-header-action{margin:0}.AIChat-module__9PXVTG__agentPane.AIChat-module__9PXVTG__collapsed .af-agent-header-action:hover:after{content:attr(title);background-color:rgba(var(--primary-rgb), .9);color:var(--primary-foreground);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:var(--font-medium);white-space:nowrap;opacity:1;visibility:visible;z-index:1000;box-shadow:none;margin-right:8px;padding:.5rem .75rem;position:absolute;top:50%;right:100%;transform:translateY(-50%)}.AIChat-module__9PXVTG__agentPane.AIChat-module__9PXVTG__collapsed .af-agent-header-action:hover:before{content:"";border-style:solid;border-width:6px;border-color:transparent transparent transparent rgba(var(--primary-rgb), .9);z-index:1001;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.AIChat-module__9PXVTG__chatHeader{border-bottom:1px solid var(--border);height:60px;font-weight:var(--font-semibold);font-size:var(--text-base);flex-shrink:0;align-items:center;padding:0 1rem;display:flex}.AIChat-module__9PXVTG__agentPaneDev .AIChat-module__9PXVTG__chatHeader{border-bottom-color:color-mix(in srgb, var(--dev-mode-accent) 45%, var(--border))}.AIChat-module__9PXVTG__devModeStrip{min-height:34px;padding:0 var(--space-4);border-bottom:1px solid color-mix(in srgb, var(--dev-mode-accent) 35%, var(--border));background:var(--dev-mode-accent-bg);align-items:center;gap:var(--space-2);color:var(--foreground);font-size:var(--text-xs);flex-shrink:0;display:flex}.AIChat-module__9PXVTG__devModeStripTitle{font-weight:var(--font-semibold);color:var(--dev-mode-accent);white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.AIChat-module__9PXVTG__devModeStripMeta,.AIChat-module__9PXVTG__devModeStripRepo{min-width:0;color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.AIChat-module__9PXVTG__devModeStripMeta{align-items:center;gap:5px;max-width:34%;display:inline-flex}.AIChat-module__9PXVTG__devModeStripRepo{max-width:22%;font-family:var(--font-mono,ui-monospace, SFMono-Regular, Menlo, monospace);margin-left:auto}.AIChat-module__9PXVTG__devModeStatusDot{background:var(--dev-mode-accent);border-radius:999px;flex:none;width:6px;height:6px}.AIChat-module__9PXVTG__devModeStatusDotError{background:var(--color-danger,#dc2626)}.AIChat-module__9PXVTG__chatHeaderInner{justify-content:flex-end;align-items:center;width:100%;display:flex}.AIChat-module__9PXVTG__chatHeaderRight{align-items:center;gap:.25rem;display:flex}.AIChat-module__9PXVTG__chatHeaderDivider{width:1px;height:18px;margin:0 var(--space-1);background:var(--border-subtle)}.AIChat-module__9PXVTG__accountMenuWrap{display:inline-flex;position:relative}.AIChat-module__9PXVTG__accountAvatar{object-fit:cover;border-radius:50%;width:22px;height:22px;display:block}.AIChat-module__9PXVTG__accountMenu{z-index:50;min-width:200px;padding:var(--space-1);border:1px solid var(--border);background:var(--popover,var(--card));box-shadow:0 8px 24px var(--overlay,#0000002e);border-radius:10px;position:absolute;top:calc(100% + 6px);right:0}.AIChat-module__9PXVTG__accountMenuUser{padding:var(--space-2) var(--space-2) var(--space-1);border-bottom:1px solid var(--border-subtle);margin-bottom:var(--space-1);flex-direction:column;gap:2px;display:flex}.AIChat-module__9PXVTG__accountMenuName{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:600;overflow:hidden}.AIChat-module__9PXVTG__accountMenuEmail{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.AIChat-module__9PXVTG__accountMenuItem{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2);color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;font-size:.85rem;display:flex}.AIChat-module__9PXVTG__accountMenuItem:hover{background:var(--muted);color:var(--destructive,var(--foreground))}.AIChat-module__9PXVTG__modelSelector{align-items:center;margin-left:1rem;display:flex}.AIChat-module__9PXVTG__modelSelect{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--muted-foreground);font-size:var(--text-sm);cursor:pointer;font-weight:var(--font-medium);outline:none;padding:.25rem .5rem;transition:all .2s}.AIChat-module__9PXVTG__modelSelect:hover{background:var(--surface-3);border-color:var(--accent);color:var(--foreground)}.AIChat-module__9PXVTG__modelSelect:focus{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.AIChat-module__9PXVTG__modelSelect option{color:#fff;background-color:#18181b;padding:8px}.AIChat-module__9PXVTG__chatMessages{flex-direction:column;flex-grow:1;gap:.6rem;padding:.5rem .6rem;display:flex;position:relative;overflow:hidden auto}.AIChat-module__9PXVTG__chatMessagesLocked{pointer-events:none}.AIChat-module__9PXVTG__sessionHydrationOverlay{z-index:4;justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-6);background:color-mix(in srgb, var(--background) 82%, transparent);color:var(--text-primary);text-align:left;display:flex;position:absolute;inset:0}.AIChat-module__9PXVTG__sessionHydrationSpinner{color:var(--primary);flex-shrink:0;animation:.9s linear infinite AIChat-module__9PXVTG__af-spin}.AIChat-module__9PXVTG__sessionHydrationText{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.AIChat-module__9PXVTG__sessionHydrationTitle{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary)}.AIChat-module__9PXVTG__sessionHydrationSubtitle{font-size:var(--text-xs);color:var(--text-secondary)}.AIChat-module__9PXVTG__todoDock{border-top:1px solid var(--border);background:var(--background);flex-shrink:0}.AIChat-module__9PXVTG__todoDockPanel{border-bottom:1px solid var(--border-subtle);background:color-mix(in srgb, var(--surface-1) 58%, transparent);padding:0}.AIChat-module__9PXVTG__todoDockToggle{justify-content:space-between;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-1) var(--space-3);color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border:none;display:flex}.AIChat-module__9PXVTG__todoDockToggle:hover{background:var(--hover-surface);color:var(--text-primary)}.AIChat-module__9PXVTG__todoDockMain,.AIChat-module__9PXVTG__todoDockMeta{align-items:center;gap:var(--space-1);min-width:0;display:inline-flex}.AIChat-module__9PXVTG__todoDockMain{flex:1}.AIChat-module__9PXVTG__todoDockMeta{color:var(--text-tertiary);font-size:var(--text-xs);flex-shrink:0}.AIChat-module__9PXVTG__todoDockIcon{color:var(--text-secondary);flex-shrink:0}.AIChat-module__9PXVTG__todoDockTitle{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary)}.AIChat-module__9PXVTG__todoDockCounter{font-size:var(--text-xs);color:var(--text-tertiary);font-variant-numeric:tabular-nums;flex-shrink:0}.AIChat-module__9PXVTG__todoDockDescription{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:var(--text-xs);color:var(--text-secondary);overflow:hidden}.AIChat-module__9PXVTG__todoDockNow,.AIChat-module__9PXVTG__todoDockBlocked{border-radius:var(--radius-xs);padding:0 var(--space-1);font-weight:var(--font-medium);line-height:var(--leading-tight)}.AIChat-module__9PXVTG__todoDockNow{color:var(--primary);background:var(--active-surface);will-change:opacity;animation:1.1s ease-in-out infinite AIChat-module__9PXVTG__todoDockRunningBlink}.AIChat-module__9PXVTG__todoDockBlocked{color:var(--color-warning);background:var(--color-warning-bg)}@keyframes AIChat-module__9PXVTG__todoDockRunningBlink{0%,to{opacity:1}50%{opacity:.42}}.AIChat-module__9PXVTG__message{flex-direction:column;gap:.2rem;max-width:100%;display:flex}.AIChat-module__9PXVTG__userMessage{align-self:flex-end}.AIChat-module__9PXVTG__aiMessage{align-self:flex-start}.AIChat-module__9PXVTG__messageBubble{border-radius:var(--radius-lg);font-size:var(--text-base);line-height:var(--leading-normal);word-break:break-word;overflow-wrap:break-word;box-sizing:border-box;width:100%;padding:.45rem .65rem}.AIChat-module__9PXVTG__userBubble{--chat-collapse-button-bg:var(--accent-foreground);--chat-collapse-button-color:var(--accent);--chat-collapse-button-border:color-mix(in srgb, var(--accent-foreground) 80%, transparent);--chat-collapse-button-hover-bg:color-mix(in srgb, var(--accent-foreground) 92%, var(--accent));--chat-collapse-button-hover-color:var(--accent);background-color:var(--accent);color:var(--accent-foreground);border-bottom-right-radius:2px}.AIChat-module__9PXVTG__aiBubble{--chat-collapse-button-bg:var(--surface-2);--chat-collapse-button-color:var(--text-secondary);--chat-collapse-button-border:var(--border-medium);--chat-collapse-button-hover-bg:var(--surface-3);--chat-collapse-button-hover-color:var(--text-primary);background-color:var(--card);border:1px solid var(--border);border-bottom-left-radius:2px}.AIChat-module__9PXVTG__interruptedActions{border-top:1px solid var(--border-subtle);color:var(--muted-foreground);font-size:var(--text-xs);align-items:center;gap:.35rem;margin-top:.65rem;padding-top:.5rem;display:flex}.AIChat-module__9PXVTG__interruptedLabel{color:var(--muted-foreground);margin-right:.15rem}.AIChat-module__9PXVTG__interruptedActionButton{border:1px solid var(--border);border-radius:var(--radius-xs);background:var(--surface-2);height:24px;color:var(--foreground);font-size:var(--text-xs);font-weight:var(--font-medium);cursor:pointer;padding:0 .5rem}.AIChat-module__9PXVTG__interruptedActionButton:hover{border-color:var(--color-info);color:var(--color-info);background:color-mix(in srgb, var(--color-info) 9%, transparent)}.AIChat-module__9PXVTG__userMessageText{white-space:pre-wrap}.AIChat-module__9PXVTG__reasoningWrapper{width:100%;margin-bottom:8px}.AIChat-module__9PXVTG__reasoningRow{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;width:fit-content;margin:4px 0;padding:8px 0;transition:all .2s;display:flex}.AIChat-module__9PXVTG__reasoningRow:hover{opacity:.8}.AIChat-module__9PXVTG__reasoningSparkle{color:var(--accent);justify-content:center;align-items:center;display:flex}.AIChat-module__9PXVTG__reasoningSparkle.AIChat-module__9PXVTG__animating{animation:2s linear infinite AIChat-module__9PXVTG__sparkleRotate}.AIChat-module__9PXVTG__reasoningSparkle.AIChat-module__9PXVTG__toolCalling{color:#f59e0b;animation:1.6s linear infinite AIChat-module__9PXVTG__sparkleRotate}@keyframes AIChat-module__9PXVTG__sparkleRotate{0%{opacity:.7;transform:scale(1)rotate(0)}50%{opacity:1;transform:scale(1.2)rotate(180deg)}to{opacity:.7;transform:scale(1)rotate(360deg)}}.AIChat-module__9PXVTG__reasoningSparkle.AIChat-module__9PXVTG__toolDone{color:#22c55e;animation:none}.AIChat-module__9PXVTG__toolCallingText{color:#f59e0b}.AIChat-module__9PXVTG__toolDoneText{color:#22c55e}.AIChat-module__9PXVTG__thinkingDots{letter-spacing:1px;margin-left:2px;display:inline-block}.AIChat-module__9PXVTG__thinkingDots>span{opacity:.2;animation:1.2s ease-in-out infinite AIChat-module__9PXVTG__thinkingDot;display:inline-block}.AIChat-module__9PXVTG__thinkingDots>span:nth-child(2){animation-delay:.2s}.AIChat-module__9PXVTG__thinkingDots>span:nth-child(3){animation-delay:.4s}@keyframes AIChat-module__9PXVTG__thinkingDot{0%,60%,to{opacity:.2}30%{opacity:1}}.AIChat-module__9PXVTG__reasoningText{font-size:.8rem;font-weight:var(--font-medium);color:var(--muted-foreground);letter-spacing:.02em}.AIChat-module__9PXVTG__reasoningChevron{color:var(--muted-foreground);opacity:.5;transition:transform .2s}.AIChat-module__9PXVTG__reasoningChevron.AIChat-module__9PXVTG__expanded{transform:rotate(180deg)}.AIChat-module__9PXVTG__reasoningContent{background:var(--hover-surface);border-radius:var(--radius-md);border-left:1px solid var(--border);font-size:var(--text-sm);color:var(--muted-foreground);font-family:var(--font-mono,monospace);white-space:pre-wrap;word-break:break-word;margin-top:-4px;margin-bottom:12px;margin-left:24px;padding:12px}.AIChat-module__9PXVTG__thoughtBox{border-radius:var(--radius-sm);background:#0003;border:1px solid #ffffff08;max-height:200px;padding:.75rem;overflow-y:auto}.AIChat-module__9PXVTG__thoughtContent{font-size:var(--text-sm);color:var(--muted-foreground);line-height:var(--leading-normal);font-family:var(--font-mono,monospace);white-space:pre-wrap;word-break:break-word;opacity:.9}.AIChat-module__9PXVTG__streamingCursor{background-color:var(--accent);vertical-align:middle;width:6px;height:14px;margin-left:2px;animation:1s infinite AIChat-module__9PXVTG__cursorBlink;display:inline-block}@keyframes AIChat-module__9PXVTG__cursorBlink{0%,to{opacity:1}50%{opacity:0}}@keyframes AIChat-module__9PXVTG__brainPulse{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:.8;transform:scale(1)}}.AIChat-module__9PXVTG__internalLoading{color:var(--muted-foreground);align-items:center;gap:.75rem;padding:.5rem 0;font-size:.85rem;font-style:italic;display:flex}.AIChat-module__9PXVTG__thinkingPulse{background-color:var(--accent);width:6px;height:6px;box-shadow:0 0 8px var(--accent);border-radius:50%;animation:1.5s ease-in-out infinite AIChat-module__9PXVTG__pulse}.AIChat-module__9PXVTG__thinkingText{font-size:var(--text-sm);color:var(--muted-foreground);font-family:inherit;font-weight:var(--font-medium)}.AIChat-module__9PXVTG__stageContent{color:var(--foreground);min-width:150px}@keyframes AIChat-module__9PXVTG__pulse{0%{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}to{opacity:.6;transform:scale(1)}}.AIChat-module__9PXVTG__chatInputArea{padding:var(--space-3) var(--space-4) var(--space-2);border-top:1px solid var(--border);background-color:var(--background);gap:var(--space-1);flex-direction:column;transition:background-color .2s,border-color .2s;display:flex;position:relative}.AIChat-module__9PXVTG__textInputZone{touch-action:none;display:flex}.AIChat-module__9PXVTG__chatInputAreaVoiceArmed{border-color:color-mix(in srgb, var(--primary) 45%, var(--border));background:color-mix(in srgb, var(--primary) 5%, var(--background))}.AIChat-module__9PXVTG__chatInputAreaVoiceListening{border-color:color-mix(in srgb, var(--color-success) 48%, var(--border));background:color-mix(in srgb, var(--color-success-bg) 54%, var(--background))}.AIChat-module__9PXVTG__chatInputAreaDev{border-top-color:color-mix(in srgb, var(--dev-mode-accent) 45%, var(--border));background:var(--dev-mode-accent-bg)}.AIChat-module__9PXVTG__dragging{border-color:var(--primary);background-color:var(--active-surface)}.AIChat-module__9PXVTG__filePreviewArea{padding:0 0 var(--space-1);margin-top:calc(-1 * var(--space-1));flex-wrap:wrap;align-items:center;gap:.375rem;display:flex}.AIChat-module__9PXVTG__fileInput{display:none}.AIChat-module__9PXVTG__attachmentChip{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);min-width:0;max-width:100%;color:var(--muted-foreground);align-items:center;gap:6px;padding:.25rem .5rem;font-size:.7rem;display:flex;position:relative;overflow:hidden}.AIChat-module__9PXVTG__attachmentChipReady{border-color:var(--border-soft);background:var(--surface-1)}.AIChat-module__9PXVTG__attachmentChipUploading{border-color:color-mix(in srgb, var(--primary) 45%, var(--border-subtle));background:color-mix(in srgb, var(--primary) 7%, var(--surface-1))}.AIChat-module__9PXVTG__attachmentChipError{border-color:color-mix(in srgb, var(--destructive) 55%, var(--border-subtle));background:color-mix(in srgb, var(--destructive) 8%, var(--surface-1));color:var(--destructive)}.AIChat-module__9PXVTG__attachmentPreviewCard{width:calc(var(--space-12) + var(--space-3));height:calc(var(--space-8) + var(--space-3));border:1px solid var(--border-soft);border-radius:var(--radius-sm);background:var(--surface-1);padding:3px;display:inline-flex;position:relative;overflow:hidden}.AIChat-module__9PXVTG__attachmentPreviewThumb{border-radius:var(--radius-xs);background:color-mix(in srgb, var(--foreground) 8%, transparent);width:100%;height:100%;color:var(--text-tertiary);cursor:pointer;border:0;justify-content:center;align-items:center;padding:0;display:flex;overflow:hidden}.AIChat-module__9PXVTG__attachmentPreviewThumb:disabled{cursor:default}.AIChat-module__9PXVTG__attachmentPreviewThumb img{object-fit:cover;width:100%;height:100%;display:block}.AIChat-module__9PXVTG__attachmentPreviewStatus{border-radius:var(--radius-xs);background:color-mix(in srgb, var(--surface-1) 88%, transparent);min-width:1rem;height:1rem;color:var(--text-tertiary);justify-content:center;align-items:center;padding:0 .25rem;font-size:.625rem;line-height:1;display:inline-flex;position:absolute;bottom:4px;left:5px}.AIChat-module__9PXVTG__previewRemoveFile{background:color-mix(in srgb, var(--surface-1) 88%, transparent);width:1rem;height:1rem;color:var(--foreground);border-radius:999px;position:absolute;top:3px;right:3px}.AIChat-module__9PXVTG__attachmentProgressTrack{background:color-mix(in srgb, var(--primary) 15%, transparent);height:2px;position:absolute;bottom:0;left:0;right:0}.AIChat-module__9PXVTG__attachmentProgressFill{background:var(--primary);height:100%;transition:width .18s;display:block}.AIChat-module__9PXVTG__fileMeta{color:var(--text-tertiary);font-size:var(--text-xs);white-space:nowrap}.AIChat-module__9PXVTG__fileError{color:var(--destructive);font-size:var(--text-xs);white-space:nowrap}.AIChat-module__9PXVTG__fileName{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.AIChat-module__9PXVTG__removeFile{color:inherit;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.AIChat-module__9PXVTG__removeFile:hover{color:var(--destructive)}.AIChat-module__9PXVTG__removeFile:disabled{opacity:.45;cursor:not-allowed}.AIChat-module__9PXVTG__devModeComposerBadge{height:28px;padding:0 var(--space-2);border:1px solid color-mix(in srgb, var(--dev-mode-accent) 35%, var(--border));border-radius:var(--radius-sm);background:color-mix(in srgb, var(--dev-mode-accent) 8%, var(--surface-1));color:var(--dev-mode-accent);font-size:var(--text-xs);font-weight:var(--font-semibold);white-space:nowrap;cursor:pointer;align-items:center;gap:6px;font-family:inherit;display:inline-flex}.AIChat-module__9PXVTG__devModeComposerBadge:disabled{opacity:.55;cursor:not-allowed}.AIChat-module__9PXVTG__devCodexSettingsBadge{color:var(--muted-foreground);background:var(--surface-1);border-color:var(--border);max-width:9rem}.AIChat-module__9PXVTG__devCodexSettingsBadge span{text-overflow:ellipsis;min-width:0;overflow:hidden}.AIChat-module__9PXVTG__textInput{color:var(--foreground);padding:var(--space-1) 0;resize:none;font-family:inherit;font-size:var(--text-base);line-height:var(--leading-normal);width:100%;height:calc(2lh + (var(--space-1) * 2));min-height:calc(2lh + (var(--space-1) * 2));max-height:calc(6lh + (var(--space-1) * 2));background:0 0;border:none;overflow-y:hidden}.AIChat-module__9PXVTG__textInput:focus{outline:none}.AIChat-module__9PXVTG__voiceCaptureStrip{align-items:center;gap:var(--space-2);min-height:28px;padding:var(--space-1) var(--space-2);border:1px solid color-mix(in srgb, var(--color-success) 24%, var(--border-subtle));border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-success-bg) 64%, transparent);color:var(--text-secondary);font-size:var(--text-xs);line-height:var(--leading-tight);display:flex}.AIChat-module__9PXVTG__voiceCaptureWave{align-items:center;gap:3px;width:96px;min-width:96px;height:22px;display:flex}.AIChat-module__9PXVTG__voiceCaptureWaveBar{width:2px;height:var(--voice-bar-height);border-radius:var(--radius-full);background:var(--color-success);opacity:.78;transform-origin:50%;animation:1.05s ease-in-out infinite AIChat-module__9PXVTG__voiceCaptureBar}.AIChat-module__9PXVTG__voiceCaptureWaveBar:nth-child(2n){animation-delay:.12s}.AIChat-module__9PXVTG__voiceCaptureWaveBar:nth-child(3n){animation-delay:.24s}.AIChat-module__9PXVTG__voiceCaptureWaveBar:nth-child(4n){animation-delay:.36s}.AIChat-module__9PXVTG__voiceCaptureDot{border-radius:var(--radius-full);background:var(--color-success);flex:none;width:6px;height:6px}.AIChat-module__9PXVTG__voiceCaptureLabel{color:var(--text-primary);font-weight:var(--font-medium);white-space:nowrap}.AIChat-module__9PXVTG__voiceCaptureHint{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.AIChat-module__9PXVTG__voiceCaptureTimer{color:var(--text-secondary);font-family:var(--font-mono);font-size:var(--text-xs);font-variant-numeric:tabular-nums;white-space:nowrap;margin-left:auto}@keyframes AIChat-module__9PXVTG__voiceCaptureBar{0%,to{opacity:.46;transform:scaleY(.56)}50%{opacity:.95;transform:scaleY(1)}}.AIChat-module__9PXVTG__inputActions{--composer-action-size:1.75rem;--composer-action-icon-size:1rem;--composer-submit-width:var(--composer-action-size);--composer-submit-height:var(--composer-action-size);justify-content:space-between;align-items:center;gap:var(--space-2);padding:0;display:flex}.AIChat-module__9PXVTG__leftActions,.AIChat-module__9PXVTG__rightActions{align-items:center;gap:var(--space-2);display:flex}.AIChat-module__9PXVTG__agentSelectorContainer{align-items:center;display:flex;position:relative}.AIChat-module__9PXVTG__composerIconButton{width:var(--composer-action-size);height:var(--composer-action-size);border-radius:var(--radius-md);color:var(--muted-foreground);cursor:pointer;font-family:inherit;font-size:var(--text-sm);font-weight:var(--font-semibold);-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:manipulation;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s,background-color .2s,opacity .2s;display:inline-flex}.AIChat-module__9PXVTG__composerIconButton:hover:not(:disabled),.AIChat-module__9PXVTG__composerIconButtonActive{color:var(--foreground)}.AIChat-module__9PXVTG__composerIconButton:disabled{opacity:.45;cursor:not-allowed}.AIChat-module__9PXVTG__agentDropdown{bottom:calc(100% + var(--space-2));width:min(16rem, calc(100vw - var(--space-8)));padding:var(--space-2);border:1px solid var(--border-soft);border-radius:var(--radius-lg);background:var(--popover);z-index:120;position:absolute;left:0}.AIChat-module__9PXVTG__agentDropdownItem,.AIChat-module__9PXVTG__agentMentionItem{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;font:inherit;text-align:left;background:0 0;border:1px solid #0000;display:flex}.AIChat-module__9PXVTG__agentDropdownItem{min-height:2.5rem}.AIChat-module__9PXVTG__agentDropdownItem:hover,.AIChat-module__9PXVTG__agentDropdownItemSelected,.AIChat-module__9PXVTG__agentMentionItem:hover,.AIChat-module__9PXVTG__agentMentionItemFocused{background:var(--hover-surface);border-color:var(--border-subtle);color:var(--text-primary)}.AIChat-module__9PXVTG__agentDropdownIcon,.AIChat-module__9PXVTG__agentMentionIcon{color:var(--primary);flex-shrink:0}.AIChat-module__9PXVTG__agentDropdownText,.AIChat-module__9PXVTG__agentMentionText{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.AIChat-module__9PXVTG__agentDropdownText{flex-direction:row;align-items:center}.AIChat-module__9PXVTG__agentDropdownName,.AIChat-module__9PXVTG__agentMentionName{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary)}.AIChat-module__9PXVTG__agentDropdownName{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.AIChat-module__9PXVTG__agentDropdownDescription,.AIChat-module__9PXVTG__agentMentionDescription{font-size:var(--text-xs);color:var(--text-tertiary);line-height:var(--leading-normal)}.AIChat-module__9PXVTG__agentMentionPicker{left:var(--space-2);right:var(--space-2);bottom:calc(100% - var(--space-1));max-height:13rem;padding:var(--space-2);border:1px solid var(--border-soft);border-radius:var(--radius-lg);background:var(--popover);z-index:130;position:absolute;overflow-y:auto}.AIChat-module__9PXVTG__agentMentionMark{color:var(--primary);flex-shrink:0}.AIChat-module__9PXVTG__composerIconButtonListening{color:var(--destructive);background:var(--destructive-surface,var(--active-surface));animation:1.4s ease-in-out infinite AIChat-module__9PXVTG__micPulse}.AIChat-module__9PXVTG__composerIconButtonLive{color:var(--text-secondary)}.AIChat-module__9PXVTG__composerIconButtonLiveActive{color:var(--color-success);background:var(--color-success-bg)}.AIChat-module__9PXVTG__liveVoiceStatus{padding:var(--space-2) var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-1);color:var(--text-secondary);font-size:var(--text-xs);line-height:var(--leading-normal)}.AIChat-module__9PXVTG__liveVoiceStatusError{border-color:var(--destructive);color:var(--destructive)}@keyframes AIChat-module__9PXVTG__micPulse{0%,to{box-shadow:0 0 0 0 color-mix(in srgb, var(--destructive) 45%, transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb, var(--destructive) 0%, transparent)}}.AIChat-module__9PXVTG__modelContainer{align-items:center;gap:.5rem;display:flex;position:relative}.AIChat-module__9PXVTG__modelDisplay{border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#0000;align-items:center;gap:6px;max-width:9rem;height:28px;padding:0 .75rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.AIChat-module__9PXVTG__modelDisplay:hover{background-color:var(--surface-2);border-color:var(--border-soft);transform:translateY(-1px)}.AIChat-module__9PXVTG__modelName{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.AIChat-module__9PXVTG__contextSettlingHint{font-size:var(--text-xs);color:var(--muted-foreground);white-space:nowrap;margin-right:4px;font-style:italic;animation:1.2s ease-in-out infinite AIChat-module__9PXVTG__contextSettlingPulse}@keyframes AIChat-module__9PXVTG__contextSettlingPulse{0%,to{opacity:.5}50%{opacity:1}}.AIChat-module__9PXVTG__modelIcon{color:var(--accent)}.AIChat-module__9PXVTG__dropdownChevron{color:var(--text-tertiary);margin-left:2px}.AIChat-module__9PXVTG__modelDropdown{background:var(--popover);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-soft);border-radius:var(--radius-lg);z-index:100;flex-direction:column;width:240px;animation:.2s cubic-bezier(.175,.885,.32,1.275) AIChat-module__9PXVTG__dropdownPop;display:flex;position:absolute;bottom:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 10px 25px -5px #0006,0 8px 10px -6px #0006}.AIChat-module__9PXVTG__devAgentDropdown{width:156px;left:0;right:auto}.AIChat-module__9PXVTG__devCodexSettingsDropdown{width:184px;left:0;right:auto}@keyframes AIChat-module__9PXVTG__dropdownPop{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.AIChat-module__9PXVTG__dropdownScroll{overscroll-behavior:contain;max-height:280px;padding:.5rem 0;overflow-y:auto}.AIChat-module__9PXVTG__dropdownLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);font-size:.65rem;font-weight:var(--font-bold);opacity:.8;padding:.6rem .75rem .25rem}.AIChat-module__9PXVTG__dropdownItem{justify-content:space-between;align-items:center;gap:var(--space-2);cursor:pointer;width:100%;color:var(--text-secondary);text-align:left;background:0 0;border:none;padding:.6rem .75rem;font-family:inherit;font-size:.8rem;transition:all .15s;display:flex}.AIChat-module__9PXVTG__dropdownItem span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.AIChat-module__9PXVTG__dropdownItem:hover{background-color:var(--hover-surface);color:var(--text-primary)}.AIChat-module__9PXVTG__dropdownItemDisabled,.AIChat-module__9PXVTG__dropdownItemDisabled:hover{cursor:not-allowed;opacity:.5;color:var(--text-tertiary);background:0 0}.AIChat-module__9PXVTG__devCodexSettings{border-top:1px solid var(--border-subtle);margin-top:.25rem;padding-top:.3rem}.AIChat-module__9PXVTG__devCodexSettingHeader{min-width:0;color:var(--muted-foreground);font-size:.72rem;font-weight:var(--font-medium);align-items:center;gap:.4rem;padding:.45rem .75rem .25rem;display:inline-flex}.AIChat-module__9PXVTG__devCodexFastToggle{justify-content:space-between;align-items:center;gap:var(--space-2);color:var(--text-secondary);cursor:pointer;padding:.55rem .75rem;font-size:.8rem;display:flex}.AIChat-module__9PXVTG__devCodexFastToggle:hover{background-color:var(--hover-surface);color:var(--text-primary)}.AIChat-module__9PXVTG__devCodexFastToggle .AIChat-module__9PXVTG__devCodexSettingHeader{color:inherit;font-size:inherit;padding:0}.AIChat-module__9PXVTG__devCodexFastToggle input{width:14px;height:14px;accent-color:var(--accent);margin:0}.AIChat-module__9PXVTG__selectedItem{background-color:var(--active-surface);color:var(--accent);font-weight:var(--font-semibold)}.AIChat-module__9PXVTG__selectedMark{color:var(--accent)}.AIChat-module__9PXVTG__dropdownDivider{background-color:var(--border-subtle);height:1px;margin:.25rem 0}.AIChat-module__9PXVTG__dropdownFooter{border-top:1px solid var(--border-subtle);background-color:var(--hover-surface);padding:.5rem .75rem}.AIChat-module__9PXVTG__addModelInputGroup{background-color:var(--input);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);align-items:center;gap:.5rem;height:32px;padding:0 .5rem;display:flex}.AIChat-module__9PXVTG__addModelInput{color:var(--foreground);font-size:var(--text-sm);background:0 0;border:none;outline:none;width:100%;font-family:inherit}.AIChat-module__9PXVTG__addModelBtn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:2px;transition:color .2s;display:flex}.AIChat-module__9PXVTG__addModelBtn:hover{color:var(--accent)}.AIChat-module__9PXVTG__chatInputAreaSolo{padding-bottom:calc(var(--space-2) + env(safe-area-inset-bottom) + var(--space-3));background:linear-gradient(to bottom, var(--background) 0, var(--background) calc(100% - (var(--space-2) + env(safe-area-inset-bottom) + var(--space-3))), var(--primary) calc(100% - (var(--space-2) + env(safe-area-inset-bottom) + var(--space-3))), var(--primary) 100%)}.AIChat-module__9PXVTG__chatInputAreaSolo .AIChat-module__9PXVTG__inputActions{--composer-action-size:2rem;--composer-action-icon-size:1.125rem}.AIChat-module__9PXVTG__chatInputAreaSolo .AIChat-module__9PXVTG__composerIconButtonListening{animation:1.4s ease-in-out infinite AIChat-module__9PXVTG__micPulse}.AIChat-module__9PXVTG__centerActions{align-items:center;gap:var(--space-2);display:flex}.AIChat-module__9PXVTG__composerSubmitButton{background-color:var(--primary);color:var(--primary-foreground);width:var(--composer-submit-width);height:var(--composer-submit-height);border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.AIChat-module__9PXVTG__composerSubmitButton:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.AIChat-module__9PXVTG__composerSubmitButton:disabled{opacity:.3;cursor:not-allowed}.AIChat-module__9PXVTG__composerSubmitButtonStop{color:var(--primary-foreground);animation:2s infinite AIChat-module__9PXVTG__stopPulse}.AIChat-module__9PXVTG__composerSubmitButton svg,.AIChat-module__9PXVTG__composerIconButton svg{width:var(--composer-action-icon-size);height:var(--composer-action-icon-size)}.AIChat-module__9PXVTG__rightActions .AIChat-module__9PXVTG__composerSubmitButton{flex:0 0 var(--composer-submit-width);min-width:var(--composer-submit-width);min-height:var(--composer-submit-height);padding:0}@keyframes AIChat-module__9PXVTG__stopPulse{0%{box-shadow:0 0 0 0 color-mix(in srgb, var(--primary) 34%, transparent)}70%{box-shadow:0 0 0 6px color-mix(in srgb, var(--primary) 0%, transparent)}to{box-shadow:0 0 0 0 color-mix(in srgb, var(--primary) 0%, transparent)}}.AIChat-module__9PXVTG__debugPanel{border-top:1px solid var(--border);background-color:#0006;background:rgba(var(--primary-rgb), .05);font-family:Courier New,Courier,monospace}.AIChat-module__9PXVTG__debugHeader{color:var(--muted-foreground);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:var(--hover-surface);border-top:1px solid var(--border-subtle);justify-content:space-between;padding:.35rem .75rem;font-size:.6rem;display:flex}.AIChat-module__9PXVTG__debugHeader:hover{background:var(--surface-2);color:var(--accent)}.AIChat-module__9PXVTG__debugContent{flex-direction:column-reverse;gap:.5rem;max-height:250px;padding:.5rem .75rem;font-size:.6rem;line-height:1.3;display:flex;overflow-y:auto}.AIChat-module__9PXVTG__debugEmpty{color:var(--muted-foreground);text-align:center;padding:1rem;font-style:italic}.AIChat-module__9PXVTG__logItem{border-bottom:1px dashed var(--border-subtle);margin-bottom:.75rem;padding-bottom:.75rem}.AIChat-module__9PXVTG__logMeta{color:#fbbf24;margin-bottom:.25rem;font-weight:700}.AIChat-module__9PXVTG__logData{color:#fff;white-space:pre-wrap;word-break:break-all;border-radius:var(--radius-xs);font-weight:var(--font-medium);background:#0009;border:1px solid #ffffff1a;margin:0;padding:.5rem}.AIChat-module__9PXVTG__filesModified{border-top:1px solid var(--border-subtle);margin-top:.75rem;padding-top:.6rem}.AIChat-module__9PXVTG__filesModifiedHeader{text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.72rem;display:flex}summary.AIChat-module__9PXVTG__filesModifiedHeader{cursor:pointer;-webkit-user-select:none;user-select:none;width:fit-content}summary.AIChat-module__9PXVTG__filesModifiedHeader::marker{color:var(--text-tertiary)}.AIChat-module__9PXVTG__devChangedFilesDetails:not([open]) .AIChat-module__9PXVTG__filesModifiedHeader{margin-bottom:0}.AIChat-module__9PXVTG__filesModifiedTitle{font-weight:var(--font-medium,500)}.AIChat-module__9PXVTG__filesModifiedCount{background-color:var(--surface-3);min-width:1.1rem;height:1.1rem;color:var(--muted-foreground);font-size:.65rem;font-weight:var(--font-medium,500);border-radius:999px;justify-content:center;align-items:center;padding:0 .35rem;display:inline-flex}.AIChat-module__9PXVTG__filesModifiedChips{flex-wrap:wrap;gap:.4rem;display:flex}.AIChat-module__9PXVTG__filesModifiedChips .AIChat-module__9PXVTG__fileChip{border:1px solid var(--border);border-radius:var(--radius-xs);background-color:var(--hover-surface);max-width:100%;color:var(--muted-foreground);cursor:pointer;align-items:center;gap:.35rem;padding:.25rem .55rem;font-family:monospace;font-size:.78rem;transition:background-color .15s,border-color .15s,transform 50ms;display:inline-flex}.AIChat-module__9PXVTG__filesModifiedChips .AIChat-module__9PXVTG__fileChip:hover{background-color:color-mix(in srgb, var(--color-info) 12%, transparent);border-color:var(--color-info);color:var(--color-info)}.AIChat-module__9PXVTG__filesModifiedChips .AIChat-module__9PXVTG__fileChip:active{transform:translateY(1px)}.AIChat-module__9PXVTG__fileChipIcon{font-size:.85rem;line-height:1}.AIChat-module__9PXVTG__fileChipName{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.AIChat-module__9PXVTG__devDiffList{gap:.6rem;margin-top:.65rem;display:grid}.AIChat-module__9PXVTG__devDiffBlock{border:1px solid var(--border-subtle);border-radius:var(--radius-xs);background:var(--surface-1);min-width:0;overflow:hidden}.AIChat-module__9PXVTG__devDiffHeader{border-bottom:1px solid var(--border-subtle);min-height:1.9rem;color:var(--muted-foreground);align-items:center;gap:.45rem;padding:.35rem .55rem;font-family:monospace;font-size:.72rem;display:flex}.AIChat-module__9PXVTG__devDiffPath{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.AIChat-module__9PXVTG__devDiffBadge{border:1px solid var(--border);border-radius:var(--radius-xs);background:var(--surface-2);color:var(--text-tertiary);flex:none;padding:.08rem .35rem;font-size:.65rem}.AIChat-module__9PXVTG__devDiffPre{max-height:320px;color:var(--foreground);white-space:pre;margin:0;padding:.55rem;font-family:monospace;font-size:.72rem;line-height:1.45;overflow:auto}.AIChat-module__9PXVTG__devDiffOmitted{color:var(--muted-foreground);font-size:var(--text-xs);padding:.55rem}.AIChat-module__9PXVTG__devReferenceList{flex-wrap:wrap;gap:.45rem;margin-top:.65rem;display:flex}.AIChat-module__9PXVTG__devReferenceCard{border:1px solid var(--border);border-radius:var(--radius-xs);background:var(--surface-1);max-width:100%;min-height:3.1rem;color:var(--foreground);text-align:left;align-items:center;gap:.5rem;padding:.35rem .5rem;display:inline-flex}button.AIChat-module__9PXVTG__devReferenceCard{cursor:pointer}button.AIChat-module__9PXVTG__devReferenceCard:hover:not(:disabled){border-color:var(--color-info);background:color-mix(in srgb, var(--color-info) 9%, transparent)}button.AIChat-module__9PXVTG__devReferenceCard:disabled{cursor:default;opacity:.78}.AIChat-module__9PXVTG__devReferenceThumb{border:1px solid var(--border-subtle);border-radius:var(--radius-xs);background:var(--surface-2);width:2.35rem;height:2.35rem;color:var(--muted-foreground);flex:none;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.AIChat-module__9PXVTG__devReferenceThumb img{object-fit:cover;width:100%;height:100%}.AIChat-module__9PXVTG__devReferenceMeta{gap:.1rem;min-width:0;display:grid}.AIChat-module__9PXVTG__devReferenceName{max-width:220px;color:var(--foreground);font-size:var(--text-xs);font-weight:var(--font-medium,500);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.AIChat-module__9PXVTG__devReferenceType{color:var(--muted-foreground);font-size:.68rem;line-height:1.2}.AIChat-module__9PXVTG__devFilePreviewBody{min-height:0;padding:var(--space-3);flex:1;overflow:auto}.AIChat-module__9PXVTG__devFilePreviewError{padding:var(--space-3);border:1px solid var(--destructive);border-radius:var(--radius-sm);background:var(--destructive-surface);color:var(--destructive);font-size:var(--text-sm)}.AIChat-module__9PXVTG__devFileMarkdownPreview{min-width:0;color:var(--foreground)}.AIChat-module__9PXVTG__devFileTextPreview{min-width:max-content;padding:var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-1);color:var(--foreground);font-family:var(--font-mono,ui-monospace, SFMono-Regular, Menlo, monospace);font-size:var(--text-xs);white-space:pre;margin:0;line-height:1.55}.AIChat-module__9PXVTG__notificationTabs{background:var(--surface-1);width:100%;display:flex}.AIChat-module__9PXVTG__notificationTab{padding:var(--space-2) var(--space-3);color:var(--text-tertiary);font:inherit;font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1}.AIChat-module__9PXVTG__notificationTab:hover{background:var(--hover-surface);color:var(--text-primary)}.AIChat-module__9PXVTG__notificationTabActive{color:var(--primary);border-bottom-color:var(--primary);background:var(--active-surface)}.AIChat-module__9PXVTG__notificationList{padding:var(--space-3);background:var(--surface-1);gap:var(--space-2);flex-direction:column;flex:1;display:flex;overflow:hidden auto}.AIChat-module__9PXVTG__notificationItem{align-items:flex-start;gap:var(--space-2);padding:var(--space-3);border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--surface-1);display:flex}.AIChat-module__9PXVTG__notificationItemUnread{border-color:var(--border-medium);background:var(--surface-1)}.AIChat-module__9PXVTG__notificationMain{align-items:flex-start;gap:var(--space-2);min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex:1;padding:0;display:flex}.AIChat-module__9PXVTG__notificationMain:hover .AIChat-module__9PXVTG__notificationItemTitle{color:var(--primary)}.AIChat-module__9PXVTG__notificationSeverityDot{border-radius:var(--radius-full);background:var(--color-info);flex-shrink:0;width:.5rem;height:.5rem;margin-top:.35rem}.AIChat-module__9PXVTG__notificationSeverity_info{background:var(--color-info)}.AIChat-module__9PXVTG__notificationSeverity_success{background:var(--color-success)}.AIChat-module__9PXVTG__notificationSeverity_warning{background:var(--color-warning)}.AIChat-module__9PXVTG__notificationSeverity_danger{background:var(--color-danger)}.AIChat-module__9PXVTG__notificationContent{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.AIChat-module__9PXVTG__notificationItemTop{align-items:center;gap:var(--space-2);min-width:0;display:flex}.AIChat-module__9PXVTG__notificationItemTitle{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-primary);font-size:var(--text-sm);font-weight:var(--font-semibold);overflow:hidden}.AIChat-module__9PXVTG__notificationTime{color:var(--text-tertiary);font-size:var(--text-xs);font-variant-numeric:tabular-nums;flex-shrink:0}.AIChat-module__9PXVTG__notificationBody{-webkit-line-clamp:2;color:var(--text-secondary);font-size:var(--text-xs);line-height:var(--leading-normal);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.AIChat-module__9PXVTG__notificationEntity{text-overflow:ellipsis;white-space:nowrap;width:fit-content;max-width:100%;padding:0 var(--space-1);border:1px solid var(--border-subtle);border-radius:var(--radius-xs);color:var(--text-tertiary);font-size:var(--text-xs);overflow:hidden}.AIChat-module__9PXVTG__notificationItemActions{align-items:center;gap:var(--space-1);flex-shrink:0;display:flex}.AIChat-module__9PXVTG__notificationEmpty{padding:var(--space-8) var(--space-4);color:var(--text-tertiary);font-size:var(--text-sm);text-align:center;flex:1;justify-content:center;align-items:center;display:flex}.AIChat-module__9PXVTG__historySearchBox{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius-md);align-items:center;gap:8px;width:min(220px,48vw);padding:4px 10px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.AIChat-module__9PXVTG__historySearchBox:focus-within{border-color:var(--accent);background:var(--background);box-shadow:0 0 0 2px rgba(var(--accent-rgb), .15)}.AIChat-module__9PXVTG__searchIcon{color:var(--muted-foreground)}.AIChat-module__9PXVTG__historySearchInput{color:var(--foreground);background:0 0;border:none;outline:none;width:100%;padding:2px 0;font-size:.8rem}.AIChat-module__9PXVTG__clearSearchBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;transition:all .2s;display:flex}.AIChat-module__9PXVTG__clearSearchBtn:hover{background:var(--hover-surface);color:var(--foreground)}.AIChat-module__9PXVTG__historyList{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow:hidden auto}.AIChat-module__9PXVTG__historyList::-webkit-scrollbar{width:5px}.AIChat-module__9PXVTG__historyList::-webkit-scrollbar-track{background:0 0}.AIChat-module__9PXVTG__historyList::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.AIChat-module__9PXVTG__historyList::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}.AIChat-module__9PXVTG__historyItem{background:var(--surface-1);border:1px solid var(--border-soft);cursor:pointer;border-radius:10px;flex-direction:column;flex-shrink:0;gap:4px;padding:.75rem 1rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.AIChat-module__9PXVTG__historyItem:hover{background:var(--surface-2);border-color:var(--accent);transform:translate(2px)}.AIChat-module__9PXVTG__historyItemActive{background:var(--active-surface);border-color:var(--accent)}.AIChat-module__9PXVTG__historyItemPreview{font-size:.825rem;font-weight:var(--font-medium);color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.AIChat-module__9PXVTG__historyItemMeta{justify-content:space-between;align-items:center;gap:8px;display:flex}.AIChat-module__9PXVTG__historyItemTime{color:var(--text-tertiary);font-size:.7rem;font-weight:var(--font-medium);flex-shrink:0}.AIChat-module__9PXVTG__historyItemActions{align-items:center;gap:2px;display:flex}.AIChat-module__9PXVTG__historyActionBtn{border-radius:var(--radius-xs);color:var(--text-tertiary);cursor:pointer;opacity:.45;background:0 0;border:none;justify-content:center;align-items:center;padding:3px 5px;transition:opacity .15s,color .15s,background .15s;display:flex}.AIChat-module__9PXVTG__historyActionBtn:hover{opacity:1;color:var(--foreground);background:var(--surface-hover,var(--muted))}.AIChat-module__9PXVTG__historyItem:hover .AIChat-module__9PXVTG__historyActionBtn{opacity:.75}.AIChat-module__9PXVTG__historyActionBtnDanger:hover{color:var(--destructive);background:var(--destructive-surface)}.AIChat-module__9PXVTG__emptyHistory{color:var(--text-tertiary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1.5rem;display:flex}.AIChat-module__9PXVTG__renameInput{width:calc(100% - 36px);font-size:.825rem;font-weight:var(--font-medium);color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius-xs);background:0 0;outline:none;padding:2px 6px}.AIChat-module__9PXVTG__renameInput:focus{border-color:var(--primary)}@keyframes AIChat-module__9PXVTG__slideIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@keyframes AIChat-module__9PXVTG__chipSlideIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.AIChat-module__9PXVTG__chipsBar{border-left:3px solid var(--primary);border-top:1px solid var(--border-subtle);background:0 0;flex-direction:column;align-items:flex-start;gap:.4rem;padding:.6rem .9rem;display:flex}.AIChat-module__9PXVTG__chip{background:var(--surface-2);border:1px solid var(--border);font-size:.8rem;font-weight:var(--font-medium);color:var(--muted-foreground);cursor:pointer;white-space:nowrap;letter-spacing:.01em;border-radius:999px;align-items:center;gap:.35rem;padding:.32rem .8rem;line-height:1.5;transition:color .15s,border-color .15s,background .15s,transform .15s,box-shadow .15s;animation:.22s ease-out both AIChat-module__9PXVTG__chipSlideIn;display:inline-flex}.AIChat-module__9PXVTG__chip:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:rgba(var(--primary-rgb), .07);box-shadow:0 2px 8px rgba(var(--primary-rgb), .1);transform:translate(2px)}.AIChat-module__9PXVTG__chip:active:not(:disabled){box-shadow:none;transform:translate(0)}.AIChat-module__9PXVTG__chip:disabled{cursor:not-allowed}.AIChat-module__9PXVTG__chipDisabled{opacity:.3}.AIChat-module__9PXVTG__chipSpinner{color:var(--primary);animation:.8s linear infinite AIChat-module__9PXVTG__af-spin}.AIChat-module__9PXVTG__stubPanel{border-bottom:1px solid var(--border-subtle);flex-direction:column;flex-shrink:0;display:flex;overflow:hidden}.AIChat-module__9PXVTG__stubPanelInner{color:var(--text-tertiary);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1.5rem;font-size:.8rem;display:flex}.AIChat-module__9PXVTG__stubPanelInner code{background:var(--surface-2,#1f2937);color:var(--primary);border-radius:3px;padding:1px 5px;font-size:.75rem}.AIChat-module__9PXVTG__noteTextarea{resize:none;background:var(--surface-0);width:100%;height:100%;color:var(--text-primary);border:none;border-bottom:1px solid var(--border-subtle);outline:none;flex:1;padding:.875rem 1rem;font-family:inherit;font-size:.83rem;line-height:1.55}.AIChat-module__9PXVTG__noteTextarea::placeholder{color:var(--text-tertiary)}.AIChat-module__9PXVTG__chatBottom{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}
.AnnouncementViewModal-module__7825qG__viewBody{gap:var(--space-3,.75rem);flex-direction:column;display:flex}.AnnouncementViewModal-module__7825qG__viewMeta{align-items:center;gap:var(--space-2,.5rem);color:var(--muted-foreground);flex-wrap:wrap;font-size:.85rem;display:flex}.AnnouncementViewModal-module__7825qG__viewPin{color:var(--color-warning);align-items:center;gap:2px;display:inline-flex}.AnnouncementViewModal-module__7825qG__viewAuthor{margin-left:auto}.AnnouncementViewModal-module__7825qG__viewContent{color:var(--foreground);white-space:pre-wrap;line-height:1.6}.AnnouncementViewModal-module__7825qG__viewAttachments{gap:var(--space-2,.5rem);padding-top:var(--space-3,.75rem);border-top:1px solid var(--border);flex-direction:column;display:flex}.AnnouncementViewModal-module__7825qG__viewAttachment{align-items:center;gap:var(--space-2,.5rem);color:var(--color-info,var(--foreground));width:fit-content;text-decoration:none;display:inline-flex}.AnnouncementViewModal-module__7825qG__viewAttachment:hover{text-decoration:underline}.AnnouncementViewModal-module__7825qG__sevChip{text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius-sm,4px);padding:1px 6px;font-size:.66rem;font-weight:600}.AnnouncementViewModal-module__7825qG__sev_info{color:var(--color-info);background:var(--color-info-bg)}.AnnouncementViewModal-module__7825qG__sev_success{color:var(--color-success);background:var(--color-success-bg)}.AnnouncementViewModal-module__7825qG__sev_warning{color:var(--color-warning);background:var(--color-warning-bg)}.AnnouncementViewModal-module__7825qG__sev_danger{color:var(--color-danger);background:var(--color-danger-bg)}
.TaskListCard-module__McUjKW__panel{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-1);--density-card-p:0;width:100%;overflow:hidden;padding:0!important}.TaskListCard-module__McUjKW__header{border-bottom:1px solid var(--border);background:var(--hover-surface);justify-content:space-between;align-items:center;min-height:26px;display:flex;padding:3px var(--space-2)!important}.TaskListCard-module__McUjKW__title{align-items:center;gap:var(--space-1);font-weight:var(--font-semibold);font-size:var(--text-base);color:var(--foreground);display:flex;padding:0!important}.TaskListCard-module__McUjKW__filters{align-items:center;gap:var(--space-1);display:flex;padding:0!important}.TaskListCard-module__McUjKW__newBtn{border:1px solid var(--border-subtle);border-radius:var(--radius-xs);width:17px;height:17px;color:var(--text-tertiary);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;transition:all .1s;display:flex;padding:0!important}.TaskListCard-module__McUjKW__newBtn:hover{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.TaskListCard-module__McUjKW__filterBtn{border:1px solid var(--border-subtle);border-radius:var(--radius-full);height:17px;font-size:var(--text-sm);color:var(--text-tertiary);cursor:pointer;white-space:nowrap;background:0 0;line-height:15px;transition:all .1s;padding:0 var(--space-2)!important}.TaskListCard-module__McUjKW__filterBtn:hover{border-color:var(--border);color:var(--text-secondary)}.TaskListCard-module__McUjKW__filterBtn.TaskListCard-module__McUjKW__active{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.TaskListCard-module__McUjKW__empty{text-align:center;color:var(--text-tertiary);font-size:var(--text-sm);padding:var(--space-2)!important}.TaskListCard-module__McUjKW__row{align-items:center;gap:var(--space-2);border-bottom:1px solid var(--border-subtle);cursor:pointer;min-height:28px;transition:background 80ms;display:flex;padding:var(--space-1) var(--space-2)!important}.TaskListCard-module__McUjKW__row:last-child{border-bottom:none}.TaskListCard-module__McUjKW__row:hover{background:var(--hover-surface)}.TaskListCard-module__McUjKW__dot{border-radius:var(--radius-full);flex-shrink:0;width:5px;height:5px;padding:0!important}.TaskListCard-module__McUjKW__dot.TaskListCard-module__McUjKW__urgent{background:var(--color-danger)}.TaskListCard-module__McUjKW__dot.TaskListCard-module__McUjKW__high{background:var(--color-warning)}.TaskListCard-module__McUjKW__dot.TaskListCard-module__McUjKW__normal{background:var(--color-success)}.TaskListCard-module__McUjKW__dot.TaskListCard-module__McUjKW__low{background:var(--text-tertiary);opacity:.5}.TaskListCard-module__McUjKW__info{flex:1;min-width:0;padding:0!important}.TaskListCard-module__McUjKW__rowTitle{font-weight:var(--font-medium);font-size:var(--text-sm);color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;line-height:var(--leading-tight);overflow:hidden;padding:0!important}.TaskListCard-module__McUjKW__meta{align-items:center;gap:var(--space-1);color:var(--text-tertiary);font-size:var(--text-sm);line-height:var(--leading-tight);margin-top:1px;display:flex;padding:0!important}.TaskListCard-module__McUjKW__tag{border:1px solid var(--border-subtle);border-radius:var(--radius-xs);font-size:var(--text-sm);text-transform:capitalize;background:0 0;line-height:1.4;padding:0 var(--space-1)!important}.TaskListCard-module__McUjKW__progress{white-space:nowrap;padding:0!important}.TaskListCard-module__McUjKW__sep{opacity:.4;padding:0!important}.TaskListCard-module__McUjKW__viewBtn{border:1px solid var(--border-subtle);border-radius:var(--radius-xs);width:20px;height:20px;font-size:var(--text-sm);color:var(--text-tertiary);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;line-height:1;transition:all .1s;display:flex;padding:0!important}.TaskListCard-module__McUjKW__viewBtn:hover{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}
.TaskDetailCard-module__ntbU3q__panel{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-1);--density-card-p:0;width:100%;overflow:hidden;padding:0!important}.TaskDetailCard-module__ntbU3q__header{align-items:center;gap:var(--space-1);border-bottom:1px solid var(--border);background:var(--hover-surface);min-height:26px;display:flex;padding:3px var(--space-2)!important}.TaskDetailCard-module__ntbU3q__backBtn{color:var(--text-tertiary);cursor:pointer;font-size:var(--text-sm);border-radius:var(--radius-xs);background:0 0;border:none;flex-shrink:0;align-items:center;gap:2px;line-height:1;transition:color .1s;display:flex;padding:1px var(--space-1)!important}.TaskDetailCard-module__ntbU3q__backBtn:hover{color:var(--foreground)}.TaskDetailCard-module__ntbU3q__divider{background:var(--border);flex-shrink:0;width:1px;height:12px;padding:0!important}.TaskDetailCard-module__ntbU3q__taskName{min-width:0;font-weight:var(--font-semibold);font-size:var(--text-base);color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden;padding:0!important}.TaskDetailCard-module__ntbU3q__badge{font-size:var(--text-sm);font-weight:var(--font-semibold);border-radius:var(--radius-xs);text-transform:uppercase;letter-spacing:var(--tracking-wide);flex-shrink:0;line-height:16px;padding:0 var(--space-1)!important}.TaskDetailCard-module__ntbU3q__badge.TaskDetailCard-module__ntbU3q__urgent{background:color-mix(in srgb, var(--af-badge-priority-urgent) 12%, transparent);color:var(--af-badge-priority-urgent);border:1px solid color-mix(in srgb, var(--af-badge-priority-urgent) 42%, transparent)}.TaskDetailCard-module__ntbU3q__badge.TaskDetailCard-module__ntbU3q__high{background:color-mix(in srgb, var(--af-badge-priority-high) 10%, transparent);color:var(--af-badge-priority-high);border:1px solid color-mix(in srgb, var(--af-badge-priority-high) 38%, transparent)}.TaskDetailCard-module__ntbU3q__badge.TaskDetailCard-module__ntbU3q__normal{background:color-mix(in srgb, var(--af-badge-priority-normal) 8%, transparent);color:var(--af-badge-priority-normal);border:1px solid color-mix(in srgb, var(--af-badge-priority-normal) 25%, transparent)}.TaskDetailCard-module__ntbU3q__badge.TaskDetailCard-module__ntbU3q__low{background:color-mix(in srgb, var(--af-badge-priority-low) 6%, transparent);color:var(--af-badge-priority-low);border:1px solid color-mix(in srgb, var(--af-badge-priority-low) 20%, transparent)}.TaskDetailCard-module__ntbU3q__intentBadge{font-size:var(--text-sm);border-radius:var(--radius-xs);border:1px solid var(--border-subtle);color:var(--text-tertiary);text-transform:capitalize;flex-shrink:0;line-height:16px;padding:0 var(--space-1)!important}.TaskDetailCard-module__ntbU3q__body{padding:var(--space-2)!important}.TaskDetailCard-module__ntbU3q__summary{font-size:var(--text-sm);line-height:var(--leading-snug);color:var(--text-secondary);margin:0 0 var(--space-1);white-space:pre-wrap;padding:0!important}.TaskDetailCard-module__ntbU3q__source{align-items:center;gap:var(--space-1);font-size:var(--text-sm);color:var(--text-tertiary);margin-bottom:var(--space-2);display:flex;overflow:hidden;padding:0!important}.TaskDetailCard-module__ntbU3q__sourceFrom{color:var(--text-secondary);font-weight:var(--font-medium);flex-shrink:0;padding:0!important}.TaskDetailCard-module__ntbU3q__sourceSep{opacity:.4;flex-shrink:0;padding:0!important}.TaskDetailCard-module__ntbU3q__sourceSubject{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0!important}.TaskDetailCard-module__ntbU3q__stepsHeader{margin-bottom:var(--space-1);justify-content:space-between;align-items:center;display:flex;padding:0!important}.TaskDetailCard-module__ntbU3q__stepsLabel{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:var(--tracking-wide);padding:0!important}.TaskDetailCard-module__ntbU3q__stepsCount{font-size:var(--text-sm);color:var(--text-tertiary);padding:0!important}.TaskDetailCard-module__ntbU3q__steps{margin:0 0 var(--space-2);border:1px solid var(--border-subtle);border-radius:var(--radius-xs);list-style:none;overflow:hidden;padding:0!important}.TaskDetailCard-module__ntbU3q__step{align-items:flex-start;gap:var(--space-1);border-bottom:1px solid var(--border-subtle);transition:background 80ms;display:flex;padding:4px var(--space-2)!important}.TaskDetailCard-module__ntbU3q__step:last-child{border-bottom:none}.TaskDetailCard-module__ntbU3q__step:hover{background:var(--hover-surface)}.TaskDetailCard-module__ntbU3q__step.TaskDetailCard-module__ntbU3q__done{opacity:.45}.TaskDetailCard-module__ntbU3q__checkbox{cursor:pointer;width:12px;height:12px;accent-color:var(--primary);flex-shrink:0;margin-top:2px;padding:0!important}.TaskDetailCard-module__ntbU3q__stepAction{min-width:0;font-size:var(--text-sm);line-height:var(--leading-tight);color:var(--foreground);white-space:normal;word-break:break-word;flex:1;padding:0!important}.TaskDetailCard-module__ntbU3q__step.TaskDetailCard-module__ntbU3q__done .TaskDetailCard-module__ntbU3q__stepAction{text-decoration:line-through}.TaskDetailCard-module__ntbU3q__stepLink{font-size:var(--text-sm);color:var(--primary);white-space:nowrap;flex-shrink:0;align-items:center;gap:2px;text-decoration:none;display:inline-flex;padding:0!important}.TaskDetailCard-module__ntbU3q__stepLink:hover{text-decoration:underline}.TaskDetailCard-module__ntbU3q__actions{gap:var(--space-2);border-top:1px solid var(--border-subtle);display:flex;padding:var(--space-2) 0 0!important}.TaskDetailCard-module__ntbU3q__btnAI{flex:1}
.TodoCard-module__SgTvKG__panel{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-1);--density-card-p:0;width:100%;overflow:hidden;padding:0!important}.TodoCard-module__SgTvKG__embedded{background:0 0;border:none;border-radius:0}.TodoCard-module__SgTvKG__header{align-items:center;gap:var(--space-1);border-bottom:1px solid var(--border);background:var(--hover-surface);min-height:26px;display:flex;padding:4px var(--space-2)!important}.TodoCard-module__SgTvKG__embedded .TodoCard-module__SgTvKG__header{display:none}.TodoCard-module__SgTvKG__embedded .TodoCard-module__SgTvKG__list{opacity:.86}.TodoCard-module__SgTvKG__headerIcon{color:var(--text-secondary);flex-shrink:0}.TodoCard-module__SgTvKG__headerTitle{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;flex:1}.TodoCard-module__SgTvKG__counter{font-size:var(--text-sm);color:var(--text-muted);font-variant-numeric:tabular-nums;white-space:nowrap}.TodoCard-module__SgTvKG__cancelledCount{color:var(--text-tertiary)}.TodoCard-module__SgTvKG__list{padding:var(--space-1) 0!important}.TodoCard-module__SgTvKG__item{gap:var(--space-1);grid-template-columns:14px minmax(0,1fr);display:grid;padding:5px var(--space-2)!important}.TodoCard-module__SgTvKG__markerWrap{justify-content:center;padding-top:2px;display:flex;position:relative}.TodoCard-module__SgTvKG__connector{top:18px;bottom:calc(-1 * var(--space-2));background:var(--border-subtle);width:1px;position:absolute}.TodoCard-module__SgTvKG__contentWrap{align-items:baseline;gap:var(--space-1);min-width:0;display:flex}.TodoCard-module__SgTvKG__stepId{min-width:.85rem;font-size:var(--text-xs);font-family:var(--font-mono);color:var(--text-tertiary);line-height:var(--leading-normal);flex:none}.TodoCard-module__SgTvKG__content{min-width:0;font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-secondary);overflow-wrap:anywhere;flex:1}.TodoCard-module__SgTvKG__statusChip{border-radius:var(--radius-xs);padding:1px var(--space-1);font-size:var(--text-xs);font-weight:var(--font-medium);line-height:var(--leading-tight);flex:none}.TodoCard-module__SgTvKG__iconPending{color:var(--text-tertiary);flex-shrink:0}.TodoCard-module__SgTvKG__iconInProgress{color:var(--primary);transform-origin:50%;will-change:transform;flex-shrink:0;animation:.8s linear infinite TodoCard-module__SgTvKG__af-spin;display:block}.TodoCard-module__SgTvKG__iconCompleted{color:var(--color-success);flex-shrink:0}.TodoCard-module__SgTvKG__iconBlocked{color:var(--color-warning);flex-shrink:0}.TodoCard-module__SgTvKG__iconCancelled{color:var(--text-tertiary);flex-shrink:0}.TodoCard-module__SgTvKG__item.TodoCard-module__SgTvKG__in_progress .TodoCard-module__SgTvKG__content{color:var(--text-primary);font-weight:var(--font-medium)}.TodoCard-module__SgTvKG__item.TodoCard-module__SgTvKG__completed .TodoCard-module__SgTvKG__content{color:var(--text-tertiary)}.TodoCard-module__SgTvKG__item.TodoCard-module__SgTvKG__blocked .TodoCard-module__SgTvKG__content{color:var(--text-primary)}.TodoCard-module__SgTvKG__item.TodoCard-module__SgTvKG__cancelled .TodoCard-module__SgTvKG__content{color:var(--text-tertiary);text-decoration:line-through}.TodoCard-module__SgTvKG__blockedChip{color:var(--color-warning);background:var(--color-warning-bg)}.TodoCard-module__SgTvKG__cancelledChip{color:var(--text-tertiary);background:var(--hover-surface)}
.ToolConfirmPanel-module__DTgejq__panel{border:1px solid var(--border);border-radius:var(--radius-sm,8px);background:var(--surface-1);--density-card-p:0;max-width:320px;margin:2px 0;overflow:hidden;padding:0!important}.ToolConfirmPanel-module__DTgejq__header{background:var(--hover-surface);border-bottom:1px solid var(--border);color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:6px;padding:7px 10px;font-size:.72rem;font-weight:600;display:flex}.ToolConfirmPanel-module__DTgejq__headerIcon{color:var(--color-warning);flex-shrink:0}.ToolConfirmPanel-module__DTgejq__body{padding:10px 12px}.ToolConfirmPanel-module__DTgejq__hintText{color:var(--text-primary);white-space:pre-wrap;margin:0;font-size:.8rem;line-height:1.5}.ToolConfirmPanel-module__DTgejq__actions{border-top:1px solid var(--border);background:var(--hover-surface);gap:6px;padding:8px 10px;display:flex}.ToolConfirmPanel-module__DTgejq__btn{cursor:pointer;letter-spacing:.01em;border:1px solid #0000;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:5px;padding:6px 10px;font-size:.75rem;font-weight:600;transition:all .15s;display:flex}.ToolConfirmPanel-module__DTgejq__btn:disabled{opacity:.5;cursor:not-allowed}.ToolConfirmPanel-module__DTgejq__cancelBtn{background:var(--hover-surface);color:var(--text-secondary);border-color:var(--border)}.ToolConfirmPanel-module__DTgejq__cancelBtn:hover:not(:disabled){background:var(--surface-2);color:var(--text-primary)}.ToolConfirmPanel-module__DTgejq__confirmBtn{background:var(--color-success-bg);color:var(--color-success);border-color:var(--color-success-border)}.ToolConfirmPanel-module__DTgejq__confirmBtn:hover:not(:disabled){background:color-mix(in srgb, var(--color-success) 18%, transparent);color:var(--color-success);border-color:var(--color-success)}.ToolConfirmPanel-module__DTgejq__panel.ToolConfirmPanel-module__DTgejq__confirmed .ToolConfirmPanel-module__DTgejq__header{background:var(--color-success-bg);border-bottom-color:var(--color-success-border);color:var(--color-success)}.ToolConfirmPanel-module__DTgejq__panel.ToolConfirmPanel-module__DTgejq__confirmed .ToolConfirmPanel-module__DTgejq__headerIcon{color:var(--color-success)}.ToolConfirmPanel-module__DTgejq__panel.ToolConfirmPanel-module__DTgejq__cancelled .ToolConfirmPanel-module__DTgejq__header{background:var(--hover-surface);color:var(--text-tertiary);border-bottom-color:#0000}.ToolConfirmPanel-module__DTgejq__panel.ToolConfirmPanel-module__DTgejq__cancelled .ToolConfirmPanel-module__DTgejq__headerIcon{color:var(--text-tertiary)}.ToolConfirmPanel-module__DTgejq__spinner{margin-left:auto;animation:.8s linear infinite ToolConfirmPanel-module__DTgejq__af-spin}
.UserChoicePanel-module__2f4pUG__panel{border:1px solid var(--border);border-radius:var(--radius-sm,8px);background:var(--surface-1);--density-card-p:0;max-width:340px;margin:2px 0;overflow:hidden;padding:0!important}.UserChoicePanel-module__2f4pUG__header{background:var(--hover-surface);border-bottom:1px solid var(--border);color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:6px;padding:7px 10px;font-size:.72rem;font-weight:600;display:flex}.UserChoicePanel-module__2f4pUG__headerIcon{color:var(--primary);flex-shrink:0}.UserChoicePanel-module__2f4pUG__multiTag{background:rgba(var(--primary-rgb), .12);border:1px solid rgba(var(--primary-rgb), .3);color:color-mix(in srgb, var(--primary) 60%, white);letter-spacing:.02em;border-radius:20px;margin-left:auto;padding:1px 6px;font-size:.65rem}.UserChoicePanel-module__2f4pUG__body{flex-direction:column;gap:8px;padding:10px 10px 8px;display:flex}.UserChoicePanel-module__2f4pUG__hintText{color:var(--text-primary);margin:0;font-size:.8rem;line-height:1.5}.UserChoicePanel-module__2f4pUG__optionList{flex-direction:column;gap:3px;display:flex}.UserChoicePanel-module__2f4pUG__optionBtn{background:var(--hover-surface);border:1px solid var(--border-subtle);width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;border-radius:6px;align-items:center;gap:9px;padding:7px 10px;font-size:.8rem;transition:background .12s,border-color .12s,color .12s;display:flex}.UserChoicePanel-module__2f4pUG__optionBtn:hover:not(:disabled){background:rgba(var(--primary-rgb), .08);border-color:rgba(var(--primary-rgb), .3);color:var(--text-primary)}.UserChoicePanel-module__2f4pUG__optionBtn.UserChoicePanel-module__2f4pUG__optionSelected{background:rgba(var(--primary-rgb), .14);border-color:rgba(var(--primary-rgb), .5);color:var(--text-primary)}.UserChoicePanel-module__2f4pUG__optionBtn.UserChoicePanel-module__2f4pUG__optionDimmed{opacity:.3}.UserChoicePanel-module__2f4pUG__optionBtn:disabled{cursor:default}.UserChoicePanel-module__2f4pUG__label{background:var(--surface-2);border:1px solid var(--border);width:20px;height:20px;color:var(--text-secondary);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.UserChoicePanel-module__2f4pUG__label.UserChoicePanel-module__2f4pUG__labelSelected{background:rgba(var(--primary-rgb), .25);border-color:rgba(var(--primary-rgb), .6);color:color-mix(in srgb, var(--primary) 60%, white)}.UserChoicePanel-module__2f4pUG__optionText{flex:1}.UserChoicePanel-module__2f4pUG__checkIcon{color:color-mix(in srgb, var(--primary) 70%, white);flex-shrink:0}.UserChoicePanel-module__2f4pUG__footer{border-top:1px solid var(--border);background:var(--hover-surface);align-items:center;padding:8px 10px;display:flex}.UserChoicePanel-module__2f4pUG__confirmBtn{background:rgba(var(--primary-rgb), .12);border:1px solid rgba(var(--primary-rgb), .35);width:100%;color:color-mix(in srgb, var(--primary) 60%, white);cursor:pointer;letter-spacing:.01em;border-radius:6px;justify-content:center;align-items:center;gap:5px;padding:6px 12px;font-size:.75rem;font-weight:600;transition:all .14s;display:flex}.UserChoicePanel-module__2f4pUG__confirmBtn:hover:not(:disabled){background:rgba(var(--primary-rgb), .22);border-color:rgba(var(--primary-rgb), .6);color:color-mix(in srgb, var(--primary) 80%, white)}.UserChoicePanel-module__2f4pUG__confirmBtn:disabled{opacity:.4;cursor:not-allowed}.UserChoicePanel-module__2f4pUG__submittedNote{color:var(--text-tertiary);font-size:.73rem}.UserChoicePanel-module__2f4pUG__navFooter{border-top:1px solid var(--border);background:var(--hover-surface);justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex}.UserChoicePanel-module__2f4pUG__navBtn{background:var(--hover-surface);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;letter-spacing:.01em;border-radius:6px;align-items:center;gap:4px;padding:6px 12px;font-size:.75rem;font-weight:600;transition:all .14s;display:inline-flex}.UserChoicePanel-module__2f4pUG__navBtn:hover:not(:disabled){background:rgba(var(--primary-rgb), .1);border-color:rgba(var(--primary-rgb), .35);color:var(--text-primary)}.UserChoicePanel-module__2f4pUG__navBtn:disabled{opacity:.35;cursor:not-allowed}
.CommandPalette-module__qBNJ0G__palette{background:var(--pane-bg);border:1px solid var(--border);border-radius:var(--radius-sm);z-index:200;flex-direction:column;max-height:260px;display:flex;position:absolute;bottom:calc(100% + 4px);left:0;right:0;overflow:hidden}.CommandPalette-module__qBNJ0G__scrollArea{flex:1;overflow-y:auto}.CommandPalette-module__qBNJ0G__group{padding:3px var(--space-2) 1px}.CommandPalette-module__qBNJ0G__groupLabel{font-size:var(--text-xs);font-weight:var(--font-bold);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--text-secondary);opacity:.6;padding:var(--space-1) 0 2px}.CommandPalette-module__qBNJ0G__item{align-items:baseline;gap:var(--space-2);padding:var(--space-1) var(--space-2);border-radius:var(--radius-xs);cursor:pointer;margin:0 0 1px;transition:background 80ms;display:flex}.CommandPalette-module__qBNJ0G__item:hover,.CommandPalette-module__qBNJ0G__item.CommandPalette-module__qBNJ0G__focused{background:var(--hover-surface)}.CommandPalette-module__qBNJ0G__item.CommandPalette-module__qBNJ0G__focused{outline:1px solid var(--primary);outline-offset:-1px}.CommandPalette-module__qBNJ0G__cmd{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--foreground);font-family:var(--font-mono,monospace);flex-shrink:0;min-width:90px}.CommandPalette-module__qBNJ0G__alias{font-size:var(--text-xs);color:var(--text-secondary);font-family:var(--font-mono,monospace);flex-shrink:0}.CommandPalette-module__qBNJ0G__desc{font-size:var(--text-xs);color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.CommandPalette-module__qBNJ0G__args{font-size:var(--text-xs);color:var(--text-secondary);opacity:.55;font-family:var(--font-mono,monospace);flex-shrink:0}.CommandPalette-module__qBNJ0G__footer{align-items:center;gap:var(--space-2);padding:3px var(--space-3);border-top:1px solid var(--border);background:var(--hover-surface);display:flex}.CommandPalette-module__qBNJ0G__hint{font-size:var(--text-xs);color:var(--text-secondary);opacity:.6;align-items:center;gap:3px;display:flex}.CommandPalette-module__qBNJ0G__key{border:1px solid var(--border);border-radius:var(--radius-xs);font-size:var(--text-xs);line-height:13px;font-family:var(--font-mono,monospace);justify-content:center;align-items:center;padding:0 3px;display:inline-flex}.CommandPalette-module__qBNJ0G__empty{padding:var(--space-3);font-size:var(--text-xs);color:var(--text-secondary);text-align:center}
.AgentDrawerChrome-module___hh99q__agentDrawer{background:var(--surface-1);z-index:100;border-top:1px solid var(--border);flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) AgentDrawerChrome-module___hh99q__drawerSlideIn;display:flex;position:absolute;inset:60px 0 0}.AgentDrawerChrome-module___hh99q__agentDrawerHeader{min-height:44px;padding:var(--space-2) var(--space-3);justify-content:space-between;align-items:center;gap:var(--space-2);border-bottom:1px solid var(--border);background:var(--surface-1);flex-shrink:0;display:flex}.AgentDrawerChrome-module___hh99q__agentDrawerTitleGroup{align-items:center;gap:var(--space-2);flex:auto;min-width:0;display:flex}.AgentDrawerChrome-module___hh99q__agentDrawerTitle{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-primary);font-size:var(--text-base);font-weight:var(--font-bold);overflow:hidden}.AgentDrawerChrome-module___hh99q__agentDrawerSubtitle{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-tertiary);font-size:var(--text-xs);overflow:hidden}.AgentDrawerChrome-module___hh99q__agentDrawerHeaderContent{flex:auto;align-items:center;min-width:0;display:flex}.AgentDrawerChrome-module___hh99q__agentDrawerActions{justify-content:flex-end;align-items:center;gap:var(--space-1);flex-shrink:0;display:flex}.AgentDrawerChrome-module___hh99q__agentDrawerToolbar{align-items:center;gap:var(--space-2);min-height:34px;padding:var(--space-2) var(--space-4);border-bottom:1px solid var(--border-subtle);background:var(--surface-1);flex-shrink:0;display:flex}.AgentDrawerChrome-module___hh99q__agentDrawerToolbarFlush{min-height:0;padding:0}.AgentDrawerChrome-module___hh99q__agentDrawerBody{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}@keyframes AgentDrawerChrome-module___hh99q__drawerSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.LoadingState-module__uU18Jq__wrapper{color:var(--text-secondary);font-family:var(--font-sans);letter-spacing:0;justify-content:center;align-items:center;display:flex}.LoadingState-module__uU18Jq__center{width:100%;height:100%;min-height:8rem;padding:var(--space-8)}.LoadingState-module__uU18Jq__inline{width:auto;min-height:0;padding:0;display:inline-flex}.LoadingState-module__uU18Jq__sm{gap:var(--space-1);font-size:var(--text-sm)}.LoadingState-module__uU18Jq__md{gap:var(--space-2);font-size:var(--text-base)}.LoadingState-module__uU18Jq__lg{gap:var(--space-3);font-size:var(--text-md)}.LoadingState-module__uU18Jq__spinner{color:var(--primary);flex-shrink:0}.LoadingState-module__uU18Jq__label{color:inherit;line-height:var(--leading-normal)}
.workspace-module__pFYShW__contextPane{flex-direction:column;flex-grow:1;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;padding:0;transition:padding .3s;display:flex;overflow:hidden}.workspace-module__pFYShW__contextPane:has(.workspace-module__pFYShW__fullHeightBody){padding:0}.workspace-module__pFYShW__contextPane:has(.workspace-module__pFYShW__moduleShell){padding:0}.workspace-module__pFYShW__moduleShell{background:0 0;flex-direction:column;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.workspace-module__pFYShW__moduleTitles{flex-direction:column;justify-content:center;display:flex}.workspace-module__pFYShW__moduleName{font-size:1.1rem;font-weight:var(--font-bold);color:var(--foreground);letter-spacing:-.01em;align-items:center;gap:.75rem;display:flex}.workspace-module__pFYShW__moduleName>svg{color:var(--text-secondary);opacity:.8}.workspace-module__pFYShW__moduleBody{background:var(--background);flex:1;min-height:0;padding:0;position:relative;overflow-y:auto}.workspace-module__pFYShW__successIcon{color:var(--color-success)}.workspace-module__pFYShW__fullHeightBody{flex-direction:column;flex:1;width:100%;min-width:0;max-width:100%;min-height:0;padding:0;display:flex;overflow:hidden}.workspace-module__pFYShW__contextPane:has(.workspace-module__pFYShW__fullHeightBody) .workspace-module__pFYShW__fullHeightBody{height:100%}.workspace-module__pFYShW__headerActions{flex-grow:1;justify-content:flex-end;gap:.75rem;display:flex}.workspace-module__pFYShW__headerSearchWrap{flex:0 200px;min-width:140px;overflow:hidden}.workspace-module__pFYShW__headerSearchWrap>*{flex:none;width:100%;min-width:0;max-width:none}
.RichFormEditor-module__FaCoAq__richFormEditor{background:var(--surface-2);border:1px solid var(--border);border-radius:0;flex-direction:column;min-height:210px;display:flex;overflow:hidden}.RichFormEditor-module__FaCoAq__richFormEditor[data-fill=true]{height:100%;min-height:0}.RichFormEditor-module__FaCoAq__richFormEditor[data-borderless=true]{background:0 0;border:0}.RichFormEditor-module__FaCoAq__richFormEditor:focus-within{border-color:var(--focus-border);outline:var(--focus-outline);outline-offset:0}.RichFormEditor-module__FaCoAq__richFormEditor[data-borderless=true]:focus-within{border-color:#0000;outline:none}.RichFormEditor-module__FaCoAq__toolbar{align-items:center;gap:var(--space-1);padding:var(--space-2);border-bottom:1px solid var(--border);flex-wrap:wrap;display:flex}.RichFormEditor-module__FaCoAq__toolbarButton{width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.RichFormEditor-module__FaCoAq__toolbarButton:hover:not(:disabled){background:var(--hover-surface);border-color:var(--border-soft);color:var(--text-primary)}.RichFormEditor-module__FaCoAq__toolbarButton:disabled{opacity:.45;cursor:not-allowed}.RichFormEditor-module__FaCoAq__toolbarButtonActive{background:var(--surface-2);border-color:var(--border-medium);color:var(--text-primary)}.RichFormEditor-module__FaCoAq__separator{background:var(--border);width:1px;height:18px;margin:0 var(--space-1)}.RichFormEditor-module__FaCoAq__content{min-height:164px;max-height:420px;padding:var(--space-2);flex:1;overflow-y:auto}.RichFormEditor-module__FaCoAq__richFormEditor[data-fill=true] .RichFormEditor-module__FaCoAq__content{min-height:0;max-height:none}.RichFormEditor-module__FaCoAq__content .tiptap{min-height:140px;color:var(--text-primary);font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--font-normal);line-height:var(--leading-normal);letter-spacing:0;text-transform:none;outline:none}.RichFormEditor-module__FaCoAq__richFormEditor[data-fill=true] .RichFormEditor-module__FaCoAq__content .tiptap{min-height:100%}.RichFormEditor-module__FaCoAq__content .tiptap p{margin:0 0 var(--space-2)}:is(.RichFormEditor-module__FaCoAq__content .tiptap ul,.RichFormEditor-module__FaCoAq__content .tiptap ol){margin:var(--space-2) 0;padding-left:var(--space-5)}.RichFormEditor-module__FaCoAq__content .tiptap ul[data-type=taskList]{padding-left:0;list-style:none}.RichFormEditor-module__FaCoAq__content .tiptap li[data-checked]{align-items:flex-start;gap:var(--space-2);margin:var(--space-2) 0;display:flex}.RichFormEditor-module__FaCoAq__content .tiptap li[data-checked]>label{-webkit-user-select:none;user-select:none;flex:none;align-items:center;padding-top:.12rem;display:inline-flex}.RichFormEditor-module__FaCoAq__content .tiptap li[data-checked] input[type=checkbox]{width:14px;height:14px;accent-color:var(--primary);cursor:pointer;margin:0}.RichFormEditor-module__FaCoAq__content .tiptap li[data-checked]>div{flex:auto;min-width:0}.RichFormEditor-module__FaCoAq__content .tiptap li[data-checked]>div p{margin:0}.RichFormEditor-module__FaCoAq__content .tiptap li[data-checked=true]>div{color:var(--text-tertiary);text-decoration:line-through}.RichFormEditor-module__FaCoAq__content .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--text-tertiary);pointer-events:none;float:left;height:0}
.ActivityBadges-module__dKSwqG__timelineItem{gap:0;min-width:0;padding:0;animation:.2s ActivityBadges-module__dKSwqG__activityTimelineFadeIn;display:flex;position:relative}.ActivityBadges-module__dKSwqG__timelineItemInteractive{cursor:pointer}.ActivityBadges-module__dKSwqG__timelineItemInteractive:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius-sm)}.ActivityBadges-module__dKSwqG__timelineSpine{flex-shrink:0;justify-content:center;width:30px;display:flex;position:relative}.ActivityBadges-module__dKSwqG__timelineDot{z-index:2;border-radius:var(--radius-full);background:var(--surface-1);border:1.5px solid var(--border-soft);justify-content:center;align-items:center;width:28px;height:28px;margin-top:0;display:flex;position:relative}.ActivityBadges-module__dKSwqG__timelineLine{background:var(--border-subtle);opacity:.6;width:1px;position:absolute;top:32px;bottom:0}.ActivityBadges-module__dKSwqG__timelineBody{flex:1;min-width:0;padding:2px 0 1.25rem .75rem}@keyframes ActivityBadges-module__dKSwqG__activityTimelineFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ActivityBadges-module__dKSwqG__badgeRow{flex-wrap:wrap;align-items:center;gap:.35rem;min-width:0;margin-bottom:.25rem;display:flex}.ActivityBadges-module__dKSwqG__timeLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:.63rem;font-weight:700}.ActivityBadges-module__dKSwqG__separator{color:var(--text-tertiary);letter-spacing:.04em;font-size:.6rem}.ActivityBadges-module__dKSwqG__badge,.ActivityBadges-module__dKSwqG__badgeButton{border:1px solid var(--border-soft);background:var(--surface-2);max-width:100%;color:var(--text-secondary);letter-spacing:.05em;white-space:nowrap;border-radius:3px;align-items:center;gap:.25rem;padding:1px 5px;font-family:inherit;font-size:.6rem;font-weight:700;line-height:1.2;display:inline-flex}.ActivityBadges-module__dKSwqG__badgeButton{cursor:pointer;transition:background .15s,border-color .15s,color .15s}.ActivityBadges-module__dKSwqG__badgeButton:hover{background:var(--hover-surface);border-color:rgba(var(--primary-rgb), .45)}.ActivityBadges-module__dKSwqG__badge:hover,.ActivityBadges-module__dKSwqG__badgeButton:hover{background:var(--hover-surface)}.ActivityBadges-module__dKSwqG__typeBadge{border-color:#0000;max-width:none}.ActivityBadges-module__dKSwqG__metaBadge{background:var(--surface-0);max-width:180px;color:var(--text-tertiary);border-color:var(--border-subtle)}.ActivityBadges-module__dKSwqG__linkBadge,.ActivityBadges-module__dKSwqG__attachmentBadge{background:var(--active-surface);border-color:rgba(var(--primary-rgb), .22);max-width:180px;color:var(--primary)}.ActivityBadges-module__dKSwqG__semanticBadge{max-width:180px}.ActivityBadges-module__dKSwqG__aiGeneratedBadge{background:var(--af-badge-ai-generated-bg)!important;border-color:var(--af-badge-ai-generated-border)!important;color:var(--af-badge-ai-generated)!important}.ActivityBadges-module__dKSwqG__doneBadge{background:var(--surface-0);border-color:var(--border-subtle);color:#065f46}.ActivityBadges-module__dKSwqG__attachmentText{text-overflow:ellipsis;min-width:0;overflow:hidden}.ActivityBadges-module__dKSwqG__attachmentCountBadge{max-width:none;padding-inline:5px}.ActivityBadges-module__dKSwqG__badgeText{text-overflow:ellipsis;min-width:0;overflow:hidden}
.FilePreviewSidebar-module__OVvIRW__titleGroup{align-items:center;gap:12px;min-width:0;display:flex}.FilePreviewSidebar-module__OVvIRW__headerIcon{color:var(--primary);flex-shrink:0}.FilePreviewSidebar-module__OVvIRW__filename{font-size:.95rem;font-weight:var(--font-semibold);color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.FilePreviewSidebar-module__OVvIRW__compactMeta{color:var(--muted-foreground);align-items:center;gap:12px;font-size:.7rem;display:flex}.FilePreviewSidebar-module__OVvIRW__compactMeta span{align-items:center;gap:4px;display:flex}.FilePreviewSidebar-module__OVvIRW__iconActionButton{border-radius:var(--radius-md);color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.FilePreviewSidebar-module__OVvIRW__iconActionButton:hover{background:var(--muted);color:var(--primary)}.FilePreviewSidebar-module__OVvIRW__previewArea{background:var(--muted);border-radius:var(--radius-md);border:1px solid var(--border);flex-direction:column;flex:auto;width:100%;min-height:0;display:flex;position:relative;overflow:auto}.FilePreviewSidebar-module__OVvIRW__previewContainer{justify-content:center;align-items:center;width:100%;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex}.FilePreviewSidebar-module__OVvIRW__imagePreviewStage{max-width:100%;max-height:100%;line-height:0;display:inline-block;position:relative}.FilePreviewSidebar-module__OVvIRW__previewLoading{background:var(--muted);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.FilePreviewSidebar-module__OVvIRW__previewFrame{background:#fff;border:none;width:100%;height:100%}.FilePreviewSidebar-module__OVvIRW__previewImage{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.FilePreviewSidebar-module__OVvIRW__previewHighlight{border:2px solid color-mix(in srgb, var(--color-warning) 92%, white);background:color-mix(in srgb, var(--color-warning) 5%, transparent);pointer-events:none;border-radius:3px;position:absolute;box-shadow:0 0 0 1px #fffc,0 0 0 9999px #0000000f}.FilePreviewSidebar-module__OVvIRW__previewHighlightPolygon{outline:2px solid color-mix(in srgb, var(--color-warning) 92%, white);outline-offset:-2px;border:0;border-radius:0;inset:0}.FilePreviewSidebar-module__OVvIRW__markdownPreview{background:var(--background);color:var(--foreground);padding:16px;font-size:.9375rem;line-height:1.6}.FilePreviewSidebar-module__OVvIRW__noPreview{height:100%;color:var(--muted-foreground);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}
.AssistantMascotBubble-module__gj0hwG__bubble{background:color-mix(in srgb, var(--surface-0) 45%, transparent);-webkit-backdrop-filter:blur(20px)saturate(160%);border:1px solid color-mix(in srgb, var(--primary) 18%, transparent);border-radius:var(--radius-lg);z-index:9999;pointer-events:none;width:210px;padding:11px 14px;animation:.22s cubic-bezier(.34,1.56,.64,1) AssistantMascotBubble-module__gj0hwG__bubblePop;position:absolute}@keyframes AssistantMascotBubble-module__gj0hwG__bubblePop{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.AssistantMascotBubble-module__gj0hwG__dir_left{top:50%;right:calc(100% + 14px);transform:translateY(-50%)}.AssistantMascotBubble-module__gj0hwG__dir_right{top:50%;left:calc(100% + 14px);transform:translateY(-50%)}.AssistantMascotBubble-module__gj0hwG__dir_top{bottom:calc(100% + 14px);left:50%;transform:translate(-50%)}.AssistantMascotBubble-module__gj0hwG__dir_bottom{top:calc(100% + 14px);left:50%;transform:translate(-50%)}.AssistantMascotBubble-module__gj0hwG__arrow{width:0;height:0;position:absolute}.AssistantMascotBubble-module__gj0hwG__arrow_left{border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:6px solid color-mix(in srgb, var(--primary) 22%, transparent);top:50%;right:-6px;transform:translateY(-50%)}.AssistantMascotBubble-module__gj0hwG__arrow_right{border-top:6px solid #0000;border-bottom:6px solid #0000;border-right:6px solid color-mix(in srgb, var(--primary) 22%, transparent);top:50%;left:-6px;transform:translateY(-50%)}.AssistantMascotBubble-module__gj0hwG__arrow_top{border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid color-mix(in srgb, var(--primary) 22%, transparent);bottom:-6px;left:50%;transform:translate(-50%)}.AssistantMascotBubble-module__gj0hwG__arrow_bottom{border-left:6px solid #0000;border-right:6px solid #0000;border-bottom:6px solid color-mix(in srgb, var(--primary) 22%, transparent);top:-6px;left:50%;transform:translate(-50%)}.AssistantMascotBubble-module__gj0hwG__text{font-size:var(--text-sm);color:color-mix(in srgb, var(--text-primary) 88%, transparent);line-height:var(--leading-normal);font-weight:var(--font-normal);margin:0}
.AssistantMascotFace-module__KGPLDq__face{display:block;position:relative}.AssistantMascotFace-module__KGPLDq__badge{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.AssistantMascotFace-module__KGPLDq__eyeLayer{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.AssistantMascotFace-module__KGPLDq__blink{transform-box:fill-box;transform-origin:50%;animation:.18s ease-in-out AssistantMascotFace-module__KGPLDq__mascotBlink}@keyframes AssistantMascotFace-module__KGPLDq__mascotBlink{0%,to{transform:scaleY(1)}55%{transform:scaleY(.1)}}.AssistantMascotFace-module__KGPLDq__spiralL,.AssistantMascotFace-module__KGPLDq__spiralR{transform-box:fill-box;transform-origin:50%}.AssistantMascotFace-module__KGPLDq__spiralL{animation:.9s linear infinite AssistantMascotFace-module__KGPLDq__mascotSpin}.AssistantMascotFace-module__KGPLDq__spiralR{animation:.9s linear infinite reverse AssistantMascotFace-module__KGPLDq__mascotSpin}@keyframes AssistantMascotFace-module__KGPLDq__mascotSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AssistantMascotFace-module__KGPLDq__scanBar{transform-box:fill-box;transform-origin:50%;animation:1.1s ease-in-out infinite AssistantMascotFace-module__KGPLDq__mascotScan}@keyframes AssistantMascotFace-module__KGPLDq__mascotScan{0%{opacity:.35;transform:translateY(-7px)}50%{opacity:1;transform:translateY(7px)}to{opacity:.35;transform:translateY(-7px)}}.AssistantMascotFace-module__KGPLDq__tearL,.AssistantMascotFace-module__KGPLDq__tearR{transform-box:fill-box;transform-origin:50%}.AssistantMascotFace-module__KGPLDq__tearL{animation:1.4s ease-in infinite AssistantMascotFace-module__KGPLDq__mascotTear}.AssistantMascotFace-module__KGPLDq__tearR{animation:1.4s ease-in .5s infinite AssistantMascotFace-module__KGPLDq__mascotTear}@keyframes AssistantMascotFace-module__KGPLDq__mascotTear{0%{opacity:0;transform:translateY(-2px)scale(.5)}18%{opacity:1;transform:translateY(0)scale(1)}72%{opacity:1;transform:translateY(14px)scale(1)}to{opacity:0;transform:translateY(22px)scale(.85)}}
.AssistantMascotLauncher-module__asEL4q__robotSlot{padding:var(--space-2) 0 var(--space-1) 0;justify-content:center;align-items:center;display:flex;position:relative}.AssistantMascotLauncher-module__asEL4q__robotSlot.AssistantMascotLauncher-module__asEL4q__collapsed{padding:var(--space-2) 0}.AssistantMascotLauncher-module__asEL4q__robotBtn{cursor:pointer;color:var(--primary);--assistant-mascot-blue-hi:color-mix(in srgb, var(--color-info) 44%, var(--background));--assistant-mascot-blue:color-mix(in srgb, var(--color-info) 24%, var(--background));--assistant-mascot-blue-low:color-mix(in srgb, var(--color-info) 12%, var(--background));--assistant-mascot-metal-hi:var(--foreground);--assistant-mascot-metal:color-mix(in srgb, var(--foreground) 68%, var(--text-tertiary));--assistant-mascot-metal-low:color-mix(in srgb, var(--foreground) 26%, var(--text-tertiary));--assistant-mascot-face-hi:var(--foreground);--assistant-mascot-face-low:color-mix(in srgb, var(--foreground) 84%, var(--text-secondary));--assistant-mascot-stroke:color-mix(in srgb, var(--background) 82%, var(--color-info));--assistant-mascot-eye:color-mix(in srgb, var(--color-info) 16%, var(--background));--assistant-mascot-eye-glint:color-mix(in srgb, var(--foreground) 54%, transparent);--assistant-mascot-glass:color-mix(in srgb, var(--foreground) 8%, transparent);--assistant-mascot-line:color-mix(in srgb, var(--foreground) 22%, transparent);padding:var(--space-1);border-radius:var(--radius-md);background:0 0;border:none;justify-content:center;align-items:center;transition:transform .15s,background .15s;display:flex}.AssistantMascotLauncher-module__asEL4q__robotBtn svg{width:36px;height:44px;display:block}.AssistantMascotLauncher-module__asEL4q__robotBtn:hover{background:color-mix(in srgb, var(--primary) 8%, transparent);transform:scale(1.08)}.AssistantMascotLauncher-module__asEL4q__hidden{visibility:hidden;pointer-events:none}.AssistantMascotLauncher-module__asEL4q__idle{animation:2.4s ease-in-out infinite AssistantMascotLauncher-module__asEL4q__robotBob}@keyframes AssistantMascotLauncher-module__asEL4q__robotBob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.AssistantMascotLauncher-module__asEL4q__menu{bottom:calc(100% + var(--space-2));background:color-mix(in srgb, var(--surface-0) 55%, transparent);-webkit-backdrop-filter:blur(20px)saturate(160%);border:1px solid color-mix(in srgb, var(--primary) 18%, transparent);border-radius:var(--radius-lg);padding:var(--space-1);z-index:1000;min-width:140px;animation:.18s cubic-bezier(.34,1.56,.64,1) AssistantMascotLauncher-module__asEL4q__menuSlideUp;position:absolute;left:50%;transform:translate(-50%)}@keyframes AssistantMascotLauncher-module__asEL4q__menuSlideUp{0%{opacity:0;transform:translate(-50%)translateY(6px)scale(.92)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}.AssistantMascotLauncher-module__asEL4q__menuItem{border-radius:var(--radius-md);width:100%;padding:var(--space-2) 10px;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;transition:background .15s;display:flex}.AssistantMascotLauncher-module__asEL4q__menuItem:hover{background:color-mix(in srgb, var(--primary) 10%, transparent)}.AssistantMascotLauncher-module__asEL4q__menuLabel{font-size:var(--text-sm);color:color-mix(in srgb, var(--text-primary) 85%, transparent);font-weight:var(--font-medium)}.AssistantMascotLauncher-module__asEL4q__toggle{background:color-mix(in srgb, var(--text-primary) 15%, transparent);border-radius:var(--radius-full);flex-shrink:0;width:28px;height:16px;transition:background .2s;position:relative}.AssistantMascotLauncher-module__asEL4q__toggleOn{background:var(--primary)}.AssistantMascotLauncher-module__asEL4q__toggleThumb{border-radius:var(--radius-full);background:var(--primary-foreground);width:12px;height:12px;transition:transform .2s;position:absolute;top:2px;left:2px}.AssistantMascotLauncher-module__asEL4q__toggleOn .AssistantMascotLauncher-module__asEL4q__toggleThumb{transform:translate(12px)}
.AssistantMascotOverlay-module__tCc2Fq__overlay{z-index:9998;color:var(--primary);-webkit-user-select:none;user-select:none;cursor:pointer;position:fixed}.AssistantMascotOverlay-module__tCc2Fq__grabCursor{cursor:grab}.AssistantMascotOverlay-module__tCc2Fq__dragging{cursor:grabbing!important}.AssistantMascotOverlay-module__tCc2Fq__robotSvg{transform-origin:26px 26.4px;width:52px;height:52.8px;transition:transform .2s;display:block}.AssistantMascotOverlay-module__tCc2Fq__overlay:hover .AssistantMascotOverlay-module__tCc2Fq__robotSvg{transform:scale(1.08)}.AssistantMascotOverlay-module__tCc2Fq__bounce .AssistantMascotOverlay-module__tCc2Fq__robotSvg{animation:.85s ease-in-out infinite AssistantMascotOverlay-module__tCc2Fq__guideBounce}@keyframes AssistantMascotOverlay-module__tCc2Fq__guideBounce{0%,to{transform:translateY(0)rotate(-3deg)}50%{transform:translateY(-8px)rotate(3deg)}}.AssistantMascotOverlay-module__tCc2Fq__float .AssistantMascotOverlay-module__tCc2Fq__robotSvg{animation:3s ease-in-out infinite AssistantMascotOverlay-module__tCc2Fq__robotFloat}@keyframes AssistantMascotOverlay-module__tCc2Fq__robotFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.AssistantMascotOverlay-module__tCc2Fq__clicked .AssistantMascotOverlay-module__tCc2Fq__robotSvg{animation:.52s cubic-bezier(.2,.8,.2,1) both AssistantMascotOverlay-module__tCc2Fq__mascotClickNod}@keyframes AssistantMascotOverlay-module__tCc2Fq__mascotClickNod{0%{transform:translateY(0)scale(1)rotate(0)}34%{transform:translateY(3px)scale(.96)rotate(-4deg)}68%{transform:translateY(-5px)scale(1.05)rotate(4deg)}to{transform:translateY(0)scale(1)rotate(0)}}.AssistantMascotOverlay-module__tCc2Fq__menu{bottom:calc(100% + var(--space-2));background:color-mix(in srgb, var(--surface-0) 55%, transparent);-webkit-backdrop-filter:blur(20px)saturate(160%);border:1px solid color-mix(in srgb, var(--primary) 18%, transparent);border-radius:var(--radius-lg);padding:var(--space-1);z-index:1;min-width:138px;animation:.18s cubic-bezier(.34,1.56,.64,1) AssistantMascotOverlay-module__tCc2Fq__menuSlideUp;position:absolute;left:50%;transform:translate(-50%)}@keyframes AssistantMascotOverlay-module__tCc2Fq__menuSlideUp{0%{opacity:0;transform:translate(-50%)translateY(6px)scale(.92)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}.AssistantMascotOverlay-module__tCc2Fq__menuItem{border-radius:var(--radius-md);width:100%;padding:var(--space-2) 10px;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;transition:background .15s;display:flex}.AssistantMascotOverlay-module__tCc2Fq__menuItem:hover{background:var(--hover-surface)}.AssistantMascotOverlay-module__tCc2Fq__menuLabel{font-size:var(--text-sm);color:color-mix(in srgb, var(--text-primary) 85%, transparent);font-weight:var(--font-medium)}.AssistantMascotOverlay-module__tCc2Fq__toggle{background:color-mix(in srgb, var(--text-primary) 15%, transparent);border-radius:var(--radius-full);flex-shrink:0;width:28px;height:16px;position:relative}.AssistantMascotOverlay-module__tCc2Fq__toggleThumb{border-radius:var(--radius-full);background:var(--primary-foreground);width:12px;height:12px;position:absolute;top:2px;left:2px}.AssistantMascotOverlay-module__tCc2Fq__iqReminder{left:calc(100% + var(--space-3));width:248px;padding:var(--space-3);background:var(--surface-1);border:1px solid var(--border-medium);border-radius:var(--radius-md);color:var(--text-primary);cursor:default;position:absolute;top:50%;transform:translateY(-50%)}.AssistantMascotOverlay-module__tCc2Fq__iqReminder:before{content:"";background:var(--surface-1);border-left:1px solid var(--border-medium);border-bottom:1px solid var(--border-medium);width:12px;height:12px;position:absolute;top:calc(50% - 7px);left:-7px;transform:rotate(45deg)}.AssistantMascotOverlay-module__tCc2Fq__iqReminderClose{top:var(--space-1);right:var(--space-1);border-radius:var(--radius-sm);width:22px;height:22px;color:var(--text-tertiary);cursor:pointer;font-size:var(--text-sm);background:0 0;border:none;line-height:1;position:absolute}.AssistantMascotOverlay-module__tCc2Fq__iqReminderClose:hover{background:var(--hover-surface);color:var(--text-primary)}.AssistantMascotOverlay-module__tCc2Fq__iqReminderTitle{padding-right:var(--space-6);font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary)}.AssistantMascotOverlay-module__tCc2Fq__iqReminderText{margin-top:var(--space-1);color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-normal)}.AssistantMascotOverlay-module__tCc2Fq__iqReminderAction{margin-top:var(--space-3);color:var(--primary);font-size:var(--text-sm);font-weight:var(--font-semibold);align-items:center;text-decoration:none;display:inline-flex}.AssistantMascotOverlay-module__tCc2Fq__iqReminderAction:hover{text-decoration:underline}@media (max-width:720px){.AssistantMascotOverlay-module__tCc2Fq__overlay{display:none}.AssistantMascotOverlay-module__tCc2Fq__iqReminder{top:auto;left:auto;right:0;bottom:calc(100% + var(--space-2));width:min(248px, calc(100vw - var(--space-8)));transform:none}.AssistantMascotOverlay-module__tCc2Fq__iqReminder:before{border-bottom:0;border-left:0;border-right:1px solid var(--border-medium);border-top:1px solid var(--border-medium);inset:auto 16px -7px auto}}
.PageHeader-module__cS7uea__pageHeader{background:var(--background);border-bottom:1px solid var(--border-subtle);z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:0 1.5rem;display:flex}.PageHeader-module__cS7uea__left{align-items:center;gap:1rem;display:flex}.PageHeader-module__cS7uea__right{flex:1;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.PageHeader-module__cS7uea__right.PageHeader-module__cS7uea__hasControls{gap:.5rem}
.EmailListToolbar-module__qWt-Cq__toolbar{gap:var(--space-2);flex-direction:column;width:100%;min-width:0;display:flex}.EmailListToolbar-module__qWt-Cq__toolbarActions{align-items:center;gap:var(--space-2);min-width:0;display:flex}.EmailListToolbar-module__qWt-Cq__selectBox{border:1px solid var(--border-medium);border-radius:var(--radius-xs);background:var(--surface-1);width:16px;height:16px;color:var(--primary-foreground);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.EmailListToolbar-module__qWt-Cq__selectBox svg{opacity:0}.EmailListToolbar-module__qWt-Cq__selectBoxChecked{border-color:var(--primary);background:var(--primary)}.EmailListToolbar-module__qWt-Cq__selectBoxChecked svg{opacity:1}.EmailListToolbar-module__qWt-Cq__folderMenuWrap{flex-shrink:0;position:relative}.EmailListToolbar-module__qWt-Cq__folderMenu{top:calc(100% + var(--space-1));z-index:40;min-width:132px;padding:var(--space-1) 0;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-1);position:absolute;left:0}.EmailListToolbar-module__qWt-Cq__folderMenuItemRow{width:100%;min-height:30px;color:var(--text-primary);align-items:center;display:flex}.EmailListToolbar-module__qWt-Cq__folderMenuItem{min-width:0;min-height:30px;padding:0 var(--space-3);color:inherit;align-items:center;gap:var(--space-2);cursor:pointer;text-align:left;font-size:var(--text-sm);background:0 0;border:0;flex:auto;display:flex}.EmailListToolbar-module__qWt-Cq__folderMenuItem span{text-overflow:ellipsis;min-width:0;overflow:hidden}.EmailListToolbar-module__qWt-Cq__folderMenuItemRow:hover,.EmailListToolbar-module__qWt-Cq__folderMenuItem:hover{background:var(--hover-surface)}.EmailListToolbar-module__qWt-Cq__folderMenuItemActive{color:var(--primary);font-weight:var(--font-semibold)}.EmailListToolbar-module__qWt-Cq__folderManagerEntry{padding:var(--space-1) var(--space-2);border-top:1px solid var(--border-subtle)}.EmailListToolbar-module__qWt-Cq__searchBox{width:100%;min-width:0;height:var(--space-8);padding:0 var(--space-2);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);color:var(--text-tertiary);align-items:center;gap:var(--space-2);display:flex}.EmailListToolbar-module__qWt-Cq__searchBox input{width:100%;min-width:0;color:var(--text-primary);font-size:var(--text-sm);background:0 0;border:0;outline:0;padding:0}.EmailListToolbar-module__qWt-Cq__syncSuccessIcon{color:var(--color-success)}
.Pagination-module___xmoaa__paginationContainer{min-height:var(--table-page-footer-height,52px);padding:0 var(--space-6);background:var(--surface-1);border-top:1px solid var(--border-subtle);box-sizing:border-box;z-index:10;justify-content:flex-end;align-items:center;display:flex}.Pagination-module___xmoaa__controlsSection{align-items:center;gap:2rem;display:flex}.Pagination-module___xmoaa__pageSizeWrapper{background:var(--surface-1);border-radius:var(--radius-md);border:1px solid var(--border-subtle);align-items:center;gap:.5rem;padding:.4rem .75rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Pagination-module___xmoaa__pageSizeWrapper:focus-within{border-color:var(--primary);background:var(--active-surface)}.Pagination-module___xmoaa__sizeIcon{color:var(--text-secondary)}.Pagination-module___xmoaa__pageSizeSelect{color:var(--foreground);font-size:.8rem;font-weight:var(--font-semibold);cursor:pointer;background:0 0;border:none;outline:none}.Pagination-module___xmoaa__pageSizeSelect option{background:var(--surface-2);color:var(--foreground)}.Pagination-module___xmoaa__navigation{align-items:center;gap:.4rem;display:flex}.Pagination-module___xmoaa__navBtn{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--surface-1);width:28px;height:28px;color:var(--foreground);cursor:pointer;justify-content:center;align-items:center;transition:all .2s;display:flex}.Pagination-module___xmoaa__navBtn:hover:not(:disabled){background:var(--surface-2);border-color:var(--border-soft);transform:translateY(-1px)}.Pagination-module___xmoaa__navBtn:active:not(:disabled){transform:translateY(0)}.Pagination-module___xmoaa__navBtn:disabled{opacity:.3;cursor:not-allowed}.Pagination-module___xmoaa__jumpWrapper{align-items:center;gap:.4rem;padding:0 .5rem;display:flex}.Pagination-module___xmoaa__totalText{color:var(--text-secondary);font-size:.85rem;font-weight:var(--font-medium);letter-spacing:.02em}.Pagination-module___xmoaa__totalText b{color:var(--foreground);font-weight:var(--font-bold);padding:0 2px}.Pagination-module___xmoaa__jumpInput{text-align:center;border-radius:var(--radius-sm);border:1px solid var(--border-subtle);background:var(--surface-1);width:44px;height:26px;color:var(--foreground);font-size:.85rem;font-weight:var(--font-semibold);outline:none;transition:border-color .2s}.Pagination-module___xmoaa__jumpInput:focus{border-color:var(--primary);background:var(--active-surface)}@media (max-width:768px){.Pagination-module___xmoaa__paginationContainer{flex-direction:column;gap:1rem;padding:1rem}.Pagination-module___xmoaa__controlsSection{justify-content:flex-end;width:100%}}
.LabelChip-module__G2jacq__chip{background:var(--surface-3);color:var(--foreground);border:1px solid var(--border);border-radius:999px;align-items:center;gap:.25rem;max-width:120px;padding:.0625rem .4rem;font-size:.65rem;font-weight:500;line-height:1.3;display:inline-flex}.LabelChip-module__G2jacq__chipText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.LabelChip-module__G2jacq__chipRemove{cursor:pointer;opacity:.6;flex-shrink:0;align-items:center;display:inline-flex}.LabelChip-module__G2jacq__chipRemove:hover{opacity:1}
.SearchBar-module__R3_pZW__wrapper{background:var(--surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex:1;align-items:center;gap:.5rem;min-width:240px;max-width:420px;padding:.45rem .75rem;transition:border-color .2s,box-shadow .2s;display:flex}.SearchBar-module__R3_pZW__wrapper:focus-within{border-color:var(--primary)}.SearchBar-module__R3_pZW__icon{color:var(--text-tertiary);flex-shrink:0}.SearchBar-module__R3_pZW__input{color:var(--text-primary);font-size:var(--text-base);background:0 0;border:none;outline:none;width:100%;min-width:0}.SearchBar-module__R3_pZW__input::placeholder{color:var(--text-tertiary)}.SearchBar-module__R3_pZW__sm{min-width:200px;padding:.35rem .6rem}.SearchBar-module__R3_pZW__sm .SearchBar-module__R3_pZW__input{font-size:var(--text-sm)}.SearchBar-module__R3_pZW__lg{padding:.6rem .9rem}.SearchBar-module__R3_pZW__lg .SearchBar-module__R3_pZW__input{font-size:var(--text-md)}.SearchBar-module__R3_pZW__fullWidth{width:100%;max-width:none}
.EmailMessageList-module__MfRIea__messageList{flex:1;min-height:0;overflow-y:auto}.EmailMessageList-module__MfRIea__messageItem{min-height:72px;padding:var(--space-2) var(--space-3);border:0;border-bottom:1px solid var(--border-subtle);background:var(--surface-1);color:inherit;gap:var(--space-2);text-align:left;cursor:pointer;border-left:3px solid #0000;grid-template-columns:18px minmax(0,1fr);display:grid}.EmailMessageList-module__MfRIea__messageItem:hover{background:var(--hover-surface)}.EmailMessageList-module__MfRIea__messageItemActive{background:var(--surface-2);border-left-color:var(--primary)}.EmailMessageList-module__MfRIea__messageItemSelected{background:var(--surface-2)}.EmailMessageList-module__MfRIea__messageMain{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.EmailMessageList-module__MfRIea__messageTop{align-items:start;gap:var(--space-2);grid-template-columns:minmax(0,1fr) auto;min-width:0;display:grid}.EmailMessageList-module__MfRIea__senderLine{align-items:center;gap:var(--space-1);min-width:0;font-size:var(--text-sm);font-weight:var(--font-semibold);line-height:var(--leading-tight);display:inline-flex}.EmailMessageList-module__MfRIea__senderText,.EmailMessageList-module__MfRIea__messageSubjectText,.EmailMessageList-module__MfRIea__messageSnippet{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.EmailMessageList-module__MfRIea__messageMeta{justify-content:flex-end;align-items:center;gap:var(--space-1);min-width:0;display:inline-flex}.EmailMessageList-module__MfRIea__messageDate{color:var(--text-tertiary);font-size:var(--text-xs);line-height:var(--leading-tight);text-align:right;white-space:nowrap}.EmailMessageList-module__MfRIea__messageSubject{color:var(--text-primary);font-size:var(--text-sm);font-weight:var(--font-medium);line-height:var(--leading-tight);align-items:center;gap:var(--space-1);min-width:0;display:flex}.EmailMessageList-module__MfRIea__messageSubjectText{flex:auto}.EmailMessageList-module__MfRIea__threadCount{min-width:18px;height:17px;padding:0 var(--space-1);border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface-2);color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-semibold);flex:none;justify-content:center;align-items:center;line-height:1;display:inline-flex}.EmailMessageList-module__MfRIea__messagePreview{align-items:center;gap:var(--space-1);min-width:0;display:flex}.EmailMessageList-module__MfRIea__messageSnippet{color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-tight);flex:auto}.EmailMessageList-module__MfRIea__previewLabels{align-items:center;gap:var(--space-1);flex:none;min-width:max-content;max-width:52%;display:inline-flex;overflow:visible}.EmailMessageList-module__MfRIea__previewLabels .chip{flex:none;max-width:86px}.EmailMessageList-module__MfRIea__messageItemUnread .EmailMessageList-module__MfRIea__senderLine,.EmailMessageList-module__MfRIea__messageItemUnread .EmailMessageList-module__MfRIea__messageSubject{color:var(--text-primary);font-weight:var(--font-bold)}.EmailMessageList-module__MfRIea__selectBox{border:1px solid var(--border-medium);border-radius:var(--radius-xs);background:var(--surface-1);width:16px;height:16px;color:var(--primary-foreground);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;padding:0;display:inline-flex}.EmailMessageList-module__MfRIea__selectBox svg{opacity:0}.EmailMessageList-module__MfRIea__selectBoxChecked{border-color:var(--primary);background:var(--primary)}.EmailMessageList-module__MfRIea__selectBoxChecked svg{opacity:1}.EmailMessageList-module__MfRIea__unreadDot{border-radius:var(--radius-full);background:var(--primary);flex-shrink:0;width:6px;height:6px}.EmailMessageList-module__MfRIea__starButton{width:16px;height:16px;color:var(--text-tertiary);cursor:pointer;opacity:0;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.EmailMessageList-module__MfRIea__messageItem:hover .EmailMessageList-module__MfRIea__starButton,.EmailMessageList-module__MfRIea__starButtonActive{opacity:1}.EmailMessageList-module__MfRIea__starButtonActive,.EmailMessageList-module__MfRIea__starButton:hover{color:var(--color-warning)}.EmailMessageList-module__MfRIea__attachmentChip,.EmailMessageList-module__MfRIea__labelMore{min-width:0;height:18px;padding:0 var(--space-1);border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface-2);color:var(--text-secondary);font-size:var(--text-xs);font-weight:var(--font-medium);white-space:nowrap;flex-shrink:0;align-items:center;gap:2px;line-height:1;display:inline-flex}.EmailMessageList-module__MfRIea__emptyState{padding:var(--space-4);color:var(--text-tertiary);text-align:center;font-size:var(--text-sm);flex:1;justify-content:center;align-items:center;display:flex}
.TablePage-module__ettWwa__shell{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex}.TablePage-module__ettWwa__shellFullBleed{width:calc(100% + var(--table-page-bleed,0px) + var(--table-page-bleed,0px));height:calc(100% + var(--table-page-block-end-bleed,0px));margin-inline:calc(0px - var(--table-page-bleed,0px));margin-block-end:calc(0px - var(--table-page-block-end-bleed,0px))}.TablePage-module__ettWwa__body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.TablePage-module__ettWwa__body>.af-table-wrapper{box-sizing:border-box;flex:1;min-height:0;padding-block-end:8px;padding-inline-end:8px;overflow:auto}.TablePage-module__ettWwa__shellFullBleed .TablePage-module__ettWwa__body>.af-table-wrapper{padding-block-end:0;padding-inline-end:0}.TablePage-module__ettWwa__footer{min-height:var(--table-page-footer-height,52px);background:var(--background);flex-direction:column;flex-shrink:0;justify-content:center;padding:0;display:flex}
