:root{--background:#f8f5ee;--surface:#fffdf8;--surface-low:#f1ede4;--surface-mid:#e8dfd0;--surface-high:#d9cfbd;--surface-bright:#fffefa;--ink:#09251b;--muted:#47564f;--subtle:#737d76;--line:#d2c7b6;--line-soft:#e8dfd2;--primary:#09251b;--primary-hover:#153629;--secondary:#0d8f61;--secondary-strong:#126f4d;--secondary-soft:#e7f5ed;--accent:#9a6215;--accent-soft:#fff3d9;--accent-line:#ead2a6;--success:#147a48;--success-soft:#ecf8f1;--danger-soft:#fee2e2;--danger:#b91c1c;--focus-ring:rgb(13 143 97/16%);--shadow:0 1px 2px rgb(9 37 27/6%)}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;overflow:hidden;background:var(--background);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a,button{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}.operatorShell{display:flex;min-height:100vh;background:var(--background)}.sideNav{position:fixed;inset:0 auto 0 0;z-index:10;display:flex;height:100vh;min-height:0;width:256px;flex-direction:column;border-right:1px solid var(--line-soft);background:var(--surface-bright);padding:24px 12px}.sideNavLoading{pointer-events:none}.workspaceHeader{display:flex;flex:0 0 auto;align-items:center;gap:12px;margin-bottom:24px;padding:0 8px}.workspaceHeader>div{display:grid;min-width:0;grid-gap:2px;gap:2px}.workspaceHeader p{color:var(--primary);font-size:15px;font-weight:750;line-height:20px}.workspaceHeader p,.workspaceHeader span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspaceHeader span{color:var(--subtle);font-size:12px;font-weight:500;letter-spacing:0;line-height:16px}.actionPlan h3,.sectionLabel{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:0;line-height:16px;text-transform:uppercase}.avatar{display:block;width:32px;height:32px;flex:0 0 auto;overflow:hidden;border:1px solid var(--line);border-radius:999px;background:var(--surface-low)}.avatar img{display:block;width:100%;height:100%;object-fit:cover}.avatar.large{width:40px;height:40px}.avatar.xl{width:80px;height:80px}.navList{display:grid;min-height:0;flex:1 1;align-content:start;grid-gap:8px;gap:8px;overflow-y:auto;padding-right:2px;overscroll-behavior:contain}.navGroup{display:grid;grid-gap:6px;gap:6px}.queueNavHeader{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 8px 2px}.queueNavHeader>span{color:var(--subtle);font-size:11px;font-weight:760;letter-spacing:.04em;line-height:16px;text-transform:uppercase}.queueSyncButton{display:inline-flex;min-height:28px;align-items:center;gap:6px;border:1px solid transparent;border-radius:4px;background:transparent;color:var(--muted);font-size:12px;font-weight:700;line-height:16px;padding:5px 7px;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.queueSyncButton:hover{border-color:var(--line-soft);background:var(--surface-low);color:var(--ink);transform:translateY(-1px)}.queueSyncButton:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.queueSyncButton:disabled{cursor:default;opacity:.65;transform:none}.queueSyncError{margin:-2px 8px 4px;color:#b42318;font-size:12px;font-weight:650;line-height:16px}.footerLink,.navItem{display:flex;width:100%;min-height:44px;align-items:center;gap:12px;border:0;border-radius:4px;background:transparent;color:var(--muted);font-size:14px;line-height:20px;padding:10px 8px;text-align:left;transition:background .16s ease,color .16s ease,transform .16s ease}.footerLink:hover,.navItem:hover{background:var(--surface-low);color:var(--ink)}.footerLink.active,.navItem.active{background:var(--surface-mid);color:var(--primary);font-weight:750;transform:scale(.98)}.navItemMain{display:inline-flex;min-width:0;flex:1 1;align-items:center;gap:12px}.navCount{display:inline-flex;min-width:18px;justify-content:flex-end;color:var(--subtle);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:600;line-height:16px}.navCount.loading{width:18px;height:8px;border-radius:999px;background:color-mix(in srgb,var(--muted) 18%,transparent)}.navChevron{transition:transform .16s ease}.navChevron.expanded{transform:rotate(180deg)}.navSubList{display:grid;grid-gap:4px;gap:4px;padding-left:20px}.navSubItem{display:grid;grid-gap:2px;gap:2px;border-radius:4px;color:var(--muted);padding:8px 8px 8px 10px}.navSubItem.active,.navSubItem:hover{background:var(--surface-mid)}.navSubItem strong{color:var(--ink);font-weight:700}.navSubEmpty,.navSubItem span,.navSubItem strong{font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navSubEmpty,.navSubItem span{color:var(--muted)}.navSubEmpty{margin:0;padding:6px 10px}.navCapabilityGroup{display:grid;grid-gap:6px;gap:6px;margin-top:10px;border-top:1px solid var(--line-soft);padding-top:12px}.navItemStatic{cursor:default}.navItemStatic:hover{background:var(--surface-low);color:var(--primary);transform:none}.capabilitySubList{padding-left:10px}.capabilitySubList .navSubItem{grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding-top:9px;padding-bottom:9px}.navSubIcon{display:grid;color:var(--muted);place-items:center}.navSubItem.active .navSubIcon,.navSubItem:hover .navSubIcon{color:var(--ink)}.navFooter{display:grid;flex:0 0 auto;grid-gap:8px;gap:8px;margin-top:auto;border-top:1px solid var(--line-soft);padding-top:12px}.reviewWorkspace{min-height:100vh;min-width:0}.reviewWorkspace,.settingsWorkspace{display:flex;width:calc(100% - 256px);height:100vh;overflow:hidden;margin-left:256px}.settingsWorkspace{min-height:0;flex-direction:column}.capabilitiesWorkspace{display:grid;width:calc(100% - 256px);height:100vh;min-height:0;align-content:start;grid-gap:32px;gap:32px;margin-left:256px;overflow-y:auto;overscroll-behavior:contain;padding:40px}.capabilitiesHeader{display:grid;max-width:760px;grid-gap:8px;gap:8px}.capabilitiesHeader h1{color:var(--ink);font-size:32px;font-weight:750;letter-spacing:0;line-height:40px}.capabilitiesHeader p{color:var(--muted);font-size:15px;line-height:22px}.capabilitiesPlaceholder{display:flex;max-width:760px;align-items:flex-start;gap:16px;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface);padding:24px}.capabilityPlaceholderIcon{display:grid;width:44px;height:44px;flex:0 0 auto;place-items:center;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface-low);color:var(--muted)}.capabilitiesPlaceholder h2{color:var(--ink);font-size:18px;font-weight:750;line-height:24px}.capabilitiesPlaceholder p{color:var(--muted);font-size:14px;line-height:20px;margin-top:6px}.traceWorkspace{display:flex;width:calc(100% - 256px);height:100vh;min-height:0;margin-left:256px;flex-direction:column;overflow:hidden;background:var(--background)}.traceTopBar{display:flex;min-height:64px;flex:0 0 auto;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line-soft);background:var(--surface-bright);padding:0 24px}.traceTopBar>div{display:grid;grid-gap:2px;gap:2px}.traceTopBar p{color:var(--ink);font-size:15px;font-weight:750;line-height:20px}.traceTopBar span{color:var(--muted);font-size:12px;line-height:16px}.traceIconButton,.tracePageButton{display:grid;width:36px;height:36px;place-items:center;border:1px solid transparent;border-radius:4px;background:transparent;color:var(--muted);transition:background .16s ease,border-color .16s ease,color .16s ease}.traceIconButton:hover,.tracePageButton:hover:not(:disabled){border-color:var(--line-soft);background:var(--surface-low);color:var(--ink)}.tracePageButton:disabled{cursor:not-allowed;opacity:.45}.spinningIcon{animation:spin .9s linear infinite}.traceDetailError,.traceError{display:flex;align-items:center;gap:8px;border:1px solid rgb(185 28 28/18%);border-radius:6px;background:var(--danger-soft);color:var(--danger);font-size:13px;line-height:18px;margin:16px 24px 0;padding:10px 12px}.traceDetailError{margin:0}.traceLayout{display:grid;min-height:0;flex:1 1;grid-template-columns:minmax(300px,360px) minmax(0,1fr);grid-gap:0;gap:0}.traceDetailPane,.traceListPane{min-height:0;overflow:hidden}.traceListPane{display:flex;flex-direction:column;border-right:1px solid var(--line-soft);background:var(--surface-bright)}.traceListHeader,.tracePagination,.tracePanelHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.traceListHeader{min-height:48px;border-bottom:1px solid var(--line-soft);padding:0 16px}.traceListHeader strong,.tracePanelHeader h2{color:var(--ink);font-size:13px;font-weight:750;line-height:18px}.traceListHeader span,.tracePagination span,.tracePanelHeader span{color:var(--muted);font-size:12px;line-height:16px}.traceRunList{display:grid;flex:1 1;align-content:start;overflow-y:auto;overscroll-behavior:contain;padding:8px}.traceRunItem{display:grid;width:100%;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--ink);padding:10px 8px;text-align:left;transition:background .16s ease,border-color .16s ease,transform .16s ease}.traceRunItem:hover{border-color:var(--line-soft);background:var(--surface-low)}.traceRunItem.active{border-color:var(--line);background:var(--surface-mid);transform:scale(.99)}.traceStatusDot{width:8px;height:8px;border-radius:999px;background:var(--subtle)}.traceStatusDot.partial,.traceStatusDot.succeeded{background:var(--success)}.traceStatusDot.queued,.traceStatusDot.running{background:var(--accent)}.traceStatusDot.blocked,.traceStatusDot.failed{background:var(--danger)}.traceRunMain{display:grid;min-width:0;grid-gap:2px;gap:2px}.traceRunMain strong{overflow:hidden;color:var(--ink);font-size:13px;font-weight:750;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.traceRunMain span,.traceRunMetric{color:var(--muted);font-size:12px;line-height:16px}.traceRunMetric{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:650}.tracePagination{min-height:52px;border-top:1px solid var(--line-soft);padding:8px 12px}.traceDetailPane{display:grid;align-content:start;grid-gap:16px;gap:16px;overflow-y:auto;overscroll-behavior:contain;padding:24px}.traceDetailHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.traceDetailHeader>div{display:grid;grid-gap:4px;gap:4px}.traceDetailTitle{display:flex;align-items:center;gap:8px}.traceDetailTitle svg{color:var(--muted)}.traceDetailTitle h1{color:var(--ink);font-size:20px;font-weight:750;line-height:28px}.traceDetailHeader p{color:var(--muted);font-size:13px;line-height:18px}.traceStatusBadge{border:1px solid var(--line-soft);border-radius:999px;background:var(--surface);color:var(--muted);font-size:12px;font-weight:750;line-height:16px;padding:4px 9px;text-transform:capitalize}.traceStatusBadge.partial,.traceStatusBadge.succeeded{border-color:rgb(20 122 72/18%);background:var(--success-soft);color:var(--success)}.traceStatusBadge.blocked,.traceStatusBadge.failed{border-color:rgb(185 28 28/18%);background:var(--danger-soft);color:var(--danger)}.traceMetrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px}.traceMetric{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:2px 8px;gap:2px 8px;border:1px solid var(--line-soft);border-radius:6px;background:var(--surface);padding:12px}.traceMetric svg{grid-row:span 2;color:var(--muted)}.traceMetric span{color:var(--muted);font-size:11px;font-weight:750;line-height:14px;text-transform:uppercase}.traceMetric strong{min-width:0;overflow:hidden;color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:16px;font-weight:750;line-height:22px;text-overflow:ellipsis;white-space:nowrap}.tracePanel{display:grid;grid-gap:12px;gap:12px;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);padding:16px}.traceDecisionPanel{gap:14px}.traceDecisionSummary{margin:0;color:var(--ink);font-size:13px;line-height:19px}.traceDecisionGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px 20px;gap:16px 20px}.traceDecisionSection{display:grid;min-width:0;align-content:start;grid-gap:8px;gap:8px}.traceDecisionSection>strong{color:var(--ink);font-size:12px;font-weight:780;letter-spacing:0;line-height:16px;text-transform:uppercase}.traceDecisionSection ul{display:grid;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.traceDecisionSection li{min-width:0;border-top:1px solid var(--line-soft);padding-top:8px}.traceDecisionSection span{display:grid;min-width:0;grid-gap:3px;gap:3px;color:var(--ink);font-size:12px;line-height:17px}.traceDecisionSection b{overflow:hidden;color:var(--secondary);font-size:12px;font-weight:750;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.traceDecisionSection em,.traceDecisionSection p{margin:0;color:var(--muted);font-size:12px;font-style:normal;line-height:16px}.traceToolCatalogPanel{gap:12px}.traceTokenUsageGrid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:8px;gap:8px}.traceTokenUsageItem{min-width:0;border:1px solid var(--line-soft);border-radius:6px;background:var(--surface-bright);padding:10px}.traceTokenUsageItem span{display:block;color:var(--muted);font-size:11px;font-weight:750;line-height:14px;text-transform:uppercase}.traceTokenUsageItem strong{display:block;min-width:0;overflow:hidden;color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;font-weight:750;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.traceToolCatalogList{display:grid;grid-gap:8px;gap:8px}.traceToolCatalogItem{display:grid;min-width:0;grid-gap:7px;gap:7px;border:1px solid var(--line-soft);border-radius:6px;background:var(--surface-bright);padding:10px 12px}.traceToolCatalogCounts,.traceToolCatalogTopline{display:flex;min-width:0;align-items:center;gap:8px}.traceToolCatalogTopline{justify-content:space-between}.traceToolCatalogTopline strong{min-width:0;overflow:hidden;color:var(--ink);font-size:13px;font-weight:750;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.traceToolCatalogCounts,.traceToolCatalogTopline span{color:var(--muted);font-size:12px;line-height:16px}.traceToolCatalogCounts{flex-wrap:wrap}.traceToolCatalogItem p{display:-webkit-box;overflow:hidden;margin:0;-webkit-box-orient:vertical;color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:17px;-webkit-line-clamp:3}.mcpSpanList{display:grid;grid-gap:1px;gap:1px;overflow:hidden;border:1px solid var(--line-soft);border-radius:6px}.mcpSpanItem{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;background:var(--surface-bright);padding:10px 12px}.mcpSpanItem>div{display:grid;min-width:0;grid-gap:2px;gap:2px}.mcpSpanItem strong,.traceSpanName strong{overflow:hidden;color:var(--ink);font-size:13px;font-weight:750;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.mcpSpanItem span,.tracePanelEmpty,.traceSpanName span{color:var(--muted);font-size:12px;line-height:16px}.mcpSpanItem b,.traceSpanRow b{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:750;line-height:16px}.traceWaterfallPanel{padding-bottom:10px}.traceWaterfall{display:grid;grid-gap:2px;gap:2px;overflow:hidden}.traceSpanRow{display:grid;grid-template-columns:minmax(180px,.34fr) minmax(180px,1fr) 72px;align-items:center;grid-gap:12px;gap:12px;min-height:42px;border-radius:4px;padding:6px 8px}.traceSpanRow:hover{background:var(--surface-low)}.traceSpanRow.error{background:rgb(185 28 28/6%)}.traceSpanName{display:grid;min-width:0;grid-gap:2px;gap:2px;padding-left:calc(var(--depth, 0) * 12px)}.traceSpanTrack{position:relative;height:10px;overflow:hidden;border-radius:999px;background:var(--surface-low)}.traceSpanTrack span{position:absolute;inset:0 auto 0 var(--bar-left);width:var(--bar-width);min-width:3px;border-radius:inherit;background:var(--primary)}.traceSpanRow .traceSpanTrack span{background:var(--secondary)}.traceSpanRow.error .traceSpanTrack span{background:var(--danger)}.traceEmptyState{display:flex;min-height:180px;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:13px;line-height:18px}.integrationsWorkspace{display:grid;width:calc(100% - 256px);height:100vh;min-height:0;align-content:start;grid-gap:18px;gap:18px;margin-left:256px;overflow-y:auto;overscroll-behavior:contain;padding:40px}.integrationsHeader{max-width:840px}.integrationNotice{display:inline-flex;width:-moz-fit-content;width:fit-content;max-width:840px;align-items:center;gap:8px;border:1px solid color-mix(in srgb,var(--success) 22%,transparent);border-radius:8px;background:var(--success-soft);color:var(--success);font-size:14px;font-weight:650;line-height:20px;padding:11px 13px}.integrationNotice.error{border-color:rgb(180 35 24/22%);background:#fff1f2;color:#b42318}.integrationsConsole{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr);grid-gap:18px;gap:18px;min-height:0}.integrationsList{align-content:start;grid-gap:8px;gap:8px}.integrationConnector{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;width:100%;min-height:64px;border:1px solid var(--line-soft);background:var(--surface);color:var(--ink);padding:12px;text-align:left;transition:background .16s ease,border-color .16s ease,transform .16s ease}.integrationConnector:hover{border-color:var(--line);background:var(--surface-low)}.integrationConnector.selected{border-color:color-mix(in srgb,var(--secondary) 34%,var(--line));background:color-mix(in srgb,var(--secondary-soft) 72%,var(--surface));transform:scale(.99)}.integrationConnectorIcon,.integrationDetailIcon{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface-low);color:var(--secondary)}.integrationConnectorCopy{display:grid;min-width:0;grid-gap:2px;gap:2px}.integrationConnectorCopy strong{overflow:hidden;color:var(--ink);font-size:14px;font-weight:750;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.integrationConnectorCopy span{overflow:hidden;color:var(--muted);font-size:12px;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.integrationBadge{border:1px solid var(--line-soft);border-radius:999px;background:var(--surface-low);color:var(--muted);font-size:11px;font-weight:750;line-height:14px;padding:4px 8px;white-space:nowrap}.integrationBadge.connected{border-color:color-mix(in srgb,var(--success) 20%,transparent);background:var(--success-soft);color:var(--success)}.integrationBadge.planned{background:var(--surface-mid)}.integrationDetail{display:grid;align-content:start;min-width:0;grid-gap:18px;gap:18px;border:1px solid var(--line-soft);background:var(--surface);box-shadow:var(--shadow);padding:20px}.integrationDetailHeader{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:start;grid-gap:14px;gap:14px}.integrationDetailIcon{width:46px;height:46px}.integrationDetailHeader h2{color:var(--ink);font-size:22px;font-weight:750;letter-spacing:0;line-height:30px}.integrationDetailHeader p{color:var(--muted);font-size:14px;line-height:20px;margin-top:3px}.integrationDetailActions{display:flex;align-items:center;gap:8px}.permissionSegment{display:inline-flex;min-height:36px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.permissionSegment button{border:0;border-right:1px solid var(--line-soft);background:transparent;color:var(--muted);font:inherit;font-size:12px;font-weight:750;line-height:16px;padding:8px 11px}.permissionSegment button:last-child{border-right:0}.permissionSegment button.selected{background:var(--surface-mid);color:var(--ink)}.integrationDetailActions .outlineButton,.integrationDetailActions .solidButton,.panelTitleRow .outlineButton,.panelTitleRow .solidButton{min-height:36px;gap:7px;padding:8px 13px}.integrationDetailActions .outlineButton svg,.integrationDetailActions .solidButton svg,.panelTitleRow .outlineButton svg,.panelTitleRow .solidButton svg{flex:0 0 auto}.integrationStats{display:grid;grid-template-columns:minmax(0,2fr) repeat(2,minmax(120px,1fr));border:1px solid var(--line-soft);border-radius:8px;overflow:hidden}.integrationStats div{display:grid;min-width:0;grid-gap:3px;gap:3px;padding:12px 14px}.integrationStats div+div{border-left:1px solid var(--line-soft)}.calendarEventRow span,.calendarEventRow time,.calendarResourceRow span,.integrationActionStrip small,.integrationStats span,.panelTitleRow p{color:var(--muted);font-size:12px;line-height:16px}.integrationStats strong{overflow:hidden;color:var(--ink);font-size:14px;font-weight:750;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.integrationActionStrip{display:flex;flex-wrap:wrap;gap:8px}.integrationActionStrip>span{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line-soft);border-radius:999px;background:var(--surface-low);color:var(--ink);font-size:13px;font-weight:650;line-height:18px;padding:7px 10px}.integrationActionStrip small{border-left:1px solid var(--line);padding-left:8px}.calendarIntegrationGrid{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);grid-gap:18px;gap:18px}.calendarEventsPanel,.calendarResourcePanel{display:grid;min-width:0;align-content:start;grid-gap:12px;gap:12px;border-top:1px solid var(--line-soft);padding-top:16px}.panelTitleRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.resourceAccessActions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.integrationEmptyPanel h3,.panelTitleRow h3{color:var(--ink);font-size:15px;font-weight:750;line-height:20px}.calendarEventList,.calendarResourceList{display:grid;grid-gap:8px;gap:8px}.calendarEventRow,.calendarResourceRow{display:grid;min-height:54px;min-width:0;align-items:center;grid-gap:10px;gap:10px;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface-bright);padding:10px}.calendarResourceRow{grid-template-columns:12px minmax(0,1fr) auto}.calendarEventRow{grid-template-columns:104px minmax(0,1fr) minmax(82px,auto);color:inherit}.calendarEventRow:hover{border-color:var(--line);background:var(--surface-low)}.calendarColorSwatch{width:10px;height:36px;border-radius:999px}.calendarEventRow strong,.calendarResourceRow strong{overflow:hidden;color:var(--ink);font-size:13px;font-weight:750;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.calendarResourceRow div{display:grid;min-width:0;grid-gap:2px;gap:2px}.resourceToggle{min-width:76px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-size:12px;font-weight:750;line-height:16px;padding:6px 10px}.resourceToggle.enabled{border-color:color-mix(in srgb,var(--success) 24%,transparent);background:var(--success-soft);color:var(--success)}.integrationsWorkspace{gap:24px;background:linear-gradient(180deg,var(--surface-bright) 0,rgb(248 245 238/0) 260px),var(--background)}.integrationsHeader{display:grid;grid-template-columns:minmax(0,1fr) auto;max-width:1180px;align-items:end;grid-gap:12px 32px;gap:12px 32px}.integrationsHeader>.sectionLabel{grid-column:1/-1}.integrationHeroCopy{display:grid;max-width:720px;grid-gap:8px;gap:8px}.integrationLibraryToolbar{display:flex;max-width:1180px;align-items:center;justify-content:space-between;gap:16px}.integrationSearch{position:relative;display:flex;width:min(100%,420px);min-height:46px;align-items:center;gap:10px;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface);color:var(--muted);padding:0 12px;box-shadow:var(--shadow)}.integrationSearch:focus-within{border-color:color-mix(in srgb,var(--secondary) 48%,var(--line));box-shadow:0 0 0 3px var(--focus-ring)}.integrationSearch input{min-width:0;flex:1 1;border:0;background:transparent;color:var(--ink);font-size:14px;line-height:20px;outline:0}.integrationCategoryPills{display:flex;min-width:0;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.integrationCategoryPills::-webkit-scrollbar{display:none}.integrationCategoryPill{min-height:38px;border:1px solid var(--line-soft);border-radius:999px;background:var(--surface);color:var(--muted);font-size:13px;font-weight:700;line-height:18px;padding:8px 14px;white-space:nowrap;transition:background .16s ease,border-color .16s ease,color .16s ease}.integrationCategoryPill:hover{border-color:var(--line);color:var(--ink)}.integrationCategoryPill.active{border-color:var(--primary);background:var(--primary);color:#ffffff}.integrationsConsole{grid-template-columns:minmax(0,1fr);gap:24px;max-width:1180px;align-items:start}.integrationsList{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:14px;gap:14px}.integrationsList>.integrationEmptyPanel{grid-column:1/-1}.integrationConnector{display:flex;min-height:172px;flex-direction:column;align-items:stretch;justify-content:space-between;gap:16px;border-radius:8px;color:inherit;padding:18px}.integrationConnector:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgb(25 28 29/8%)}.integrationBackLink:focus-visible,.integrationConnector:focus-visible{outline:2px solid var(--secondary);outline-offset:3px}.integrationConnector.selected{border-color:color-mix(in srgb,var(--secondary) 48%,var(--line));background:linear-gradient(180deg,color-mix(in srgb,var(--secondary-soft) 78%,var(--surface)),var(--surface-bright)),var(--surface);box-shadow:inset 0 3px 0 var(--secondary);transform:translateY(-1px)}.integrationConnectorTopline{display:flex;align-items:center;justify-content:space-between;gap:12px}.integrationConnectorIcon{width:48px;height:48px;background:var(--surface-bright);color:var(--secondary-strong);box-shadow:0 1px 2px rgb(25 28 29/6%)}.integrationBrandIcon{background-position:50%;background-repeat:no-repeat;background-size:contain}.integrationBrandIcon,.integrationSvgIcon{display:block;width:24px;height:24px}.integrationConnectorIcon .integrationBrandIcon{width:28px;height:28px}.integrationConnectorIcon .integrationSvgIcon{width:30px;height:30px}.integrationConnectorCopy{gap:5px}.integrationConnectorCopy>span{color:var(--muted);font-size:12px;font-weight:750;line-height:16px;text-transform:uppercase}.integrationConnectorCopy strong{white-space:normal;font-size:18px;line-height:24px}.integrationConnectorCopy small{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:13px;line-height:19px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.integrationDetail{position:static;max-width:1180px;border-radius:8px;padding:22px}.integrationDetailPageHeader{grid-template-columns:64px minmax(0,1fr);align-items:center}.integrationBackLink{display:inline-flex;width:-moz-fit-content;width:fit-content;grid-column:1/-1;align-items:center;gap:8px;border:1px solid var(--line-soft);border-radius:999px;background:var(--surface);color:var(--muted);font-size:13px;font-weight:700;line-height:18px;padding:8px 12px;transition:background .16s ease,border-color .16s ease,color .16s ease}.integrationBackLink:hover{border-color:var(--line);background:var(--surface-low);color:var(--ink)}.integrationDetailHeroIcon{display:grid;width:64px;height:64px;place-items:center;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface-bright);color:var(--muted);box-shadow:var(--shadow)}.integrationDetailHeroIcon .integrationBrandIcon{width:42px;height:42px}.integrationDetailHeroIcon .integrationSvgIcon{width:44px;height:44px}.integrationEmptyIcon{display:grid;width:36px;height:36px;place-items:center;color:var(--muted)}.integrationEmptyIcon .integrationBrandIcon,.integrationEmptyIcon .integrationSvgIcon{width:24px;height:24px}.integrationBadge{border-radius:4px;text-transform:uppercase}.integrationEmptyPanel,.integrationLoading{display:grid;justify-items:start;grid-gap:7px;gap:7px;border:1px dashed var(--line);border-radius:8px;background:var(--surface-low);color:var(--muted);padding:18px}.integrationEmptyPanel.compact{min-height:142px;align-content:center}.integrationEmptyPanel svg{color:var(--muted)}.integrationEmptyPanel p{color:var(--muted);font-size:14px;line-height:20px}.integrationLoading{grid-auto-flow:column;align-items:center;justify-content:start;font-size:14px;font-weight:650;line-height:20px}.integrationToolPanel{display:grid;grid-gap:28px;gap:28px}.integrationToolPanelHeader{display:grid;grid-gap:6px;gap:6px}.integrationToolPanelHeader h3{color:var(--ink);font-size:22px;font-weight:780;line-height:28px}.integrationToolGroups{display:grid;min-width:0;grid-gap:42px;gap:42px}.integrationToolGroup{display:grid;min-width:0;grid-gap:22px;gap:22px}.integrationToolGroupHeader{display:flex;align-items:center;gap:14px}.integrationToolGroupHeader h4{color:var(--ink);font-size:24px;font-weight:780;line-height:32px;text-transform:none}.integrationToolGroupCount{display:inline-flex;align-items:center;border-radius:4px;border:0;font-size:12px;font-weight:780;letter-spacing:.04em;line-height:16px;padding:8px 12px;text-transform:none}.integrationToolGroupCount,.integrationToolGroupCount.read,.integrationToolGroupCount.write{background:#ece9e7;color:var(--on-surface-variant)}.integrationToolList{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:30px 32px;gap:30px 32px;min-width:0}.integrationToolCard{display:grid;grid-gap:14px;gap:14px;align-content:start;min-height:0;padding:0}.integrationToolCardBody{display:grid;grid-gap:0;gap:0}.integrationToolCard strong{color:var(--ink);font-size:18px;font-weight:780;line-height:24px}.integrationToolCard p{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:15px;line-height:21px;max-width:24ch;-webkit-box-orient:vertical;-webkit-line-clamp:4}.playbookEditorWorkspace,.playbooksWorkspace{display:grid;width:calc(100% - 256px);height:100vh;min-height:0;align-content:start;grid-gap:24px;gap:24px;margin-left:256px;overflow-y:auto;background:linear-gradient(180deg,var(--surface-bright) 0,rgb(248 245 238/0) 280px),var(--background);padding:40px}.playbookEditorHeader,.playbooksHeader{display:grid;grid-template-columns:minmax(0,1fr) auto;max-width:1180px;align-items:end;grid-gap:14px 28px;gap:14px 28px}.playbookEditorTitle,.playbooksHeader>div{display:grid;max-width:760px;grid-gap:8px;gap:8px}.playbookEditorTitle h1,.playbooksHeader h1{color:var(--ink);font-size:32px;font-weight:750;letter-spacing:0;line-height:40px}.playbookEditorTitle p,.playbookPanelHeader p,.playbooksHeader p{color:var(--muted);font-size:15px;line-height:22px}.playbookEditorActions .dangerButton,.playbookEditorActions .outlineButton,.playbookEditorActions .solidButton,.playbooksHeader .solidButton{gap:8px}.playbookNotice{display:inline-flex;width:-moz-fit-content;width:fit-content;max-width:840px;align-items:center;gap:8px;border:1px solid color-mix(in srgb,var(--success) 22%,transparent);border-radius:8px;background:var(--success-soft);color:var(--success);font-size:14px;font-weight:650;line-height:20px;padding:11px 13px}.playbooksToolbar{display:grid;grid-template-columns:minmax(240px,360px) minmax(0,1fr) auto;max-width:1180px;align-items:center;grid-gap:14px;gap:14px}.playbookSearch,.playbookSort{display:flex;min-height:44px;align-items:center;gap:10px;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface);color:var(--muted);padding:0 12px;box-shadow:var(--shadow)}.playbookSearch:focus-within,.playbookSort:focus-within{border-color:color-mix(in srgb,var(--secondary) 48%,var(--line));box-shadow:0 0 0 3px var(--focus-ring)}.playbookSearch input,.playbookSort select{min-width:0;border:0;background:transparent;color:var(--ink);font-size:14px;line-height:20px;outline:0}.playbookSearch input{flex:1 1}.playbookSort span{color:var(--muted);font-size:12px;font-weight:750;line-height:16px;text-transform:uppercase}.playbookFilterPills{display:flex;min-width:0;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.playbookFilterPills::-webkit-scrollbar{display:none}.playbookFilterPill{min-height:38px;border:1px solid var(--line-soft);border-radius:999px;background:var(--surface);color:var(--muted);font-size:13px;font-weight:700;line-height:18px;padding:8px 14px;white-space:nowrap;transition:background .16s ease,border-color .16s ease,color .16s ease}.playbookFilterPill:hover{border-color:var(--line);color:var(--ink)}.playbookFilterPill.active{border-color:var(--primary);background:var(--primary);color:#ffffff}.playbookGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));max-width:1180px}.playbookCard,.playbookGrid{display:grid;grid-gap:16px;gap:16px}.playbookCard{--playbook-accent:var(--secondary);--playbook-soft:var(--secondary-soft);position:relative;min-height:232px;align-content:start;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);padding:18px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.playbookCard:hover{border-color:color-mix(in srgb,var(--playbook-accent) 42%,var(--line));box-shadow:0 16px 40px rgb(25 28 29/8%);transform:translateY(-2px)}.playbookCardEditButton{position:absolute;inset:0;z-index:1;border:0;border-radius:inherit;background:transparent;cursor:pointer;padding:0}.playbookCardEditButton:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.playbookCard.support{--playbook-accent:var(--secondary);--playbook-soft:var(--secondary-soft)}.playbookCard.billing{--playbook-accent:var(--success);--playbook-soft:var(--success-soft)}.playbookCard.product{--playbook-accent:var(--accent);--playbook-soft:var(--accent-soft)}.playbookCard.security{--playbook-accent:#005b99;--playbook-soft:#e7f3ff}.playbookCard.muted{background:linear-gradient(180deg,var(--surface),var(--surface-bright))}.playbookCardTopline,.playbookEditorActions,.playbookStatusControl{display:flex;align-items:center}.playbookCardTopline{justify-content:space-between;gap:12px}.playbookStatusControl{gap:8px}.playbookCardCategory{font-size:12px;line-height:16px}.playbookCardCategory,.playbookStatusBadge{color:var(--muted);font-weight:750;text-transform:uppercase}.playbookStatusBadge{border:1px solid var(--line-soft);border-radius:4px;background:var(--surface-low);font-size:11px;line-height:14px;padding:4px 7px;white-space:nowrap}.playbookStatusBadge.active{border-color:color-mix(in srgb,var(--success) 22%,transparent);background:var(--success-soft);color:var(--success)}.playbookStatusBadge.draft{border-color:color-mix(in srgb,var(--accent) 24%,transparent);background:var(--accent-soft);color:var(--accent)}.playbookToggle{position:relative;z-index:2;width:38px;height:22px;flex:0 0 auto;border:1px solid var(--line);border-radius:999px;background:var(--surface-mid);padding:0;transition:background .16s ease,border-color .16s ease}.playbookToggle span{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:999px;background:#ffffff;box-shadow:0 1px 2px rgb(25 28 29/18%);transition:transform .16s ease}.playbookToggle.active{border-color:var(--success);background:var(--success)}.playbookToggle.active span{transform:translateX(16px)}.playbookCardCopy{display:grid;grid-gap:6px;gap:6px}.playbookCardCopy h2{color:var(--ink);font-size:20px;font-weight:760;letter-spacing:0;line-height:26px}.playbookCardCopy p{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:14px;line-height:21px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.playbookCommandPreview,.playbookToolChips{display:flex;flex-wrap:wrap;gap:8px}.playbookCommandPreview span,.playbookToolChips span{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line-soft);border-radius:999px;background:var(--surface-low);color:var(--ink);font-size:12px;font-weight:700;line-height:16px;padding:6px 9px}.playbookCommandPreview svg,.playbookToolChips svg{width:14px;height:14px;color:var(--secondary)}.playbookEmptyState{display:grid;min-height:240px;grid-column:1/-1;align-content:center;justify-items:center;grid-gap:8px;gap:8px;border:1px dashed var(--line);border-radius:8px;background:var(--surface);color:var(--muted);padding:28px;text-align:center}.playbookEmptyState svg{color:var(--secondary)}.playbookEmptyState h2{color:var(--ink);font-size:17px;font-weight:750;line-height:24px}.playbookEmptyState p{color:var(--muted);font-size:14px;line-height:20px}.playbookEditorWorkspace{gap:18px}.playbookEditorHeader{align-items:center}.playbookBackButton{display:inline-flex;width:-moz-fit-content;width:fit-content;grid-column:1/-1;align-items:center;border:1px solid var(--line-soft);border-radius:999px;background:var(--surface);color:var(--muted);font-size:13px;font-weight:700;line-height:18px;padding:8px 12px;transition:background .16s ease,border-color .16s ease,color .16s ease}.playbookBackButton:hover{border-color:var(--line);background:var(--surface-low);color:var(--ink)}.playbookEditorActions{gap:8px}.playbookEditorGrid{display:grid;grid-template-columns:minmax(0,780px);max-width:780px;align-items:start;grid-gap:20px;gap:20px}.playbookEditorMain{display:grid;min-width:0;grid-gap:16px;gap:16px}.playbookEditorPanel{display:grid;grid-gap:16px;gap:16px;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);padding:20px}.playbookPanelHeader{display:flex;align-items:flex-start;gap:12px}.playbookPanelHeader>span{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface-low);color:var(--muted);font-size:13px;font-weight:800;line-height:16px}.playbookPanelHeader h2{color:var(--ink);font-size:18px;font-weight:760;line-height:24px}.playbookFormGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.playbookFormField{display:grid;min-width:0;grid-gap:7px;gap:7px}.playbookFormField.wide{grid-column:1/-1}.playbookFormField span{color:var(--muted);font-size:12px;font-weight:750;line-height:16px;text-transform:uppercase}.playbookFormField input,.playbookFormField select,.playbookGuidanceEditor,.playbookLargeTextarea{width:100%;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface-bright);color:var(--ink);font:inherit;font-size:14px;line-height:21px;outline:0;padding:11px 12px;resize:vertical;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.playbookFormField input,.playbookFormField select{min-height:42px}.playbookLargeTextarea{min-height:124px}.playbookGuidanceEditor{min-height:190px;overflow-y:auto;white-space:pre-wrap;word-break:break-word}.playbookGuidanceCaretAnchor{display:inline}.playbookFormField input:focus,.playbookFormField select:focus,.playbookGuidanceEditor:focus,.playbookLargeTextarea:focus{border-color:color-mix(in srgb,var(--secondary) 48%,var(--line));background:var(--surface-bright);box-shadow:0 0 0 3px var(--focus-ring)}.playbookGuidanceEditorShell{position:relative}.playbookGuidancePlaceholder{position:absolute;top:12px;left:13px;max-width:calc(100% - 26px);color:var(--subtle);font-size:14px;line-height:21px;pointer-events:none}.playbookGuidanceToken{display:inline-flex;max-width:100%;align-items:center;gap:4px;color:var(--secondary);cursor:pointer;font:inherit;line-height:inherit;margin:0 1px;padding:0;text-decoration:none;vertical-align:baseline;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.playbookGuidanceToken:hover{text-decoration:underline;text-underline-offset:2px}.playbookGuidanceToken:focus-visible{border-radius:2px;outline:2px solid color-mix(in srgb,var(--secondary) 42%,transparent);outline-offset:2px}.playbookGuidanceToken svg{width:1em;height:1em;flex:0 0 auto;color:currentColor}.playbookGuidanceToken .integrationBrandIcon,.playbookGuidanceToken .integrationSvgIcon{width:1em;height:1em}.playbookMentionMenu{position:fixed;z-index:80;display:grid;width:min(420px,calc(100% - 24px));max-height:min(480px,calc(100vh - 24px));overflow-x:hidden;overflow-y:auto;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface-bright);box-shadow:0 16px 40px rgb(25 28 29/10%)}.playbookMentionGroup{display:grid;border-bottom:1px solid var(--line-soft)}.playbookMentionGroup:last-of-type{border-bottom:0}.playbookMentionGroupLabel{background:var(--surface-low);color:var(--subtle);font-size:11px;font-weight:760;letter-spacing:0;line-height:16px;padding:7px 10px 5px;text-transform:uppercase}.playbookMentionMenu button{display:grid;grid-template-columns:30px minmax(88px,auto) minmax(0,1fr);align-items:center;grid-gap:9px;gap:9px;min-height:44px;border:0;border-bottom:1px solid var(--line-soft);background:transparent;color:var(--ink);padding:9px 10px;text-align:left;transition:background .16s ease,color .16s ease}.playbookMentionGroup button:last-of-type{border-bottom:0}.playbookMentionMenu button:focus-visible,.playbookMentionMenu button:hover,.playbookMentionMenu button[data-highlighted=true]{background:color-mix(in srgb,var(--secondary-soft) 70%,var(--surface))}.playbookMentionMenu button>span{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface-low);color:var(--secondary-strong)}.playbookMentionMenu strong{color:var(--ink);font-size:13px;font-weight:750;line-height:18px}.playbookMentionMenu small{overflow:hidden;color:var(--muted);font-size:12px;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.playbookMentionMenu p{color:var(--muted);font-size:13px;line-height:19px;margin:0;padding:12px}.knowledgeWorkspace{overflow-y:auto}.knowledgeFinderWorkspace{display:flex;width:calc(100% - 256px);height:100vh;min-height:0;margin-left:256px;flex-direction:column;overflow:hidden;background:var(--background);color:var(--ink)}.knowledgePathBar{display:flex;min-height:52px;flex:0 0 auto;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line-soft);background:var(--surface-bright);padding:0 16px}.knowledgeChromeLeft,.knowledgeChromeTools{display:flex;min-width:0;align-items:center;gap:14px}.knowledgeChromeTools{flex:0 1 auto;justify-content:flex-end}.finderNavButtons{display:flex;align-items:center;gap:2px}.finderNavButtons button{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:5px;background:transparent;color:var(--muted);padding:0;transition:background .14s ease,color .14s ease}.finderNavButtons button:hover{background:var(--surface-low);color:var(--ink)}.finderNavButtons button:disabled{cursor:default;color:var(--line)}.finderNavButtons button:disabled:hover{background:transparent}.knowledgeTitleStack{display:grid;min-width:0;grid-gap:1px;gap:1px}.knowledgeTitleStack strong{color:var(--ink);font-size:14px;font-weight:700;line-height:18px}.knowledgeTitleStack span,.knowledgeTitleStack strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.knowledgeTitleStack span{color:var(--subtle);font-size:11px;line-height:14px}.knowledgeCrumbs{display:flex;min-width:0;align-items:center;gap:6px;color:var(--muted);font-size:12px;line-height:16px}.knowledgeCrumbs strong{color:var(--ink);font-weight:750}.knowledgeCrumbs button,.knowledgeCrumbs strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.knowledgeCrumbs button{border:0;background:transparent;color:inherit;font:inherit;font-weight:650;padding:2px 0}.knowledgeCrumbs button:focus-visible,.knowledgeCrumbs button:hover{color:var(--ink);outline:0}.knowledgeCrumbSegment{display:inline-flex;min-width:0;align-items:center;gap:8px}.knowledgeSearch{position:relative;width:min(100%,210px);flex:0 1 210px}.knowledgeSearch svg{position:absolute;left:9px;top:50%;color:var(--subtle);transform:translateY(-50%)}.knowledgeSearch input{width:100%;height:28px;border:1px solid var(--line);border-radius:5px;background:var(--surface-bright);color:var(--ink);font:inherit;font-size:13px;line-height:18px;outline:0;padding:4px 9px 4px 29px;transition:border-color .14s ease,box-shadow .14s ease}.knowledgeSearch input:focus{border-color:var(--secondary);box-shadow:0 0 0 2px var(--focus-ring)}.knowledgeToolbar{display:flex;min-height:38px;flex:0 0 auto;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line-soft);background:var(--surface);padding:0 16px}.knowledgeToolbarActions,.knowledgeToolbarLeft{display:flex;min-width:0;align-items:center;gap:10px}.knowledgeToolbarActions .outlineButton{min-height:28px;gap:6px;border-color:var(--line);border-radius:5px;background:var(--surface-bright);color:var(--muted);font-size:12px;line-height:16px;padding:5px 10px}.knowledgeToolbarActions .outlineButton:hover{background:var(--surface-low)}.viewToggle{display:flex;overflow:hidden;height:28px;border:1px solid var(--line);border-radius:5px;background:var(--surface-bright);box-shadow:0 1px 1px rgb(0 0 0/4%)}.viewToggle button{display:grid;width:33px;height:26px;place-items:center;border:0;background:transparent;color:var(--muted);padding:0}.viewToggle button+button{border-left:1px solid var(--line)}.viewToggle button.active{background:var(--surface-mid);color:var(--ink)}.viewToggle button:hover:not(:disabled){background:var(--surface-low)}.viewToggle button:disabled{cursor:default;color:var(--line)}.toolbarDivider{width:1px;height:24px;background:var(--line-soft)}.folderCount,.sortControl{color:var(--muted);font-size:13px;line-height:18px;white-space:nowrap}.folderCount{overflow:hidden;text-overflow:ellipsis}.knowledgeFinderBody{display:flex;min-height:0;flex:1 1 auto;overflow:hidden}.knowledgeFinderContent{position:relative;display:flex;min-height:0;min-width:0;width:100%;flex-direction:column;overflow:hidden;background:var(--background)}.knowledgeFinderContent.textEditorOpen .finderFolderPanel{margin-right:clamp(560px,44vw,820px)}.knowledgeDriveBanner{display:flex;min-width:0;flex:0 0 auto;align-items:center;gap:12px;border-bottom:1px solid var(--line-soft);background:var(--surface-bright);padding:10px 16px}.knowledgeDriveBanner>div{display:grid;min-width:0;flex:1 1 auto;grid-gap:2px;gap:2px}.knowledgeDriveBanner span,.knowledgeDriveBanner strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.knowledgeDriveBanner strong{color:var(--ink);font-size:13px;font-weight:760;line-height:18px}.knowledgeDriveBanner span{color:var(--muted);font-size:12px;line-height:16px}.knowledgeDriveBanner .knowledgeSourceIcon.brand{width:34px;height:34px}.knowledgeDriveBanner .knowledgeSourceIcon .integrationBrandIcon,.knowledgeDriveBanner .knowledgeSourceIcon .integrationSvgIcon{width:22px;height:22px}.knowledgeDriveBanner .knowledgeSourceIcon .notionPageIcon{width:24px;height:24px;border:0;border-radius:5px}.knowledgeDriveBanner .knowledgeSourceIcon .notionPageIcon.emoji{font-size:20px}.knowledgeDriveBanner .outlineButton{min-height:30px;flex:0 0 auto;gap:6px;border-radius:5px;font-size:12px;line-height:16px;padding:5px 10px}.knowledgeNotice{display:inline-flex;align-items:center;gap:8px;border:1px solid color-mix(in srgb,var(--success) 22%,transparent);border-radius:8px;background:var(--success-soft);color:var(--success);font-size:14px;font-weight:650;line-height:20px;margin:12px 24px 0;padding:12px 14px}.knowledgeNotice.error{border-color:rgb(180 35 24/22%);background:#fff1f2;color:#b42318}.knowledgeJobStack{display:grid;flex:0 0 auto;grid-gap:6px;gap:6px;border-bottom:1px solid var(--line-soft);background:var(--surface-low);padding:8px 16px}.knowledgeJob{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;grid-gap:10px;gap:10px;align-items:center;border:1px solid var(--line-soft);border-radius:6px;background:var(--surface-bright);padding:8px 10px}.knowledgeJob-queued,.knowledgeJob-running{border-color:color-mix(in srgb,var(--accent) 24%,transparent);background:var(--accent-soft)}.knowledgeJob-failed{border-color:rgb(180 35 24/22%);background:#fff8f8}.knowledgeJob-succeeded{border-color:color-mix(in srgb,var(--success) 20%,transparent)}.knowledgeJobIcon{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:var(--surface-low);color:var(--muted)}.knowledgeJob-queued .knowledgeJobIcon,.knowledgeJob-running .knowledgeJobIcon{background:var(--accent-soft);color:var(--accent)}.knowledgeJob-failed .knowledgeJobIcon{background:#feecec;color:#b42318}.knowledgeJob-succeeded .knowledgeJobIcon{background:var(--success-soft);color:var(--success)}.knowledgeJobCopy{display:grid;min-width:0;grid-gap:2px;gap:2px}.knowledgeJobCopy strong{color:#2a2e31;font-size:12px;font-weight:760;line-height:16px}.knowledgeJobCopy strong,.knowledgeJobCopy>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.knowledgeJobCopy>span{color:#6a7177;font-size:11px;line-height:15px}.knowledgeJobProgress{height:2px;overflow:hidden;margin-top:3px;border-radius:999px;background:#dddbea}.knowledgeJobProgress span{display:block;height:100%;border-radius:inherit;background:var(--secondary);transition:width .22s ease}.knowledgeJobStatus{color:#687078;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.knowledgeJob .outlineButton{min-height:30px;border-radius:5px;font-size:11px;padding:5px 9px}.knowledgeEmptyState h2{color:var(--ink);font-size:18px;font-weight:750;letter-spacing:0;line-height:24px}.knowledgeEmptyState p{color:var(--muted);font-size:14px;line-height:20px}.finderFolderPanel{border:1px solid var(--line-soft);border-radius:8px;background:var(--surface-bright);box-shadow:var(--shadow);position:relative;min-height:0;flex:1 1 auto;overflow:hidden;border:0;border-radius:0;box-shadow:none;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.finderFolderPanel.dragActive{background:var(--accent-soft);box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--accent) 36%,transparent)}.finderFileGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(136px,1fr));align-content:start;grid-gap:28px 16px;gap:28px 16px;height:100%;overflow-y:auto;padding:26px 24px}.finderFileItem{position:relative;display:grid;min-width:0;justify-items:center;grid-gap:4px;gap:4px;border:1px solid transparent;border-radius:6px;color:var(--ink);padding:8px 4px;text-align:center;transition:background .16s ease,border-color .16s ease}button.finderFileItem{width:100%;border-color:transparent;background:transparent;cursor:pointer;font:inherit}.finderFileItem:hover{border-color:transparent;background:color-mix(in srgb,var(--surface-mid) 70%,transparent)}button.finderFileItem:disabled{cursor:default;opacity:.68}button.finderFileItem:disabled:hover{border-color:transparent;background:transparent}.finderFileItem strong{display:block;width:100%;overflow:hidden;color:var(--ink);font-size:12px;font-weight:650;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.finderFileItem span{color:var(--muted);font-size:11px;line-height:14px}.finderFolderIcon{width:64px;height:64px;overflow:visible;filter:drop-shadow(0 1px 2px rgb(0 0 0/18%))}.finderSourceIcon{display:grid;width:64px;height:64px;place-items:center}.finderSourceIcon.driveFolderSourceIcon{position:relative}.finderSourceIcon.driveFolderSourceIcon .finderFolderIcon{width:64px;height:64px}.finderSourceIcon .integrationBrandIcon,.finderSourceIcon .integrationSvgIcon{width:48px;height:48px}.finderSourceIcon.notionFinderSourceIcon .notionPageIcon{width:56px;height:56px;border-radius:12px}.finderSourceIcon.notionFinderSourceIcon .notionPageIcon.emoji{font-size:36px}.finderSourceBadge{position:absolute;right:3px;bottom:6px;display:grid;width:25px;height:25px;place-items:center;border:1px solid var(--line-soft);border-radius:999px;background:var(--surface-bright);box-shadow:0 2px 6px rgb(31 35 40/18%)}.finderSourceBadge .integrationBrandIcon,.finderSourceBadge .integrationSvgIcon{width:18px;height:18px}.finderFolderIconTop{fill:#86caff}.finderFolderIconFront{fill:#1886ff}.finderFolderIconRim{fill:none;opacity:.5;stroke:#8fceff;stroke-width:1}.finderDocumentIconWrap{position:relative;display:grid;width:64px;height:64px;place-items:center}.finderDocumentIcon{width:54px;height:64px;overflow:visible;filter:drop-shadow(0 1px 2px rgb(0 0 0/16%))}.finderDocumentPage{fill:var(--surface-bright);stroke:var(--line);stroke-width:1}.finderDocumentFold{fill:var(--surface-low);stroke:var(--line);stroke-width:1}.finderDocumentLine{fill:none;stroke:var(--line-soft);stroke-linecap:round;stroke-width:2}.finderFileItem .finderFileBadge{position:absolute;right:1px;bottom:5px;min-width:24px;border:1px solid var(--line);border-radius:3px;background:var(--surface-bright);box-shadow:0 1px 2px rgb(0 0 0/10%);color:var(--ink);font-size:8px;font-weight:800;line-height:12px;padding:0 4px}.editableFileItem{cursor:pointer}.editableFileItem:hover{background:var(--accent-soft)}.pendingItem form{width:100%}.pendingItem input{width:100%;border:1px solid var(--accent-line);border-radius:4px;background:var(--surface-bright);color:var(--ink);font:inherit;font-size:12px;font-weight:700;line-height:16px;outline:0;padding:4px 6px;text-align:center}.finderFileList{display:grid;align-content:start;height:100%;overflow-y:auto;padding:10px 18px}.finderFileList .finderFileItem{grid-template-columns:36px minmax(0,1fr) auto;justify-items:start;align-items:center;gap:10px;border-bottom:1px solid var(--line-soft);border-radius:0;min-height:44px;padding:7px 4px;text-align:left}.finderFileList .finderFileItem:hover{border-color:var(--line-soft)}.finderFileList .finderFileItem strong{display:block;-webkit-line-clamp:initial;white-space:nowrap;text-overflow:ellipsis}.finderFileList .finderDocumentIconWrap,.finderFileList .finderFolderIcon{width:34px;height:34px}.finderFileList .finderDocumentIcon{width:27px;height:34px}.finderFileList .finderFileBadge{right:-4px;bottom:0;min-width:20px;font-size:7px;line-height:10px;padding:0 3px}.finderDropEmpty{height:100%;min-height:320px;place-items:center;grid-gap:8px;gap:8px;color:var(--muted);padding:32px}.finderDropEmpty,.finderDropOverlay{display:grid;align-content:center;text-align:center}.finderDropOverlay{position:absolute;inset:24px;place-items:center;grid-gap:10px;gap:10px;border:2px dashed var(--line);border-radius:12px;background:color-mix(in srgb,var(--surface-bright) 88%,transparent);color:var(--ink);opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:opacity .16s ease}.finderDropOverlay.active{opacity:1}.finderDropOverlay div{display:grid;width:80px;height:80px;place-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface-bright);box-shadow:0 8px 20px rgb(0 0 0/10%);color:var(--muted)}.finderDropOverlay h3{color:var(--ink);font-size:20px;font-weight:750;line-height:28px}.finderDropOverlay p{color:var(--muted);font-size:14px;line-height:20px}.finderContextMenu{position:fixed;z-index:1000;display:grid;min-width:180px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--surface);box-shadow:0 12px 28px rgb(0 0 0/14%);padding:6px}.finderContextMenu button{display:flex;align-items:center;gap:9px;border:0;border-radius:4px;background:transparent;color:var(--ink);font-size:13px;font-weight:650;line-height:18px;padding:8px 10px;text-align:left}.finderContextMenu button:focus-visible,.finderContextMenu button:hover{background:var(--surface-low);outline:0}.finderContextMenu button:disabled{cursor:default;opacity:.45}.finderContextMenu button:disabled:hover{background:transparent}.finderContextMenu .dangerMenuItem{color:var(--danger)}.finderContextMenu .dangerMenuItem:focus-visible,.finderContextMenu .dangerMenuItem:hover{background:var(--danger-soft)}.finderContextMenu span{height:1px;margin:5px 4px;background:var(--line-soft)}.finderDialogBackdrop{position:fixed;inset:0;z-index:35;display:grid;place-items:center;background:rgb(25 28 29/22%);padding:24px}.finderUploadDialog{display:grid;width:min(100%,360px);grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 20px 44px rgb(0 0 0/18%);padding:14px}.finderUploadDialog>div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:2px 2px 6px}.finderUploadDialog h2{color:var(--ink);font-size:16px;font-weight:750;line-height:22px}.finderUploadDialog>div button{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:4px;background:transparent;color:var(--muted);font-size:16px;line-height:1}.finderUploadDialog>div button:hover{background:var(--surface-low);color:var(--ink)}.finderUploadDialog>button{display:flex;align-items:center;gap:12px;border:1px solid var(--line-soft);border-radius:6px;background:var(--surface);color:var(--ink);padding:12px;text-align:left}.finderUploadDialog>button:focus-visible,.finderUploadDialog>button:hover{border-color:var(--line);background:var(--surface-low);outline:0}.finderUploadDialog>button span{display:grid;grid-gap:2px;gap:2px}.finderUploadDialog strong{color:var(--ink);font-size:14px;line-height:20px}.finderUploadDialog small{color:var(--muted);font-size:12px;line-height:16px}.finderRemoveDialog{display:grid;width:min(100%,420px);grid-template-columns:38px minmax(0,1fr);grid-gap:14px;gap:14px;border:1px solid rgb(185 28 28/24%);border-radius:8px;background:var(--surface);box-shadow:0 22px 52px rgb(0 0 0/20%);padding:16px}.finderRemoveDialogIcon{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgb(185 28 28/20%);border-radius:8px;background:#fff7f7;color:var(--danger)}.finderRemoveDialogCopy{display:grid;min-width:0;grid-gap:10px;gap:10px}.finderRemoveDialog h2{color:var(--ink);font-size:17px;font-weight:760;line-height:24px}.finderRemoveDialog p{color:var(--muted);font-size:13px;line-height:19px}.finderRemoveDialog dl{display:grid;grid-gap:6px;gap:6px;margin:0}.finderRemoveDialog dl div{display:grid;min-width:0;grid-gap:2px;gap:2px}.finderRemoveDialog dt{color:var(--subtle);font-size:11px;font-weight:800;letter-spacing:.04em;line-height:14px;text-transform:uppercase}.finderRemoveDialog dd{min-width:0;overflow:hidden;color:var(--ink);font-size:13px;font-weight:700;line-height:18px;margin:0;text-overflow:ellipsis;white-space:nowrap}.finderRemoveDialogActions{display:flex;grid-column:1/-1;justify-content:flex-end;gap:10px;padding-top:2px}.finderRemoveDialogActions button{min-height:34px;border-radius:5px;font-size:13px;line-height:18px;padding:7px 12px}.finderRemoveDialogActions>button:first-child{border:1px solid var(--line-soft);background:var(--surface);color:var(--ink)}.finderRemoveDialogActions>button:first-child:hover{background:var(--surface-low)}.finderRemoveDialogActions button:disabled{cursor:default;opacity:.64}.finderRenameDialog{border-color:var(--line)}.finderRenameDialog .finderRemoveDialogIcon{border-color:color-mix(in srgb,var(--secondary) 22%,transparent);background:var(--secondary-soft);color:var(--secondary)}.finderRenameForm{display:grid;min-width:0;grid-gap:10px;gap:10px}.finderRenameForm h2{color:var(--ink);font-size:17px;font-weight:760;line-height:24px}.finderRenameForm label{color:var(--subtle);font-size:11px;font-weight:800;letter-spacing:.04em;line-height:14px;text-transform:uppercase}.finderRenameForm input{width:100%;min-width:0;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--ink);font-size:14px;font-weight:650;line-height:20px;padding:8px 10px}.finderRenameForm input:focus{border-color:var(--secondary);outline:3px solid color-mix(in srgb,var(--secondary) 16%,transparent)}.finderRenameForm .finderRemoveDialogActions{grid-column:auto}.textEditorDrawer{position:absolute;inset:0 0 0 auto;z-index:25;display:flex;width:min(820px,100%);flex-direction:column;border-left:1px solid var(--line);background:var(--surface-bright);box-shadow:-18px 0 40px rgb(0 0 0/12%)}.textEditorHeader{display:flex;min-height:68px;flex:0 0 auto;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line-soft);padding:14px 18px}.textEditorHeader>div{display:flex;min-width:0;align-items:center;gap:10px}.textEditorHeader svg{flex:0 0 auto;color:var(--secondary)}.textEditorHeader span{display:grid;min-width:0;grid-gap:1px;gap:1px}.textEditorHeader strong{overflow:hidden;color:var(--ink);font-size:14px;font-weight:750;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.textEditorFooter span,.textEditorHeader small{color:var(--muted);font-size:12px;line-height:16px}.textEditorHeader button{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border:0;border-radius:4px;background:transparent;color:var(--muted)}.textEditorHeader button:hover{background:var(--surface-low);color:var(--ink)}.textEditorNotice{display:flex;align-items:center;gap:8px;border-bottom:1px solid rgb(180 35 24/18%);background:#fff1f2;color:#b42318;font-size:13px;font-weight:650;line-height:18px;padding:10px 14px}.textEditorBody{background:var(--surface-low);padding:16px}.textEditorBody,.textEditorFrame{display:flex;min-height:0;flex:1 1 auto}.textEditorFrame{width:100%;flex-direction:column;overflow:hidden;border:1px solid var(--line-soft);border-radius:7px;background:var(--surface);box-shadow:inset 0 1px 0 rgb(255 255 255/70%)}.textEditorMeta{display:flex;min-height:34px;flex:0 0 auto;align-items:center;gap:12px;border-bottom:1px solid var(--line-soft);background:color-mix(in srgb,var(--surface-low) 76%,var(--surface));color:var(--muted);font-size:12px;line-height:16px;padding:8px 12px}.textEditorBody textarea{flex:1 1 auto;min-height:0;width:100%;height:100%;border:0;background:var(--surface);color:var(--ink);font:13px/20px ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;outline:0;padding:18px 20px;resize:none;-moz-tab-size:2;tab-size:2}.textEditorBody textarea:disabled{opacity:.72}.textEditorLoading{display:flex;height:100%;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:13px;line-height:18px}.textEditorFooter{display:flex;min-height:62px;flex:0 0 auto;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid var(--line-soft);background:var(--surface-bright);padding:12px 18px}.textEditorFooter .solidButton{min-height:34px;gap:7px;font-size:13px;line-height:18px;padding:7px 14px}.finderDropIcon{display:grid;width:72px;height:72px;place-items:center;border:1px solid var(--line);border-radius:8px;background:var(--surface-low);color:var(--muted)}.finderDropEmpty h3{color:var(--ink);font-size:18px;font-weight:750;line-height:24px;margin-top:6px}.finderDropEmpty p{color:var(--muted);font-size:14px;line-height:20px}.knowledgeEmptyState{display:grid;min-height:180px;place-items:center;grid-gap:8px;gap:8px;color:var(--muted);font-size:14px;line-height:20px;padding:32px;text-align:center}.knowledgeEmptyState.large{min-height:420px;border:1px dashed var(--line);border-radius:8px;background:var(--surface)}.uploadProgressState{width:min(320px,100%);margin:0 auto;justify-items:center}.uploadProgressState>svg{color:#596069}.uploadProgressCopy{display:grid;grid-gap:3px;gap:3px}.uploadProgressCopy strong{color:var(--ink);font-size:14px;font-weight:750;line-height:20px}.uploadProgressCopy span{color:var(--muted);font-size:13px;line-height:18px}.uploadProgressTrack{position:relative;width:100%;height:7px;overflow:hidden;border-radius:999px;background:#e7eaee}.uploadProgressTrack span{position:absolute;inset:0 auto 0 0;min-width:8px;border-radius:inherit;background:#3d6f9f;transition:width .16s ease}.uploadProgressTrack.indeterminate span{width:42%;animation:uploadProgressSweep 1s ease-in-out infinite}@keyframes uploadProgressSweep{0%{transform:translateX(-120%)}to{transform:translateX(240%)}}.knowledgeSourceEmpty{position:relative;display:grid;min-height:100%;place-items:center;overflow:hidden;background:#f8f9fa;padding:32px}.knowledgeSourceEmpty:after{position:absolute;inset:0;z-index:1;background:rgb(248 249 250/30%);content:""}.knowledgeSourceDialog{position:relative;z-index:2;display:grid;width:min(100%,672px);grid-gap:24px;gap:24px;border:1px solid rgb(255 255 255/50%);border-radius:12px;background:rgb(255 255 255/70%);box-shadow:0 8px 32px rgb(31 38 135/5%);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:32px}.knowledgeSourceDialog.modal{max-height:min(720px,calc(100vh - 48px));overflow:auto;background:rgb(255 255 255/86%)}.knowledgeSourceHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.knowledgeSourceHeader h2{color:var(--ink);font-size:32px;font-weight:750;letter-spacing:0;line-height:40px}.knowledgeSourceHeader p{color:var(--muted);font-size:16px;line-height:24px;margin-top:4px}.knowledgeSourceHeader button{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border:0;border-radius:999px;background:transparent;color:var(--subtle);padding:0}.knowledgeSourceHeader button:disabled{cursor:default;opacity:.42}.knowledgeSourceSection{display:grid;grid-gap:10px;gap:10px}.knowledgeSourceSection h3{color:var(--subtle);font-size:12px;font-weight:750;letter-spacing:.04em;line-height:16px;text-transform:uppercase}.knowledgeCloudSource,.knowledgeLocalSource{position:relative;display:flex;min-width:0;border:1px solid var(--line-soft);border-radius:8px;background:#ffffff;color:var(--ink);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.knowledgeLocalSource{min-height:82px;align-items:center;justify-content:space-between;gap:16px;padding:16px;text-align:left}.knowledgeCloudSources{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.knowledgeCloudSource{min-height:164px;flex-direction:column;gap:14px;padding:16px;text-align:left;text-decoration:none}.knowledgeCloudSource:hover,.knowledgeLocalSource:hover{border-color:var(--line);box-shadow:0 12px 30px rgb(31 35 40/8%);transform:translateY(-1px)}.knowledgeCloudSource:focus-visible,.knowledgeLocalSource:focus-visible{outline:2px solid var(--secondary);outline-offset:3px}.knowledgeLocalSource:disabled{cursor:default;opacity:.65;transform:none}.knowledgeCloudSource:disabled{cursor:default;opacity:.64;transform:none}.knowledgeSourceIcon{display:grid;width:48px;height:48px;flex:0 0 auto;place-items:center;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface-low);color:var(--ink)}.knowledgeSourceIcon.brand{width:42px;height:42px;background:#ffffff}.knowledgeSourceIcon .integrationBrandIcon,.knowledgeSourceIcon .integrationSvgIcon{width:28px;height:28px}.knowledgeCloudSource>span:nth-child(2),.knowledgeLocalSource>span:nth-child(2){display:grid;min-width:0;flex:1 1;grid-gap:3px;gap:3px}.knowledgeCloudSource strong,.knowledgeLocalSource strong{color:var(--ink);font-size:16px;font-weight:750;line-height:24px}.knowledgeCloudSource small,.knowledgeLocalSource small{color:var(--muted);font-size:14px;line-height:20px}.knowledgeLocalSource>svg{flex:0 0 auto;color:var(--line);transition:color .16s ease,transform .16s ease}.knowledgeLocalSource:hover>svg{color:var(--ink);transform:translateX(2px)}.drivePickerOverlay{position:fixed;inset:0;z-index:80;display:grid;place-items:center;background:rgb(22 24 29/38%);padding:24px}.drivePickerDialog{display:grid;width:min(760px,100%);max-height:min(760px,calc(100vh - 48px));grid-template-rows:auto auto minmax(240px,1fr) auto;overflow:hidden;border:1px solid var(--line-soft);border-radius:10px;background:var(--surface);box-shadow:0 24px 80px rgb(31 35 40/24%)}.drivePickerFooter,.drivePickerHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px}.drivePickerHeader{border-bottom:1px solid var(--line-soft)}.drivePickerHeader h2{color:var(--ink);font-size:22px;font-weight:760;letter-spacing:0;line-height:30px}.drivePickerFooter>span,.drivePickerHeader p{color:var(--muted);font-size:14px;line-height:20px}.drivePickerEyebrow{display:block;color:var(--subtle);font-size:12px;font-weight:760;letter-spacing:.04em;line-height:16px;text-transform:uppercase}.driveFolderOpen,.drivePickerFooter button,.drivePickerHeader>button,.drivePickerToolbar button{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line-soft);border-radius:8px;background:#ffffff;color:var(--ink);font-size:13px;font-weight:700;padding:0 12px}.drivePickerHeader>button{width:34px;flex:0 0 auto;padding:0}.drivePickerCrumbs{display:flex;min-width:0;align-items:center;gap:6px;overflow-x:auto;border-bottom:1px solid var(--line-soft);padding:10px 22px}.drivePickerCrumbs span{display:inline-flex;align-items:center;gap:6px}.drivePickerCrumbs button{border:0;background:transparent;color:var(--muted);font-size:13px;font-weight:700;white-space:nowrap}.drivePickerCrumbs button:focus-visible,.drivePickerCrumbs button:hover{color:var(--ink)}.notionPickerSearch{gap:10px}.notionPickerSearch input{min-width:0;flex:1 1 auto;border:0;background:transparent;color:var(--ink);font-size:14px;outline:0}.notionPickerSearch input::placeholder{color:var(--subtle)}.notionPickerSearch button{border:1px solid var(--line-soft);border-radius:7px;background:#ffffff;color:var(--ink);font-size:13px;font-weight:700;padding:6px 10px}.drivePickerBody{display:grid;min-height:0;grid-template-rows:auto 1fr}.drivePickerToolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 22px}.drivePickerToolbar strong{min-width:0;overflow:hidden;color:var(--ink);font-size:14px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.driveFolderList{display:grid;align-content:start;grid-gap:8px;gap:8px;overflow:auto;padding:0 22px 22px}.driveFolderRow{display:grid;grid-template-columns:minmax(0,1fr) 38px;align-items:center;grid-gap:8px;gap:8px}.driveFolderRow.notionPageRow{grid-template-columns:minmax(0,1fr)}.driveFolderSelect{display:grid;min-width:0;min-height:64px;grid-template-columns:44px minmax(0,1fr) 22px;align-items:center;grid-gap:12px;gap:12px;border:1px solid var(--line-soft);border-radius:8px;background:#ffffff;color:var(--ink);padding:10px 12px;text-align:left}.driveFolderRow.selected .driveFolderSelect{border-color:color-mix(in srgb,var(--secondary) 48%,var(--line));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--secondary) 18%,transparent)}.driveFolderSelect:not(:disabled):hover{border-color:var(--line);background:var(--surface-low)}.driveFolderSelect:disabled{cursor:default}.driveFolderRow.alreadySynced .driveFolderSelect{border-color:#d8dde3;background:#f5f6f8}.driveFolderRow.alreadySynced .finderFolderIcon{opacity:.62}.driveFolderRow.alreadySynced .driveFolderSelect strong{color:#596069}.driveFolderRow.alreadySynced .driveFolderSelect small{color:#7b8289}.driveFolderSelect .finderFolderIcon,.notionPageIcon{width:42px;height:42px}.notionPageIcon{display:grid;place-items:center;border:1px solid var(--line-soft);border-radius:8px;background:#ffffff}.notionPageIcon.emoji{color:var(--ink);font-size:24px;line-height:1}.notionPageIcon.image{overflow:hidden;padding:4px;background-position:50%;background-repeat:no-repeat;background-size:calc(100% - 8px) calc(100% - 8px)}.notionPageIcon .integrationBrandIcon,.notionPageIcon .integrationSvgIcon{width:26px;height:26px}.driveFolderSelect span{display:grid;min-width:0;grid-gap:2px;gap:2px}.driveFolderSelect small,.driveFolderSelect strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.driveFolderSelect strong{color:var(--ink);font-size:14px;font-weight:760}.driveFolderSelect small{color:var(--muted);font-size:12px}.driveFolderOpen{width:38px;height:38px;padding:0}.driveFolderEmpty{display:flex;min-height:180px;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:14px}.drivePickerFooter{align-items:center;border-top:1px solid var(--line-soft)}.drivePickerFooter>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drivePickerFooter>div{display:flex;flex:0 0 auto;align-items:center;gap:10px}.spinIcon{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.reviewColumn{display:flex;min-height:0;min-width:0;flex:1 1;flex-direction:column;align-items:center;overflow:hidden;padding:24px 28px}.reviewColumn>*{width:min(100%,1440px)}.reviewCardHeader h2{color:var(--ink);font-size:20px;font-weight:750;letter-spacing:0;line-height:28px}.reviewCard{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;overflow:hidden;background:transparent}.reviewNotice{margin:0 0 16px;border:1px solid #fecaca;border-radius:8px;background:#fff1f2;color:#b42318;font-size:14px;font-weight:650;line-height:20px;padding:12px 14px}.emptyReviewCard{align-items:center;justify-content:center;min-height:360px;gap:12px;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface);color:var(--muted);text-align:center;padding:32px}.emptyReviewCard h2{color:var(--ink);font-size:20px;font-weight:750;line-height:28px}.emptyReviewCard p{max-width:420px;font-size:14px;line-height:20px}.gmailConnectEmptyState{gap:14px}.emptyReviewIcon{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface-low)}.emptyReviewIcon .integrationBrandIcon{width:24px;height:24px}.emptyReviewAction{margin-top:4px;text-decoration:none}.loadingReviewCard svg{color:var(--muted)}.reviewSplitLayout{display:grid;min-height:0;flex:1 1;grid-template-columns:minmax(320px,.38fr) minmax(580px,.62fr);overflow:hidden;background:transparent}.reviewActionPane,.reviewEmailPane{display:flex;min-width:0;min-height:0;flex-direction:column}.reviewEmailPane{border-right:1px solid var(--line-soft);background:transparent}.reviewActionPane{container-type:inline-size;background:transparent}.reviewCardHeader{display:flex;background:transparent;padding:22px 24px 12px}.reviewHeaderBody{min-width:0;flex:1 1}.reviewTitleLine{display:flex;align-items:flex-start;gap:8px}.reviewTitleLine h2{min-width:0;flex:1 1;font-family:inherit;font-size:1.125rem;font-weight:750;letter-spacing:-.01em;line-height:1.3}.reviewTitleActions{display:inline-flex;flex:0 0 auto;align-items:center;gap:4px}.iconButton,.threadDrawerButton{display:inline-grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border:1px solid var(--line-soft);border-radius:6px;background:var(--surface);color:var(--muted);padding:0;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.threadDrawerButton{width:30px;height:30px;margin-top:-1px;border-color:transparent;background:transparent;color:var(--subtle)}.aiButtonIcon{width:17px;height:17px;display:block}.proposalGenerateIcon{width:14px;height:14px;display:block}.proposalPendingIcon{width:18px;height:18px;display:block}.gmailOpenButton{border-color:transparent;background:transparent;color:#c43e2f}.threadDrawerButton.gmailOpenButton:hover{border-color:transparent;background:transparent;color:#a83227}.iconButton:hover,.threadDrawerButton:hover{border-color:var(--line);background:var(--surface-low);color:var(--ink);transform:translateY(-1px)}.threadDrawerButton.proposeActionButton:hover:not(:disabled){border-color:transparent;background:transparent;color:var(--subtle)}.iconButton:focus-visible,.threadDrawerButton:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.threadDrawerButton:disabled{cursor:default;opacity:.45}.threadDrawerButton.proposeActionButton.is-generating:disabled{color:var(--secondary);opacity:1}.threadDrawerButton:disabled:hover{border-color:transparent;background:transparent;color:var(--subtle);transform:none}.threadDrawerButton.proposeActionButton.is-generating:disabled:hover{color:var(--secondary)}.confidence{display:inline-flex;align-items:center;gap:8px;margin-top:8px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:700;line-height:16px}.confidence-needs_review{color:var(--accent)}.confidence-completed{color:var(--success)}.confidence-skipped{color:var(--muted)}.reviewActionScroll,.reviewEmailScroll{min-height:0;flex:1 1;overflow-y:auto;overscroll-behavior:contain}.reviewEmailScroll{padding:14px 24px 24px}.reviewActionScroll{padding:22px 28px 32px}.reviewPaneState{color:var(--muted);font-size:14px;line-height:21px;margin:0}.reviewCardBody{min-height:0;flex:1 1;overflow-y:auto;overscroll-behavior:contain;background:var(--surface-bright);padding:24px}.reviewCardBody>p{margin-bottom:24px;color:var(--muted);font-size:16px;line-height:24px}.reviewEmailBody{max-width:54ch;color:var(--ink);font-family:ui-serif,Iowan Old Style,Palatino Linotype,Georgia,serif;font-size:1rem;line-height:1.7;margin:0;white-space:pre-wrap}.reviewThreadStack{display:block;width:min(100%,820px)}.reviewThreadMessage{border-top:1px solid var(--line-soft);background:transparent;padding:14px 0}.reviewThreadMessage:first-child{border-top:0}.reviewThreadMessage.is-latest{padding-bottom:18px}.reviewThreadCollapsedButton{display:block;width:100%;border:0;border-radius:6px;background:transparent;color:inherit;cursor:pointer;font:inherit;padding:0;text-align:left}.reviewThreadCollapsedButton:focus-visible .reviewThreadPreview,.reviewThreadCollapsedButton:hover .reviewThreadPreview{color:var(--ink)}.reviewThreadMessageHeader{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;min-height:34px}.reviewThreadAvatar{display:inline-grid;width:34px;height:34px;place-items:center;border-radius:999px;background:var(--accent);color:var(--surface-bright);font-size:14px;font-weight:760;line-height:1}.reviewThreadHeaderMain{min-width:0;display:grid;grid-gap:2px;gap:2px}.reviewThreadHeaderLine{min-width:0;display:flex;align-items:baseline;gap:7px}.reviewThreadHeaderLine strong{flex:0 0 auto;max-width:min(220px,42%);overflow-wrap:anywhere;color:var(--ink);font-size:13px;font-weight:760;line-height:18px}.reviewThreadHeaderMain>span{color:var(--muted);font-size:12px;line-height:16px}.reviewThreadPreview{min-width:0;overflow:hidden;color:var(--muted);font-size:13px;font-weight:450;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.reviewThreadChevron{color:var(--muted);transform:rotate(-90deg);transition:transform .14s ease,color .14s ease}.reviewThreadChevron.expanded{color:var(--ink);transform:rotate(0deg)}.reviewThreadMessageBody{margin:11px 0 0 44px}.reviewThreadMessageBody .reviewEmailBody{max-width:min(72ch,100%);color:var(--ink);font-family:inherit;font-size:13px;line-height:1.62}.reviewThreadBundle{position:relative;display:grid;height:32px;place-items:center}.reviewThreadBundle:before{position:absolute;right:0;left:0;top:50%;border-top:1px solid var(--line-soft);content:""}.reviewThreadBundle button{position:relative;z-index:1;display:inline-grid;width:30px;height:30px;place-items:center;border:1px solid var(--line-soft);border-radius:999px;background:var(--surface-bright);color:var(--muted);cursor:pointer;font-size:13px;font-weight:760;line-height:1}.reviewThreadBundle button:focus-visible,.reviewThreadBundle button:hover{border-color:var(--line);color:var(--ink)}.actionPlan{display:grid;grid-gap:12px;gap:12px}.reviewCardFooter{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;background:var(--background);padding:14px 24px}.reviewFooterProgress{align-self:center;margin-right:auto;color:var(--muted);font-size:.75rem;font-weight:650;line-height:1rem}.reviewButton{display:inline-flex;min-height:44px;align-items:center;gap:8px;border:1px solid var(--line);border-radius:4px;background:var(--surface);color:var(--ink);font-size:14px;font-weight:650;line-height:20px;padding:10px 24px;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.reviewSkipButton{color:var(--muted);padding-right:10px;padding-left:10px}.reviewSkipButton,.reviewSkipButton:hover{border-color:transparent;background:transparent}.reviewSkipButton:hover{color:var(--ink)}.reviewButton:hover{background:var(--surface-low);transform:translateY(-1px)}.reviewButton.primary{border-color:var(--primary);background:var(--primary);color:#ffffff;box-shadow:var(--shadow)}.reviewButton.primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}kbd{border:1px solid var(--line-soft);border-radius:4px;color:var(--subtle);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;font-weight:600;line-height:1;padding:3px 5px}.reviewButton.primary kbd{border-color:rgb(255 255 255/30%);color:rgb(255 255 255/72%)}.reviewButton:disabled{cursor:default;opacity:.65;transform:none}.proposalState{display:grid;grid-gap:14px;gap:14px;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface);color:var(--ink);padding:16px}.proposalPendingState.noActionPanel{max-width:620px}.proposalPendingState.noActionPanel .proposalPendingMark{color:#d97757}.noActionGamePanel{display:grid;width:min(100%,700px);grid-gap:14px;gap:14px;align-items:start}.noActionGame{position:relative;min-height:200px;overflow:hidden;border:0;border-radius:8px;background:transparent;color:var(--ink);cursor:pointer;isolation:isolate;outline:none;padding:0;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.noActionGame:focus-visible,.noActionGame:hover{background:transparent}.noActionGame:focus-visible{box-shadow:none}.noActionClouds,.noActionGameTrack{position:absolute;inset:0;overflow:hidden}.noActionClouds{z-index:0}.noActionCloud{--cloud-color:color-mix(in srgb,var(--muted) 22%,transparent);position:absolute;display:block;width:62px;height:19px;border-bottom:3px solid var(--cloud-color);transform:translateZ(0)}.noActionCloud:after,.noActionCloud:before{position:absolute;display:block;content:""}.noActionCloud:before{left:8px;bottom:0;width:45px;height:15px;background:linear-gradient(var(--cloud-color),var(--cloud-color)) 0 11px /7px 3px no-repeat,linear-gradient(var(--cloud-color),var(--cloud-color)) 7px 8px /8px 3px no-repeat,linear-gradient(var(--cloud-color),var(--cloud-color)) 15px 3px /9px 3px no-repeat,linear-gradient(var(--cloud-color),var(--cloud-color)) 24px 0 /14px 3px no-repeat,linear-gradient(var(--cloud-color),var(--cloud-color)) 38px 4px /7px 3px no-repeat,linear-gradient(var(--cloud-color),var(--cloud-color)) 45px 8px /8px 3px no-repeat}.noActionCloud:after{right:-9px;bottom:0;width:27px;height:11px;background:linear-gradient(var(--cloud-color),var(--cloud-color)) 0 0 /9px 3px no-repeat,linear-gradient(var(--cloud-color),var(--cloud-color)) 9px 3px /9px 3px no-repeat,linear-gradient(var(--cloud-color),var(--cloud-color)) 18px 6px /9px 3px no-repeat,linear-gradient(var(--cloud-color),var(--cloud-color)) 0 8px /27px 3px no-repeat}.noActionCloud.cloudOne{top:58px;left:88px}.noActionCloud.cloudTwo{top:36px;left:340px;transform:scale(.86)}.noActionCloud.cloudThree{top:72px;left:620px;transform:scale(.72)}.noActionGame.is-running .noActionCloud.cloudOne{animation:no-action-cloud-drift 18s linear infinite}.noActionGame.is-running .noActionCloud.cloudTwo{animation:no-action-cloud-drift 23s linear infinite}.noActionGame.is-running .noActionCloud.cloudThree{animation:no-action-cloud-drift 20s linear infinite}.noActionRunner{position:absolute;bottom:29px;left:50px;z-index:3;transform-origin:50% 100%;transition:transform 34ms linear}.noActionRunnerBody{position:absolute;inset:0;background:#d97757;-webkit-clip-path:inset(0 0 16.5% 0);clip-path:inset(0 0 16.5% 0);mask:url(/integrations/claude_bot.svg) center/contain no-repeat;-webkit-mask:url(/integrations/claude_bot.svg) center/contain no-repeat}.noActionRunnerFoot{position:absolute;bottom:16.2%;width:7.4%;height:13.4%;border-radius:1px;background:#d97757;transform-origin:50% 100%}.noActionRunnerFoot.footOne{left:18.4%}.noActionRunnerFoot.footTwo{left:30.8%}.noActionRunnerFoot.footThree{left:61.8%}.noActionRunnerFoot.footFour{left:74.2%}.noActionGame.is-running .noActionRunnerFoot.footOne,.noActionGame.is-running .noActionRunnerFoot.footThree{animation:no-action-foot-a 166ms steps(2) infinite}.noActionGame.is-running .noActionRunnerFoot.footFour,.noActionGame.is-running .noActionRunnerFoot.footTwo{animation:no-action-foot-b 166ms steps(2) infinite}.noActionGame.is-crashed .noActionRunnerFoot{animation:none}.noActionObstacle{position:absolute;bottom:29px;left:0;z-index:2;display:block;opacity:0;transform-origin:0 100%}.noActionGame.is-crashed .noActionObstacle,.noActionGame.is-running .noActionObstacle{opacity:1}.noActionCactus{position:absolute;bottom:0;display:block}.noActionCactus.small{width:20px;height:42px}.noActionCactus.large{width:30px;height:60px}.noActionCactusArm,.noActionCactusArm:before,.noActionCactusStem{position:absolute;display:block;border-radius:2px 2px 0 0;background:#56645f;content:""}.noActionCactus.small .noActionCactusStem{bottom:0;left:6px;width:7px;height:42px}.noActionCactus.large .noActionCactusStem{bottom:0;left:11px;width:8px;height:60px}.noActionCactus.small .noActionCactusArm{width:8px;height:6px}.noActionCactus.large .noActionCactusArm{width:11px;height:7px}.noActionCactusArm:before{bottom:0;width:5px}.noActionCactus.small .noActionCactusArm:before{height:17px}.noActionCactus.large .noActionCactusArm:before{height:23px}.noActionCactusArm.left{left:0}.noActionCactus.small .noActionCactusArm.left{top:20px}.noActionCactus.large .noActionCactusArm.left{top:29px}.noActionCactusArm.left:before{left:0}.noActionCactusArm.right{right:0}.noActionCactus.small .noActionCactusArm.right{top:10px}.noActionCactus.large .noActionCactusArm.right{top:17px}.noActionCactusArm.right:before{right:0}.noActionRoad{right:0;bottom:33px;z-index:1;overflow:visible}.noActionRoad,.noActionRoadTrack{position:absolute;left:0;height:44px}.noActionRoadTrack{bottom:0;display:flex;width:max-content}.noActionRoadTile{position:relative;width:520px;height:44px;flex:0 0 520px}.noActionRoadLine{right:0;bottom:0;left:0;height:2px}.noActionRoadLine,.noActionRoadMark{position:absolute;background:#5f6461}.noActionRoadMark{display:block;height:3px}.noActionGame.is-running .noActionRoadTrack{animation:no-action-ground var(--no-action-road-duration,1625ms) linear infinite}@keyframes no-action-foot-a{0%,49%{transform:translate3d(-1px,0,0) scaleY(1)}50%,to{transform:translate3d(4px,-6px,0) scaleY(.52)}}@keyframes no-action-foot-b{0%,49%{transform:translate3d(-4px,-6px,0) scaleY(.52)}50%,to{transform:translate3d(1px,0,0) scaleY(1)}}@keyframes no-action-ground{0%{transform:translateX(0)}to{transform:translateX(-520px)}}@keyframes no-action-cloud-drift{0%{translate:0 0}to{translate:-760px 0}}.proposalState>strong{display:block;color:var(--primary);font-size:14px;line-height:20px}.proposalState p{color:var(--muted);font-size:13px;line-height:19px;margin-top:4px}.proposalPanelError{border-color:rgb(185 28 28/28%);background:#fff7f7}.proposalPanelError strong{color:#991b1b}.proposalPendingStack{display:grid;grid-gap:18px;gap:18px}.proposalPendingState{display:grid;max-width:560px;grid-template-columns:34px minmax(0,1fr);grid-gap:14px 14px;gap:14px 14px;align-content:start;color:var(--ink);padding-top:20px}.proposalPendingMark{display:grid;width:34px;height:34px;place-items:center;color:var(--accent)}.proposalPendingState.generating .proposalPendingMark{color:var(--secondary)}.proposalPendingCopy{display:grid;min-width:0;grid-gap:6px;gap:6px}.proposalPendingEyebrow{margin:0;color:var(--muted);font-size:.6875rem;font-weight:750;letter-spacing:.06em;line-height:1rem;text-transform:uppercase}.proposalPendingCopy h3{color:var(--ink);font-family:ui-serif,Iowan Old Style,Palatino Linotype,Georgia,serif;font-size:1.375rem;font-weight:700;letter-spacing:-.015em;line-height:1.15;margin:0;text-transform:none}.proposalPendingCopy p:last-child{max-width:48ch;color:var(--muted);font-size:.875rem;line-height:1.5rem;margin:0}.proposalPendingActions{display:flex;grid-column:2;flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px}.proposalGenerateButton{min-height:40px;border-color:#e7bba8;border-radius:4px;background:#fff4ed;color:#9f5138;padding:10px 15px}.proposalNoActionButton{border:0;background:transparent;color:var(--muted);font-size:.75rem;font-weight:700;line-height:1rem;padding:8px 0}.proposalNoActionButton:focus-visible,.proposalNoActionButton:hover:not(:disabled){color:var(--ink);text-decoration:underline;text-underline-offset:3px}.proposalNoActionButton:disabled{cursor:default;opacity:.5}.integrationActionNudge{display:grid;grid-gap:10px;gap:10px;max-width:620px;color:var(--ink);margin-top:32px}.integrationActionNudgeHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.integrationActionNudgeHeader h3{margin:0;color:var(--ink);font-size:.875rem;font-weight:750;line-height:1.125rem}.integrationActionNudgeLink{color:var(--muted);font-size:.75rem;font-weight:750;line-height:1rem;text-decoration:underline;text-underline-offset:3px}.integrationActionNudgeLink:focus-visible,.integrationActionNudgeLink:hover{color:var(--ink)}.integrationActionNudgeButton{display:grid;min-height:52px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;grid-gap:9px;gap:9px;border:1px solid var(--line-soft);border-radius:7px;background:transparent;color:var(--ink);padding:8px 10px;text-align:left}.integrationActionNudgeGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.integrationActionNudgeButton:focus-visible,.integrationActionNudgeButton:hover:not(:disabled){border-color:var(--line);background:var(--surface-low)}.integrationActionNudgeButton:disabled{cursor:default;opacity:.66}.integrationActionNudgeButton>span:nth-child(2){display:grid;min-width:0;grid-gap:2px;gap:2px}.integrationActionNudgeButton small,.integrationActionNudgeButton strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.integrationActionNudgeButton strong{color:var(--ink);font-size:.75rem;font-weight:750;line-height:1rem}.integrationActionNudgeButton small{color:var(--muted);font-size:.6875rem;font-weight:600;line-height:.875rem}.generatedActionPlan{--plan-accent:var(--accent);--plan-accent-soft:var(--accent-soft);--plan-accent-line:var(--accent-line);display:grid;grid-gap:14px;gap:14px;background:transparent}.actionStageHeader{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:20px}.actionStageProgress{display:grid;min-width:0;flex:1 1;grid-gap:6px;gap:6px}.actionStageProgress>span{color:var(--muted);font-size:.6875rem;font-weight:700;letter-spacing:.03em;line-height:1rem;text-transform:uppercase}.actionProgressTrack{display:flex;max-width:240px;gap:4px}.actionProgressTrack span{height:3px;min-width:16px;flex:1 1;background:var(--line);transition:background .22s cubic-bezier(.25,1,.5,1),transform .22s cubic-bezier(.25,1,.5,1)}.actionProgressTrack span.completed{background:var(--success);transform:scaleY(1.35)}.actionStageNavigation{display:inline-flex;flex:0 0 auto;align-items:center;gap:8px}.actionStageNavigation button{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--muted);padding:0}.actionStageNavigation button:focus-visible,.actionStageNavigation button:hover:not(:disabled){background:var(--surface-low);color:var(--ink)}.actionStageNavigation button:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.actionStageNavigation button:disabled{cursor:default;opacity:.28}.actionStageNavigation strong{min-width:42px;color:var(--muted);font-size:.6875rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1rem;text-align:center}.actionProvenance{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:6px;color:var(--subtle);font-size:.6875rem;line-height:1rem}.actionProvenance svg{color:var(--accent)}.actionProvenance a{color:var(--ink);font-weight:700;text-decoration:underline;-webkit-text-decoration-color:var(--accent-line);text-decoration-color:var(--accent-line);text-underline-offset:3px}.actionProvenanceItem:before{margin-right:6px;color:var(--line);content:"·"}.actionReviewLayout{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.approvedActionLedger{display:flex;min-width:0;flex-wrap:wrap;gap:8px 14px}.approvedActionLedger button{display:inline-flex;max-width:100%;align-items:center;gap:6px;border:0;background:transparent;color:var(--success);font-size:.6875rem;line-height:1rem;padding:0}.approvedActionLedger button span{overflow:hidden;color:var(--muted);text-decoration:line-through;-webkit-text-decoration-color:color-mix(in srgb,var(--muted) 45%,transparent);text-decoration-color:color-mix(in srgb,var(--muted) 45%,transparent);text-overflow:ellipsis;white-space:nowrap}.approvedActionLedger button:hover span{color:var(--ink);text-decoration:none}.selectedActionPanel{min-width:0;width:min(100%,760px);animation:action-stage-in .24s cubic-bezier(.22,1,.36,1)}.stepBody,.suggestedStep{min-width:0}.stepBody{display:grid;grid-gap:10px;gap:10px}.stepHeaderLine{display:flex;min-width:0;align-items:center;gap:9px}.stepTitleCopy{min-width:0}.stepTitleIcon{display:grid;width:24px;height:24px;flex:0 0 auto;place-items:center}.stepTitleIcon .integrationBrandIcon,.stepTitleIcon .integrationSvgIcon{width:19px;height:19px}.stepHeaderLine h4{max-width:36ch;overflow-wrap:anywhere;color:var(--ink);font-family:inherit;font-size:1.125rem;font-weight:780;letter-spacing:-.01em;line-height:1.3;margin:0}.stepDraftPreview{display:grid;min-width:0;grid-gap:10px;gap:10px;border-left:2px solid var(--line-soft);padding-left:12px}.draftPreviewToolbar{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px}.draftPreviewToolbar>span{color:var(--subtle);font-size:11px;font-weight:800;line-height:15px;text-transform:uppercase}.draftPreviewToolbar>div{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px}.draftIconButton,.draftMoreButton{display:inline-flex;min-height:28px;align-items:center;justify-content:center;gap:5px;border:1px solid var(--line-soft);border-radius:6px;background:var(--surface);color:var(--muted);cursor:pointer;font-size:12px;font-weight:750;line-height:16px;padding:5px 8px}.draftIconButton{width:28px;border-color:transparent;background:transparent;padding:0}.draftIconButton svg{width:14px;height:14px}.draftIconButton.commit{color:var(--secondary)}.draftIconButton:focus-visible,.draftIconButton:hover,.draftMoreButton:focus-visible,.draftMoreButton:hover{border-color:var(--line);background:var(--surface-low);color:var(--ink)}.replyDraftText{position:relative;color:var(--ink);font-family:inherit;font-size:14px;line-height:21px;margin:0;overflow-wrap:anywhere;white-space:pre-wrap}.replyDraftText.collapsed{max-height:189px;overflow:hidden}.replyDraftText.collapsed:after{position:absolute;right:0;bottom:0;left:0;height:34px;background:linear-gradient(to bottom,rgb(255 253 248/0),var(--background));content:"";pointer-events:none}.draftMoreButton{border-color:transparent;background:transparent;width:-moz-fit-content;width:fit-content;margin-top:0}.draftMoreButton:focus-visible,.draftMoreButton:hover{border-color:transparent;background:transparent;color:var(--ink)}.draftMoreButton svg{transition:transform .14s ease}.draftMoreButton.expanded svg{transform:rotate(180deg)}.replyDraftEditor{width:100%;min-height:220px;resize:vertical;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--ink);font:inherit;font-size:14px;line-height:21px;padding:10px 11px}.replyDraftEditor:focus{border-color:var(--secondary);box-shadow:0 0 0 3px var(--focus-ring);outline:none}.stepServiceCard{display:flex;align-items:center;gap:10px;color:var(--ink);font-size:13px;font-weight:690;line-height:19px}.stepServiceIdentity{display:grid;min-width:0;grid-gap:1px;gap:1px}.stepServiceIdentity strong{color:var(--ink);font-size:13px;font-weight:760;line-height:17px}.stepServiceIdentity span{color:var(--muted);font-size:12px;font-weight:650;line-height:16px}.stepServiceCard>span:last-child,.stepServiceIdentity span{min-width:0;overflow-wrap:anywhere}.stepIntegrationIcon{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border:1px solid var(--line-soft);border-radius:6px;background:var(--surface-low);color:var(--muted)}.stepIntegrationIcon .integrationBrandIcon,.stepIntegrationIcon .integrationSvgIcon{width:17px;height:17px}.stepActionButton .integrationBrandIcon,.stepActionButton .integrationSvgIcon{width:14px;height:14px}.stepIntegrationIcon.calendar{color:var(--plan-accent)}.stepIntegrationIcon.airtable{color:#16856a}.airtableRecordPreview{grid-gap:10px;gap:10px}.integrationInputPreview{display:grid;grid-gap:6px;gap:6px}.nativeActionPreview{display:grid;min-width:0;grid-gap:5px;gap:5px}.integrationPreviewHeader{min-height:30px}.gmailComposePreview .stepIntegrationIcon,.nativeActionPreview .stepIntegrationIcon{background:var(--surface)}.gmailMessageSurface{min-width:0;border-top:1px solid #e2e5e9;border-bottom:1px solid #e2e5e9;padding:8px 2px}.airtableActionPreview,.slackActionPreview{gap:7px}.airtableSurface,.slackMessageSurface{display:grid;min-width:0;overflow:hidden;border:1px solid #dfe3e8;border-radius:8px;background:#ffffff;color:#1d1c1d}.slackMessageSurface{gap:10px;border-color:#dfd8e7;padding:12px}.slackConversationHeader{display:flex;min-width:0;align-items:center;gap:9px;border-bottom:1px solid #ece7f1;padding-bottom:9px}.airtableSurfaceHeader>div,.slackConversationHeader>div{display:grid;min-width:0;grid-gap:1px;gap:1px}.airtableSurfaceHeader span,.slackConversationHeader span:not(.slackChannelIcon){overflow:hidden;color:#687078;font-size:10px;font-weight:760;line-height:14px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.airtableSurfaceHeader strong,.slackConversationHeader strong{overflow:hidden;color:#1d1c1d;font-size:14px;font-weight:760;line-height:19px;text-overflow:ellipsis;white-space:nowrap}.slackChannelIcon{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border-radius:6px;background:#f4f1f7;color:#611f69;font-size:15px;font-weight:800;line-height:1}.slackMessageBubble{display:flex;min-width:0;align-items:flex-start;gap:10px}.airtableSurfaceIcon,.slackBotBadge{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border:1px solid #e1e5ea;border-radius:7px;background:#fbfcfd}.airtableSurfaceIcon .integrationBrandIcon,.airtableSurfaceIcon .integrationSvgIcon,.slackBotBadge .integrationBrandIcon,.slackBotBadge .integrationSvgIcon{width:18px;height:18px}.slackMessageBubble>div{display:grid;min-width:0;grid-gap:3px;gap:3px}.slackMessageBubble strong{color:#1d1c1d;font-size:12px;font-weight:760;line-height:16px}.slackMessageBubble p{display:-webkit-box;overflow:hidden;color:#3f4045;font-size:12px;line-height:18px;margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:4;white-space:pre-wrap}.airtablePreviewFooter span{overflow:hidden;border:1px solid #e1e5ea;border-radius:999px;background:#f8fafb;color:#56616d;font-size:10px;font-weight:700;line-height:14px;padding:3px 7px;text-overflow:ellipsis;white-space:nowrap}.airtableSurface{gap:12px;border-color:#d7e6e2;padding:12px}.airtableSurfaceHeader{display:flex;min-width:0;align-items:center;gap:10px}.airtableSurfaceHeader small{overflow:hidden;color:#69737a;font-size:11px;font-weight:620;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.airtableSurfaceIcon{border-color:#d7e6e2;background:#f6fbf9;color:#16856a}.airtableRecordPreview{display:grid;grid-gap:7px;gap:7px}.airtableFieldPreview{display:grid;min-width:0;grid-template-columns:minmax(86px,.42fr) minmax(0,1fr);grid-gap:9px;gap:9px;align-items:start;border-top:1px solid #edf2f3;padding-top:7px}.airtableFieldPreview:first-child{border-top:0;padding-top:0}.airtableFieldPreview span{overflow:hidden;color:#6a747b;font-size:10px;font-weight:740;line-height:14px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.airtableFieldPreview strong{display:-webkit-box;overflow:hidden;color:#1f2a31;font-size:12px;font-weight:690;line-height:17px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.airtablePreviewFooter{display:flex;min-width:0;flex-wrap:wrap;gap:5px}.gmailMessageSummary{display:grid;min-width:0;grid-gap:2px;gap:2px}.gmailMessageSummary>span{color:#5f6368;font-size:11px;font-weight:650;line-height:15px}.gmailMessageSummary>strong{color:#202124;font-size:13px;font-weight:650;line-height:18px}.gmailMessageSummary>small,.gmailMessageSummary>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gmailMessageSummary>small{color:#7b8085;font-size:10px;line-height:14px}.nativeTagList{display:flex;flex-wrap:wrap;gap:4px;margin-top:3px}.nativeTagList span{border-radius:4px;background:#e8eaed;color:#3c4043;font-size:10px;font-weight:650;line-height:14px;padding:2px 5px}.driveActionPreview{gap:7px}.driveShareSurface{display:grid;max-width:540px;min-width:0;grid-gap:10px;gap:10px;border:1px solid #dadce0;border-radius:8px;background:#ffffff;color:#202124;padding:14px 16px}.driveShareHeader{color:#5f6368;font-size:12px;font-weight:650;line-height:16px;padding:0 0 1px}.driveFileRow{display:grid;grid-template-columns:32px minmax(0,1fr) auto;grid-gap:11px;gap:11px;align-items:center;min-width:0;border-bottom:1px solid #f1f3f4;padding-bottom:11px}.driveFileTypeIcon{display:grid;width:32px;height:32px;place-items:center;color:#5f6368}.driveFileTypeIcon .integrationBrandIcon,.driveFileTypeIcon .integrationSvgIcon{width:26px;height:26px}.driveFileIdentity{display:grid;min-width:0;grid-gap:2px;gap:2px}.driveFileIdentity strong{color:#202124;font-size:15px;font-weight:600;line-height:20px}.driveFileIdentity small,.driveFileIdentity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.driveFileIdentity small{color:#5f6368;font-size:11px;font-weight:500;line-height:15px}.driveOpenLink{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;color:#5f6368;text-decoration:none}.driveOpenLink:focus-visible,.driveOpenLink:hover{background:#f1f3f4;color:#202124}.driveGeneralAccess{display:grid;grid-template-columns:32px minmax(0,1fr) auto;grid-gap:11px;gap:11px;align-items:center;min-width:0;padding-top:2px}.driveAccessIcon{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#f1f3f4;color:#1a73e8}.driveAccessCopy{display:grid;min-width:0;grid-gap:2px;gap:2px}.driveAccessCopy small{color:#5f6368;font-size:11px;font-weight:500;line-height:15px}.driveAccessCopy strong{overflow:hidden;color:#202124;font-size:13px;font-weight:600;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.driveRolePill{display:inline-flex;min-width:78px;justify-content:center;border:1px solid #dadce0;border-radius:18px;background:#ffffff;color:#3c4043;font-size:12px;font-weight:600;line-height:16px;padding:6px 12px}.driveShareFooter{display:flex;min-height:16px;flex-wrap:wrap;gap:6px 12px;color:#5f6368;font-size:11px;font-weight:500;line-height:15px}.driveShareFooter span{display:inline-flex;align-items:center;gap:5px}.sheetsSurface{overflow:hidden;border:1px solid #cdd9d1;border-radius:7px;background:#ffffff}.sheetsFormulaBar{display:flex;min-width:0;align-items:center;border-bottom:1px solid #dfe6e1;background:#f8fbf9;padding:8px 10px}.sheetsFormulaBar strong{min-width:0;overflow:hidden;color:#202124;font-size:11px;font-weight:650;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.sheetsGrid{--sheet-columns:3;display:grid;grid-template-columns:28px repeat(var(--sheet-columns),minmax(0,1fr));min-width:0;background:#ffffff}.sheetPreviewRow{display:contents}.sheetCell,.sheetColumnLabel,.sheetCorner,.sheetRowLabel{min-width:0;min-height:25px;border-right:1px solid #e2e7e3;border-bottom:1px solid #e2e7e3}.sheetColumnLabel,.sheetCorner,.sheetRowLabel{display:grid;place-items:center;background:#f1f3f4;color:#5f6368;font-size:9px;font-weight:650;line-height:12px}.sheetCell{overflow:hidden;color:#3c4043;font-size:10px;line-height:16px;padding:4px 6px;text-overflow:ellipsis;white-space:nowrap}.sheetCell.changed{position:relative;background:#e6f4ea;color:#137333}.sheetCell.changed:first-of-type:after{position:absolute;inset:-1px;border:2px solid #1e8e3e;content:"";pointer-events:none}.docsSurface{position:relative;min-height:174px;overflow:hidden;border:1px solid #d7e2f4;border-radius:8px;background:#edf3fc;padding:14px 18px 0}.docsPage{min-height:166px;border:1px solid #d9dde5;border-bottom:0;border-radius:3px 3px 0 0;background:#ffffff;box-shadow:0 2px 7px rgb(60 64 67/10%);color:#202124;padding:18px 22px}.docsPageHeader{display:flex;min-width:0;align-items:center;gap:7px;margin-bottom:12px;color:#1a73e8}.docsPageHeader strong{overflow:hidden;color:#202124;font-size:14px;font-weight:700;line-height:19px;text-overflow:ellipsis;white-space:nowrap}.docsPage p{display:-webkit-box;overflow:hidden;color:#3c4043;font-size:11px;line-height:17px;margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:4;white-space:pre-wrap}.docsTextLines{display:grid;grid-gap:5px;gap:5px;margin-top:11px}.docsTextLines span{height:3px;border-radius:99px;background:#e8eaed}.docsTextLines span:nth-child(2){width:86%}.docsTextLines span:nth-child(3){width:62%}.docsEditMarker{position:absolute;right:9px;bottom:8px;border-radius:999px;background:#1a73e8;color:#ffffff;font-size:9px;font-weight:750;line-height:13px;padding:3px 7px}.calendarActionPreview{gap:7px}.calendarEventSurface{display:grid;grid-template-columns:70px minmax(0,1fr);overflow:hidden;border:1px solid #d7e3f8;border-radius:8px;background:#ffffff;color:#202124}.calendarEventTimeRail{display:grid;align-content:center;justify-items:center;grid-gap:2px;gap:2px;border-right:1px solid #dce6f8;background:linear-gradient(180deg,#f8fbff,#eef4ff);padding:14px 10px;text-align:center}.calendarEventTimeRail small,.calendarEventTimeRail span{color:#5f6368;font-size:10px;font-weight:750;letter-spacing:0;line-height:13px;text-transform:uppercase}.calendarEventTimeRail strong{color:#1a73e8;font-size:26px;font-weight:780;line-height:30px}.calendarEventMain{display:grid;min-width:0;grid-gap:10px;gap:10px;padding:14px 16px 15px}.calendarEventSummary{display:grid;min-width:0;grid-gap:2px;gap:2px}.calendarEventSummary span{color:#1a73e8;font-size:10px;font-weight:760;line-height:14px;text-transform:uppercase}.calendarEventSummary strong{overflow:hidden;color:#202124;font-size:15px;font-weight:760;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.calendarEventMetaGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:7px 12px;gap:7px 12px}.calendarMetaItem{display:flex;min-width:0;align-items:center;gap:7px;color:#5f6368}.calendarMetaItem>span{display:grid;width:18px;height:18px;flex:0 0 auto;place-items:center;border-radius:5px;background:#e8f0fe;color:#1a73e8}.calendarMetaItem a,.calendarMetaItem strong{min-width:0;overflow:hidden;color:#3c4043;font-size:11px;font-weight:650;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.calendarMetaItem a{color:#1a73e8;text-decoration:none}.calendarMetaItem a:hover{text-decoration:underline}.calendarParticipantBlock{display:grid;grid-gap:6px;gap:6px;border-top:1px solid #edf2fb;padding-top:10px}.calendarParticipantBlock>span{display:flex;align-items:center;gap:5px;color:#5f6368;font-size:10px;font-weight:740;line-height:14px;text-transform:uppercase}.calendarParticipantList{display:flex;min-width:0;flex-wrap:wrap;gap:5px}.calendarParticipantList span{max-width:170px;overflow:hidden;border:1px solid #d7e3f8;border-radius:999px;background:#f8fbff;color:#3c4043;font-size:10px;font-weight:650;line-height:14px;padding:3px 8px;text-overflow:ellipsis;white-space:nowrap}.calendarParticipantList.empty span{border-style:dashed;color:#6f7782}.calendarEventNotes{display:-webkit-box;overflow:hidden;color:#5f6368;font-size:11px;line-height:17px;margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:3;white-space:pre-wrap}.notionSurface{border:1px solid #dedbd5;border-radius:6px;background:#ffffff;color:#37352f;padding:16px 24px}.notionPageTitle{display:flex;min-width:0;align-items:center;gap:8px}.notionPageTitle>span{display:grid;width:25px;height:25px;flex:0 0 auto;place-items:center;border-radius:4px;background:#f1f1ef;color:#37352f;font-size:14px}.notionPageTitle strong{overflow:hidden;color:#37352f;font-size:16px;font-weight:700;line-height:22px;text-overflow:ellipsis;white-space:nowrap}.notionActionSentence{color:#6b6964;font-size:11px;line-height:17px;margin:9px 0 0 33px}.notionDocumentPreview{display:grid;grid-gap:11px;gap:11px}.notionPageContext{display:flex;min-width:0;align-items:center;gap:9px}.notionPageContextIcon{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border-radius:5px;background:#f1f1ef;color:#37352f}.notionPageContextIcon.emoji{font-size:18px;line-height:1}.notionPageContextIcon.image{background-position:50%;background-repeat:no-repeat;background-size:cover}.notionPageContextIcon.brand .integrationBrandIcon,.notionPageContextIcon.brand .integrationSvgIcon{width:18px;height:18px}.notionPageContextText{display:grid;min-width:0;grid-gap:1px;gap:1px}.notionPageContextText span{color:#8b8983;font-size:9px;font-weight:650;line-height:12px;text-transform:uppercase}.notionPageContextText strong{overflow:hidden;color:#37352f;font-size:12px;font-weight:700;line-height:17px;text-overflow:ellipsis;white-space:nowrap}.notionBlockPreview{display:grid;grid-template-columns:16px minmax(0,1fr);grid-gap:9px;gap:9px;align-items:start;padding:0}.notionBlockHandle{display:inline-flex;min-width:16px;justify-content:center;color:#77756f;font-size:12px;font-weight:700;line-height:19px}.notionBlockBody{min-width:0}.notionBlockBody p{display:-webkit-box;overflow:hidden;color:#37352f;font-size:12px;line-height:19px;margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:4;white-space:pre-wrap}.notionBlockPreview-heading_1 .notionBlockBody p,.notionBlockPreview-heading_2 .notionBlockBody p,.notionBlockPreview-heading_3 .notionBlockBody p{font-size:13px;font-weight:700;line-height:18px}.notionBlockPreview-quote{border-left:3px solid #d9d6cf;padding-left:7px}.notionCommentSurface{display:grid;grid-gap:12px;gap:12px}.notionCommentPreview{display:grid;grid-template-columns:18px minmax(0,1fr);grid-gap:9px;gap:9px;align-items:start;border-top:1px solid #efefed;padding-top:11px}.notionCommentPreview svg{color:#787774;margin-top:1px}.notionCommentPreview p{color:#37352f;font-size:12px;line-height:19px;margin:0;white-space:pre-wrap}.notionContentPreview{display:-webkit-box;overflow:hidden;color:#565550;font-size:11px;line-height:17px;margin:10px 0 0 33px;-webkit-box-orient:vertical;-webkit-line-clamp:3;white-space:pre-wrap}.notionPropertyList{display:grid;grid-gap:1px;gap:1px;margin:11px 0 0 33px}.notionPropertyList>div{display:grid;grid-template-columns:minmax(70px,.36fr) minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center;min-height:24px;border-top:1px solid #efefed}.notionPropertyList span{color:#787774;font-size:10px;line-height:14px}.notionPropertyList strong{overflow:hidden;color:#37352f;font-size:10px;font-weight:600;line-height:14px;text-overflow:ellipsis;white-space:nowrap}.technicalInputDetails{min-width:0}.technicalInputDetails summary{width:-moz-fit-content;width:fit-content;color:var(--subtle);cursor:pointer;font-size:9px;font-weight:650;line-height:14px;list-style-position:inside;-webkit-user-select:none;-moz-user-select:none;user-select:none}.technicalInputDetails[open] summary{margin-bottom:7px}.technicalInputRationale{max-width:72ch;color:var(--muted);font-size:12px;line-height:18px;margin:0 0 8px;overflow-wrap:anywhere}.gmailComposePreview{gap:9px;border-left:0;padding-left:0}.gmailComposeWindow{overflow:visible;background:transparent;color:#202124}.gmailComposeField{display:flex;min-width:0;align-items:center;gap:7px;color:#5f6368;font-size:11px;line-height:16px;padding:0 0 6px}.gmailComposeField>strong{min-width:0;color:#3c4043;font-weight:550}.gmailComposeField>small,.gmailComposeField>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gmailComposeField>small{max-width:42%;margin-left:auto;color:#7b8085;font-size:9px}.gmailComposeSubject{overflow:hidden;color:#202124;font-size:15px;font-weight:720;line-height:21px;padding:0 0 10px;text-overflow:ellipsis;white-space:nowrap}.gmailComposeBody{display:grid;min-height:112px;align-content:start;grid-gap:8px;gap:8px;border-top:1px solid #eceff1;padding:12px 0 0}.gmailComposeBody .draftPreviewToolbar>span{color:#80868b;font-size:9px}.gmailComposeBody .replyDraftText{color:#202124;font-size:12px;line-height:18px}.gmailComposeBody .replyDraftText.collapsed:after{background:linear-gradient(to bottom,rgb(255 253 248/0),var(--background))}.gmailComposeBody .replyDraftEditor{min-height:150px;border-color:#dadce0;background:#ffffff;color:#202124;font-size:12px;line-height:18px}@media (max-width:720px){.sheetsGrid{grid-template-columns:24px repeat(var(--sheet-columns),minmax(56px,1fr));overflow-x:auto}.docsSurface{padding-right:10px;padding-left:10px}.docsPage{padding-right:15px;padding-left:15px}.notionContentPreview,.notionPropertyList{margin-left:0}.gmailComposeField>small{display:none}}.inputFieldList,.inputNestedList{display:grid;grid-gap:7px;gap:7px;margin:0}.inputField,.inputNestedField{display:grid;grid-template-columns:minmax(96px,.42fr) minmax(0,1fr);grid-gap:8px;gap:8px;align-items:start;border:1px solid var(--line-soft);border-radius:6px;background:var(--surface-low);padding:7px 9px}.inputField dt,.inputNestedField dt{color:var(--muted);font-size:11px;font-weight:760;line-height:16px;overflow-wrap:anywhere}.inputField dd,.inputNestedField dd{margin:0;color:var(--ink);font-size:12px;font-weight:650;line-height:17px;overflow-wrap:anywhere;white-space:pre-wrap}.inputNestedList{gap:5px}.inputNestedField{grid-template-columns:minmax(82px,.34fr) minmax(0,1fr);border-style:dashed;background:var(--surface);padding:6px 8px}.inputLongText,.inputPlainText,.inputValueLink{color:var(--ink)}.inputLongText{margin:0;max-height:144px;overflow:auto;white-space:pre-wrap}.inputValueLink{text-decoration:underline;-webkit-text-decoration-color:var(--line);text-decoration-color:var(--line);text-underline-offset:3px}.inputValueLink:hover{color:var(--secondary);-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.inputChipList{display:flex;flex-wrap:wrap;gap:5px}.inputChip,.inputValueToken{display:inline-flex;max-width:100%;align-items:center;border:1px solid var(--line-soft);border-radius:999px;background:var(--surface);color:var(--ink);font-size:11px;font-weight:720;line-height:15px;overflow-wrap:anywhere;padding:3px 7px}.inputValueToken.number{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.inputValueToken.success{border-color:color-mix(in srgb,var(--success) 18%,transparent);background:var(--success-soft);color:var(--success)}.inputValueToken.muted{color:var(--muted)}.inputArrayStack{display:grid;grid-gap:6px;gap:6px}.inputArrayItem{display:grid;grid-template-columns:22px minmax(0,1fr);grid-gap:7px;gap:7px;align-items:start}.inputArrayItem>span{display:grid;width:20px;height:20px;place-items:center;border:1px solid var(--line-soft);border-radius:999px;background:var(--surface);color:var(--muted);font-size:10px;font-weight:760;line-height:1}.inputPreviewEmpty{margin:0;border:1px dashed var(--line);border-radius:6px;background:var(--surface-low);color:var(--muted);font-size:12px;font-weight:650;line-height:17px;padding:8px 10px}.stepActionButton{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:32px;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--ink);font-size:12px;font-weight:750;line-height:16px;padding:7px 10px}.integrationInputPreview+.stepActionButton{justify-self:end;margin-top:4px}.stepActionButton:hover{background:var(--surface-low);border-color:var(--primary)}.stepActionButton.proposalGenerateButton:hover:not(:disabled){border-color:#d99b82;background:#ffebe1;color:#83412d}.replyActionButton{justify-self:end;margin-top:4px}.suggestedStep .stepActionButton:not(.approved){min-height:40px;border-color:var(--primary);border-radius:4px;background:var(--primary);color:var(--surface-bright);padding:10px 15px}.suggestedStep .stepActionButton:not(.approved):hover{border-color:var(--primary-hover);background:var(--primary-hover);transform:translateY(-1px)}.stepActionButton.approved{border-color:color-mix(in srgb,var(--success) 20%,transparent);background:var(--success-soft);color:var(--success)}.stepActionButton:disabled{cursor:default;opacity:.72}@keyframes action-stage-in{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.visuallyHidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.authPage{position:relative;display:grid;height:100vh;min-height:100svh;place-items:center;overflow-y:auto;background:radial-gradient(circle at 50% 0,rgb(228 246 237/70%),transparent 34%),linear-gradient(180deg,var(--background) 0,var(--surface-low) 100%);color:var(--ink);padding:20px}.authAtmosphere{position:fixed;inset:0;pointer-events:none;opacity:.4}.authAtmosphere:after,.authAtmosphere:before{position:absolute;content:""}.authAtmosphere:before{inset:12% 18% auto;height:1px;background:linear-gradient(90deg,transparent,rgb(196 199 199/72%),transparent)}.authAtmosphere:after{right:18%;bottom:16%;width:180px;height:180px;border:1px solid rgb(196 199 199/32%);border-radius:999px}.authCanvas{position:relative;z-index:1;display:grid;width:min(100%,420px);grid-gap:24px;gap:24px}.authPage-signup .authCanvas{width:min(100%,440px)}.authCard{border:1px solid rgb(196 199 199/70%);border-radius:12px;background:var(--surface);box-shadow:0 4px 12px rgb(0 0 0/3%);padding:32px}.authBrand{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:24px}.authBrand.stacked{flex-direction:column;gap:8px;margin-bottom:32px}.authLogoMark{display:grid;width:40px;height:40px;place-items:center;border-radius:4px;background:var(--primary);color:#ffffff;transition:transform .18s ease,background .18s ease}.authLogoMark:hover{transform:scale(1.05)}.authProduct{color:var(--primary);font-size:20px;font-weight:800;letter-spacing:0;line-height:28px}.authHeader p,.authKicker,.authSwitch{color:var(--muted)}.authKicker{font-size:14px;line-height:20px}.authHeader{display:grid;grid-gap:8px;gap:8px;margin-bottom:32px;text-align:center}.authHeader h1{color:var(--primary);font-size:32px;font-weight:650;letter-spacing:0;line-height:40px}.authHeader p{font-size:14px;line-height:20px}.authFields,.authForm{display:grid}.authForm{gap:24px}.authFields{gap:16px}.authField{display:grid;grid-gap:8px;gap:8px}.authDivider p,.authField>span:first-child,.authFieldHeader>span:first-child{font-size:12px;font-weight:700;letter-spacing:.05em;line-height:16px}.authDivider p{text-transform:uppercase}.authField>span:first-child,.authFieldHeader>span:first-child{color:var(--muted);transition:color .16s ease}.authField:focus-within .authFieldHeader>span:first-child,.authField:focus-within>span:first-child{color:var(--secondary)}.authFieldHeader{display:flex;align-items:center;justify-content:space-between;gap:16px}.authSmallLink{border:0;background:transparent;color:var(--secondary);font:inherit;font-size:12px;font-weight:700;line-height:16px;padding:0}.authSmallLink:disabled{cursor:default;opacity:.65}.authSmallLink:hover,.authSwitch a:hover{text-decoration:underline;text-underline-offset:3px}.authHint{color:rgb(68 71 72/60%);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:600;line-height:16px}.authField input{width:100%;min-height:44px;border:1px solid var(--line);border-radius:8px;background:var(--surface-low);color:var(--ink);font:inherit;font-size:14px;line-height:20px;padding:11px 16px;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.authPage-signup .authField input{background:var(--surface-mid)}.authField input::placeholder{color:rgb(68 71 72/50%)}.authField input:focus{outline:0;border-color:var(--secondary);box-shadow:0 0 0 2px var(--focus-ring)}.authPasswordWrap{position:relative;display:block}.authPasswordWrap input{padding-right:48px}.passwordReveal{position:absolute;top:50%;right:12px;display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:4px;background:transparent;color:var(--muted);transform:translateY(-50%);transition:background .16s ease,color .16s ease}.passwordReveal:hover{background:rgb(225 227 228/60%);color:var(--primary)}.authSubmit,.googleButton{display:inline-flex;min-height:44px;width:100%;align-items:center;justify-content:center;gap:12px;border-radius:8px;font-size:16px;line-height:24px;transition:background .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease,transform .16s ease}.authPage-signup .authSubmit,.authPage-signup .googleButton{min-height:48px}.authSubmit{border:1px solid var(--primary);background:var(--primary);color:#ffffff;font-weight:700;padding:9px 16px}.authSubmit:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.authSubmit:active,.googleButton:active{transform:scale(.98)}.authSubmit:disabled{cursor:default;opacity:.95}.googleButton:disabled{cursor:default;opacity:.7}.authSubmit.success{border-color:var(--success);background:var(--success)}.authSubmit kbd{margin-left:4px;border-color:rgb(255 255 255/24%);background:rgb(255 255 255/10%);color:rgb(255 255 255/46%);transition:border-color .16s ease,color .16s ease}.authSubmit:hover kbd{border-color:rgb(255 255 255/70%);color:#ffffff}.spin{animation:authSpin .8s linear infinite}@keyframes authSpin{to{transform:rotate(1turn)}}.authDivider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:16px;gap:16px;padding:4px 0}.authError{color:#b42318}.authError,.authNotice{margin:-4px 0 0;font-size:14px;font-weight:650;line-height:20px;text-align:center}.authNotice{color:var(--success)}.authDivider span{height:1px;background:rgb(196 199 199/62%)}.authDivider p{color:rgb(68 71 72/70%);text-align:center;white-space:nowrap}.googleButton{border:1px solid var(--line);background:var(--surface);color:var(--ink);font-weight:600;padding:9px 16px}.googleButton:hover{background:var(--surface-low)}.googleMark{width:20px;height:20px;flex:0 0 auto}.authSwitch{margin-top:32px;font-size:14px;line-height:20px;text-align:center}.authLoading{display:grid;min-height:100vh;place-items:center;background:var(--surface-low);color:var(--muted);font-size:15px;font-weight:650}.authLoading span{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);padding:12px 16px}.authLoading span:before{width:16px;height:16px;border:2px solid var(--line);border-top-color:var(--muted);border-radius:50%;content:"";animation:authSpin .8s linear infinite}.authLoadingSpinner{width:32px;height:32px;border:3px solid var(--line-soft);border-top-color:var(--muted);border-radius:50%;animation:authSpin .8s linear infinite}.authSwitch a{color:var(--secondary);font-weight:750}.authPage-signup .authSwitch a{color:var(--primary)}.authPage-signup{align-items:center;padding-bottom:64px}.threadDrawerLayer{position:fixed;inset:0;z-index:30;pointer-events:none}.threadDrawerBackdrop{inset:0;border:0;background:rgb(25 28 29/12%)}.threadDrawer,.threadDrawerBackdrop{position:absolute;pointer-events:auto}.threadDrawer{top:0;right:0;bottom:0;width:min(100vw,520px);flex-direction:column;border-left:1px solid var(--line);box-shadow:-18px 0 44px rgb(0 0 0/16%)}.threadDrawer,.threadDrawerHeader{display:flex;background:var(--surface)}.threadDrawerHeader{flex:0 0 auto;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line-soft);padding:24px}.threadDrawerTitleBlock{min-width:0}.threadDrawerHeader h2{color:var(--ink);font-size:20px;font-weight:750;line-height:28px;margin-top:4px;overflow-wrap:anywhere}.threadDrawerBody{min-height:0;flex:1 1;overflow-y:auto;overscroll-behavior:contain;background:var(--surface-bright);padding:24px}.emailHtmlFrame::-webkit-scrollbar,.originalEmailBody::-webkit-scrollbar,.threadBody::-webkit-scrollbar,.threadDrawerBody::-webkit-scrollbar{width:4px}.emailHtmlFrame::-webkit-scrollbar-track,.originalEmailBody::-webkit-scrollbar-track,.threadBody::-webkit-scrollbar-track,.threadDrawerBody::-webkit-scrollbar-track{background:transparent}.emailHtmlFrame::-webkit-scrollbar-thumb,.originalEmailBody::-webkit-scrollbar-thumb,.threadBody::-webkit-scrollbar-thumb,.threadDrawerBody::-webkit-scrollbar-thumb{border-radius:999px;background:var(--surface-container-highest,#e1e3e4)}.drawerState{display:flex;min-height:120px;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:14px;line-height:20px}.drawerState.error{align-items:flex-start;justify-content:flex-start;min-height:0;border:1px solid #fecaca;border-radius:8px;background:#fff1f2;color:#b42318;font-weight:650;padding:12px}.threadMessageList{display:grid;grid-gap:12px;gap:12px}.originalEmailCard{display:grid;grid-gap:20px;gap:20px;border:1px solid rgb(196 199 199/60%);border-radius:12px;background:var(--surface);padding:24px}.originalEmailSender{display:grid;grid-template-columns:40px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center}.senderAvatar{display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--line-soft);border-radius:999px;background:var(--surface-high);color:var(--ink);font-size:14px;font-weight:800}.originalEmailSender strong{display:block;overflow:hidden;color:var(--ink);font-size:14px;font-weight:750;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.originalEmailSender p,.originalEmailSender time{color:var(--muted);font-size:12px;line-height:16px}.originalEmailSender p{overflow:hidden;margin-top:2px;text-overflow:ellipsis;white-space:nowrap}.originalEmailSender time{display:inline-flex;align-items:center;gap:5px;justify-self:end;white-space:nowrap}.originalEmailBody{overflow:auto;max-height:min(46vh,480px);color:var(--ink);font-family:inherit;font-size:15px;line-height:24px;margin:0;white-space:pre-wrap}.emailHtmlFrame{display:block;width:calc(100% - 32px);height:320px;border:1px solid rgb(196 199 199/35%);border-radius:8px;background:var(--surface);margin:14px 16px 16px}.emailHtmlFrame.original{width:100%;height:min(52vh,520px);margin:0}.drawerShortcutHint{display:flex;justify-content:center;gap:8px;align-items:center;color:var(--muted);font-size:13px;line-height:18px;margin:18px 0 24px}.drawerShortcutHint kbd{background:var(--surface-high);color:var(--ink);font-size:10px;text-transform:uppercase}.threadHistory{display:grid;grid-gap:16px;gap:16px}.threadHistoryDivider{display:flex;align-items:center;gap:14px}.threadHistoryDivider:after,.threadHistoryDivider:before{height:1px;flex:1 1;background:var(--line-soft);content:""}.threadHistoryDivider span{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.06em;line-height:16px;text-transform:uppercase}.threadHistoryEmpty{color:var(--muted);font-size:13px;line-height:18px;text-align:center}.threadMessage{border:1px solid var(--line-soft);border-radius:10px;background:var(--surface-low);transition:background .16s ease,border-color .16s ease}.threadMessage:hover{border-color:var(--line);background:var(--surface-mid)}.threadMessage summary{display:grid;grid-template-columns:24px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;cursor:pointer;list-style:none;padding:14px 16px}.threadMessage summary::-webkit-details-marker{display:none}.threadMessage[open] .threadSummaryIcon svg{transform:rotate(180deg)}.threadSummaryIcon{display:grid;color:var(--muted);place-items:center}.threadSummaryIcon svg{transition:transform .16s ease}.threadSummaryMain{display:grid;min-width:0;grid-gap:2px;gap:2px}.threadMessage time,.threadSummaryMain span,.threadSummaryMain strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.threadSummaryMain strong{color:var(--ink);font-size:13px;font-weight:750;line-height:18px}.threadMessage time,.threadSummaryMain span{color:var(--muted);font-size:12px;line-height:16px}.threadMessage time{max-width:112px;text-align:right}.threadMeta{display:grid;grid-gap:8px;gap:8px;border-top:1px solid rgb(196 199 199/45%);margin:0;padding:14px 16px 0}.threadMeta div{display:grid;grid-template-columns:48px minmax(0,1fr);grid-gap:10px;gap:10px}.threadMeta dt{color:var(--subtle);font-size:11px;font-weight:750;line-height:16px;text-transform:uppercase}.threadMeta dd{min-width:0;margin:0;overflow-wrap:anywhere;color:var(--ink);font-size:12px;line-height:16px}.threadBody{overflow:auto;max-height:320px;border:1px solid rgb(196 199 199/35%);border-radius:8px;background:var(--surface);color:var(--ink);font-family:inherit;font-size:13px;line-height:20px;margin:14px 16px 16px;padding:14px;white-space:pre-wrap}.settingsTopBar{min-height:64px;flex:0 0 auto;justify-content:flex-end;border-bottom:1px solid var(--line-soft);background:var(--surface-bright);padding:0 24px}.settingsTopBar,.topBarActions{display:flex;align-items:center}.topBarActions{gap:24px}.topBarActions>button{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:4px;background:transparent;color:var(--muted);transition:background .16s ease,color .16s ease}.topBarActions>button:hover{background:var(--surface-low);color:var(--primary)}.topBarActions>span{width:1px;height:32px;background:var(--line)}.topBarProfile{display:flex;align-items:center;gap:12px}.topBarProfile div{text-align:right}.topBarProfile strong{display:block;color:var(--ink);font-size:14px;font-weight:750;line-height:18px}.topBarProfile p{color:var(--muted);font-size:12px;line-height:16px}.settingsScroll{flex:1 1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:32px}.settingsContent{display:grid;width:min(100%,768px);grid-gap:32px;gap:32px;margin:0 auto;padding-bottom:96px}.settingsPageHeader{display:grid;grid-gap:4px;gap:4px}.settingsPageHeader h1{color:var(--ink);font-size:20px;font-weight:750;line-height:28px}.settingsPageHeader p{color:var(--muted);font-size:14px;line-height:20px}.settingsSection{display:grid;grid-gap:16px;gap:16px}.settingsSectionTitle{display:flex;align-items:center;gap:8px}.settingsSectionTitle svg{color:var(--muted)}.settingsSectionTitle h2{color:var(--ink);font-size:16px;font-weight:750;line-height:24px}.settingsCard{overflow:hidden;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.billingSettingsCard{display:grid}.billingPlanHeader{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px}.billingPlanHeader>div{display:grid;grid-gap:4px;gap:4px}.billingPlanHeader h3{color:var(--ink);font-size:18px;font-weight:760;line-height:26px}.billingPlanHeader p,.billingUsage p{color:var(--muted);font-size:13px;line-height:19px}.billingStatus{width:-moz-fit-content;width:fit-content;border-radius:4px;font-size:11px;font-weight:750;line-height:16px;padding:3px 7px}.billingStatus.healthy{background:var(--success-soft);color:var(--success)}.billingStatus.attention{background:#fff4e8;color:#9a4d05}.billingPlanHeader .solidButton{flex:0 0 auto;gap:8px}.billingUsage{display:grid;grid-gap:10px;gap:10px;border-top:1px solid var(--line-soft);background:var(--surface-low);padding:20px 24px}.billingUsageHeading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.billingUsageHeading>div{display:grid;grid-gap:2px;gap:2px}.billingUsageHeading strong{color:var(--ink);font-size:13px;font-weight:750;line-height:18px}.billingUsageHeading span{color:var(--muted);font-size:12px;line-height:17px}.billingUsageTrack{position:relative;height:7px;overflow:hidden;border-radius:999px;background:var(--surface-mid)}.billingUsageTrack span{position:absolute;inset:0;border-radius:inherit;background:var(--secondary);transform-origin:left;transition:transform .24s ease}.billingLoadingState{display:flex;min-height:112px;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:13px}.billingSettingsMessage{border-top:1px solid var(--line-soft);background:var(--success-soft);color:var(--success);font-size:12px;font-weight:650;padding:11px 24px}.billingSettingsMessage.error{background:#fff7f7;color:var(--danger)}.automationSettingsCard{display:grid}.automationSettingsIntro{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px}.automationSettingsIntro>div{display:grid;grid-gap:4px;gap:4px}.automationScheduleIdentity h3,.automationSettingsIntro h3{color:var(--ink);font-size:14px;font-weight:750;line-height:20px}.automationScheduleIdentity p,.automationSettingsIntro p{color:var(--muted);font-size:13px;line-height:19px}.automationSavingState,.automationSettingsIntro .solidButton{flex:0 0 auto;gap:8px}.automationSavingState{display:inline-flex;align-items:center;color:var(--muted);font-size:13px;font-weight:650;line-height:18px}.automationScheduleList{border-top:1px solid var(--line-soft)}.automationScheduleRow{display:grid;grid-template-columns:minmax(260px,1fr) auto 132px auto;grid-gap:20px;gap:20px;align-items:center;padding:20px 24px}.automationScheduleRow+.automationScheduleRow{border-top:1px solid var(--line-soft)}.automationScheduleIdentity{display:flex;min-width:0;align-items:flex-start;gap:12px}.automationScheduleIdentity>span{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border:1px solid var(--line-soft);border-radius:4px;background:var(--surface-low);color:var(--muted)}.automationScheduleIdentity>div{display:grid;min-width:0;grid-gap:2px;gap:2px}.automationScheduleIdentity small{margin-top:3px;color:var(--subtle);font-size:11px;line-height:16px}.automationToggle{display:inline-grid;grid-template-columns:auto auto;gap:0 8px;align-items:center;cursor:pointer}.automationToggle input{position:absolute;width:1px;height:1px;opacity:0}.automationToggle>span{position:relative;width:34px;height:20px;border:1px solid var(--line);border-radius:999px;background:var(--surface-mid);transition:background .16s ease,border-color .16s ease}.automationToggle>span:after{position:absolute;top:3px;left:3px;width:12px;height:12px;border-radius:50%;background:var(--surface);box-shadow:0 1px 2px rgb(0 0 0/18%);content:"";transition:transform .16s ease}.automationToggle input:checked+span{border-color:var(--success);background:var(--success)}.automationToggle input:checked+span:after{transform:translateX(14px)}.automationToggle input:focus-visible+span{outline:3px solid var(--focus-ring);outline-offset:2px}.automationToggle strong{color:var(--muted);font-size:11px;font-weight:700}.automationFrequency{display:grid;grid-gap:5px;gap:5px}.automationFrequency>span{color:var(--subtle);font-size:10px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.automationFrequency select{width:100%;min-height:38px;border:1px solid var(--line);border-radius:4px;background:var(--surface);color:var(--ink);font:inherit;font-size:12px;padding:7px 9px}.automationFrequency select:disabled{background:var(--surface-low);color:var(--subtle)}.automationRunButton{min-height:38px;gap:7px;padding:8px 12px;white-space:nowrap}.automationLoadingState{display:flex;min-height:96px;align-items:center;justify-content:center;gap:10px;border-top:1px solid var(--line-soft);color:var(--muted);font-size:13px}.automationSettingsMessage{border-top:1px solid var(--line-soft);background:var(--success-soft);color:var(--success);font-size:12px;font-weight:650;padding:11px 24px}.automationSettingsMessage.error{background:#fff7f7;color:var(--danger)}.accountRow h3,.preferenceRow h3{color:var(--ink);font-size:14px;font-weight:750;line-height:20px}.accountRow p,.preferenceRow p{color:var(--muted);font-size:14px;line-height:20px}.dangerButton,.outlineButton,.solidButton{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border-radius:4px;font-size:14px;font-weight:650;line-height:20px;padding:10px 24px;transition:background .16s ease,color .16s ease,border-color .16s ease,opacity .16s ease}.solidButton{border:1px solid var(--primary);background:var(--primary);color:#ffffff}.solidButton:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.dangerButton:disabled,.outlineButton:disabled,.solidButton:disabled{cursor:default;opacity:.65}.outlineButton{border:1px solid var(--line);background:var(--surface);color:var(--ink)}.outlineButton:hover{background:var(--surface-low)}.dangerButton{border:1px solid rgb(185 28 28/22%);background:#fff7f7;color:var(--danger)}.dangerButton:hover{border-color:rgb(185 28 28/42%);background:var(--danger-soft)}.dangerButton.confirming{border-color:var(--danger);background:var(--danger);color:#ffffff}.dangerButton.confirming:hover{opacity:.92}.connectionStatus{margin-top:6px;color:var(--success);font-weight:650}.connectionStatus.error{color:#b42318}.dividedCard>*+*{border-top:1px solid var(--line)}.accountRow{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px}.passwordRow,.profileRow{align-items:flex-start;flex-wrap:wrap}.passwordCopy{min-width:0;flex:1 1 280px}.passwordCredentialForm,.profileDetailsForm{display:grid;width:min(100%,520px);flex:1 0 100%;grid-gap:14px;gap:14px;padding-top:4px}.settingsField{display:grid;grid-gap:8px;gap:8px}.settingsField span{color:var(--ink);font-size:13px;font-weight:700;line-height:18px}.settingsField input{width:100%;min-height:44px;border:1px solid var(--line);border-radius:4px;background:var(--surface);color:var(--ink);font:inherit;padding:10px 12px;transition:border-color .16s ease,box-shadow .16s ease}.settingsField input:focus{border-color:var(--secondary);box-shadow:0 0 0 3px var(--focus-ring);outline:none}.passwordFormActions,.profileFormActions{display:flex;justify-content:flex-start}.editableAvatar{position:relative;flex:0 0 auto}.editableAvatar button{position:absolute;inset:0;display:grid;place-items:center;border:0;border-radius:999px;background:rgb(0 0 0/42%);color:#ffffff;opacity:0;transition:opacity .16s ease}.editableAvatar button:focus-visible,.editableAvatar:hover button{opacity:1}.editableAvatar button:disabled{cursor:not-allowed;opacity:0}.accountIdentity{display:grid;flex:1 1;grid-gap:4px;gap:4px}.accountIdentity span{color:var(--muted);font-size:12px;font-weight:700;line-height:16px;text-transform:uppercase}.accountIdentity strong{margin-bottom:8px;color:var(--ink);font-size:14px;font-weight:750;line-height:20px}.preferenceRow{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px}.preferenceRow.borderless{padding:0}.preferenceText{display:flex;min-width:0;align-items:center;gap:16px}.preferenceText>svg{flex:0 0 auto;color:var(--muted)}.preferenceGroup{display:grid;grid-gap:16px;gap:16px;padding:24px}.toggleSwitch{position:relative;width:32px;height:18px;flex:0 0 auto;border:0;border-radius:999px;background:var(--surface-mid);padding:0;transition:background .18s ease}.toggleSwitch span{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:999px;background:#ffffff;transition:transform .18s ease}.toggleSwitch.active{background:var(--success)}.toggleSwitch.active span{transform:translateX(14px)}.shortcutGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 12px;gap:0 12px;border:1px solid rgb(196 199 199/30%);border-radius:8px;background:var(--surface-low);padding:16px}.shortcutRow{display:flex;min-height:38px;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgb(196 199 199/35%);color:var(--ink);font-size:14px;line-height:20px;padding:8px}.shortcutRow:nth-last-child(-n+2){border-bottom:0}.shortcutRow kbd{background:var(--surface);color:var(--ink);font-size:11px;box-shadow:0 1px 1px rgb(0 0 0/5%)}@container (max-width: 560px){.actionReviewLayout{grid-template-columns:1fr;gap:18px}.actionStageHeader{align-items:flex-start;flex-direction:column;gap:12px}.actionStageNavigation{align-self:flex-end}.selectedActionPanel{width:100%}}@media (max-width:1180px){.reviewSplitLayout{grid-template-columns:1fr;grid-template-rows:minmax(240px,.38fr) minmax(420px,.62fr)}.reviewEmailPane{border-right:0;border-bottom:1px solid var(--line)}}@media (max-width:1040px){body{overflow:auto}.capabilitiesWorkspace,.integrationsWorkspace,.knowledgeFinderWorkspace,.operatorShell,.playbookEditorWorkspace,.playbooksWorkspace,.reviewWorkspace,.settingsWorkspace,.traceWorkspace{height:auto;min-height:100vh;overflow:visible}.sideNav{position:-webkit-sticky;position:sticky;top:0;width:220px}.capabilitiesWorkspace,.integrationsWorkspace,.knowledgeFinderWorkspace,.playbookEditorWorkspace,.playbooksWorkspace,.reviewWorkspace,.settingsWorkspace,.traceWorkspace{width:calc(100% - 220px);margin-left:0}.reviewWorkspace,.settingsWorkspace{flex-direction:column}.traceLayout{grid-template-columns:300px minmax(0,1fr)}.reviewColumn{overflow:visible}.knowledgeFinderBody{grid-template-columns:240px minmax(0,1fr)}.reviewCard{flex:0 0 auto}.integrationActionNudgeGrid{grid-template-columns:1fr}.reviewSplitLayout{min-height:820px;grid-template-rows:minmax(260px,34vh) minmax(540px,auto)}.reviewCardBody{overflow:visible}.integrationLibraryToolbar,.integrationsConsole,.integrationsHeader,.playbookEditorGrid,.playbookEditorHeader,.playbookGrid,.playbooksHeader,.playbooksToolbar{max-width:none}.integrationsConsole,.playbookEditorGrid,.playbooksToolbar{grid-template-columns:1fr}.integrationDetail{position:static}}@media (max-width:760px){.operatorShell{display:block}.sideNav{position:static;height:auto;width:auto;min-height:auto;border-right:0;border-bottom:1px solid var(--line);padding:20px 12px 14px}.navList{flex:0 0 auto;overflow:visible}.navFooter{margin-top:12px}.reviewWorkspace{width:100%}.settingsWorkspace,.traceWorkspace{width:100%;margin-left:0}.traceLayout{grid-template-columns:1fr}.traceListPane{max-height:440px;border-right:0;border-bottom:1px solid var(--line-soft)}.traceMetrics,.traceTokenUsageGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.traceDecisionGrid{grid-template-columns:1fr}.traceSpanRow{grid-template-columns:minmax(0,1fr);gap:6px}.capabilitiesWorkspace,.integrationsWorkspace,.playbookEditorWorkspace,.playbooksWorkspace{width:100%;margin-left:0;padding:24px 16px}.integrationLibraryToolbar,.integrationsHeader,.playbookEditorHeader,.playbooksHeader{align-items:stretch;grid-template-columns:1fr}.integrationLibraryToolbar,.playbooksToolbar{flex-direction:column}.integrationSearch,.playbookSearch,.playbookSort{width:100%}.calendarIntegrationGrid,.integrationDetailHeader,.integrationStats,.integrationsConsole,.playbookFormGrid{grid-template-columns:1fr}.integrationDetailActions,.panelTitleRow,.playbookEditorActions{align-items:stretch;flex-direction:column}.permissionSegment{width:100%}.permissionSegment button{flex:1 1}.resourceAccessActions{justify-content:stretch}.resourceAccessActions .outlineButton,.resourceAccessActions .solidButton{width:100%}.integrationStats div+div{border-top:1px solid var(--line-soft);border-left:0}.calendarEventRow{grid-template-columns:1fr}.knowledgeSourceEmpty{padding:18px}.knowledgeSourceDialog{padding:22px}.knowledgeSourceHeader{gap:12px}.knowledgeSourceHeader h2{font-size:26px;line-height:32px}.knowledgeCloudSources{grid-template-columns:1fr}.knowledgeCloudSource{min-height:132px}.knowledgeFinderWorkspace{width:100%;min-height:100vh;margin-left:0}.knowledgePathBar,.knowledgeToolbar{align-items:stretch;flex-direction:column;height:auto;padding:14px 16px}.knowledgeSearch{width:100%;flex-basis:auto}.knowledgeToolbarActions,.knowledgeToolbarLeft{flex-wrap:wrap}.knowledgeFinderContent{min-height:520px}.knowledgeFinderContent.textEditorOpen .finderFolderPanel{margin-right:0}.textEditorDrawer{width:100%}.knowledgeDriveBanner{align-items:flex-start;flex-direction:column}.knowledgeJob{grid-template-columns:auto minmax(0,1fr)}.knowledgeJob .outlineButton,.knowledgeJobStatus{grid-column:2;justify-self:start}.finderRemoveDialog{grid-template-columns:1fr}.finderRemoveDialogActions{flex-direction:column-reverse}.finderRemoveDialogActions button{width:100%}.reviewColumn,.settingsScroll{padding:24px 16px}.reviewCard{overflow:visible}.reviewSplitLayout{min-height:0;grid-template-rows:minmax(280px,42vh) auto;overflow:visible}.reviewEmailPane{min-height:280px;max-height:42vh}.reviewActionScroll{overflow:visible}.reviewCardFooter{position:-webkit-sticky;position:sticky;z-index:3;bottom:0;justify-content:flex-start}.reviewActionScroll,.reviewCardBody,.reviewCardHeader,.reviewEmailScroll{padding:18px}.reviewCardFooter{padding:14px 18px}.reviewButton{flex:1 1 120px}.stepHeaderLine{flex-direction:row;gap:9px}.stepActionButton{width:100%;justify-content:center}.settingsTopBar{justify-content:flex-start}.topBarProfile div{display:none}.accountRow,.automationSettingsIntro,.billingPlanHeader,.preferenceRow{align-items:flex-start;flex-direction:column}.billingPlanHeader .solidButton{width:100%}.preferenceText{align-items:flex-start}.dangerButton,.outlineButton,.solidButton{width:100%}.shortcutGrid{grid-template-columns:1fr}.shortcutRow:nth-last-child(-n+2){border-bottom:1px solid rgb(196 199 199/35%)}.shortcutRow:last-child{border-bottom:0}.automationScheduleRow{grid-template-columns:1fr;gap:14px}.automationToggle{justify-self:start}}.landingPage{--landing-paper:#f3efe4;--landing-paper-deep:#e9e2d3;--landing-ink:#171713;--landing-muted:#5f5d55;--landing-line:#bdb7aa;--landing-violet:#5147dc;height:100vh;overflow-x:hidden;overflow-y:auto;background:linear-gradient(rgb(23 23 19/4%) 1px,transparent 1px),var(--landing-paper);background-size:100% 40px;color:var(--landing-ink);font-family:Avenir Next,Helvetica Neue,Helvetica,sans-serif;scroll-behavior:smooth}.landingPage a,.landingPage button{color:inherit}.landingNav{position:relative;z-index:2;display:flex;width:min(100% - 48px,1240px);min-height:88px;align-items:center;justify-content:space-between;gap:28px;margin:0 auto;border-bottom:1px solid var(--landing-ink)}.landingBrand{display:inline-flex;align-items:center;gap:10px;font-family:Iowan Old Style,Palatino Linotype,Palatino,serif;font-size:21px;font-weight:700;letter-spacing:-.02em}.landingBrandMark{display:block;width:34px;height:34px;flex:0 0 34px;background:url(/icon.svg) 50%/contain no-repeat}.landingNavLinks{display:flex;align-items:center;gap:26px;font-size:13px;font-weight:650}.landingNavLinks>a:not(.landingNavCta){position:relative}.landingNavLinks>a:not(.landingNavCta):after{position:absolute;right:0;bottom:-6px;left:0;height:1px;background:currentColor;content:"";transform:scaleX(0);transform-origin:right;transition:transform .18s ease}.landingNavLinks>a:not(.landingNavCta):hover:after{transform:scaleX(1);transform-origin:left}.landingFinalCta>a,.landingNavCta,.landingPrimaryCta{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--landing-ink);background:var(--landing-ink);color:var(--landing-paper)!important;transition:background .18s ease,color .18s ease,transform .18s ease}.landingNavCta{min-height:40px;padding:8px 15px}.landingFinalCta>a:hover,.landingNavCta:hover,.landingPrimaryCta:hover{border-color:var(--landing-violet);background:var(--landing-violet);transform:translateY(-2px)}.landingHero{display:grid;width:min(100% - 48px,1240px);grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);grid-gap:clamp(48px,7vw,112px);gap:clamp(48px,7vw,112px);align-items:center;margin:0 auto;padding:clamp(72px,9vw,132px) 0 clamp(86px,11vw,150px)}.landingHeroCopy{position:relative;z-index:1;display:grid;grid-gap:28px;gap:28px;animation:landing-rise .72s cubic-bezier(.16,1,.3,1) both}.landingEyebrow{display:flex;align-items:center;gap:10px;color:var(--landing-muted);font-size:11px;font-weight:750;letter-spacing:.13em;text-transform:uppercase}.landingEyebrow>span{width:34px;height:2px;background:var(--landing-violet)}.landingControlCopy h2,.landingFinalCta h2,.landingHero h1,.landingWorkflow h2{font-family:Iowan Old Style,Palatino Linotype,Palatino,serif;font-weight:500;letter-spacing:-.045em}.landingHero h1{max-width:680px;font-size:clamp(56px,6.7vw,98px);line-height:.91}.landingHeroCopy>p{max-width:620px;color:var(--landing-muted);font-size:clamp(17px,1.45vw,21px);line-height:1.55}.landingHeroActions{display:flex;flex-wrap:wrap;align-items:center;gap:18px}.landingPrimaryCta{min-height:52px;padding:13px 20px;font-size:14px;font-weight:750}.landingHeroActions>span{color:var(--landing-muted);font-size:12px}.landingDeskVisual{position:relative;padding:28px 34px 36px;border:1px solid var(--landing-ink);background:#f9f6ed;box-shadow:16px 16px 0 var(--landing-paper-deep);animation:landing-rise .82s cubic-bezier(.16,1,.3,1) .1s both}.landingDeskVisual:before{position:absolute;inset:-15px auto auto 26px;width:72px;height:29px;background:var(--landing-violet);content:"";transform:rotate(-2deg)}.landingVisualLabel{display:flex;align-items:center;gap:8px;margin-bottom:20px;color:var(--landing-violet);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.landingEmailCard{border-bottom:1px solid var(--landing-line);padding-bottom:22px}.landingEmailCard header{display:grid;grid-template-columns:auto 1fr auto;grid-gap:12px;gap:12px;align-items:center}.landingSender{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--landing-ink);border-radius:50%;font-size:11px;font-weight:800}.landingEmailCard header div{display:grid;grid-gap:2px;gap:2px}.landingEmailCard header strong{font-size:13px}.landingEmailCard header span,.landingEmailCard time{color:var(--landing-muted);font-size:11px}.landingEmailCard>p{margin-top:17px;font-family:Iowan Old Style,Palatino Linotype,Palatino,serif;font-size:17px;line-height:1.48}.landingTrace{display:flex;height:28px;align-items:center;gap:5px;padding-left:17px}.landingTrace span{width:3px;height:3px;border-radius:50%;background:var(--landing-violet)}.landingContextRow{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.landingContextRow>div{display:grid;grid-template-columns:auto 1fr auto;grid-gap:10px;gap:10px;align-items:center;border:1px solid var(--landing-line);padding:11px}.landingContextRow svg:last-child{color:#287246}.landingContextRow span{display:grid;grid-gap:2px;gap:2px;font-size:11px;font-weight:700}.landingContextRow small{color:var(--landing-muted);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.landingApprovalCard{margin-top:10px;border:1px solid var(--landing-ink);background:var(--landing-paper);padding:17px}.landingApprovalTop{display:flex;align-items:center;justify-content:space-between;gap:20px}.landingApprovalTop>div{display:grid;grid-gap:3px;gap:3px}.landingApprovalTop span{color:var(--landing-violet);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.landingApprovalTop strong{font-size:12px}.landingApprovalTop>svg{color:var(--landing-violet)}.landingApprovalCard>p{margin-top:14px;color:#49473f;font-size:12px;line-height:1.55}.landingActionList{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.landingActionList span{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--landing-line);background:#f9f6ed;padding:6px 8px;font-size:10px;font-weight:700}.landingApprovalActions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.landingApprovalActions button{min-height:34px;border:1px solid var(--landing-ink);background:transparent;padding:7px 12px;font-size:10px;font-weight:800}.landingApprovalActions button:last-child{display:inline-flex;align-items:center;gap:7px;background:var(--landing-ink);color:var(--landing-paper)}.landingMarginNote{position:absolute;right:-63px;bottom:88px;color:var(--landing-violet);font-family:Bradley Hand,Segoe Print,cursive;font-size:14px;transform:rotate(-7deg)}.landingPromise{display:grid;width:min(100% - 48px,1240px);grid-template-columns:300px 1fr;grid-gap:48px;gap:48px;align-items:center;margin:0 auto;border-top:1px solid var(--landing-ink);border-bottom:1px solid var(--landing-ink);padding:31px 0}.landingPromise>p{max-width:260px;color:var(--landing-muted);font-size:12px;font-weight:700;line-height:1.5;text-transform:uppercase}.landingPromise>div{display:flex;flex-wrap:wrap;justify-content:space-between;gap:18px 28px;font-family:Iowan Old Style,Palatino Linotype,Palatino,serif;font-size:clamp(17px,1.7vw,23px)}.landingControlSection,.landingFinalCta,.landingFooter,.landingWorkflow{width:min(100% - 48px,1240px);margin:0 auto}.landingWorkflow{padding:clamp(96px,12vw,164px) 0}.landingWorkflow>header{display:grid;grid-template-columns:180px minmax(0,720px);grid-gap:34px;gap:34px}.landingSectionNumber{color:var(--landing-violet);font-size:10px;font-weight:850;letter-spacing:.12em}.landingWorkflow header p{color:var(--landing-muted);font-size:12px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}.landingControlCopy h2,.landingFinalCta h2,.landingWorkflow h2{margin-top:12px;font-size:clamp(42px,5.2vw,72px);line-height:.98}.landingWorkflowSteps{display:grid;grid-template-columns:repeat(3,1fr);margin-top:80px;border-top:1px solid var(--landing-ink)}.landingWorkflowSteps article{min-height:270px;border-right:1px solid var(--landing-line);padding:24px 30px 34px 0}.landingWorkflowSteps article+article{padding-left:30px}.landingWorkflowSteps article:last-child{border-right:0}.landingWorkflowSteps article>span{color:var(--landing-violet);font-size:11px;font-weight:800}.landingWorkflowSteps h3{max-width:250px;margin-top:78px;font-family:Iowan Old Style,Palatino Linotype,Palatino,serif;font-size:26px;font-weight:500;line-height:1.08}.landingWorkflowSteps p{max-width:300px;margin-top:15px;color:var(--landing-muted);font-size:13px;line-height:1.6}.landingControlSection{display:grid;grid-template-columns:.86fr 1.14fr;grid-gap:clamp(50px,9vw,130px);gap:clamp(50px,9vw,130px);border-top:1px solid var(--landing-ink);padding:clamp(90px,11vw,145px) 0}.landingControlCopy>p{max-width:520px;margin-top:25px;color:var(--landing-muted);font-size:16px;line-height:1.65}.landingControlLedger{align-self:end;border-top:1px solid var(--landing-ink)}.landingControlLedger>div{display:grid;grid-template-columns:auto 1fr auto;grid-gap:15px;gap:15px;align-items:center;border-bottom:1px solid var(--landing-line);padding:21px 0}.landingControlLedger>div>svg{color:var(--landing-violet)}.landingControlLedger span{display:grid;grid-gap:3px;gap:3px;color:var(--landing-muted);font-size:12px}.landingControlLedger strong{color:var(--landing-ink);font-size:14px}.landingControlLedger em{color:var(--landing-violet);font-size:10px;font-style:normal;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.landingFinalCta{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;border:1px solid var(--landing-ink);background:var(--landing-violet);color:#f7f4eb;padding:clamp(38px,6vw,72px)}.landingFinalCta>div>span{font-size:10px;font-weight:850;letter-spacing:.14em}.landingFinalCta h2{max-width:720px;color:inherit}.landingFinalCta>a{flex:0 0 auto;min-height:52px;border-color:#f7f4eb;background:#f7f4eb;color:var(--landing-ink)!important;padding:13px 20px;font-size:13px;font-weight:800}.landingFinalCta>a:hover{border-color:var(--landing-ink);background:var(--landing-ink);color:var(--landing-paper)!important}.landingFooter{display:grid;min-height:150px;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:24px;gap:24px;color:var(--landing-muted);font-size:11px}.landingFooter>span{justify-self:end}@keyframes landing-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1020px){.landingHero{grid-template-columns:1fr}.landingHeroCopy{max-width:760px}.landingDeskVisual{width:min(100%,720px);margin-left:auto}.landingMarginNote{right:24px;bottom:-31px}.landingPromise{grid-template-columns:1fr;gap:22px}.landingPromise>div{justify-content:flex-start}.landingControlSection{grid-template-columns:1fr}}@media (max-width:720px){.landingControlSection,.landingFinalCta,.landingFooter,.landingHero,.landingNav,.landingPromise,.landingWorkflow{width:min(100% - 32px,1240px)}.landingNav{min-height:72px}.landingNavLinks>a:not(.landingNavCta){display:none}.landingNavLinks{gap:10px}.landingNavCta{min-height:38px;padding:7px 11px;font-size:11px}.landingHero{gap:52px;padding:64px 0 92px}.landingHero h1{font-size:clamp(50px,16vw,72px)}.landingDeskVisual{padding:25px 18px 28px;box-shadow:9px 9px 0 var(--landing-paper-deep)}.landingContextRow,.landingWorkflow>header,.landingWorkflowSteps{grid-template-columns:1fr}.landingWorkflowSteps{margin-top:54px}.landingWorkflowSteps article,.landingWorkflowSteps article+article{min-height:0;border-right:0;border-bottom:1px solid var(--landing-line);padding:24px 0 34px}.landingWorkflowSteps h3{margin-top:38px}.landingControlLedger>div{grid-template-columns:auto 1fr}.landingControlLedger em{grid-column:2}.landingFinalCta{align-items:flex-start;flex-direction:column}.landingFooter{grid-template-columns:1fr;justify-items:start;padding:45px 0}.landingFooter>span{justify-self:start}}@media (prefers-reduced-motion:reduce){.landingPage{scroll-behavior:auto}.landingDeskVisual,.landingHeroCopy,.noActionGame.is-running .noActionCloud.cloudOne,.noActionGame.is-running .noActionCloud.cloudThree,.noActionGame.is-running .noActionCloud.cloudTwo,.noActionGame.is-running .noActionRoadTrack,.noActionGame.is-running .noActionRunnerFoot.footFour,.noActionGame.is-running .noActionRunnerFoot.footOne,.noActionGame.is-running .noActionRunnerFoot.footThree,.noActionGame.is-running .noActionRunnerFoot.footTwo,.selectedActionPanel{animation:none}.actionProgressTrack span,.noActionRunner{transition:none}}.debugActionPreviewPage{align-content:start;display:grid;grid-gap:18px;gap:18px;height:100vh;width:calc(100% - 256px);max-width:1180px;margin:0 0 0 256px;min-height:0;min-width:0;overflow-x:hidden;overflow-y:auto;padding:28px 24px 48px}.debugActionPreviewHeader{display:flex;gap:16px;align-items:flex-end;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:16px}.debugActionPreviewHeader span{color:var(--subtle);font-size:11px;font-weight:700;letter-spacing:.08em;line-height:14px;text-transform:uppercase}.debugActionPreviewHeader h1{color:var(--ink);font-size:28px;line-height:34px;margin:3px 0 0}.debugActionPreviewHeader p{max-width:680px;color:var(--muted);font-size:13px;line-height:20px;margin:7px 0 0}.debugActionPreviewHeader>strong{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-size:11px;line-height:16px;padding:5px 10px}.debugActionPreviewGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));grid-gap:14px;gap:14px;align-items:start}.debugActionPreviewCard{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface-bright)}.debugActionPreviewMeta{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;border-bottom:1px solid var(--line-soft);padding:12px 14px}.debugActionPreviewMeta h2{color:var(--ink);font-size:13px;font-weight:750;line-height:18px;margin:0}.debugActionPreviewMeta h2,.debugActionPreviewMeta p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.debugActionPreviewMeta p{color:var(--subtle);font-size:10px;line-height:14px;margin:1px 0 0}.debugActionEffect{border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:9px;font-weight:750;line-height:14px;padding:3px 7px;text-transform:uppercase}.debugActionEffect-write{border-color:#d7dfd1;background:#f8fbf5;color:#4d7142}.debugActionEffect-read{border-color:#d7dce8;background:#f7f9ff;color:#445f93}.debugActionPreviewBody{padding:14px}.debugActionPreviewFooter{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line-soft);background:var(--surface);padding:10px 14px}.debugActionPreviewFooter span{color:var(--subtle);font-size:10px;font-weight:700;line-height:14px;text-transform:uppercase}.debugActionPreviewFooter strong{color:var(--ink);font-size:12px;line-height:16px}@media (max-width:720px){.debugActionPreviewPage{width:100%;margin-left:0;padding:20px 14px 36px}.debugActionPreviewHeader{align-items:start;flex-direction:column}.debugActionPreviewGrid{grid-template-columns:1fr}}