:root{--home-card-height:clamp(40px,5vh,55px);--home-gap:.5rem}.HomePage-module__t6iMeG__pageContainer{background-color:#f7f7f7;flex-direction:column;flex:1;height:100%;display:flex;overflow-y:auto}.HomePage-module__t6iMeG__pageWrapper{flex:1;justify-content:center;min-height:0;padding:.5rem .5rem 3rem;display:flex}.HomePage-module__t6iMeG__pageContent{gap:var(--home-gap);background-color:#fff;border-radius:.5rem;flex-direction:column;flex:1;width:95%;min-height:0;margin:0 auto;padding:.75rem;display:flex}.HomePage-module__t6iMeG__welcomeContainer{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.HomePage-module__t6iMeG__welcomeTitle{color:#374151;font-family:Serifa,Georgia,serif;font-size:1.5rem;font-weight:300}.HomePage-module__t6iMeG__workspaceContainer{flex-direction:column;flex-shrink:0;gap:.5rem;width:100%;display:flex;overflow:hidden}.HomePage-module__t6iMeG__workspaceHeader{justify-content:space-between;align-items:center;display:flex}.HomePage-module__t6iMeG__sectionTitle{color:#6b7280;font-size:.875rem;font-weight:400}.HomePage-module__t6iMeG__workspaceGrid{grid-template-columns:repeat(5,1fr);gap:.5rem;display:grid}@media (max-width:900px){.HomePage-module__t6iMeG__workspaceGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.HomePage-module__t6iMeG__workspaceGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:400px){.HomePage-module__t6iMeG__workspaceGrid{grid-template-columns:1fr}}.HomePage-module__t6iMeG__gradientCard{min-height:var(--home-card-height);cursor:pointer;background-position:50%;background-size:cover;border-radius:.75rem;justify-content:flex-start;align-items:center;padding:.75rem 1rem;transition:transform .15s,box-shadow .15s;display:flex}.HomePage-module__t6iMeG__gradientCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.HomePage-module__t6iMeG__gradientCard:focus{outline:none}.HomePage-module__t6iMeG__gradientCardLabel{color:#fff;text-shadow:0 1px 2px #0000001a;font-family:Serifa,Georgia,serif;font-size:1rem;font-weight:400}.HomePage-module__t6iMeG__gptGradient{background-image:url(/gradiants/gradiant1.png)}.HomePage-module__t6iMeG__workflowsGradient{background-image:url(/gradiants/gradiant2.png)}.HomePage-module__t6iMeG__opportunitiesGradient{background-image:url(/gradiants/gradiant3.png)}.HomePage-module__t6iMeG__tasksGradient{background-image:url(/gradiants/gradiant4.png)}.HomePage-module__t6iMeG__calendarGradient{background-color:#6366f1;background-image:url(/gradiants/gradiant5.png)}.HomePage-module__t6iMeG__cardContainer{background-color:#f5f5f5;border:none;flex-shrink:0;box-shadow:0 1px 2px #0000000d}.HomePage-module__t6iMeG__cardHeader{padding:.75rem .75rem .25rem}.HomePage-module__t6iMeG__cardTitle{color:#1a1a1a;font-family:Serifa,Georgia,serif;font-size:1rem;font-weight:400}.HomePage-module__t6iMeG__cardContentCentered{justify-content:center;align-items:center;padding:1rem 0;display:flex}.HomePage-module__t6iMeG__cardContentSpaced{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.25rem .75rem .75rem;display:flex}.HomePage-module__t6iMeG__summaryPreview{color:#4b5563;font-size:.8125rem;line-height:1.5}.HomePage-module__t6iMeG__summaryPreview strong{color:#1f2937;font-weight:600}.HomePage-module__t6iMeG__summaryPreview a{color:#2563eb}.HomePage-module__t6iMeG__summaryPreview a:hover{text-decoration:underline}.HomePage-module__t6iMeG__buttonWrapper{align-items:flex-start;padding:0 .75rem .5rem;display:flex}.HomePage-module__t6iMeG__importantContainer{flex-direction:column;gap:.75rem;width:100%;display:flex}.HomePage-module__t6iMeG__importantHeader{align-items:center;width:100%;display:flex}.HomePage-module__t6iMeG__importantTitle{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;flex:1;font-size:.75rem;font-weight:500}.HomePage-module__t6iMeG__importantSeeMore{color:#9ca3af;cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:.75rem;transition:color .15s}.HomePage-module__t6iMeG__importantSeeMore:hover{color:#4b5563}.HomePage-module__t6iMeG__importantContent{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.HomePage-module__t6iMeG__loadingContainer{justify-content:center;align-items:center;padding:1rem 0;display:flex}.HomePage-module__t6iMeG__spinner{color:#9ca3af;width:1.25rem;height:1.25rem;animation:1s linear infinite HomePage-module__t6iMeG__spin}.HomePage-module__t6iMeG__spinnerLarge{color:#9ca3af;width:1.5rem;height:1.5rem;animation:1s linear infinite HomePage-module__t6iMeG__spin}@keyframes HomePage-module__t6iMeG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.HomePage-module__t6iMeG__errorMessage{text-align:center;color:#ef4444;padding:1rem 0;font-size:.8125rem}.HomePage-module__t6iMeG__emptyState{text-align:center;color:#6b7280;padding:1rem 0;font-size:.8125rem}.HomePage-module__t6iMeG__paneContainer{max-height:600px;transition:all .3s}.HomePage-module__t6iMeG__paneContainerExpanded{gap:0;height:600px;display:flex}.HomePage-module__t6iMeG__threadList{border-right:1px solid #e5e7eb;max-height:600px;overflow-y:auto}.HomePage-module__t6iMeG__threadListCollapsed{width:100%}.HomePage-module__t6iMeG__threadListExpanded{flex-shrink:0;width:320px}.HomePage-module__t6iMeG__loadingMoreContainer{justify-content:center;align-items:center;padding:1rem 0;display:flex}.HomePage-module__t6iMeG__threadDetail{background-color:#fff;flex:1;overflow:hidden}.HomePage-module__t6iMeG__threadDetailLoading{justify-content:center;align-items:center;height:100%;display:flex}.HomePage-module__t6iMeG__widgetsContainer{flex-direction:column;flex:1;gap:.5rem;width:100%;min-height:0;display:flex;overflow:hidden}.HomePage-module__t6iMeG__widgetsHeader{flex-shrink:0;justify-content:flex-end;align-items:center;display:flex}.HomePage-module__t6iMeG__widgetsHeaderSpacer{height:.5rem}.HomePage-module__t6iMeG__customizeButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.375rem;align-items:center;gap:.25rem;padding:.375rem .5rem;font-size:.75rem;font-weight:500;transition:all .15s;display:flex}.HomePage-module__t6iMeG__customizeButton:hover{color:#374151;background:#f9fafb}.HomePage-module__t6iMeG__customizeIcon{width:.875rem;height:.875rem}.HomePage-module__t6iMeG__widgetsGrid{grid-template-columns:repeat(5,1fr);grid-auto-flow:dense;gap:var(--home-gap);height:100%;display:grid;overflow:hidden}.HomePage-module__t6iMeG__widgetsLoading{color:#6b7280;grid-column:span 5;justify-content:center;align-items:center;font-size:.8125rem;display:flex}@media (max-width:900px){.HomePage-module__t6iMeG__widgetsGrid{grid-template-columns:repeat(3,1fr)}.HomePage-module__t6iMeG__widgetsLoading{grid-column:span 3}}@media (max-width:600px){.HomePage-module__t6iMeG__widgetsGrid{grid-template-columns:repeat(2,1fr)}.HomePage-module__t6iMeG__widgetsLoading{grid-column:span 2}}@media (max-width:400px){.HomePage-module__t6iMeG__widgetsGrid{grid-template-columns:1fr}.HomePage-module__t6iMeG__widgetsLoading{grid-column:span 1}}.HomePage-module__t6iMeG__widgetsPagesScroll{scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:var(--home-gap);flex:1;min-height:0;display:flex;overflow-x:auto}.HomePage-module__t6iMeG__widgetPage{scroll-snap-align:start;flex:0 0 100%;height:100%;min-height:0}.HomePage-module__t6iMeG__paginationControls{flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;padding:.375rem 0 0;display:flex}.HomePage-module__t6iMeG__paginationArrow{cursor:pointer;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .15s;display:flex}.HomePage-module__t6iMeG__paginationArrow:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.HomePage-module__t6iMeG__paginationArrow:disabled{opacity:.35;cursor:default}.HomePage-module__t6iMeG__paginationArrowIcon{width:16px;height:16px}.HomePage-module__t6iMeG__paginationDots{align-items:center;gap:.375rem;display:flex}.HomePage-module__t6iMeG__paginationDot{cursor:pointer;background:#d1d5db;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:all .15s}.HomePage-module__t6iMeG__paginationDot:hover{background:#9ca3af}.HomePage-module__t6iMeG__paginationDotActive{background:#6b7280;width:8px;height:8px}@media (max-height:800px){:root{--home-card-height:clamp(35px,4.5vh,48px);--home-gap:.375rem}}
.WidgetCore-module__ZW7xcW__widget{background-color:#f5f5f5;border-radius:.5rem;flex-direction:column;height:100%;min-height:0;max-height:100%;padding:.5rem;display:flex;overflow:hidden}.WidgetCore-module__ZW7xcW__widgetHeader{flex-shrink:0;justify-content:space-between;align-items:center;padding-bottom:.25rem;display:flex}.WidgetCore-module__ZW7xcW__widgetTitle{color:#374151;margin:0;font-size:.8125rem;font-weight:600}.WidgetCore-module__ZW7xcW__widgetSeeAll{color:#6b7280;font-size:.75rem;text-decoration:none;transition:color .15s}.WidgetCore-module__ZW7xcW__widgetSeeAll:hover{color:#374151;text-decoration:underline}.WidgetCore-module__ZW7xcW__widgetContent{background-color:#fff;border-radius:.5rem;flex:1;min-height:0;max-height:100%;overflow:hidden auto}.WidgetCore-module__ZW7xcW__widgetContentSplit{background-color:#fff;border-radius:.5rem;flex:1;min-height:0;max-height:100%;display:flex;overflow:hidden}.WidgetCore-module__ZW7xcW__widgetLoading,.WidgetCore-module__ZW7xcW__widgetError,.WidgetCore-module__ZW7xcW__widgetEmpty{color:#6b7280;text-align:center;flex:1;justify-content:center;align-items:center;width:100%;height:100%;min-height:60px;font-size:.8125rem;display:flex}.WidgetCore-module__ZW7xcW__widgetError{color:#ef4444}.WidgetCore-module__ZW7xcW__spinner{color:#9ca3af;width:1.25rem;height:1.25rem;animation:1s linear infinite WidgetCore-module__ZW7xcW__spin}@keyframes WidgetCore-module__ZW7xcW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.WidgetCore-module__ZW7xcW__widgetList{flex-direction:column;min-height:0;display:flex}.WidgetCore-module__ZW7xcW__widgetPeriodHeader{background-color:#fff;margin-top:0;padding:8px .75rem 4px}.WidgetCore-module__ZW7xcW__widgetPeriodHeaderFirst{margin-top:0;padding-top:6px}.WidgetCore-module__ZW7xcW__widgetPeriodLabel{color:#0006;text-transform:uppercase;letter-spacing:.025em;font-size:10px;font-weight:500}.WidgetCore-module__ZW7xcW__widgetEmptyDetail{color:#9ca3af;justify-content:center;align-items:center;height:100%;font-size:.875rem;display:flex}.WidgetCore-module__ZW7xcW__widgetLeftPanel{flex-direction:column;width:100%;height:100%;transition:width .2s;display:flex;overflow:hidden}.WidgetCore-module__ZW7xcW__widgetLeftPanelCollapsed{border-right:1px solid #e5e7eb;flex-shrink:0;width:320px;min-width:280px}.WidgetCore-module__ZW7xcW__widgetRightPanel{flex-direction:column;flex:1;min-width:0;height:100%;display:flex;overflow:hidden}.WidgetCore-module__ZW7xcW__widgetThreadViewContainer{flex-direction:column;flex:1;height:100%;min-height:0;display:flex;overflow:hidden}.WidgetCore-module__ZW7xcW__widgetThreadViewContainer>div{height:100%;max-height:100%;overflow:hidden}.WidgetCore-module__ZW7xcW__widgetContent .WidgetCore-module__ZW7xcW__widgetList>:not(:last-child){border-bottom:1px solid #e5e7eb}
@reference;.button-module__HjQxJG__button{white-space:nowrap;border-radius:var(--radius-md);font-size:var(--text-sm);transition:all .2s var(--default-transition-timing-function);cursor:pointer;border:none;outline:none;flex-shrink:0;justify-content:center;align-items:center;gap:8px;margin:0;padding:0;font-weight:600;display:inline-flex;position:relative}.button-module__HjQxJG__button:disabled{pointer-events:none;opacity:.5}.button-module__HjQxJG__button:focus-visible{box-shadow:var(--shadow-focus-primary)}.button-module__HjQxJG__button[aria-invalid=true]{border-color:var(--color-destructive)}.button-module__HjQxJG__button[aria-invalid=true]:focus-visible{ring:1px var(--color-destructive-20)}.button-module__HjQxJG__variantDefault{background-color:var(--color-primary);color:var(--color-primary-foreground);box-shadow:var(--shadow-sm)}.button-module__HjQxJG__variantDefault:hover:not(:disabled){background-color:color-mix(in srgb,var(--color-primary)90%,transparent);box-shadow:var(--shadow-md);transform:translateY(-1px)}.button-module__HjQxJG__variantDefault:active:not(:disabled){box-shadow:var(--shadow-xs);transform:translateY(0)}.button-module__HjQxJG__variantDestructive{background-color:var(--color-destructive);color:#fff;box-shadow:var(--shadow-sm)}.button-module__HjQxJG__variantDestructive:hover:not(:disabled){background-color:color-mix(in srgb,var(--color-destructive)90%,transparent);box-shadow:var(--shadow-md);transform:translateY(-1px)}.button-module__HjQxJG__variantDestructive:active:not(:disabled){box-shadow:var(--shadow-xs);transform:translateY(0)}.button-module__HjQxJG__variantDestructive:focus-visible{ring:1px var(--color-destructive-20)}.button-module__HjQxJG__variantOutline{border:1px solid var(--color-input);background-color:var(--color-background);color:var(--color-foreground);box-shadow:var(--shadow-xs);transition:all .2s var(--default-transition-timing-function)}.button-module__HjQxJG__variantOutline:hover:not(:disabled){background-color:color-mix(in srgb,var(--palette-primary-300)30%,transparent);border-color:color-mix(in srgb,var(--color-primary)30%,transparent);box-shadow:var(--shadow-sm)}.button-module__HjQxJG__variantDestructiveOutline{background-color:var(--color-background);color:#dc2626;box-shadow:var(--shadow-xs);transition:all .2s var(--default-transition-timing-function);border:1px solid #dc2626}.button-module__HjQxJG__variantDestructiveOutline:hover:not(:disabled){color:#b91c1c;box-shadow:var(--shadow-sm);background-color:#fef2f2;border-color:#b91c1c}.button-module__HjQxJG__variantDestructiveOutline:focus-visible{ring:1px var(--color-destructive-20)}.button-module__HjQxJG__variantSecondary{background-color:var(--color-secondary);color:var(--color-foreground);border:1px solid var(--color-border);box-shadow:var(--shadow-xs)}.button-module__HjQxJG__variantSecondary:hover:not(:disabled){background-color:var(--palette-primary-50);border-color:var(--palette-primary-200);box-shadow:var(--shadow-sm)}.button-module__HjQxJG__variantSecondary:active:not(:disabled){transform:scale(.98)}.button-module__HjQxJG__variantGhost{color:var(--color-muted-foreground);box-shadow:none;transition:all .15s var(--default-transition-timing-function);background-color:#0000;border:none}.button-module__HjQxJG__variantGhost:hover:not(:disabled){color:var(--color-foreground);background-color:var(--palette-primary-50)}.button-module__HjQxJG__variantLink{color:var(--color-primary);text-underline-offset:4px;box-shadow:none;background-color:#0000;border:none;text-decoration:underline}.button-module__HjQxJG__variantLink:hover:not(:disabled){opacity:.8;text-decoration:underline}.button-module__HjQxJG__sizeDefault{height:36px;padding:8px 16px}.button-module__HjQxJG__sizeDefault:has(>svg){padding:8px 12px}.button-module__HjQxJG__sizeSm{border-radius:var(--radius-md);gap:6px;height:32px;padding:8px 12px}.button-module__HjQxJG__sizeSm:has(>svg){padding:8px 10px}.button-module__HjQxJG__sizeXs{border-radius:var(--radius-md);gap:4px;height:24px;padding:4px 8px}.button-module__HjQxJG__sizeXs:has(>svg){padding:4px 6px}.button-module__HjQxJG__sizeLg{border-radius:var(--radius-md);height:40px;padding:12px 24px}.button-module__HjQxJG__sizeLg:has(>svg){padding:12px 16px}.button-module__HjQxJG__sizeIcon{width:36px;height:36px;padding:0}.button-module__HjQxJG__button svg{pointer-events:none;flex-shrink:0}.button-module__HjQxJG__button svg:not([class*=size-]){width:16px;height:16px}
.AccountAvatar-module__2sqauW__avatar{color:#fff;-webkit-user-select:none;user-select:none;cursor:default;text-shadow:0 1px 2px #0003;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;line-height:1;display:flex}
.AccountSelector-module__cn4JGW__container{padding:18px 0 18px 1.5rem;position:relative}.AccountSelector-module__cn4JGW__placeholder{flex-shrink:0;height:24px}.AccountSelector-module__cn4JGW__container:after{content:"";background-color:#7073931f;height:1px;position:absolute;bottom:0;left:1rem;right:1rem}.AccountSelector-module__cn4JGW__trigger{text-align:left;width:100%;height:auto;min-height:auto;color:var(--color-foreground);letter-spacing:.01em;cursor:pointer;background-color:#fff;border:none;border-radius:6px;justify-content:space-between;align-items:center;margin:0 0 0 -12px;padding:8px 1.5rem 8px 12px;font-size:14px;transition:none;display:flex}.AccountSelector-module__cn4JGW__trigger:hover{background-color:#fff}.AccountSelector-module__cn4JGW__trigger:focus{background-color:#fff;outline:none}.AccountSelector-module__cn4JGW__triggerText{text-align:left;flex:1;min-width:0}.AccountSelector-module__cn4JGW__chevronIcon{opacity:.5;width:16px;height:16px;margin-left:auto;margin-right:-20px}.AccountSelector-module__cn4JGW__popoverContent{width:var(--radix-popover-trigger-width);padding:4px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:none!important}.AccountSelector-module__cn4JGW__popoverContentScrollable{max-height:300px;overflow-y:auto}.AccountSelector-module__cn4JGW__dropdownContent{flex-direction:column;display:flex}.AccountSelector-module__cn4JGW__dropdownItem{cursor:pointer;text-align:left;width:100%;color:var(--color-foreground);background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:14px;transition:background-color .15s;display:flex;position:relative}.AccountSelector-module__cn4JGW__dropdownItem:hover{background-color:var(--color-accent)}.AccountSelector-module__cn4JGW__dropdownItem:focus{background-color:var(--color-accent);outline:none}.AccountSelector-module__cn4JGW__dropdownItemSelected{background-color:var(--color-accent)}.AccountSelector-module__cn4JGW__checkIcon{color:#22c55e;flex-shrink:0;width:16px;height:16px;margin-left:auto}.AccountSelector-module__cn4JGW__separator{background-color:#7073931f;height:1px;margin:4px 0}.AccountSelector-module__cn4JGW__accountOption{white-space:normal;flex-direction:column;gap:2px;padding:2px 0;display:flex}.AccountSelector-module__cn4JGW__accountDisplayNameRow{align-items:center;gap:8px;display:flex}.AccountSelector-module__cn4JGW__accountDisplayName{color:var(--color-foreground);font-size:14px;font-weight:500;line-height:1.4}.AccountSelector-module__cn4JGW__accountEmail{color:var(--color-muted-foreground);font-size:12px;line-height:1.4}.AccountSelector-module__cn4JGW__groupItemWrapper{width:100%;position:relative}.AccountSelector-module__cn4JGW__groupItem{align-items:center;gap:8px;display:flex;position:relative}.AccountSelector-module__cn4JGW__groupOption{white-space:normal;flex-direction:column;flex:1;gap:2px;min-width:0;padding:2px 0;display:flex}.AccountSelector-module__cn4JGW__groupNameRow{align-items:center;gap:8px;width:100%;display:flex}.AccountSelector-module__cn4JGW__groupKebabButton{cursor:pointer;color:var(--color-muted-foreground);opacity:0;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:4px;transition:all .2s;display:flex}.AccountSelector-module__cn4JGW__groupItemWrapper:hover .AccountSelector-module__cn4JGW__groupKebabButton{opacity:1}.AccountSelector-module__cn4JGW__groupKebabButton:hover{background-color:var(--color-accent);color:var(--color-foreground)}.AccountSelector-module__cn4JGW__groupActionsPopover{background:var(--color-background,#fff);z-index:60;border:1px solid #7073931f;border-radius:6px;width:150px;padding:4px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.AccountSelector-module__cn4JGW__groupActionsMenu{flex-direction:column;gap:2px;display:flex}.AccountSelector-module__cn4JGW__groupActionMenuItem{cursor:pointer;text-align:left;color:var(--color-foreground);background:0 0;border:none;border-radius:4px;align-items:center;gap:10px;width:100%;padding:8px 12px;font-size:14px;font-weight:400;line-height:1.4;transition:all .15s;display:flex}.AccountSelector-module__cn4JGW__groupActionMenuItem:hover{background-color:var(--color-accent,#0000000d);color:var(--color-foreground)}.AccountSelector-module__cn4JGW__groupActionMenuItem:focus{background-color:var(--color-accent,#0000000d);outline:none}.AccountSelector-module__cn4JGW__groupActionMenuItemDanger{color:var(--color-destructive,#ef4444)}.AccountSelector-module__cn4JGW__groupActionMenuItemDanger:hover{background-color:var(--color-destructive,#ef4444);color:#fff}.AccountSelector-module__cn4JGW__groupActionMenuItemDanger:hover .AccountSelector-module__cn4JGW__groupActionMenuIcon{color:#fff}.AccountSelector-module__cn4JGW__groupActionMenuIcon{color:currentColor;flex-shrink:0;width:16px;height:16px;transition:color .15s}.AccountSelector-module__cn4JGW__groupActionButton{cursor:pointer;color:var(--color-muted-foreground);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;padding:4px;transition:all .2s;display:flex}.AccountSelector-module__cn4JGW__groupActionButton:hover{background-color:var(--color-accent);color:var(--color-foreground)}.AccountSelector-module__cn4JGW__groupActionIcon{width:14px;height:14px}.AccountSelector-module__cn4JGW__groupAccountCount{color:var(--color-muted-foreground);font-size:12px;line-height:1.4}.AccountSelector-module__cn4JGW__createGroupItem{color:var(--color-primary)}.AccountSelector-module__cn4JGW__createGroupButton{cursor:pointer;border-top:1px solid #7073931f;border-radius:6px;margin-top:4px;padding:8px 12px;transition:background-color .2s}.AccountSelector-module__cn4JGW__createGroupButton:hover{background-color:var(--color-accent)}.AccountSelector-module__cn4JGW__createIcon{width:16px;height:16px;color:var(--color-primary)}.AccountSelector-module__cn4JGW__createGroupRow{align-items:center;gap:8px;width:100%;display:flex}
@reference;@keyframes InboxItem-module__zN2j7G__itemFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes InboxItem-module__zN2j7G__shimmer{0%{opacity:0;transform:translate(-100%)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translate(100%)}}.InboxItem-module__zN2j7G__threadItem{box-sizing:border-box;background-color:#fff;border-right:none;width:100%;transition:background-color .2s cubic-bezier(.4,0,.2,1);animation:.25s ease-out InboxItem-module__zN2j7G__itemFadeIn;position:relative;overflow:hidden}.InboxItem-module__zN2j7G__threadItem:before{content:"";pointer-events:none;z-index:2;opacity:0;background:linear-gradient(90deg,#0000 0%,#ffffff40 50%,#0000 100%);width:50%;height:100%;animation:.8s ease-out .15s forwards InboxItem-module__zN2j7G__shimmer;position:absolute;top:0;left:0}.InboxItem-module__zN2j7G__threadItem:after{content:"";background-color:var(--color-border);height:1px;position:absolute;bottom:0;left:.75rem;right:.75rem}.InboxItem-module__zN2j7G__threadItem:hover{background-color:#0000000d}.InboxItem-module__zN2j7G__threadItem[data-selected=true],.InboxItem-module__zN2j7G__threadItem[data-multi-selected=true]{background-color:#0b81e40f}.InboxItem-module__zN2j7G__threadItem[data-selected=true]:after,.InboxItem-module__zN2j7G__threadItem[data-multi-selected=true]:after,[data-next-selected=true] .InboxItem-module__zN2j7G__threadItem:after{display:none}.InboxItem-module__zN2j7G__threadItem[data-before-header=true]:after,.InboxItem-module__zN2j7G__draftListItem[data-before-header=true]:after{display:none!important}.InboxItem-module__zN2j7G__threadItem[data-open=true],.InboxItem-module__zN2j7G__threadItem[data-open=true]:hover{background-color:#0000000a}.InboxItem-module__zN2j7G__threadItem[data-removing=true]{display:none}.InboxItem-module__zN2j7G__accountColorBorder{z-index:1;transition:background-color .15s;position:absolute;top:0;bottom:0;left:0}.InboxItem-module__zN2j7G__threadHeader{cursor:pointer;box-sizing:border-box;align-items:flex-start;gap:10px;width:100%;padding:10px 12px;display:flex;position:relative}.InboxItem-module__zN2j7G__multiSelectCheckboxAtSender{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:50%;left:-23px;transform:translateY(-50%)}.InboxItem-module__zN2j7G__multiSelectCheckboxStyle{border-color:#858585}.InboxItem-module__zN2j7G__multiSelectCheckboxStyle[data-state=checked]{color:#fff;background-color:#858585;border-color:#858585}.InboxItem-module__zN2j7G__multiSelectColumn{flex-direction:column;flex-shrink:0;align-items:center;gap:6px;margin-top:2px;display:flex}.InboxItem-module__zN2j7G__multiSelectColumn .InboxItem-module__zN2j7G__readIndicator{margin-top:0}.InboxItem-module__zN2j7G__multiSelectCheckbox{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.InboxItem-module__zN2j7G__threadContent{flex-direction:column;width:100%;min-width:0;display:flex}.InboxItem-module__zN2j7G__readIndicator{background-color:#ddd;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:6px;transition:background-color .15s}.InboxItem-module__zN2j7G__readIndicator[data-unread=true],.InboxItem-module__zN2j7G__readIndicator[data-unread=True],.InboxItem-module__zN2j7G__readIndicator[data-unread="1"]{background-color:#0b81e4!important}.InboxItem-module__zN2j7G__readIndicator[data-unread=false],.InboxItem-module__zN2j7G__readIndicator[data-unread=False],.InboxItem-module__zN2j7G__readIndicator[data-unread="0"]{background-color:#ddd!important}.InboxItem-module__zN2j7G__threadHeaderWithIndicator{cursor:pointer;padding:var(--item-padding);box-sizing:border-box;align-items:flex-start;gap:10px;width:100%;display:flex}.InboxItem-module__zN2j7G__subject{color:var(--color-foreground);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:13px;font-weight:400;line-height:1.4;overflow:hidden}.InboxItem-module__zN2j7G__fromRow{justify-content:space-between;align-items:center;gap:12px;width:100%;min-width:0;display:flex}.InboxItem-module__zN2j7G__fromMetadata{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.InboxItem-module__zN2j7G__metadataIcon{width:12px;height:12px;color:var(--color-muted-foreground);flex-shrink:0}.InboxItem-module__zN2j7G__company{color:var(--color-muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.InboxItem-module__zN2j7G__separator{color:var(--color-muted-foreground);font-size:12px}.InboxItem-module__zN2j7G__contact{color:var(--color-muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.InboxItem-module__zN2j7G__timestamp{text-align:right;color:#0006;white-space:nowrap;flex-shrink:0;font-size:11px;font-weight:400}.InboxItem-module__zN2j7G__timestampRow{flex-shrink:0;align-items:center;gap:6px;display:flex}.InboxItem-module__zN2j7G__stageIndicator{border-radius:50%;flex-shrink:0;width:6px;height:6px}.InboxItem-module__zN2j7G__senderRow{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex;position:relative}.InboxItem-module__zN2j7G__senderInfo{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.InboxItem-module__zN2j7G__senderName{color:var(--color-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.InboxItem-module__zN2j7G__classificationHeader{text-transform:uppercase;letter-spacing:.1em;color:#0006;margin-bottom:4px;font-size:9px;font-weight:600}.InboxItem-module__zN2j7G__emailPreview{color:var(--palette-primary-400);white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-bottom:6px;font-size:12px;overflow:hidden}.InboxItem-module__zN2j7G__headerRow{justify-content:space-between;align-items:center;gap:8px;margin-bottom:2px;display:flex}.InboxItem-module__zN2j7G__headerRight{flex-shrink:0;align-items:center;gap:6px;display:flex}.InboxItem-module__zN2j7G__previewText{color:#00000080;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;line-height:1.4;overflow:hidden}.InboxItem-module__zN2j7G__badgesRow{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:4px;margin-top:4px;display:flex}.InboxItem-module__zN2j7G__followUpIcon{flex-shrink:0;width:14px;height:14px}.InboxItem-module__zN2j7G__followUpIndicator{flex-shrink:0;justify-content:center;align-items:center;margin-top:5px;display:flex}.InboxItem-module__zN2j7G__labelsContainer{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.InboxItem-module__zN2j7G__labelBadge{white-space:nowrap;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:500;display:inline-block}.InboxItem-module__zN2j7G__subject[data-unread=true]{font-weight:700}.InboxItem-module__zN2j7G__subject[data-unread=false]{font-weight:400}.InboxItem-module__zN2j7G__taskTitle[data-done=true]{text-decoration:line-through}.InboxItem-module__zN2j7G__chevronIcon{width:12px;height:12px;color:var(--palette-primary-500)}.InboxItem-module__zN2j7G__expandedSection{background-color:var(--palette-primary-25);border-top:1px solid var(--palette-primary-200);border-radius:0 0 8px 8px;margin-left:24px;margin-right:8px;box-shadow:inset 0 2px 4px #0000000d}.InboxItem-module__zN2j7G__expandedHeader{border-bottom:1px solid var(--palette-primary-200);background-color:var(--palette-primary-50);border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;padding:8px 16px;display:flex}.InboxItem-module__zN2j7G__expandedHeaderLeft{align-items:center;gap:8px;display:flex}.InboxItem-module__zN2j7G__expandedIcon{width:16px;height:16px;color:var(--palette-primary-500)}.InboxItem-module__zN2j7G__expandedTitle{color:var(--palette-primary-700);font-size:14px;font-weight:500}.InboxItem-module__zN2j7G__expandedSeparator{color:var(--palette-primary-400)}.InboxItem-module__zN2j7G__expandedContact{color:var(--palette-primary-600);font-size:14px;font-weight:500}.InboxItem-module__zN2j7G__openThreadButton{color:var(--palette-primary-600);cursor:pointer;background-color:#0000;border:1px solid #0000;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.InboxItem-module__zN2j7G__openThreadButton:hover{color:var(--palette-primary-800);background-color:var(--palette-primary-50);border-color:var(--palette-primary-200)}.InboxItem-module__zN2j7G__openThreadIcon{width:14px;height:14px}.InboxItem-module__zN2j7G__messagesContainer{max-height:384px;overflow-y:auto}.InboxItem-module__zN2j7G__messagesLoading{justify-content:center;align-items:center;padding:32px;display:flex}.InboxItem-module__zN2j7G__messagesLoadingIcon{width:20px;height:20px;color:var(--palette-primary-500);margin-right:8px;animation:1s linear infinite InboxItem-module__zN2j7G__spin}.InboxItem-module__zN2j7G__messagesLoadingText{color:var(--palette-primary-600);font-size:14px}.InboxItem-module__zN2j7G__messagesError{text-align:center;padding:32px}.InboxItem-module__zN2j7G__messagesErrorText{color:var(--color-red-600);margin-bottom:12px;font-size:14px;font-weight:500}.InboxItem-module__zN2j7G__messagesErrorButton{color:var(--palette-primary-600);cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:500;text-decoration:underline}.InboxItem-module__zN2j7G__messagesErrorButton:hover{color:var(--palette-primary-900)}.InboxItem-module__zN2j7G__messagesEmpty{text-align:center;padding:32px}.InboxItem-module__zN2j7G__messagesEmptyText{color:var(--palette-primary-500);font-size:14px}.InboxItem-module__zN2j7G__taskItem{cursor:pointer;background-color:#fff;border-right:none;transition:background-color .2s cubic-bezier(.4,0,.2,1);position:relative}.InboxItem-module__zN2j7G__taskItem:after{content:"";background-color:var(--color-border);height:1px;position:absolute;bottom:0;left:.75rem;right:.75rem}.InboxItem-module__zN2j7G__taskItem:hover,.InboxItem-module__zN2j7G__taskItem[data-selected=true]{background-color:var(--color-secondary)}.InboxItem-module__zN2j7G__taskItem[data-selected=true]:after,[data-next-selected=true] .InboxItem-module__zN2j7G__taskItem:after{display:none}.InboxItem-module__zN2j7G__taskEditContainer{padding:12px 16px}.InboxItem-module__zN2j7G__taskContent{grid-template-columns:auto 2fr 3fr 120px;align-items:center;gap:12px;width:100%;padding:10px 12px;display:grid}.InboxItem-module__zN2j7G__taskStatus{border-radius:50%;flex-shrink:0;width:6px;height:6px;transition:none}.InboxItem-module__zN2j7G__taskStatus[data-status=DONE]{background-color:#22c55e}.InboxItem-module__zN2j7G__taskStatus[data-status=overdue]{background-color:#ef4444}.InboxItem-module__zN2j7G__taskStatus[data-status=default]{background-color:var(--color-primary)}.InboxItem-module__zN2j7G__taskColumn1,.InboxItem-module__zN2j7G__taskColumn2,.InboxItem-module__zN2j7G__taskColumn3{min-width:0}.InboxItem-module__zN2j7G__taskMetadata,.InboxItem-module__zN2j7G__taskInfo{align-items:center;gap:6px;font-size:14px;display:flex}.InboxItem-module__zN2j7G__taskCompany{color:var(--color-foreground);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.InboxItem-module__zN2j7G__taskSeparator{color:var(--color-muted-foreground)}.InboxItem-module__zN2j7G__taskAssignee{color:var(--color-foreground);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.InboxItem-module__zN2j7G__taskTypeBadge{border-radius:6px;flex-shrink:0;align-items:center;padding:4px 10px;font-size:12px;display:inline-flex}.InboxItem-module__zN2j7G__taskPriorityIcon{flex-shrink:0;width:12px;height:12px}.InboxItem-module__zN2j7G__taskDetails{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.InboxItem-module__zN2j7G__taskTitle{color:var(--color-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.InboxItem-module__zN2j7G__taskDescription{color:var(--color-muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.InboxItem-module__zN2j7G__taskColumn3{text-align:right;min-height:20px;position:relative}.InboxItem-module__zN2j7G__taskDueDate{justify-content:flex-end;align-items:center;height:20px;display:flex}.InboxItem-module__zN2j7G__taskDueText{color:var(--palette-primary-700);font-variant-numeric:tabular-nums;font-size:12px;font-weight:500}.InboxItem-module__zN2j7G__taskOverdue{color:var(--color-red-600)}.InboxItem-module__zN2j7G__taskNoDue{color:var(--palette-primary-400);font-size:12px}.InboxItem-module__zN2j7G__taskActions{justify-content:flex-end;align-items:center;gap:6px;height:20px;animation:.2s ease-in InboxItem-module__zN2j7G__fadeIn;display:flex}@keyframes InboxItem-module__zN2j7G__fadeIn{0%{opacity:0}to{opacity:1}}.InboxItem-module__zN2j7G__taskEditButton{background-color:var(--palette-primary-50);border:1px solid var(--palette-primary-200);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.InboxItem-module__zN2j7G__taskEditButton:hover{background-color:var(--palette-primary-100)}.InboxItem-module__zN2j7G__taskEditButton:active{background-color:var(--palette-primary-200)}.InboxItem-module__zN2j7G__taskEditButton:focus{box-shadow:0 0 0 2px var(--palette-primary-400),0 0 0 4px var(--palette-primary-200);outline:none}.InboxItem-module__zN2j7G__taskEditIcon{width:12px;height:12px;color:var(--palette-primary-600)}.InboxItem-module__zN2j7G__eventItem{cursor:pointer;background-color:#fff;border-right:none;padding:10px 12px;transition:background-color .2s cubic-bezier(.4,0,.2,1);position:relative}.InboxItem-module__zN2j7G__eventItem:after{content:"";background-color:var(--color-border);height:1px;position:absolute;bottom:0;left:.75rem;right:.75rem}.InboxItem-module__zN2j7G__eventItem:hover,.InboxItem-module__zN2j7G__eventItem[data-selected=true]{background-color:var(--color-secondary)}.InboxItem-module__zN2j7G__eventItem[data-selected=true]:after,[data-next-selected=true] .InboxItem-module__zN2j7G__eventItem:after{display:none}.InboxItem-module__zN2j7G__eventContent{grid-template-columns:auto 2fr 3fr 120px;align-items:center;gap:12px;width:100%;display:grid}.InboxItem-module__zN2j7G__eventIndicator{border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:none}.InboxItem-module__zN2j7G__eventIndicator[data-today=true]{background-color:var(--color-primary)}.InboxItem-module__zN2j7G__eventIndicator[data-today=false]{background-color:var(--color-muted-foreground)}.InboxItem-module__zN2j7G__eventColumn1,.InboxItem-module__zN2j7G__eventColumn2,.InboxItem-module__zN2j7G__eventColumn3{min-width:0}.InboxItem-module__zN2j7G__eventMetadata,.InboxItem-module__zN2j7G__eventInfo{align-items:center;gap:6px;font-size:14px;display:flex}.InboxItem-module__zN2j7G__eventType{color:var(--color-foreground);font-weight:600}.InboxItem-module__zN2j7G__eventSeparator{color:var(--color-muted-foreground)}.InboxItem-module__zN2j7G__eventTime{color:var(--color-foreground);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.InboxItem-module__zN2j7G__eventSummary{color:var(--color-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.InboxItem-module__zN2j7G__eventDescription{color:var(--color-muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.InboxItem-module__zN2j7G__eventColumn3{text-align:right}.InboxItem-module__zN2j7G__eventTimestamp{color:var(--palette-primary-500);font-variant-numeric:tabular-nums;font-size:12px;font-weight:500}@keyframes InboxItem-module__zN2j7G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.InboxItem-module__zN2j7G__threadItemCompact{cursor:pointer;box-sizing:border-box;background-color:#fff;border-right:none;flex-direction:column;width:100%;transition:background-color .15s ease-out;display:flex;position:relative}.InboxItem-module__zN2j7G__threadItemCompact:after{content:"";background-color:#0000000f;height:1px;position:absolute;bottom:0;left:.75rem;right:.75rem}.InboxItem-module__zN2j7G__threadItemCompact[data-unread=true]{background-color:#fafbfc}.InboxItem-module__zN2j7G__threadItemCompact[data-unread=false]{background-color:#f5f6f7}.InboxItem-module__zN2j7G__threadItemCompact:hover{background-color:#f0f1f3}.InboxItem-module__zN2j7G__threadItemCompact[data-selected=true]{background-color:#f0f4ff}.InboxItem-module__zN2j7G__threadItemCompact[data-selected=true]:after,[data-next-selected=true] .InboxItem-module__zN2j7G__threadItemCompact:after{display:none}.InboxItem-module__zN2j7G__threadItemCompact[data-open=true]{background-color:#e8f0ff}.InboxItem-module__zN2j7G__threadItemCompact[data-open=true]:hover{background-color:#e0ebff}.InboxItem-module__zN2j7G__threadItemCompact[data-removing=true]{display:none}.InboxItem-module__zN2j7G__compactContent{box-sizing:border-box;align-items:center;gap:8px;width:100%;padding:10px 8px;display:flex}.InboxItem-module__zN2j7G__compactAvatar{background-color:var(--palette-primary-300);border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:background-color .15s}.InboxItem-module__zN2j7G__compactAvatar[data-unread=true]{background-color:var(--color-primary)}.InboxItem-module__zN2j7G__compactTextContent{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.InboxItem-module__zN2j7G__compactName{color:var(--palette-primary-700);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;line-height:1.3;overflow:hidden}.InboxItem-module__zN2j7G__compactName[data-unread=true]{color:var(--palette-primary-900);font-weight:700}.InboxItem-module__zN2j7G__compactSubject{color:var(--palette-primary-600);word-wrap:break-word;overflow-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;font-weight:400;line-height:1.4;display:-webkit-box;overflow:hidden}.InboxItem-module__zN2j7G__compactSubject[data-unread=true]{color:var(--palette-primary-700);font-weight:500}.InboxItem-module__zN2j7G__compactTimestamp{color:var(--palette-primary-500);white-space:nowrap;text-align:right;flex-shrink:0;margin-top:2px;font-size:10px;font-weight:500}.InboxItem-module__zN2j7G__compactNameRow{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.InboxItem-module__zN2j7G__threadItemCompact .InboxItem-module__zN2j7G__accountColorBorder{z-index:1;width:2px;transition:background-color .15s;position:absolute;top:0;bottom:0;left:0}.InboxItem-module__zN2j7G__compactAccentBorder{background-color:var(--palette-primary-400);z-index:2;width:3px;transition:background-color .15s;position:absolute;top:0;bottom:0;left:0}.InboxItem-module__zN2j7G__compactAccentBorder[data-open=true]{background-color:var(--color-primary);width:4px}.InboxItem-module__zN2j7G__draftListItem{cursor:pointer;background-color:#fff;border-right:none;align-items:center;gap:12px;padding:12px 16px;transition:background-color .2s;display:flex;position:relative}.InboxItem-module__zN2j7G__draftListItem:after{content:"";background-color:#70739314;height:1px;position:absolute;bottom:0;left:.75rem;right:.75rem}.InboxItem-module__zN2j7G__draftListItem:hover,.InboxItem-module__zN2j7G__draftListItem[data-selected=true],.InboxItem-module__zN2j7G__draftListItem[data-selected=true]:hover{background-color:#0000000d}.InboxItem-module__zN2j7G__draftListItem[data-selected=true]:after,[data-next-selected=true] .InboxItem-module__zN2j7G__draftListItem:after{display:none}.InboxItem-module__zN2j7G__draftListContent{flex-direction:column;gap:6px;width:100%;min-width:0;display:flex;position:relative}.InboxItem-module__zN2j7G__draftListItemWithIndicator{cursor:pointer;background-color:#fff;border-right:none;align-items:flex-start;gap:10px;padding:12px 16px;transition:background-color .2s;display:flex;position:relative}
@reference;.InboxSidebar-module__mQPlMW__container{background-color:#f7f7f7;flex-direction:column;flex-shrink:0;width:240px;height:100%;display:flex}.InboxSidebar-module__mQPlMW__sidebarHeader{box-sizing:border-box;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;height:55px;padding:16px 1.5rem;display:flex}.InboxSidebar-module__mQPlMW__sidebarTitle{color:#000;font-size:22px;font-weight:600;line-height:28px}.InboxSidebar-module__mQPlMW__navigation{flex:1;padding:8px 0 8px 1.5rem;overflow-y:auto}.InboxSidebar-module__mQPlMW__navList{flex-direction:column;gap:2px;display:flex}.InboxSidebar-module__mQPlMW__navItem{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;width:100%;padding:6px 1.5rem 6px 0;font-size:14px;transition:none;display:flex;position:relative}.InboxSidebar-module__mQPlMW__navItem:hover,.InboxSidebar-module__mQPlMW__navItem:focus-visible{background-color:#fff;outline:none;margin:0 0 0 -12px;padding:6px 1.5rem 6px 12px}.InboxSidebar-module__mQPlMW__navItem:focus-visible{box-shadow:0 0 0 2px #66baf380}.InboxSidebar-module__mQPlMW__navItem[data-active=true]{color:var(--palette-primary-700);background-color:#fff;margin:0 0 0 -12px;padding:6px 1.5rem 6px 12px;font-weight:500}.InboxSidebar-module__mQPlMW__navItem[data-active=true]:hover{background-color:#fff;margin:0 0 0 -12px;padding:6px 1.5rem 6px 12px}.InboxSidebar-module__mQPlMW__navItemContent{align-items:center;gap:12px;min-width:0;padding-right:3rem;display:flex}.InboxSidebar-module__mQPlMW__navIcon{width:18px;height:18px;color:var(--color-muted-foreground);flex-shrink:0}.InboxSidebar-module__mQPlMW__navItem[data-active=true] .InboxSidebar-module__mQPlMW__navIcon{color:var(--palette-primary-600)}.InboxSidebar-module__mQPlMW__navItem:hover .InboxSidebar-module__mQPlMW__navIcon,.InboxSidebar-module__mQPlMW__navItem:focus-visible .InboxSidebar-module__mQPlMW__navIcon{color:var(--palette-primary-500)}.InboxSidebar-module__mQPlMW__navLabel{white-space:nowrap;text-overflow:ellipsis;color:var(--color-foreground);letter-spacing:.01em;overflow:hidden}.InboxSidebar-module__mQPlMW__navItem[data-active=true] .InboxSidebar-module__mQPlMW__navLabel{color:var(--palette-primary-700);letter-spacing:.02em}.InboxSidebar-module__mQPlMW__navCount{color:var(--color-muted-foreground);font-variant-numeric:tabular-nums;pointer-events:none;flex-shrink:0;font-size:12px;font-weight:500;position:absolute;right:1.5rem}.InboxSidebar-module__mQPlMW__navItem:hover .InboxSidebar-module__mQPlMW__navCount,.InboxSidebar-module__mQPlMW__navItem:focus-visible .InboxSidebar-module__mQPlMW__navCount,.InboxSidebar-module__mQPlMW__navItem[data-active=true] .InboxSidebar-module__mQPlMW__navCount{right:calc(1.5rem - 12px)}.InboxSidebar-module__mQPlMW__navItem[data-active=true] .InboxSidebar-module__mQPlMW__navCount{color:var(--palette-primary-600)}.InboxSidebar-module__mQPlMW__footer{border-top:1px solid #70739329;align-items:center;height:64px;padding:0 20px;display:none}.InboxSidebar-module__mQPlMW__footerText{color:var(--color-muted-foreground);font-size:12px}.InboxSidebar-module__mQPlMW__labelsSection{margin-top:8px;padding-top:8px;position:relative}.InboxSidebar-module__mQPlMW__labelsSection:before{content:"";background-color:#7073931f;height:1px;position:absolute;top:0;left:-.5rem;right:1rem}.InboxSidebar-module__mQPlMW__labelsSectionHeader{cursor:pointer;width:100%;color:var(--color-muted-foreground);background:0 0;border:none;justify-content:space-between;align-items:center;padding:6px 1.5rem 6px 0;font-size:14px;font-weight:500;transition:all .15s;display:flex}.InboxSidebar-module__mQPlMW__labelsSectionHeader:hover,.InboxSidebar-module__mQPlMW__labelsSectionHeader:focus-visible{background-color:#fff;border-radius:6px;outline:none;margin:0 0 0 -12px;padding:6px 1.5rem 6px 12px}.InboxSidebar-module__mQPlMW__labelsSectionHeader:focus-visible{box-shadow:0 0 0 2px #66baf380}.InboxSidebar-module__mQPlMW__labelsSectionHeader[data-no-hover=true]:hover{background-color:#0000;margin:0;padding:6px 1.5rem 6px 0}.InboxSidebar-module__mQPlMW__labelsSectionTitle{letter-spacing:.01em;color:var(--color-muted-foreground);font-size:14px;font-weight:500}.InboxSidebar-module__mQPlMW__chevronIcon{width:16px;height:16px;color:var(--color-muted-foreground);flex-shrink:0;transition:transform .2s}.InboxSidebar-module__mQPlMW__chevronExpanded{transform:rotate(180deg)}.InboxSidebar-module__mQPlMW__labelsListContainer{flex-direction:column;gap:2px;margin-top:4px;display:flex}.InboxSidebar-module__mQPlMW__labelItem{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;width:100%;padding:6px 1.5rem 6px 0;font-size:14px;transition:all .15s;display:flex;position:relative}.InboxSidebar-module__mQPlMW__labelItem:hover,.InboxSidebar-module__mQPlMW__labelItem:focus-visible{background-color:#fff;outline:none;margin:0 0 0 -12px;padding:6px 1.5rem 6px 12px}.InboxSidebar-module__mQPlMW__labelItem:focus-visible{box-shadow:0 0 0 2px #66baf380}.InboxSidebar-module__mQPlMW__labelItem[data-active=true]{background-color:#fff;margin:0 0 0 -12px;padding:6px 1.5rem 6px 12px;font-weight:500}.InboxSidebar-module__mQPlMW__labelDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.InboxSidebar-module__mQPlMW__stageIcon{width:12px;height:12px;color:var(--color-muted-foreground);flex-shrink:0;transition:opacity .15s}.InboxSidebar-module__mQPlMW__labelItem:hover .InboxSidebar-module__mQPlMW__stageIcon,.InboxSidebar-module__mQPlMW__labelItem:focus-visible .InboxSidebar-module__mQPlMW__stageIcon{opacity:.8}.InboxSidebar-module__mQPlMW__labelName{white-space:nowrap;text-overflow:ellipsis;color:var(--color-foreground);flex:1;padding-right:2rem;font-size:14px;overflow:hidden}.InboxSidebar-module__mQPlMW__labelCount{color:var(--color-muted-foreground);font-variant-numeric:tabular-nums;pointer-events:none;flex-shrink:0;font-size:12px;font-weight:500;position:absolute;right:1.5rem}.InboxSidebar-module__mQPlMW__labelItem:hover .InboxSidebar-module__mQPlMW__labelCount,.InboxSidebar-module__mQPlMW__labelItem:focus-visible .InboxSidebar-module__mQPlMW__labelCount,.InboxSidebar-module__mQPlMW__labelItem[data-active=true] .InboxSidebar-module__mQPlMW__labelCount{right:calc(1.5rem - 12px)}
@reference;.CompanyDetail-module__2QxgVG__container{background-color:var(--background);flex-direction:column;height:100vh;display:flex}.CompanyDetail-module__2QxgVG__mainContent{flex:1;padding-top:16px;padding-bottom:24px;padding-left:8px;display:flex;overflow:hidden}.CompanyDetail-module__2QxgVG__leftColumn{background-color:var(--background);border:1px solid #7073931f;border-radius:8px;flex-direction:column;flex-shrink:0;width:fit-content;min-width:320px;max-width:450px;padding-bottom:24px;padding-left:16px;padding-right:16px;display:flex;overflow:hidden}.CompanyDetail-module__2QxgVG__rightColumn{flex-direction:column;flex:1;padding:3px 16px 24px;display:flex;overflow:hidden}.CompanyDetail-module__2QxgVG__companyInfo{z-index:10;border-bottom:1px solid #70739329;align-items:center;height:84px;padding-bottom:8px;display:flex;position:relative}.CompanyDetail-module__2QxgVG__companyHeader{align-items:center;gap:16px;width:100%;display:flex}.CompanyDetail-module__2QxgVG__logoContainer{flex-shrink:0;position:relative}.CompanyDetail-module__2QxgVG__logo{background-color:#f5f5f5;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden;box-shadow:inset 0 0 0 1px #0000000a}.CompanyDetail-module__2QxgVG__logoInitials{color:var(--color-foreground);font-size:24px;font-weight:700}.CompanyDetail-module__2QxgVG__companyDetails{flex-direction:column;flex:1;gap:0;min-width:0;max-width:30%;display:flex}.CompanyDetail-module__2QxgVG__companyName{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:24px;font-weight:600;overflow:hidden}.CompanyDetail-module__2QxgVG__companyRole{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;margin:-5px 0 0;font-size:12px;overflow:hidden}.CompanyDetail-module__2QxgVG__actionButtons{gap:8px;margin-top:12px;display:flex}.CompanyDetail-module__2QxgVG__composeButton{border-radius:20px;background-color:var(--color-neutral-accent)!important;color:var(--color-background)!important;border-color:var(--color-neutral-accent)!important;padding-left:calc(.75rem + 5px)!important;padding-right:calc(.75rem + 5px)!important}.CompanyDetail-module__2QxgVG__composeButton:hover{opacity:.9;background-color:var(--color-neutral-accent)!important;color:var(--color-background)!important}.CompanyDetail-module__2QxgVG__companyLinks{flex-direction:column;gap:4px;margin-left:24px;display:flex}.CompanyDetail-module__2QxgVG__companyLinkItem{align-items:center;gap:6px;font-size:12px;display:flex}.CompanyDetail-module__2QxgVG__companyLinkLabel{color:var(--muted-foreground);min-width:50px;font-weight:500}.CompanyDetail-module__2QxgVG__companyLinkValue{color:#00000080;font-weight:500;text-decoration:underline;transition:opacity .2s}.CompanyDetail-module__2QxgVG__companyLinkValue:hover{opacity:.8}.CompanyDetail-module__2QxgVG__detailsSection{padding-top:16px}.CompanyDetail-module__2QxgVG__detailsTitle{color:var(--foreground);align-items:center;gap:8px;margin:0 0 16px;font-size:12px;font-weight:600;display:flex}.CompanyDetail-module__2QxgVG__detailsList{flex-direction:column;gap:16px;display:flex}.CompanyDetail-module__2QxgVG__detailItem{align-items:flex-start;gap:8px;display:flex}.CompanyDetail-module__2QxgVG__detailIcon{width:16px;height:16px;color:var(--muted-foreground);flex-shrink:0;margin-top:2px}.CompanyDetail-module__2QxgVG__detailContent{flex:1;min-width:0}.CompanyDetail-module__2QxgVG__detailLabel{color:var(--muted-foreground);margin:0 0 2px;font-size:12px;font-weight:500}.CompanyDetail-module__2QxgVG__detailValue{color:var(--foreground);word-break:break-word;margin:0;font-size:14px}.CompanyDetail-module__2QxgVG__detailLink{color:var(--primary);text-decoration:none;transition:opacity .2s}.CompanyDetail-module__2QxgVG__detailLink:hover{opacity:.8}.CompanyDetail-module__2QxgVG__summary{margin-bottom:24px;padding-bottom:16px}.CompanyDetail-module__2QxgVG__summaryText{color:var(--muted-foreground);margin:0;font-size:13px;line-height:1.6}.CompanyDetail-module__2QxgVG__overview{box-sizing:border-box;width:100%;min-width:0;overflow-x:hidden}.CompanyDetail-module__2QxgVG__overviewGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:stretch;gap:0;width:100%;min-width:0;margin:0;padding:0;display:grid}@media (min-width:1200px){.CompanyDetail-module__2QxgVG__overviewGrid{grid-template-columns:repeat(3,1fr)}}.CompanyDetail-module__2QxgVG__overviewCard{background-color:#0000;border:none;border-right:1px solid #70739329;border-radius:0;flex-direction:column;width:100%;min-width:0;height:100%;max-height:300px;padding:10px 16px;display:flex;overflow:hidden}.CompanyDetail-module__2QxgVG__overviewCard:last-child{border-right:none}.CompanyDetail-module__2QxgVG__overviewCardScrollable{flex:1;width:100%;min-width:0;margin-top:6px;padding-bottom:24px;overflow:hidden auto}.CompanyDetail-module__2QxgVG__overviewCardHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.CompanyDetail-module__2QxgVG__overviewCardTitle{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:11px;font-weight:600}.CompanyDetail-module__2QxgVG__overviewCardIcon{width:14px;height:14px;color:var(--muted-foreground)}.CompanyDetail-module__2QxgVG__overviewCardContent{color:var(--foreground);font-size:14px}.CompanyDetail-module__2QxgVG__overviewCardLink{color:var(--primary);align-items:center;gap:8px;font-size:14px;text-decoration:none;transition:opacity .2s;display:flex}.CompanyDetail-module__2QxgVG__overviewCardLink:hover{opacity:.8}.CompanyDetail-module__2QxgVG__overviewList{flex-direction:column;gap:4px;display:flex}.CompanyDetail-module__2QxgVG__overviewListItem{justify-content:space-between;align-items:center;font-size:11px;display:flex}.CompanyDetail-module__2QxgVG__overviewListLabel{color:var(--muted-foreground);font-size:11px}.CompanyDetail-module__2QxgVG__overviewListValue{color:var(--foreground);font-size:11px;font-weight:500}.CompanyDetail-module__2QxgVG__itemCard{border:none;border-bottom:1px solid var(--color-border);cursor:pointer;box-sizing:border-box;background-color:#0000;border-radius:0;width:100%;min-width:0;height:75px;margin-bottom:0;padding:8px 0;transition:background-color .2s cubic-bezier(.4,0,.2,1);overflow:hidden}.CompanyDetail-module__2QxgVG__itemCard:hover{background-color:#00000005}.CompanyDetail-module__2QxgVG__itemHeader{justify-content:space-between;align-items:flex-start;gap:6px;width:100%;min-width:0;margin-bottom:6px;display:flex}.CompanyDetail-module__2QxgVG__itemContent{flex:1;min-width:0;max-width:100%;overflow:hidden}.CompanyDetail-module__2QxgVG__itemTitle{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;word-break:break-word;max-width:100%;margin:0 0 2px;font-size:13px;font-weight:500;line-height:1.4;display:block;overflow:hidden}.CompanyDetail-module__2QxgVG__itemSubtitle{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;word-break:break-word;max-width:100%;margin:0;font-size:11px;line-height:1.3;display:block;overflow:hidden}.CompanyDetail-module__2QxgVG__itemActions{opacity:0;flex-shrink:0;gap:2px;transition:opacity .2s;display:flex}.CompanyDetail-module__2QxgVG__itemCard:hover .CompanyDetail-module__2QxgVG__itemActions{opacity:1}.CompanyDetail-module__2QxgVG__itemActionButton{width:18px;height:18px;color:var(--muted-foreground);background-color:#0000;border-radius:3px;padding:0;transition:background-color .15s,color .15s}.CompanyDetail-module__2QxgVG__itemActionButton:hover{background-color:var(--muted);color:var(--foreground)}.CompanyDetail-module__2QxgVG__contactCard{border:1px solid var(--border);background-color:var(--background);cursor:default;border-radius:8px;margin-bottom:8px;padding:12px;transition:all .2s}.CompanyDetail-module__2QxgVG__contactCard:last-child{margin-bottom:0}.CompanyDetail-module__2QxgVG__contactCard:hover{background-color:var(--muted);border-color:var(--primary)}.CompanyDetail-module__2QxgVG__contactAvatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:600;display:flex}.CompanyDetail-module__2QxgVG__contactInfo{flex:1;min-width:0}.CompanyDetail-module__2QxgVG__contactName{color:var(--foreground);align-items:center;gap:6px;margin:0 0 4px;font-size:14px;font-weight:600;display:flex}.CompanyDetail-module__2QxgVG__contactTitle{color:var(--muted-foreground);margin:0 0 8px;font-size:13px}.CompanyDetail-module__2QxgVG__contactEmail{color:var(--muted-foreground);align-items:center;gap:6px;margin:0;font-size:12px;display:flex}.CompanyDetail-module__2QxgVG__contactEmailText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.CompanyDetail-module__2QxgVG__contactActions{opacity:0;gap:4px;margin-top:8px;transition:opacity .2s;display:flex}.CompanyDetail-module__2QxgVG__contactCard:hover .CompanyDetail-module__2QxgVG__contactActions{opacity:1}.CompanyDetail-module__2QxgVG__contactActionButton{height:auto;color:var(--muted-foreground);background:0 0;border:none;padding:4px 8px;font-size:11px;transition:all .2s}.CompanyDetail-module__2QxgVG__contactActionButton:hover{background-color:var(--muted);color:var(--foreground)}.CompanyDetail-module__2QxgVG__participantsContainer{flex-wrap:wrap;align-items:center;gap:4px;margin-top:6px;display:flex}.CompanyDetail-module__2QxgVG__participantInitial{background-color:var(--color-muted);width:18px;height:18px;color:var(--color-foreground);cursor:default;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:9px;font-weight:500;display:flex}.CompanyDetail-module__2QxgVG__itemMeta{flex-wrap:wrap;align-items:center;gap:6px;width:100%;min-width:0;margin-top:4px;font-size:11px;display:flex}.CompanyDetail-module__2QxgVG__itemMetaBadge{background-color:var(--muted);color:var(--muted-foreground);white-space:nowrap;border-radius:3px;flex-shrink:0;align-items:center;gap:3px;padding:1px 6px;font-size:10px;font-weight:500;display:inline-flex}.CompanyDetail-module__2QxgVG__itemMetaBadge.CompanyDetail-module__2QxgVG__primary{background-color:var(--primary);color:#fff}.CompanyDetail-module__2QxgVG__itemMetaBadge.CompanyDetail-module__2QxgVG__success{color:#fff;background-color:#10b981}.CompanyDetail-module__2QxgVG__emptyState{text-align:center;color:var(--muted-foreground);flex-direction:column;justify-content:center;align-items:center;padding:16px 8px;display:flex}.CompanyDetail-module__2QxgVG__emptyStateIcon{width:24px;height:24px;color:var(--muted-foreground);opacity:.3;margin-bottom:6px}.CompanyDetail-module__2QxgVG__emptyStateText{margin:0;font-size:11px}.CompanyDetail-module__2QxgVG__activity{flex-direction:column;flex:1;display:flex;overflow:hidden}.CompanyDetail-module__2QxgVG__activityHeader{border-top:1px solid #70739329;align-items:center;gap:8px;padding:15px;display:flex}.CompanyDetail-module__2QxgVG__activityTitle{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:11px;font-weight:600}.CompanyDetail-module__2QxgVG__activityIcon{width:16px;height:16px;color:var(--primary)}.CompanyDetail-module__2QxgVG__activityContent{flex-direction:column;flex:1;min-height:0;padding-bottom:24px;display:flex;overflow:hidden}.CompanyDetail-module__2QxgVG__leftColumnTabs{background-color:#0000;justify-content:flex-start}@media (max-width:1024px){.CompanyDetail-module__2QxgVG__leftColumn{border-bottom:1px solid #70739329;border-right:none;width:100%;max-width:100%}.CompanyDetail-module__2QxgVG__container{flex-direction:column}.CompanyDetail-module__2QxgVG__overviewGrid{grid-template-columns:1fr}}.CompanyDetail-module__2QxgVG__mainContentTabs{flex-direction:column;flex:1;height:100%;display:flex;overflow:hidden}.CompanyDetail-module__2QxgVG__mainContentTabsList{background-color:#0000;flex-shrink:0}.CompanyDetail-module__2QxgVG__mainContentTabContent{flex-direction:column;flex:1;height:100%;display:flex;overflow:hidden}.CompanyDetail-module__2QxgVG__threadsSection{background-color:var(--background);border:1px solid #7073931f;border-radius:8px;flex-direction:column;flex:1;height:calc(100% - 32px);margin:16px;padding-bottom:24px;display:flex;overflow:hidden}.CompanyDetail-module__2QxgVG__activitySection{background-color:var(--background);border:none;flex-direction:column;flex:1;height:calc(100% - 32px);margin:16px 0;padding-bottom:24px;display:flex;overflow:hidden}
.InboxCleanupDialog-module__s1KIta__dialogContent{max-width:650px}.InboxCleanupDialog-module__s1KIta__title{color:var(--palette-primary-900);align-items:center;gap:8px;font-size:18px;font-weight:600;display:flex}.InboxCleanupDialog-module__s1KIta__titleIcon{width:20px;height:20px;color:var(--palette-primary-600)}.InboxCleanupDialog-module__s1KIta__description{color:var(--color-muted-foreground);font-size:14px;line-height:1.5}.InboxCleanupDialog-module__s1KIta__content{margin:16px 0}.InboxCleanupDialog-module__s1KIta__listHeader{border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;display:flex}.InboxCleanupDialog-module__s1KIta__selectAllRow{cursor:pointer;align-items:center;gap:12px;padding-left:16px;display:flex}.InboxCleanupDialog-module__s1KIta__selectAllLabel{color:var(--palette-primary-700);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13px;font-weight:600}.InboxCleanupDialog-module__s1KIta__availableCount{color:#374151;background-color:#0000000f;border-radius:12px;padding:4px 10px;font-size:12px;font-weight:500}.InboxCleanupDialog-module__s1KIta__domainList{flex-direction:column;gap:6px;max-height:280px;display:flex;overflow:hidden auto}.InboxCleanupDialog-module__s1KIta__domainList::-webkit-scrollbar{width:6px}.InboxCleanupDialog-module__s1KIta__domainList::-webkit-scrollbar-track{background:0 0}.InboxCleanupDialog-module__s1KIta__domainList::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.InboxCleanupDialog-module__s1KIta__domainList::-webkit-scrollbar-thumb:hover{background:#00000040}.InboxCleanupDialog-module__s1KIta__domainItem{cursor:pointer;background:#00000005;border:2px solid #0000;border-radius:8px;align-items:center;gap:12px;padding:12px 14px;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex}.InboxCleanupDialog-module__s1KIta__domainItem:hover{background:#0000000a;border-color:#0000001f;box-shadow:0 2px 6px #0000000a}.InboxCleanupDialog-module__s1KIta__domainItem.InboxCleanupDialog-module__s1KIta__selected{background:#00000008;border-color:#0003;box-shadow:0 2px 8px #00000014}.InboxCleanupDialog-module__s1KIta__domainCheckbox{flex-shrink:0}.InboxCleanupDialog-module__s1KIta__domainLabel{color:var(--palette-primary-800);cursor:pointer;-webkit-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:500;overflow:hidden}.InboxCleanupDialog-module__s1KIta__loadingState{text-align:center;padding:32px 16px}.InboxCleanupDialog-module__s1KIta__loadingIcon{color:#6b7280;width:24px;height:24px;margin:0 auto;animation:1s linear infinite InboxCleanupDialog-module__s1KIta__spin}@keyframes InboxCleanupDialog-module__s1KIta__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.InboxCleanupDialog-module__s1KIta__loadingState p{color:#6b7280;margin-top:8px;font-size:13px}.InboxCleanupDialog-module__s1KIta__emptyState{text-align:center;padding:32px 16px}.InboxCleanupDialog-module__s1KIta__emptyState p{color:#6b7280;font-size:13px}.InboxCleanupDialog-module__s1KIta__footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.InboxCleanupDialog-module__s1KIta__dismissButton{color:var(--color-muted-foreground);font-size:13px}.InboxCleanupDialog-module__s1KIta__dismissButton:hover{color:var(--color-foreground)}.InboxCleanupDialog-module__s1KIta__actionButtons{gap:8px;display:flex}.InboxCleanupDialog-module__s1KIta__savingIcon{width:14px;height:14px;margin-right:6px;animation:1s linear infinite InboxCleanupDialog-module__s1KIta__spin}
@reference;.InboxMainContent-module__AQIOMG__container{background-color:#f7f7f7;flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.InboxMainContent-module__AQIOMG__content{flex-direction:column;flex:1;width:100%;min-height:0;display:flex;overflow:hidden}.InboxMainContent-module__AQIOMG__innerContainer{background-color:#f7f7f7;flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.InboxMainContent-module__AQIOMG__sidebarHeader{width:100%;height:55px;padding:16px 1.5rem 16px calc(var(--item-padding) + 18px);box-sizing:border-box;flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.InboxMainContent-module__AQIOMG__sidebarTitle{color:#000;font-size:22px;font-weight:600;line-height:28px}.InboxMainContent-module__AQIOMG__refreshButton{cursor:pointer;width:32px;height:32px;color:var(--color-muted-foreground);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s;display:flex}.InboxMainContent-module__AQIOMG__refreshButton:hover,.InboxMainContent-module__AQIOMG__refreshButton:active{background-color:var(--color-muted)}.InboxMainContent-module__AQIOMG__refreshButton:disabled{cursor:not-allowed;opacity:.5}.InboxMainContent-module__AQIOMG__refreshIcon{width:16px;height:16px}.InboxMainContent-module__AQIOMG__refreshIconSpinning{animation:1s linear infinite InboxMainContent-module__AQIOMG__spin}@keyframes InboxMainContent-module__AQIOMG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.InboxMainContent-module__AQIOMG__scrollContainer{box-sizing:border-box;flex:1;width:100%;max-width:100%;min-height:0;position:relative;overflow:hidden auto}.InboxMainContent-module__AQIOMG__scrollContainerWhite{background-color:#fff}.InboxMainContent-module__AQIOMG__contentWrapper{box-sizing:border-box;width:100%;max-width:100%;padding-top:0;padding-bottom:50px;overflow-x:hidden}.InboxMainContent-module__AQIOMG__emailsList{box-sizing:border-box;border-radius:8px;width:100%;overflow:hidden}.InboxMainContent-module__AQIOMG__unifiedInboxList{box-sizing:border-box;background-color:#fff;border-radius:8px;width:100%;overflow:hidden}.InboxMainContent-module__AQIOMG__periodGroup{box-sizing:border-box;background-color:#fff;width:100%}.InboxMainContent-module__AQIOMG__periodHeader{padding:6px var(--item-padding)6px calc(var(--item-padding) + 18px);box-sizing:border-box;background-color:#fff;border-top:none;border-bottom:none;border-right:none}.InboxMainContent-module__AQIOMG__periodHeaderFirst{border-top:none;margin-top:0;padding-top:8px}.InboxMainContent-module__AQIOMG__periodHeaderAfterMeetings{border-top:none;margin-top:0}.InboxMainContent-module__AQIOMG__periodHeaderNotFirst{margin-top:0;padding-top:12px}.InboxMainContent-module__AQIOMG__periodLabel{color:#0006;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:500}.InboxMainContent-module__AQIOMG__itemsList{box-sizing:border-box;background-color:#fff;width:100%}.InboxMainContent-module__AQIOMG__itemsList>:last-child :after{display:none}.InboxMainContent-module__AQIOMG__pullToRefreshContainer{justify-content:center;align-items:center;width:100%;min-height:0;transition:height .2s ease-out;display:flex;position:relative;overflow:hidden}.InboxMainContent-module__AQIOMG__pullToRefreshIndicator{justify-content:center;align-items:center;padding:12px;transition:opacity .2s ease-out;display:flex}.InboxMainContent-module__AQIOMG__pullToRefreshIcon{width:20px;height:20px;color:var(--color-muted-foreground);transition:transform .2s ease-out}.InboxMainContent-module__AQIOMG__headerWrapper{flex-direction:column;flex-shrink:0;display:flex}.InboxMainContent-module__AQIOMG__headerButtons{align-items:center;gap:8px;display:flex}.InboxMainContent-module__AQIOMG__loadingMore{padding:8px 0}.InboxMainContent-module__AQIOMG__inboxSearchRow{padding:0 0 12px}.InboxMainContent-module__AQIOMG__inboxSearchContainer{align-items:center;width:100%;display:flex;position:relative}.InboxMainContent-module__AQIOMG__inboxSearchInput{border:1px solid var(--color-border);background-color:var(--color-background);width:100%;height:32px;color:var(--color-foreground);border-radius:20px;outline:none;padding:0 12px 0 32px;font-size:13px;transition:border-color .2s,box-shadow .2s}.InboxMainContent-module__AQIOMG__inboxSearchInput::placeholder{color:var(--color-muted-foreground)}.InboxMainContent-module__AQIOMG__inboxSearchInput:focus{border-color:var(--color-border);box-shadow:none}.InboxMainContent-module__AQIOMG__inboxSearchIcon{width:14px;height:14px;color:var(--color-muted-foreground);pointer-events:none;position:absolute;left:10px}.InboxMainContent-module__AQIOMG__inboxSearchClear{cursor:pointer;width:20px;height:20px;color:var(--color-muted-foreground);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s;display:flex;position:absolute;right:6px}.InboxMainContent-module__AQIOMG__inboxSearchClear:hover{background-color:var(--color-muted)}.InboxMainContent-module__AQIOMG__multiSelectActionsBar{background-color:#f7f7f7;padding:0 4px 12px}.InboxMainContent-module__AQIOMG__multiSelectActionsContainer{padding:0 var(--item-padding);justify-content:space-between;align-items:center;display:flex}.InboxMainContent-module__AQIOMG__multiSelectAction{cursor:pointer;color:var(--color-foreground);-webkit-user-select:none;user-select:none;align-items:center;font-size:12px;display:flex}.InboxMainContent-module__AQIOMG__multiSelectActionText{font-weight:400}.InboxMainContent-module__AQIOMG__multiSelectLabel{color:var(--color-muted-foreground);margin-left:6px;font-size:12px;font-weight:500}.InboxMainContent-module__AQIOMG__multiSelectCheckboxStyle{border-color:#858585}.InboxMainContent-module__AQIOMG__multiSelectCheckboxStyle[data-state=checked]{color:#fff;background-color:#858585;border-color:#858585}.InboxMainContent-module__AQIOMG__multiSelectCheckboxContainer{align-items:center;display:flex}.InboxMainContent-module__AQIOMG__multiSelectActionButtons{align-items:center;gap:0;display:flex}.InboxMainContent-module__AQIOMG__multiSelectActionButton{color:var(--color-muted-foreground);cursor:pointer;white-space:nowrap;background-color:#0000;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:6px;transition:all .2s;display:flex}.InboxMainContent-module__AQIOMG__multiSelectActionButton:hover:not(:disabled){background-color:var(--color-muted)}.InboxMainContent-module__AQIOMG__multiSelectActionButton:disabled{cursor:not-allowed}.InboxMainContent-module__AQIOMG__multiSelectActionIcon{flex-shrink:0}.InboxMainContent-module__AQIOMG__cleanupButtonWrapper{display:inline-flex;position:relative}.InboxMainContent-module__AQIOMG__cleanupPopup{border:1px solid var(--color-border);color:var(--color-foreground);white-space:nowrap;z-index:10000;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;animation:.2s ease-out InboxMainContent-module__AQIOMG__cleanupPopupEnter;display:flex;position:absolute;top:100%;right:-4px;box-shadow:0 4px 12px #00000026}.InboxMainContent-module__AQIOMG__cleanupPopup:before{content:"";border-left:1px solid var(--color-border);border-top:1px solid var(--color-border);background:#fff;width:10px;height:10px;position:absolute;top:-6px;right:14px;transform:rotate(45deg)}.InboxMainContent-module__AQIOMG__cleanupPopupDismiss{cursor:pointer;color:var(--color-muted-foreground);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px;transition:background-color .15s;display:flex}.InboxMainContent-module__AQIOMG__cleanupPopupDismiss:hover{background-color:var(--color-muted)}@keyframes InboxMainContent-module__AQIOMG__cleanupPopupEnter{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
@reference;.MeetingItem-module__xW64Ka__meetingItem{padding:var(--item-padding);cursor:pointer;background:var(--color-background);padding-left:calc(var(--item-padding) + 12px);border-bottom:1px solid #70739314;align-items:flex-start;gap:12px;transition:background-color .2s;display:flex;position:relative}.MeetingItem-module__xW64Ka__meetingItem:hover,.MeetingItem-module__xW64Ka__meetingItem[data-selected=true]{background-color:#0000000d}.MeetingItem-module__xW64Ka__meetingItem[data-before-header=true]{border-bottom:none!important}.MeetingItem-module__xW64Ka__meetingContent{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.MeetingItem-module__xW64Ka__summary{color:var(--color-foreground);word-wrap:break-word;overflow-wrap:break-word;font-size:14px;font-weight:600;line-height:1.4}.MeetingItem-module__xW64Ka__metadataRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.MeetingItem-module__xW64Ka__metadata{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.MeetingItem-module__xW64Ka__metadataIcon{width:12px;height:12px;color:var(--color-muted-foreground);flex-shrink:0}.MeetingItem-module__xW64Ka__metadataText{color:var(--color-muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.MeetingItem-module__xW64Ka__timeInfo{text-align:right;text-transform:uppercase;letter-spacing:.1em;color:#0006;white-space:nowrap;flex-shrink:0;font-size:9px;font-weight:600}.MeetingItem-module__xW64Ka__participants{align-items:center;gap:4px;margin-top:2px;display:flex}.MeetingItem-module__xW64Ka__participantAvatar{background-color:var(--palette-primary-100);width:16px;height:16px;color:var(--palette-primary-700);border:1px solid var(--palette-primary-200);border-radius:50%;justify-content:center;align-items:center;font-size:9px;font-weight:500;display:flex}
@reference;.MeetingsSection-module__lPq7Iq__container{margin-bottom:0}.MeetingsSection-module__lPq7Iq__periodHeader{padding:12px var(--item-padding)12px calc(var(--item-padding) + 18px);box-sizing:border-box;background-color:#fff;border-bottom:1px solid #70739329;border-right:none;border-radius:8px 8px 0 0}.MeetingsSection-module__lPq7Iq__periodLabel{color:var(--color-muted-foreground);font-size:18px;font-weight:200}.MeetingsSection-module__lPq7Iq__meetingsList{box-sizing:border-box;width:100%}
.ai-glass-module__lcInNW__glassCard{-webkit-backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:16px;transition:all .2s;overflow:hidden;box-shadow:0 4px 30px #00000014}.ai-glass-module__lcInNW__glassCard:hover{box-shadow:0 8px 40px #0000001f}.ai-glass-module__lcInNW__glassCardInner{-webkit-backdrop-filter:blur(8px);background:#f8fafc99;border:1px solid #fff6;border-radius:12px}.ai-glass-module__lcInNW__glassButtonPrimary{-webkit-backdrop-filter:blur(8px);color:#fff;letter-spacing:.01em;background:linear-gradient(135deg,#18181b 0%,#27272a 100%);border:1px solid #ffffff14;border-radius:10px;font-weight:500;transition:all .15s;box-shadow:0 2px 8px #00000026,0 1px 2px #0000001a}.ai-glass-module__lcInNW__glassButtonPrimary:hover{background:linear-gradient(135deg,#27272a 0%,#3f3f46 100%);transform:translateY(-1px);box-shadow:0 4px 12px #0003,0 2px 4px #0000001a}.ai-glass-module__lcInNW__glassButtonPrimary:active{transform:translateY(0);box-shadow:0 1px 4px #00000026}.ai-glass-module__lcInNW__glassButtonSecondary{-webkit-backdrop-filter:blur(8px);color:#18181b;background:#fff9;border:1px solid #00000014;border-radius:12px;font-weight:500;transition:all .2s}.ai-glass-module__lcInNW__glassButtonSecondary:hover{background:#fffc;border-color:#00000026;box-shadow:0 2px 8px #00000014}.ai-glass-module__lcInNW__glassActionBar{-webkit-backdrop-filter:blur(6px);background:#f8fafc80;border-top:1px solid #fff6}.ai-glass-module__lcInNW__glassChip{-webkit-backdrop-filter:blur(4px);background:#ffffff80;border:1px solid #ffffff4d;border-radius:10px}.ai-glass-module__lcInNW__glassStatusBadge{-webkit-backdrop-filter:blur(4px);background:#fff9;border:1px solid #ffffff4d;border-radius:20px}.ai-glass-module__lcInNW__glassDraftContainer{-webkit-backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:16px;padding:16px;box-shadow:0 4px 30px #00000014}.ai-glass-module__lcInNW__glassEmailBody{-webkit-backdrop-filter:blur(8px);background:#f8fafc99;border:1px solid #fff6;border-radius:12px;padding:16px}.ai-glass-module__lcInNW__cardContent{padding:16px}.ai-glass-module__lcInNW__cardHeader{align-items:flex-start;gap:12px;display:flex}.ai-glass-module__lcInNW__iconContainer{background:#f8fafccc;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ai-glass-module__lcInNW__icon{width:16px;height:16px;color:var(--color-muted-foreground)}.ai-glass-module__lcInNW__iconSmall{width:14px;height:14px;color:var(--color-muted-foreground)}.ai-glass-module__lcInNW__iconTiny{width:10px;height:10px;color:var(--color-muted-foreground)}.ai-glass-module__lcInNW__headerContent{flex:1;min-width:0}.ai-glass-module__lcInNW__badgeRow{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;display:flex}.ai-glass-module__lcInNW__badge{text-transform:uppercase;color:var(--color-muted-foreground);background:#f8fafccc;border-radius:9999px;padding:2px 8px;font-size:10px;font-weight:500}.ai-glass-module__lcInNW__badgeCapitalize{text-transform:capitalize;color:var(--color-muted-foreground);background:#f8fafccc;border-radius:9999px;padding:2px 8px;font-size:10px;font-weight:500}.ai-glass-module__lcInNW__title{color:var(--color-foreground);margin:0;font-size:14px;font-weight:500}.ai-glass-module__lcInNW__titleClickable{color:var(--color-foreground);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:500;transition:color .15s;overflow:hidden}.ai-glass-module__lcInNW__titleClickable:hover{color:var(--color-strong-text)}.ai-glass-module__lcInNW__description{color:var(--color-muted-foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:12px;display:-webkit-box;overflow:hidden}.ai-glass-module__lcInNW__warningBox{background:#f8fafc99;border:1px solid #0000000f;border-radius:12px;margin-top:16px;padding:12px}.ai-glass-module__lcInNW__warningText{color:var(--color-muted-foreground);margin:0;font-size:12px}.ai-glass-module__lcInNW__infoBox{background:#f8fafc99;border:1px solid #0000000a;border-radius:12px;margin-top:16px;padding:12px}.ai-glass-module__lcInNW__infoBoxSmall{background:#f8fafc99;border:1px solid #0000000a;border-radius:12px;margin-top:12px;padding:12px}.ai-glass-module__lcInNW__detailsGrid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px;display:grid}.ai-glass-module__lcInNW__detailItem{align-items:center;gap:8px;font-size:12px;display:flex}.ai-glass-module__lcInNW__detailLabel{color:var(--color-muted-foreground)}.ai-glass-module__lcInNW__detailValue{color:var(--color-foreground)}.ai-glass-module__lcInNW__detailValueCapitalize{color:var(--color-foreground);text-transform:capitalize}.ai-glass-module__lcInNW__detailValueTruncate{color:var(--color-foreground);text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.ai-glass-module__lcInNW__contextSection{background:#f8fafc99;border:1px solid #0000000a;border-radius:12px;margin-top:12px;padding:12px}.ai-glass-module__lcInNW__contextLabel{color:var(--color-muted-foreground);margin-bottom:2px;font-size:11px}.ai-glass-module__lcInNW__contextText{color:var(--color-foreground);margin:0;font-size:12px}.ai-glass-module__lcInNW__tagsSection{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.ai-glass-module__lcInNW__tag{color:var(--color-muted-foreground);background:#f8fafccc;border-radius:9999px;padding:2px 8px;font-size:10px}.ai-glass-module__lcInNW__changePreview{background:#f8fafc99;border:1px solid #0000000a;border-radius:12px;margin-top:16px;padding:12px}.ai-glass-module__lcInNW__changePreviewContent{justify-content:center;align-items:center;gap:12px;display:flex}.ai-glass-module__lcInNW__changePreviewOld{color:var(--color-muted-foreground);font-size:12px;text-decoration:line-through}.ai-glass-module__lcInNW__changePreviewNew{color:var(--color-foreground);font-size:12px;font-weight:500}.ai-glass-module__lcInNW__changePreviewArrow{width:16px;height:16px;color:var(--color-muted-foreground);opacity:.5}.ai-glass-module__lcInNW__timeComparison{align-items:center;gap:12px;display:flex}.ai-glass-module__lcInNW__timeColumn{text-align:center;flex:1}.ai-glass-module__lcInNW__timeColumnLabel{text-transform:uppercase;color:var(--color-muted-foreground);margin-bottom:4px;font-size:10px}.ai-glass-module__lcInNW__timeColumnOld{color:var(--color-muted-foreground);font-size:12px;text-decoration:line-through}.ai-glass-module__lcInNW__timeColumnNew{color:var(--color-foreground);font-size:12px}.ai-glass-module__lcInNW__timeColumnNewBold{color:var(--color-foreground);font-size:12px;font-weight:500}.ai-glass-module__lcInNW__actionsContainer{align-items:center;gap:8px;padding:12px;display:flex}.ai-glass-module__lcInNW__actionsContainerPadded{align-items:center;gap:8px;padding-top:8px;display:flex}.ai-glass-module__lcInNW__buttonPrimary{cursor:pointer;background:var(--color-foreground);color:var(--color-background);border:none;border-radius:12px;align-items:center;gap:8px;padding:8px 14px;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex}.ai-glass-module__lcInNW__buttonPrimary:hover{opacity:.9}.ai-glass-module__lcInNW__buttonPrimary:disabled{opacity:.5;cursor:not-allowed}.ai-glass-module__lcInNW__buttonSecondary{cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-muted-foreground);background:#fff9;border:1px solid #00000014;border-radius:12px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex}.ai-glass-module__lcInNW__buttonSecondary:hover{background:#fffc}.ai-glass-module__lcInNW__buttonSecondary:disabled{opacity:.5;cursor:not-allowed}.ai-glass-module__lcInNW__buttonIcon{cursor:pointer;color:var(--color-muted-foreground);background:0 0;border:none;border-radius:8px;margin-left:auto;padding:6px;transition:all .15s}.ai-glass-module__lcInNW__buttonIcon:hover{color:var(--color-foreground);background:#0000000a}.ai-glass-module__lcInNW__sectionSpacing{margin-top:16px}.ai-glass-module__lcInNW__sectionSpacingSmall{margin-top:12px}.ai-glass-module__lcInNW__flexRow{align-items:center;display:flex}.ai-glass-module__lcInNW__flexRowGap{align-items:center;gap:8px;display:flex}.ai-glass-module__lcInNW__flexRowBetween{justify-content:space-between;align-items:center;display:flex}.ai-glass-module__lcInNW__flexWrap{flex-wrap:wrap;gap:8px;display:flex}.ai-glass-module__lcInNW__flexCol{flex-direction:column;display:flex}.ai-glass-module__lcInNW__flexColGap{flex-direction:column;gap:8px;display:flex}.ai-glass-module__lcInNW__flex1{flex:1;min-width:0}.ai-glass-module__lcInNW__mlAuto{margin-left:auto}.ai-glass-module__lcInNW__textXs{font-size:12px}.ai-glass-module__lcInNW__textXxs{font-size:11px}.ai-glass-module__lcInNW__textTiny{font-size:10px}.ai-glass-module__lcInNW__textSm{font-size:13px}.ai-glass-module__lcInNW__textBase{font-size:14px;line-height:1.6}.ai-glass-module__lcInNW__textMuted{color:var(--color-muted-foreground)}.ai-glass-module__lcInNW__textForeground{color:var(--color-foreground)}.ai-glass-module__lcInNW__textMedium{font-weight:500}.ai-glass-module__lcInNW__textItalic{font-style:italic}.ai-glass-module__lcInNW__textLineThrough{text-decoration:line-through}.ai-glass-module__lcInNW__textClamp1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ai-glass-module__lcInNW__textClamp2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ai-glass-module__lcInNW__textClamp3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ai-glass-module__lcInNW__textPreWrap{white-space:pre-wrap}.ai-glass-module__lcInNW__mt1{margin-top:4px}.ai-glass-module__lcInNW__mt2{margin-top:8px}.ai-glass-module__lcInNW__mt3{margin-top:12px}.ai-glass-module__lcInNW__mt4{margin-top:16px}.ai-glass-module__lcInNW__mb1{margin-top:4px}.ai-glass-module__lcInNW__mb2{margin-bottom:8px}.ai-glass-module__lcInNW__pt2{padding-top:8px}.ai-glass-module__lcInNW__p2{padding:8px}.ai-glass-module__lcInNW__p3{padding:12px}.ai-glass-module__lcInNW__px3{padding-left:12px;padding-right:12px}.ai-glass-module__lcInNW__py2{padding-top:8px;padding-bottom:8px}.ai-glass-module__lcInNW__listItem{overflow:hidden}.ai-glass-module__lcInNW__listItemContent{padding:12px}.ai-glass-module__lcInNW__listItemActions{align-items:center;gap:8px;padding:8px;display:flex}.ai-glass-module__lcInNW__emailHeader{align-items:center;gap:8px;font-size:13px;display:flex}.ai-glass-module__lcInNW__emailSubject{color:var(--color-foreground);font-weight:500}.ai-glass-module__lcInNW__emailRecipients{color:var(--color-muted-foreground);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.ai-glass-module__lcInNW__emailSeparator{color:#0003}.ai-glass-module__lcInNW__originalContext{background:#f8fafc99;border:1px solid #0000000a;border-radius:12px;padding:8px 12px}.ai-glass-module__lcInNW__originalContextHeader{align-items:center;gap:8px;margin-bottom:4px;display:flex}.ai-glass-module__lcInNW__originalContextLabel{color:var(--color-muted-foreground);font-size:11px}.ai-glass-module__lcInNW__originalContextText{color:var(--color-muted-foreground);max-height:80px;font-size:12px;font-style:italic;line-height:1.5;overflow-y:auto}.ai-glass-module__lcInNW__originalContextText p{margin:0 0 4px}.ai-glass-module__lcInNW__originalContextText p:last-child{margin-bottom:0}.ai-glass-module__lcInNW__originalContextText strong{color:var(--color-foreground);font-weight:600}.ai-glass-module__lcInNW__originalContextText a{color:var(--palette-primary-500);text-decoration:underline}.ai-glass-module__lcInNW__originalContextText a:hover{opacity:.8}.ai-glass-module__lcInNW__shortcutChip{cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-muted-foreground);background:#fff9;border:1px solid #00000014;border-radius:12px;align-items:center;gap:6px;padding:6px 10px;font-size:11px;font-weight:500;transition:all .15s;display:inline-flex}.ai-glass-module__lcInNW__shortcutChip:hover{background:#fffc;border-color:#0000001f}.ai-glass-module__lcInNW__shortcutChip:disabled{opacity:.5;cursor:not-allowed}.ai-glass-module__lcInNW__shortcutChipActive{background:#f8fafccc;border-color:#0000001f}.ai-glass-module__lcInNW__spinner{width:12px;height:12px;color:var(--color-muted-foreground);animation:1s linear infinite ai-glass-module__lcInNW__spin}@keyframes ai-glass-module__lcInNW__spin{to{transform:rotate(360deg)}}.ai-glass-module__lcInNW__showMoreButton{cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:100%;color:var(--color-muted-foreground);background:#fff9;border:1px solid #00000014;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:8px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.ai-glass-module__lcInNW__showMoreButton:hover{color:var(--color-foreground);background:#fffc}.ai-glass-module__lcInNW__emptyState{text-align:center;padding:16px}.ai-glass-module__lcInNW__emptyStateContent{flex-direction:column;align-items:center;gap:8px;display:flex}.ai-glass-module__lcInNW__emptyStateText{color:var(--color-muted-foreground);font-size:14px}.ai-glass-module__lcInNW__listHeader{justify-content:space-between;align-items:center;display:flex}.ai-glass-module__lcInNW__listTitle{color:var(--color-foreground);font-size:14px;font-weight:500}.ai-glass-module__lcInNW__listDescription{color:var(--color-muted-foreground);margin-top:2px;font-size:12px}.ai-glass-module__lcInNW__listCount{color:var(--color-muted-foreground);background:#f8fafccc;border-radius:9999px;padding:4px 8px;font-size:12px;font-weight:500}.ai-glass-module__lcInNW__listContainer{flex-direction:column;gap:8px;display:flex}.ai-glass-module__lcInNW__changesList{margin-top:16px}.ai-glass-module__lcInNW__changesLabel{color:var(--color-muted-foreground);font-size:11px}.ai-glass-module__lcInNW__changesItems{flex-direction:column;gap:6px;margin-top:8px;display:flex}.ai-glass-module__lcInNW__changeItem{align-items:center;gap:8px;font-size:12px;display:flex}.ai-glass-module__lcInNW__changeItemStart{align-items:flex-start;gap:8px;font-size:12px;display:flex}.ai-glass-module__lcInNW__stateContainer{background:#f8fafc99;border:1px solid #0000000a;border-radius:12px;margin-top:16px;padding:12px}.ai-glass-module__lcInNW__stateLabel{color:var(--color-muted-foreground);margin-bottom:8px;font-size:11px}.ai-glass-module__lcInNW__stateBadges{flex-wrap:wrap;gap:8px;display:flex}.ai-glass-module__lcInNW__stateBadge{color:var(--color-muted-foreground);background:#f8fafccc;border-radius:9999px;padding:2px 8px;font-size:11px}.ai-glass-module__lcInNW__labelsContainer{margin-top:12px}.ai-glass-module__lcInNW__labelsTitle{color:var(--color-muted-foreground);margin-bottom:6px;font-size:11px}.ai-glass-module__lcInNW__labelsList{flex-wrap:wrap;gap:6px;display:flex}.ai-glass-module__lcInNW__labelBadge{color:var(--color-foreground);background:#f8fafccc;border-radius:9999px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;display:inline-flex}.ai-glass-module__lcInNW__labelBadgeRemoved{opacity:.5;text-decoration:line-through}.ai-glass-module__lcInNW__labelBadgeNew{background:#0000000f}.ai-glass-module__lcInNW__dateTimeBox{background:#f8fafc99;border:1px solid #0000000a;border-radius:12px;padding:12px}.ai-glass-module__lcInNW__dateTimeHeader{color:var(--color-muted-foreground);align-items:center;gap:8px;margin-bottom:4px;font-size:12px;display:flex}.ai-glass-module__lcInNW__dateTimeValue{color:var(--color-foreground);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.ai-glass-module__lcInNW__dateTimeDuration{color:var(--color-muted-foreground);background:#f8fafccc;border-radius:9999px;padding:2px 8px;font-size:10px}.ai-glass-module__lcInNW__dateTimeTimezone{color:var(--color-muted-foreground);margin-top:4px;font-size:10px}.ai-glass-module__lcInNW__locationRow{color:var(--color-muted-foreground);align-items:center;gap:8px;font-size:12px;display:flex}.ai-glass-module__lcInNW__participantsSection{margin-top:12px}.ai-glass-module__lcInNW__participantsHeader{color:var(--color-muted-foreground);align-items:center;gap:8px;margin-bottom:8px;font-size:12px;display:flex}.ai-glass-module__lcInNW__participantsList{flex-wrap:wrap;gap:6px;display:flex}.ai-glass-module__lcInNW__participantBadge{color:var(--color-foreground);background:#f8fafccc;border-radius:9999px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;display:inline-flex}.ai-glass-module__lcInNW__participantRemove{cursor:pointer;opacity:.5;background:0 0;border:none;align-items:center;margin-left:2px;padding:0;transition:opacity .15s;display:inline-flex}.ai-glass-module__lcInNW__participantRemove:hover{opacity:1}.ai-glass-module__lcInNW__attachmentsRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ai-glass-module__lcInNW__attachmentsLabel{color:var(--color-muted-foreground);font-size:11px}.ai-glass-module__lcInNW__attachmentBadge{color:var(--color-foreground);background:#f8fafccc;border-radius:9999px;padding:2px 8px;font-size:11px}.ai-glass-module__lcInNW__toneRow{align-items:center;gap:8px;display:flex}.ai-glass-module__lcInNW__toneLabel{color:var(--color-muted-foreground);font-size:11px}.ai-glass-module__lcInNW__toneBadge{color:var(--color-muted-foreground);text-transform:capitalize;background:#f8fafccc;border-radius:9999px;padding:2px 8px;font-size:11px;font-weight:500}.ai-glass-module__lcInNW__suggestionsRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ai-glass-module__lcInNW__suggestionsLabel{color:var(--color-muted-foreground);font-size:11px}.ai-glass-module__lcInNW__suggestionBadge{color:var(--color-muted-foreground);background:#f8fafccc;border-radius:9999px;padding:2px 8px;font-size:11px}.ai-glass-module__lcInNW__editableInput{width:100%;color:var(--color-foreground);background:#fffc;border:1px solid #0000001a;border-radius:8px;padding:8px 12px;font-size:14px;font-weight:500;transition:border-color .2s,box-shadow .2s}.ai-glass-module__lcInNW__editableInput:focus{border-color:var(--palette-primary-500);outline:none;box-shadow:0 0 0 3px #005a8c1a}.ai-glass-module__lcInNW__editableInput::placeholder{color:var(--color-muted-foreground);font-weight:400}.ai-glass-module__lcInNW__editableSubject{width:100%;color:var(--color-foreground);background:#fffc;border:1px solid #0000001a;border-radius:8px;padding:8px 12px;font-size:14px;font-weight:500;transition:border-color .2s,box-shadow .2s}.ai-glass-module__lcInNW__editableSubject:focus{border-color:var(--palette-primary-500);outline:none;box-shadow:0 0 0 3px #005a8c1a}.ai-glass-module__lcInNW__editableSubject::placeholder{color:var(--color-muted-foreground);font-weight:400}.ai-glass-module__lcInNW__editableTextarea{width:100%;min-height:80px;color:var(--color-foreground);resize:vertical;background:#fffc;border:1px solid #0000001a;border-radius:8px;padding:10px 12px;font-family:inherit;font-size:13px;line-height:1.5;transition:border-color .2s,box-shadow .2s}.ai-glass-module__lcInNW__editableTextarea:focus{border-color:var(--palette-primary-500);outline:none;box-shadow:0 0 0 3px #005a8c1a}.ai-glass-module__lcInNW__editableTextarea::placeholder{color:var(--color-muted-foreground)}.ai-glass-module__lcInNW__editableSelect{color:var(--color-foreground);cursor:pointer;background:#ffffffe6;border:1px solid #0000001a;border-radius:8px;padding:8px 12px;font-size:13px;transition:border-color .2s}.ai-glass-module__lcInNW__editableSelect:focus{border-color:var(--palette-primary-500);outline:none}.ai-glass-module__lcInNW__editableDatetime{color:var(--color-foreground);background:#ffffffe6;border:1px solid #0000001a;border-radius:8px;padding:8px 12px;font-family:inherit;font-size:13px;transition:border-color .2s}.ai-glass-module__lcInNW__editableDatetime:focus{border-color:var(--palette-primary-500);outline:none}.ai-glass-module__lcInNW__editableNumber{width:120px;color:var(--color-foreground);background:#ffffffe6;border:1px solid #0000001a;border-radius:8px;padding:8px 12px;font-family:inherit;font-size:13px;transition:border-color .2s}.ai-glass-module__lcInNW__editableNumber:focus{border-color:var(--palette-primary-500);outline:none}.ai-glass-module__lcInNW__editableFieldLabel{color:var(--color-muted-foreground);margin-bottom:4px;font-size:11px;font-weight:500;display:block}.ai-glass-module__lcInNW__editableFieldRow{align-items:center;gap:8px;display:flex}.ai-glass-module__lcInNW__editableDatetimeGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.ai-glass-module__lcInNW__editableFieldGroup{flex-direction:column;gap:4px;display:flex}.ai-glass-module__lcInNW__eventDetailsSection{background:#f8fafc99;border:1px solid #0000000d;border-radius:10px;flex-direction:column;gap:8px;margin-top:12px;padding:12px;display:flex}.ai-glass-module__lcInNW__descriptionBox{background:#ffffff80;border:1px solid #0000000d;border-radius:8px;padding:8px 10px}.ai-glass-module__lcInNW__successState{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px 16px;display:flex}.ai-glass-module__lcInNW__successIcon{color:#16a34a;width:32px;height:32px}.ai-glass-module__lcInNW__discardedIcon{color:#6b7280;width:32px;height:32px}.ai-glass-module__lcInNW__successMessage{color:var(--color-foreground);margin:0;font-size:14px;font-weight:500}.ai-glass-module__lcInNW__successDetail{color:var(--color-muted-foreground);text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;font-size:12px;overflow:hidden}.ai-glass-module__lcInNW__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite ai-glass-module__lcInNW__spin}
.OutputRenderer-module__AcaD3q__glassCard{-webkit-backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:16px;transition:all .2s;overflow:hidden;box-shadow:0 4px 30px #00000014}.OutputRenderer-module__AcaD3q__glassCard:hover{box-shadow:0 8px 40px #0000001f}.OutputRenderer-module__AcaD3q__glassCardInner{-webkit-backdrop-filter:blur(8px);background:#f8fafc99;border:1px solid #fff6;border-radius:12px}.OutputRenderer-module__AcaD3q__glassButtonPrimary{-webkit-backdrop-filter:blur(8px);color:#fff;letter-spacing:.01em;background:linear-gradient(135deg,#18181b 0%,#27272a 100%);border:1px solid #ffffff14;border-radius:10px;font-weight:500;transition:all .15s;box-shadow:0 2px 8px #00000026,0 1px 2px #0000001a}.OutputRenderer-module__AcaD3q__glassButtonPrimary:hover{background:linear-gradient(135deg,#27272a 0%,#3f3f46 100%);transform:translateY(-1px);box-shadow:0 4px 12px #0003,0 2px 4px #0000001a}.OutputRenderer-module__AcaD3q__glassButtonPrimary:active{transform:translateY(0);box-shadow:0 1px 4px #00000026}.OutputRenderer-module__AcaD3q__glassButtonSecondary{-webkit-backdrop-filter:blur(8px);color:#18181b;background:#fff9;border:1px solid #00000014;border-radius:12px;font-weight:500;transition:all .2s}.OutputRenderer-module__AcaD3q__glassButtonSecondary:hover{background:#fffc;border-color:#00000026;box-shadow:0 2px 8px #00000014}.OutputRenderer-module__AcaD3q__glassActionBar{-webkit-backdrop-filter:blur(6px);background:#f8fafc80;border-top:1px solid #fff6}.OutputRenderer-module__AcaD3q__glassChip{-webkit-backdrop-filter:blur(4px);background:#ffffff80;border:1px solid #ffffff4d;border-radius:10px}.OutputRenderer-module__AcaD3q__glassStatusBadge{-webkit-backdrop-filter:blur(4px);background:#fff9;border:1px solid #ffffff4d;border-radius:20px}.OutputRenderer-module__AcaD3q__glassDraftContainer{-webkit-backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:16px;padding:16px;box-shadow:0 4px 30px #00000014}.OutputRenderer-module__AcaD3q__glassEmailBody{-webkit-backdrop-filter:blur(8px);background:#f8fafc99;border:1px solid #fff6;border-radius:12px;padding:16px}.OutputRenderer-module__AcaD3q__cardContent{padding:16px}.OutputRenderer-module__AcaD3q__cardHeader{align-items:flex-start;gap:12px;display:flex}.OutputRenderer-module__AcaD3q__iconContainer{background:#f8fafccc;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.OutputRenderer-module__AcaD3q__icon{width:16px;height:16px;color:var(--color-muted-foreground)}.OutputRenderer-module__AcaD3q__iconSmall{width:14px;height:14px;color:var(--color-muted-foreground)}.OutputRenderer-module__AcaD3q__iconTiny{width:10px;height:10px;color:var(--color-muted-foreground)}.OutputRenderer-module__AcaD3q__headerContent{flex:1;min-width:0}.OutputRenderer-module__AcaD3q__badgeRow{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;display:flex}.OutputRenderer-module__AcaD3q__badge{text-transform:uppercase;color:var(--color-muted-foreground);background:#f8fafccc;border-radius:9999px;padding:2px 8px;font-size:10px;font-weight:500}.OutputRenderer-module__AcaD3q__badgeCapitalize{text-transform:capitalize;color:var(--color-muted-foreground);background:#f8fafccc;border-radius:9999px;padding:2px 8px;font-size:10px;font-weight:500}.OutputRenderer-module__AcaD3q__title{color:var(--color-foreground);margin:0;font-size:14px;font-weight:500}.OutputRenderer-module__AcaD3q__titleClickable{color:var(--color-foreground);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:500;transition:color .15s;overflow:hidden}.OutputRenderer-module__AcaD3q__titleClickable:hover{color:var(--color-strong-text)}.OutputRenderer-module__AcaD3q__description{color:var(--color-muted-foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:12px;display:-webkit-box;overflow:hidden}.OutputRenderer-module__AcaD3q__warningBox{background:#f8fafc99;border:1px solid #0000000f;border-radius:12px;margin-top:16px;padding:12px}.OutputRenderer-module__AcaD3q__warningText{color:var(--color-muted-foreground);margin:0;font-size:12px}.OutputRenderer-module__AcaD3q__infoBox{background:#f8fafc99;border:1px solid #0000000a;border-radius:12px;margin-top:16px;padding:12px}.OutputRenderer-module__AcaD3q__infoBoxSmall{background:#f8fafc99;border:1px solid #0000000a;border-radius:12px;margin-top:12px;padding:12px}.OutputRenderer-module__AcaD3q__detailsGrid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px;display:grid}.OutputRenderer-module__AcaD3q__detailItem{align-items:center;gap:8px;font-size:12px;display:flex}.OutputRenderer-module__AcaD3q__detailLabel{color:var(--color-muted-foreground)}.OutputRenderer-module__AcaD3q__detailValue{color:var(--color-foreground)}.OutputRenderer-module__AcaD3q__detailValueCapitalize{color:var(--color-foreground);text-transform:capitalize}.OutputRenderer-module__AcaD3q__detailValueTruncate{color:var(--color-foreground);text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.OutputRenderer-module__AcaD3q__contextSection{background:#f8fafc99;border:1px solid #0000000a;border-radius:12px;margin-top:12px;padding:12px}.OutputRenderer-module__AcaD3q__contextLabel{color:var(--color-muted-foreground);margin-bottom:2px;font-size:11px}.OutputRenderer-module__AcaD3q__contextText{color:var(--color-foreground);margin:0;font-size:12px}.OutputRenderer-module__AcaD3q__tagsSection{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.OutputRenderer-module__AcaD3q__tag{color:var(--color-muted-foreground);background:#f8fafccc;border-radius:9999px;padding:2px 8px;font-size:10px}.OutputRenderer-module__AcaD3q__changePreview{background:#f8fafc99;border:1px solid #0000000a;border-radius:12px;margin-top:16px;padding:12px}.OutputRenderer-module__AcaD3q__changePreviewContent{justify-content:center;align-items:center;gap:12px;display:flex}.OutputRenderer-module__AcaD3q__changePreviewOld{color:var(--color-muted-foreground);font-size:12px;text-decoration:line-through}.OutputRenderer-module__AcaD3q__changePreviewNew{color:var(--color-foreground);font-size:12px;font-weight:500}.OutputRenderer-module__AcaD3q__changePreviewArrow{width:16px;height:16px;color:var(--color-muted-foreground);opacity:.5}.OutputRenderer-module__AcaD3q__timeComparison{align-items:center;gap:12px;display:flex}.OutputRenderer-module__AcaD3q__timeColumn{text-align:center;flex:1}.OutputRenderer-module__AcaD3q__timeColumnLabel{text-transform:uppercase;color:var(--color-muted-foreground);margin-bottom:4px;font-size:10px}.OutputRenderer-module__AcaD3q__timeColumnOld{color:var(--color-muted-foreground);font-size:12px;text-decoration:line-through}.OutputRenderer-module__AcaD3q__timeColumnNew{color:var(--color-foreground);font-size:12px}.OutputRenderer-module__AcaD3q__timeColumnNewBold{color:var(--color-foreground);font-size:12px;font-weight:500}.OutputRenderer-module__AcaD3q__actionsContainer{align-items:center;gap:8px;padding:12px;display:flex}.OutputRenderer-module__AcaD3q__actionsContainerPadded{align-items:center;gap:8px;padding-top:8px;display:flex}.OutputRenderer-module__AcaD3q__buttonPrimary{cursor:pointer;background:var(--color-foreground);color:var(--color-background);border:none;border-radius:12px;align-items:center;gap:8px;padding:8px 14px;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex}.OutputRenderer-module__AcaD3q__buttonPrimary:hover{opacity:.9}.OutputRenderer-module__AcaD3q__buttonPrimary:disabled{opacity:.5;cursor:not-allowed}.OutputRenderer-module__AcaD3q__buttonSecondary{cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-muted-foreground);background:#fff9;border:1px solid #00000014;border-radius:12px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex}.OutputRenderer-module__AcaD3q__buttonSecondary:hover{background:#fffc}.OutputRenderer-module__AcaD3q__buttonSecondary:disabled{opacity:.5;cursor:not-allowed}.OutputRenderer-module__AcaD3q__buttonIcon{cursor:pointer;color:var(--color-muted-foreground);background:0 0;border:none;border-radius:8px;margin-left:auto;padding:6px;transition:all .15s}.OutputRenderer-module__AcaD3q__buttonIcon:hover{color:var(--color-foreground);background:#0000000a}.OutputRenderer-module__AcaD3q__sectionSpacing{margin-top:16px}.OutputRenderer-module__AcaD3q__sectionSpacingSmall{margin-top:12px}.OutputRenderer-module__AcaD3q__flexRow{align-items:center;display:flex}.OutputRenderer-module__AcaD3q__flexRowGap{align-items:center;gap:8px;display:flex}.OutputRenderer-module__AcaD3q__flexRowBetween{justify-content:space-between;align-items:center;display:flex}.OutputRenderer-module__AcaD3q__flexWrap{flex-wrap:wrap;gap:8px;display:flex}.OutputRenderer-module__AcaD3q__flexCol{flex-direction:column;display:flex}.OutputRenderer-module__AcaD3q__flexColGap{flex-direction:column;gap:8px;display:flex}.OutputRenderer-module__AcaD3q__flex1{flex:1;min-width:0}.OutputRenderer-module__AcaD3q__mlAuto{margin-left:auto}.OutputRenderer-module__AcaD3q__textXs{font-size:12px}.OutputRenderer-module__AcaD3q__textXxs{font-size:11px}.OutputRenderer-module__AcaD3q__textTiny{font-size:10px}.OutputRenderer-module__AcaD3q__textSm{font-size:13px}.OutputRenderer-module__AcaD3q__textBase{font-size:14px;line-height:1.6}.OutputRenderer-module__AcaD3q__textMuted{color:var(--color-muted-foreground)}.OutputRenderer-module__AcaD3q__textForeground{color:var(--color-foreground)}.OutputRenderer-module__AcaD3q__textMedium{font-weight:500}.OutputRenderer-module__AcaD3q__textItalic{font-style:italic}.OutputRenderer-module__AcaD3q__textLineThrough{text-decoration:line-through}.OutputRenderer-module__AcaD3q__textClamp1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.OutputRenderer-module__AcaD3q__textClamp2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.OutputRenderer-module__AcaD3q__textClamp3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.OutputRenderer-module__AcaD3q__textPreWrap{white-space:pre-wrap}.OutputRenderer-module__AcaD3q__mt1{margin-top:4px}.OutputRenderer-module__AcaD3q__mt2{margin-top:8px}.OutputRenderer-module__AcaD3q__mt3{margin-top:12px}.OutputRenderer-module__AcaD3q__mt4{margin-top:16px}.OutputRenderer-module__AcaD3q__mb1{margin-top:4px}.OutputRenderer-module__AcaD3q__mb2{margin-bottom:8px}.OutputRenderer-module__AcaD3q__pt2{padding-top:8px}.OutputRenderer-module__AcaD3q__p2{padding:8px}.OutputRenderer-module__AcaD3q__p3{padding:12px}.OutputRenderer-module__AcaD3q__px3{padding-left:12px;padding-right:12px}.OutputRenderer-module__AcaD3q__py2{padding-top:8px;padding-bottom:8px}.OutputRenderer-module__AcaD3q__listItem{overflow:hidden}.OutputRenderer-module__AcaD3q__listItemContent{padding:12px}.OutputRenderer-module__AcaD3q__listItemActions{align-items:center;gap:8px;padding:8px;display:flex}.OutputRenderer-module__AcaD3q__emailHeader{align-items:center;gap:8px;font-size:13px;display:flex}.OutputRenderer-module__AcaD3q__emailSubject{color:var(--color-foreground);font-weight:500}.OutputRenderer-module__AcaD3q__emailRecipients{color:var(--color-muted-foreground);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.OutputRenderer-module__AcaD3q__emailSeparator{color:#0003}.OutputRenderer-module__AcaD3q__originalContext{background:#f8fafc99;border:1px solid #0000000a;border-radius:12px;padding:8px 12px}.OutputRenderer-module__AcaD3q__originalContextHeader{align-items:center;gap:8px;margin-bottom:4px;display:flex}.OutputRenderer-module__AcaD3q__originalContextLabel{color:var(--color-muted-foreground);font-size:11px}.OutputRenderer-module__AcaD3q__originalContextText{color:var(--color-muted-foreground);max-height:80px;font-size:12px;font-style:italic;line-height:1.5;overflow-y:auto}.OutputRenderer-module__AcaD3q__originalContextText p{margin:0 0 4px}.OutputRenderer-module__AcaD3q__originalContextText p:last-child{margin-bottom:0}.OutputRenderer-module__AcaD3q__originalContextText strong{color:var(--color-foreground);font-weight:600}.OutputRenderer-module__AcaD3q__originalContextText a{color:var(--palette-primary-500);text-decoration:underline}.OutputRenderer-module__AcaD3q__originalContextText a:hover{opacity:.8}.OutputRenderer-module__AcaD3q__shortcutChip{cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-muted-foreground);background:#fff9;border:1px solid #00000014;border-radius:12px;align-items:center;gap:6px;padding:6px 10px;font-size:11px;font-weight:500;transition:all .15s;display:inline-flex}.OutputRenderer-module__AcaD3q__shortcutChip:hover{background:#fffc;border-color:#0000001f}.OutputRenderer-module__AcaD3q__shortcutChip:disabled{opacity:.5;cursor:not-allowed}.OutputRenderer-module__AcaD3q__shortcutChipActive{background:#f8fafccc;border-color:#0000001f}.OutputRenderer-module__AcaD3q__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite OutputRenderer-module__AcaD3q__spin}@keyframes OutputRenderer-module__AcaD3q__spin{to{transform:rotate(360deg)}}.OutputRenderer-module__AcaD3q__showMoreButton{cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:100%;color:var(--color-muted-foreground);background:#fff9;border:1px solid #00000014;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:8px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.OutputRenderer-module__AcaD3q__showMoreButton:hover{color:var(--color-foreground);background:#fffc}.OutputRenderer-module__AcaD3q__emptyState{text-align:center;padding:16px}.OutputRenderer-module__AcaD3q__emptyStateContent{flex-direction:column;align-items:center;gap:8px;display:flex}.OutputRenderer-module__AcaD3q__emptyStateText{color:var(--color-muted-foreground);font-size:14px}.OutputRenderer-module__AcaD3q__listHeader{justify-content:space-between;align-items:center;display:flex}.OutputRenderer-module__AcaD3q__listTitle{color:var(--color-foreground);font-size:14px;font-weight:500}.OutputRenderer-module__AcaD3q__listDescription{color:var(--color-muted-foreground);margin-top:2px;font-size:12px}.OutputRenderer-module__AcaD3q__listCount{color:var(--color-muted-foreground);background:#f8fafccc;border-radius:9999px;padding:4px 8px;font-size:12px;font-weight:500}.OutputRenderer-module__AcaD3q__listContainer{flex-direction:column;gap:8px;display:flex}.OutputRenderer-module__AcaD3q__changesList{margin-top:16px}.OutputRenderer-module__AcaD3q__changesLabel{color:var(--color-muted-foreground);font-size:11px}.OutputRenderer-module__AcaD3q__changesItems{flex-direction:column;gap:6px;margin-top:8px;display:flex}.OutputRenderer-module__AcaD3q__changeItem{align-items:center;gap:8px;font-size:12px;display:flex}.OutputRenderer-module__AcaD3q__changeItemStart{align-items:flex-start;gap:8px;font-size:12px;display:flex}.OutputRenderer-module__AcaD3q__stateContainer{background:#f8fafc99;border:1px solid #0000000a;border-radius:12px;margin-top:16px;padding:12px}.OutputRenderer-module__AcaD3q__stateLabel{color:var(--color-muted-foreground);margin-bottom:8px;font-size:11px}.OutputRenderer-module__AcaD3q__stateBadges{flex-wrap:wrap;gap:8px;display:flex}.OutputRenderer-module__AcaD3q__stateBadge{color:var(--color-muted-foreground);background:#f8fafccc;border-radius:9999px;padding:2px 8px;font-size:11px}.OutputRenderer-module__AcaD3q__labelsContainer{margin-top:12px}.OutputRenderer-module__AcaD3q__labelsTitle{color:var(--color-muted-foreground);margin-bottom:6px;font-size:11px}.OutputRenderer-module__AcaD3q__labelsList{flex-wrap:wrap;gap:6px;display:flex}.OutputRenderer-module__AcaD3q__labelBadge{color:var(--color-foreground);background:#f8fafccc;border-radius:9999px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;display:inline-flex}.OutputRenderer-module__AcaD3q__labelBadgeRemoved{opacity:.5;text-decoration:line-through}.OutputRenderer-module__AcaD3q__labelBadgeNew{background:#0000000f}.OutputRenderer-module__AcaD3q__dateTimeBox{background:#f8fafc99;border:1px solid #0000000a;border-radius:12px;padding:12px}.OutputRenderer-module__AcaD3q__dateTimeHeader{color:var(--color-muted-foreground);align-items:center;gap:8px;margin-bottom:4px;font-size:12px;display:flex}.OutputRenderer-module__AcaD3q__dateTimeValue{color:var(--color-foreground);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.OutputRenderer-module__AcaD3q__dateTimeDuration{color:var(--color-muted-foreground);background:#f8fafccc;border-radius:9999px;padding:2px 8px;font-size:10px}.OutputRenderer-module__AcaD3q__dateTimeTimezone{color:var(--color-muted-foreground);margin-top:4px;font-size:10px}.OutputRenderer-module__AcaD3q__locationRow{color:var(--color-muted-foreground);align-items:center;gap:8px;font-size:12px;display:flex}.OutputRenderer-module__AcaD3q__participantsSection{margin-top:12px}.OutputRenderer-module__AcaD3q__participantsHeader{color:var(--color-muted-foreground);align-items:center;gap:8px;margin-bottom:8px;font-size:12px;display:flex}.OutputRenderer-module__AcaD3q__participantsList{flex-wrap:wrap;gap:6px;display:flex}.OutputRenderer-module__AcaD3q__participantBadge{color:var(--color-foreground);background:#f8fafccc;border-radius:9999px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;display:inline-flex}.OutputRenderer-module__AcaD3q__participantRemove{cursor:pointer;opacity:.5;background:0 0;border:none;align-items:center;margin-left:2px;padding:0;transition:opacity .15s;display:inline-flex}.OutputRenderer-module__AcaD3q__participantRemove:hover{opacity:1}.OutputRenderer-module__AcaD3q__attachmentsRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.OutputRenderer-module__AcaD3q__attachmentsLabel{color:var(--color-muted-foreground);font-size:11px}.OutputRenderer-module__AcaD3q__attachmentBadge{color:var(--color-foreground);background:#f8fafccc;border-radius:9999px;padding:2px 8px;font-size:11px}.OutputRenderer-module__AcaD3q__toneRow{align-items:center;gap:8px;display:flex}.OutputRenderer-module__AcaD3q__toneLabel{color:var(--color-muted-foreground);font-size:11px}.OutputRenderer-module__AcaD3q__toneBadge{color:var(--color-muted-foreground);text-transform:capitalize;background:#f8fafccc;border-radius:9999px;padding:2px 8px;font-size:11px;font-weight:500}.OutputRenderer-module__AcaD3q__suggestionsRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.OutputRenderer-module__AcaD3q__suggestionsLabel{color:var(--color-muted-foreground);font-size:11px}.OutputRenderer-module__AcaD3q__suggestionBadge{color:var(--color-muted-foreground);background:#f8fafccc;border-radius:9999px;padding:2px 8px;font-size:11px}.OutputRenderer-module__AcaD3q__editableInput{width:100%;color:var(--color-foreground);background:#fffc;border:1px solid #0000001a;border-radius:8px;padding:8px 12px;font-size:14px;font-weight:500;transition:border-color .2s,box-shadow .2s}.OutputRenderer-module__AcaD3q__editableInput:focus{border-color:var(--palette-primary-500);outline:none;box-shadow:0 0 0 3px #005a8c1a}.OutputRenderer-module__AcaD3q__editableInput::placeholder{color:var(--color-muted-foreground);font-weight:400}.OutputRenderer-module__AcaD3q__editableSubject{width:100%;color:var(--color-foreground);background:#fffc;border:1px solid #0000001a;border-radius:8px;padding:8px 12px;font-size:14px;font-weight:500;transition:border-color .2s,box-shadow .2s}.OutputRenderer-module__AcaD3q__editableSubject:focus{border-color:var(--palette-primary-500);outline:none;box-shadow:0 0 0 3px #005a8c1a}.OutputRenderer-module__AcaD3q__editableSubject::placeholder{color:var(--color-muted-foreground);font-weight:400}.OutputRenderer-module__AcaD3q__editableTextarea{width:100%;min-height:80px;color:var(--color-foreground);resize:vertical;background:#fffc;border:1px solid #0000001a;border-radius:8px;padding:10px 12px;font-family:inherit;font-size:13px;line-height:1.5;transition:border-color .2s,box-shadow .2s}.OutputRenderer-module__AcaD3q__editableTextarea:focus{border-color:var(--palette-primary-500);outline:none;box-shadow:0 0 0 3px #005a8c1a}.OutputRenderer-module__AcaD3q__editableTextarea::placeholder{color:var(--color-muted-foreground)}.OutputRenderer-module__AcaD3q__editableSelect{color:var(--color-foreground);cursor:pointer;background:#ffffffe6;border:1px solid #0000001a;border-radius:8px;padding:8px 12px;font-size:13px;transition:border-color .2s}.OutputRenderer-module__AcaD3q__editableSelect:focus{border-color:var(--palette-primary-500);outline:none}.OutputRenderer-module__AcaD3q__editableDatetime{color:var(--color-foreground);background:#ffffffe6;border:1px solid #0000001a;border-radius:8px;padding:8px 12px;font-family:inherit;font-size:13px;transition:border-color .2s}.OutputRenderer-module__AcaD3q__editableDatetime:focus{border-color:var(--palette-primary-500);outline:none}.OutputRenderer-module__AcaD3q__editableNumber{width:120px;color:var(--color-foreground);background:#ffffffe6;border:1px solid #0000001a;border-radius:8px;padding:8px 12px;font-family:inherit;font-size:13px;transition:border-color .2s}.OutputRenderer-module__AcaD3q__editableNumber:focus{border-color:var(--palette-primary-500);outline:none}.OutputRenderer-module__AcaD3q__editableFieldLabel{color:var(--color-muted-foreground);margin-bottom:4px;font-size:11px;font-weight:500;display:block}.OutputRenderer-module__AcaD3q__editableFieldRow{align-items:center;gap:8px;display:flex}.OutputRenderer-module__AcaD3q__editableDatetimeGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.OutputRenderer-module__AcaD3q__editableFieldGroup{flex-direction:column;gap:4px;display:flex}.OutputRenderer-module__AcaD3q__eventDetailsSection{background:#f8fafc99;border:1px solid #0000000d;border-radius:10px;flex-direction:column;gap:8px;margin-top:12px;padding:12px;display:flex}.OutputRenderer-module__AcaD3q__descriptionBox{background:#ffffff80;border:1px solid #0000000d;border-radius:8px;padding:8px 10px}.OutputRenderer-module__AcaD3q__successState{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px 16px;display:flex}.OutputRenderer-module__AcaD3q__successIcon{color:#16a34a;width:32px;height:32px}.OutputRenderer-module__AcaD3q__discardedIcon{color:#6b7280;width:32px;height:32px}.OutputRenderer-module__AcaD3q__successMessage{color:var(--color-foreground);margin:0;font-size:14px;font-weight:500}.OutputRenderer-module__AcaD3q__successDetail{color:var(--color-muted-foreground);text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;font-size:12px;overflow:hidden}
@reference;.LeftSidebar-module__ceTaya__sidebar{width:var(--sidebar-width);z-index:50;background-color:var(--color-background);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}html[data-electron=true] .LeftSidebar-module__ceTaya__sidebar{top:0}.LeftSidebar-module__ceTaya__sidebarInner{flex-direction:column;height:100%;padding:12px 0;display:flex}html[data-electron=true][data-platform=darwin] .LeftSidebar-module__ceTaya__sidebarInner{padding-top:48px}html[data-electron=true]:not([data-platform=darwin]) .LeftSidebar-module__ceTaya__sidebarInner{padding-top:12px}.LeftSidebar-module__ceTaya__navSection{flex-direction:column;align-items:center;gap:.75rem;display:flex}.LeftSidebar-module__ceTaya__spacer{flex:1}.LeftSidebar-module__ceTaya__bottomSection{flex-direction:column;align-items:center;gap:.75rem;display:flex}.LeftSidebar-module__ceTaya__navButton{cursor:pointer;width:40px;height:40px;color:var(--color-foreground);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s;display:flex}.LeftSidebar-module__ceTaya__navButton:hover,.LeftSidebar-module__ceTaya__navButton.LeftSidebar-module__ceTaya__active{background-color:var(--color-hover,#f5f5f5)}.LeftSidebar-module__ceTaya__composeButton{cursor:pointer;color:#fff;background:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .2s;display:flex}.LeftSidebar-module__ceTaya__composeButton:hover{opacity:.8}.LeftSidebar-module__ceTaya__logoButton{margin-bottom:1rem}.LeftSidebar-module__ceTaya__logo{object-fit:contain;cursor:pointer;transition:opacity .2s}.LeftSidebar-module__ceTaya__logo:hover{opacity:.8}.LeftSidebar-module__ceTaya__knowledgeButton{width:48px;height:48px}.LeftSidebar-module__ceTaya__knowledgeIcon{object-fit:contain;width:100%;height:100%}
@reference;.AIMessageDisplay-module__q4GZ2a__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:400px;padding:3rem 1rem;display:flex}.AIMessageDisplay-module__q4GZ2a__emptyStateIcon{border-radius:.75rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin-bottom:1rem;display:flex}.AIMessageDisplay-module__q4GZ2a__emptyStateIconImage{object-fit:contain;filter:brightness(0)saturate()invert(47%)sepia(72%)saturate(1647%)hue-rotate(183deg)brightness(96%)contrast(92%);width:1.5rem;height:1.5rem}.AIMessageDisplay-module__q4GZ2a__emptyStateTitle{color:var(--color-foreground);margin-bottom:.375rem;font-size:1rem;font-weight:600}.AIMessageDisplay-module__q4GZ2a__emptyStateDescription{max-width:28rem;color:var(--color-muted-foreground);font-size:.75rem;line-height:1.5}
/*# sourceMappingURL=860509084fd94a24.css.map*/