.dashboardStyledConsole{--console-font-ui:var(--font-dm-sans),"PingFang SC","Microsoft YaHei",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--background:#f4f5f9;--panel:#fdfdfe;--card:#fdfdfe;--panel-soft:#eef1f7;--ink:#1e2942;--muted:#707b96;--subtle:#9aa3ba;--line:#e6eaf2;--soft-line:#eef1f7;--accent:#e8862e;--accent-2:#3a5480;--accent-soft:#fdf1da;--dashboard-blue:#3d56de;--dashboard-blue-dark:#3349c4;--dashboard-blue-soft:#e9eefb;--dashboard-blue-line:#d3ddf6;--dashboard-chat-width:clamp(320px,calc((100vw - var(--dashboard-sidebar-width)) / 3),680px);--dashboard-metric-accent:#e8862e;--success:#3d8b4f;--success-soft:#e4f1e4;--warning:#b07d1e;--warning-soft:#faf0d6;--dashboard-topbar-height:56px;--dashboard-sidebar-width:250px;--dashboard-sidebar-collapsed-width:74px;--dashboard-shell-gap:0;--dashboard-shell-padding:0;display:grid;grid-template-rows:var(--dashboard-topbar-height) minmax(0,1fr);grid-gap:0;gap:0;height:100vh;min-height:600px;overflow:hidden;padding:0;background:var(--panel);color:var(--ink);font-family:var(--console-font-ui)}.dashboardStyledConsole,.dashboardStyledConsole.siteConsole{font-size:14px;line-height:1.55}.dashboardStyledConsole.siteConsole .siteMainShell{font-size:13px;line-height:1.5;letter-spacing:0}.dashboardStyledConsole .dashboardTopbarShell{display:flex;align-items:center;gap:18px;min-width:0;height:var(--dashboard-topbar-height);border-bottom:1px solid #e4e9f4;padding:0 22px;background:linear-gradient(100deg,#ffffff,#eef2ff 48%,#fdf3ea);color:var(--ink)}.dashboardStyledConsole .dashboardTopbarLogo{flex:0 0 auto;color:var(--ink);font-size:17px;font-weight:800;letter-spacing:.26em;text-decoration:none;white-space:nowrap}.dashboardStyledConsole .dashboardTopbarDivider{width:1px;height:22px;flex:0 0 auto;background:#dde3ef}.dashboardStyledConsole .dashboardTopbarCompany{display:flex;align-items:center;gap:12px;min-width:0}.dashboardStyledConsole .dashboardTopbarCompany strong{overflow:hidden;color:var(--ink);font-size:18px;font-weight:700;letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap}.dashboardStyledConsole .dashboardTopbarStatus{display:inline-flex;align-items:center;gap:7px;border:1px solid rgb(52 194 106/18%);border-radius:999px;padding:4px 12px 4px 10px;background:rgb(52 194 106/12%);color:#2e9e55;font-size:12px;font-weight:600;letter-spacing:.03em;white-space:nowrap}.dashboardStyledConsole .dashboardTopbarStatus span{width:6px;height:6px;border-radius:50%;background:#34c26a;animation:dashboardTopbarStatusPulse 2.4s ease-out infinite}@keyframes dashboardTopbarStatusPulse{0%{box-shadow:0 0 0 0 rgb(52 194 106/45%)}70%{box-shadow:0 0 0 5px rgb(52 194 106/0)}to{box-shadow:0 0 0 0 rgb(52 194 106/0)}}.dashboardStyledConsole .dashboardTopbarAccount{position:relative;margin-left:auto}.dashboardStyledConsole .dashboardTopbarAccountButton{display:flex;align-items:center;gap:10px;border:0;border-radius:12px;padding:5px 8px 5px 6px;background:transparent;color:inherit;cursor:pointer}.dashboardStyledConsole .dashboardTopbarAccountButton:hover,.dashboardStyledConsole .dashboardTopbarAccountButton[aria-expanded=true]{background:rgb(61 86 222/8%)}.dashboardStyledConsole .dashboardTopbarAvatar{display:grid;place-items:center;width:32px;height:32px;flex:0 0 32px;border-radius:50%;background:var(--dashboard-blue);color:#fff}.dashboardStyledConsole .dashboardTopbarAvatar svg{width:17px;height:17px}.dashboardStyledConsole .dashboardTopbarAccountName{overflow:hidden;max-width:180px;color:var(--ink);font-size:13.5px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.dashboardStyledConsole .dashboardTopbarAccountCaret{display:grid;place-items:center;color:#7b87a3;transition:color .15s,transform .2s ease}.dashboardStyledConsole .dashboardTopbarAccountCaret svg{width:14px;height:14px;transform:rotate(90deg)}.dashboardStyledConsole .dashboardTopbarAccountButton:hover .dashboardTopbarAccountCaret,.dashboardStyledConsole .dashboardTopbarAccountButton[aria-expanded=true] .dashboardTopbarAccountCaret{color:var(--dashboard-blue);transform:translateY(1px)}.dashboardStyledConsole .dashboardTopbarAccountMenu{position:absolute;right:0;top:calc(100% + 8px);z-index:80;display:grid;grid-gap:2px;gap:2px;width:204px;border:1px solid var(--line);border-radius:14px;padding:8px;background:#fff;box-shadow:0 16px 42px rgb(27 35 55/18%)}.dashboardStyledConsole .dashboardTopbarAccountMenu a{display:flex;align-items:center;gap:10px;border-radius:10px;padding:10px;color:var(--muted);font-size:13px;font-weight:700;text-decoration:none}.dashboardStyledConsole .dashboardTopbarAccountMenu a:hover{background:#f2f4f9;color:var(--ink)}.dashboardStyledConsole .dashboardTopbarAccountMenu a.danger{color:#c95037}.dashboardStyledConsole .dashboardTopbarAccountMenu svg{width:17px;height:17px}.dashboardStyledConsole .dashboardAppFrame{position:relative;display:flex;min-width:0;min-height:0;height:calc(100vh - var(--dashboard-topbar-height));background:var(--panel)}.dashboardStyledConsole .dashboardAppFrame.hasSocialAccountDisconnectBanner .dashboardMainShell{padding-top:76px}.dashboardStyledConsole .socialAccountDisconnectBanner{position:absolute;z-index:24;top:10px;right:16px;left:calc(var(--dashboard-sidebar-width) + 16px);display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:56px;border:1px solid #efc879;border-radius:14px;padding:10px 12px 10px 16px;background:#fff9e8;color:#704f13;box-shadow:0 8px 24px rgb(104 75 19/10%)}.dashboardStyledConsole .socialAccountDisconnectBanner>div{display:grid;min-width:0}.dashboardStyledConsole .socialAccountDisconnectBanner strong{font-size:13px;font-weight:900}.dashboardStyledConsole .socialAccountDisconnectBanner span{overflow:hidden;font-size:11px;font-weight:700;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.dashboardStyledConsole .socialAccountDisconnectBanner button{flex:0 0 auto;min-height:34px;border:0;border-radius:999px;padding:0 15px;background:#8b5c0e;color:#fff;cursor:pointer;font:inherit;font-size:12px;font-weight:900}.dashboardStyledConsole .socialAccountDisconnectBanner button:disabled{cursor:not-allowed;opacity:.55}.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardContentRegion,.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardSidebar,.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardTopbarShell{position:relative;filter:grayscale(.22);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardContentRegion *,.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardSidebar *,.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardTopbarShell *{--line:transparent;--soft-line:transparent;border-color:transparent}.dashboardStyledConsole .acquisitionWorkspace{min-width:0;min-height:100%;padding:0 16px 18px;background:#f7f8fc;color:var(--ink)}.dashboardStyledConsole .acquisitionWorkspaceTopbar{position:-webkit-sticky;position:sticky;top:0;z-index:12;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:58px;margin:0 -16px 12px;border-bottom:1px solid var(--line);padding:12px 16px;background:rgb(247 248 252/94%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dashboardStyledConsole .acquisitionWorkspaceTopbar h1{margin:0;color:var(--ink);font-size:21px;font-weight:900;letter-spacing:.01em;line-height:1.2}.dashboardStyledConsole .acquisitionWorkspaceDateRange,.dashboardStyledConsole .acquisitionWorkspaceFilters{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.dashboardStyledConsole .acquisitionWorkspaceDateField{display:inline-flex;align-items:center;gap:6px;height:32px;border:1px solid #dfe4ed;border-radius:9px;padding:0 10px;background:#fff;color:#54607a}.dashboardStyledConsole .acquisitionWorkspaceDateField svg{width:13px;height:13px;flex:0 0 13px;stroke:#98a2b8;stroke-linecap:round;stroke-width:2}.dashboardStyledConsole .acquisitionWorkspaceDateField input{min-width:108px;border:0;outline:0;padding:0;background:transparent;color:#3a4763;cursor:pointer;font:inherit;font-size:11.5px;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dashboardStyledConsole .acquisitionWorkspaceDateSeparator{color:#9aa4b8;font-size:12px;font-weight:800}.dashboardStyledConsole .acquisitionWorkspaceSelect{height:32px;min-width:116px;border:1px solid #dfe4ed;border-radius:9px;padding:0 30px 0 10px;background:#fff;color:#54607a;cursor:pointer;font:inherit;font-size:11px;font-weight:800;outline:0}.dashboardStyledConsole .acquisitionWorkspacePreset{min-width:126px}.dashboardStyledConsole .acquisitionWorkspaceChannelButton:focus-visible,.dashboardStyledConsole .acquisitionWorkspaceDateField:focus-within,.dashboardStyledConsole .acquisitionWorkspaceHistoryItem summary:focus-visible,.dashboardStyledConsole .acquisitionWorkspaceHistoryRetry:focus-visible,.dashboardStyledConsole .acquisitionWorkspaceMetric:focus-visible,.dashboardStyledConsole .acquisitionWorkspacePostHistoryLink:focus-visible,.dashboardStyledConsole .acquisitionWorkspacePostHistoryMore:focus-visible,.dashboardStyledConsole .acquisitionWorkspaceSelect:focus-visible{outline:2px solid var(--dashboard-blue);outline-offset:2px}.dashboardStyledConsole .acquisitionWorkspacePanel{min-width:0;margin-bottom:12px;border:1px solid #e1e6ef;border-radius:12px;padding:14px 15px;background:#fff;box-shadow:0 3px 10px rgb(30 41 66/3%)}.dashboardStyledConsole .acquisitionWorkspacePanel:last-child{margin-bottom:0}.dashboardStyledConsole .acquisitionWorkspacePanelHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.dashboardStyledConsole .acquisitionWorkspacePerformancePanel>.acquisitionWorkspacePanelHeader{align-items:center}.dashboardStyledConsole .acquisitionWorkspacePerformancePanel .acquisitionWorkspaceFilters{flex-wrap:wrap}.dashboardStyledConsole .acquisitionWorkspacePanelHeader h2{margin:0;color:var(--ink);font-size:14.5px;font-weight:900;line-height:1.35}.dashboardStyledConsole .acquisitionWorkspaceOverviewStatus,.dashboardStyledConsole .acquisitionWorkspacePanelHeader p{margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.dashboardStyledConsole .acquisitionWorkspaceOverviewMetrics{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:8px}.dashboardStyledConsole .acquisitionWorkspaceOverviewMetric{cursor:default}.dashboardStyledConsole .acquisitionWorkspaceMetrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:9px;gap:9px;margin:2px 0 14px}.dashboardStyledConsole .acquisitionWorkspaceMetric{min-width:0;border:1px solid #e1e6ef;border-radius:12px;padding:11px 12px;background:#fff;color:inherit;cursor:pointer;font:inherit;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.dashboardStyledConsole .acquisitionWorkspaceMetric:hover{border-color:#c9d5ee}.dashboardStyledConsole .acquisitionWorkspaceMetric[aria-pressed=true]{border-color:#b6c6ee;background:#fcfdff;box-shadow:0 0 0 2px #e7edff,0 3px 10px rgb(30 41 66/3%)}.dashboardStyledConsole .acquisitionWorkspaceMetric span{display:block;overflow:hidden;color:var(--muted);font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.dashboardStyledConsole .acquisitionWorkspaceMetric[aria-pressed=true] span{color:var(--dashboard-blue)}.dashboardStyledConsole .acquisitionWorkspaceMetric strong{display:block;margin-top:5px;color:var(--ink);font-size:22px;font-weight:900;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.05}.dashboardStyledConsole .acquisitionWorkspaceChartEmpty{display:grid;place-items:center;align-content:center;min-height:210px;border:1px dashed #dbe2ef;border-radius:11px;padding:24px;background:linear-gradient(90deg,rgb(220 226 238/26%) 1px,transparent 0),linear-gradient(180deg,rgb(220 226 238/26%) 1px,transparent 0),#fbfcff;background-size:34px 34px;color:var(--muted);text-align:center}.dashboardStyledConsole .acquisitionWorkspaceChartEmpty svg{width:26px;height:26px;margin-bottom:8px;stroke:#9ba8bf;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.dashboardStyledConsole .acquisitionWorkspaceChartEmpty strong,.dashboardStyledConsole .acquisitionWorkspaceHistoryEmpty strong{display:block;color:#46536b;font-size:12px;font-weight:900}.dashboardStyledConsole .acquisitionWorkspaceChartEmpty span,.dashboardStyledConsole .acquisitionWorkspaceHistoryEmpty span{display:block;margin-top:4px;color:var(--muted);font-size:10.5px;font-weight:650;line-height:1.45}.dashboardStyledConsole .acquisitionWorkspaceChart{min-width:0;overflow-x:auto;border:1px solid #e4e9f2;border-radius:11px;padding:12px 14px 4px;background:#fbfcff}.dashboardStyledConsole .acquisitionWorkspaceChart svg{display:block;width:100%;min-width:560px;height:auto}.dashboardStyledConsole .acquisitionWorkspaceChartLegend{display:flex;flex-wrap:wrap;gap:8px 18px;padding:2px 4px 4px;color:#56627a;font-size:10.5px;font-weight:750}.dashboardStyledConsole .acquisitionWorkspaceChartLegend span{display:inline-flex;align-items:center;gap:6px}.dashboardStyledConsole .acquisitionWorkspaceChartLegend i{width:8px;height:8px;border-radius:50%}.dashboardStyledConsole .acquisitionWorkspaceChartGrid{stroke:#e3e8f1;stroke-width:1}.dashboardStyledConsole .acquisitionWorkspaceChartLine{stroke-linecap:round;stroke-linejoin:round;stroke-width:3;vector-effect:non-scaling-stroke}.dashboardStyledConsole .acquisitionWorkspaceChartLabel{fill:#818ca2;font-size:11px;font-weight:650}.dashboardStyledConsole .acquisitionWorkspaceChannelsPanel{padding:4px 15px}.dashboardStyledConsole .acquisitionWorkspaceChannelsHeader{margin-bottom:2px;padding-top:8px}.dashboardStyledConsole .acquisitionWorkspaceChannelList{display:flex;flex-direction:column}.dashboardStyledConsole .acquisitionWorkspaceChannelRow{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;min-width:0;padding:11px 0}.dashboardStyledConsole .acquisitionWorkspaceChannelRow+.acquisitionWorkspaceChannelRow{border-top:1px solid var(--soft-line)}.dashboardStyledConsole .acquisitionWorkspaceChannelCopy{display:grid;min-width:0}.dashboardStyledConsole .acquisitionWorkspaceChannelCopy strong{overflow:hidden;color:var(--ink);font-size:14px;font-weight:900;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.dashboardStyledConsole .acquisitionWorkspaceChannelCopy span{overflow:hidden;margin-top:2px;color:var(--muted);font-size:11.5px;font-weight:650;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.dashboardStyledConsole .acquisitionWorkspaceChannelRow.isConnected .acquisitionWorkspaceChannelCopy span{color:#2f7a4a}.dashboardStyledConsole .acquisitionWorkspaceChannelActions{display:flex;gap:6px}.dashboardStyledConsole .acquisitionWorkspaceChannelButton{display:inline-flex;flex:0 0 68px;align-items:center;justify-content:center;width:68px;height:28px;border:1px solid #dfe4ed;border-radius:7px;padding:0 8px;background:#fff;color:#4f5b75;cursor:pointer;font:inherit;font-size:10.5px;font-weight:850;line-height:1;text-decoration:none;transition:border-color .16s ease,color .16s ease,background .16s ease}.dashboardStyledConsole .acquisitionWorkspaceChannelButton:hover:not(:disabled){border-color:#c3cee6;background:#f7f9fe;color:var(--dashboard-blue)}.dashboardStyledConsole .acquisitionWorkspaceChannelButton:disabled{cursor:not-allowed;opacity:.42}.dashboardStyledConsole .acquisitionWorkspaceHistoryEmpty,.dashboardStyledConsole .acquisitionWorkspaceHistoryState{display:grid;place-items:center;min-height:96px;border-top:1px solid #edf0f5;padding:22px 12px;text-align:center}.dashboardStyledConsole .acquisitionWorkspaceHistoryState{color:var(--muted)}.dashboardStyledConsole .acquisitionWorkspaceHistoryState strong{color:#46536b;font-size:12px;font-weight:900}.dashboardStyledConsole .acquisitionWorkspaceHistoryState span{margin-top:4px;font-size:10.5px;font-weight:650;line-height:1.45}.dashboardStyledConsole .acquisitionWorkspaceHistoryState.isFailed strong{color:#9a3f47}.dashboardStyledConsole .acquisitionWorkspaceHistoryRetry{min-width:68px;height:28px;margin-top:10px;border:1px solid #d6ddeb;border-radius:7px;background:#fff;color:#4f5b75;cursor:pointer;font:inherit;font-size:10.5px;font-weight:850}.dashboardStyledConsole .acquisitionWorkspaceHistoryList{margin:0;border-top:1px solid #edf0f5;padding:0;list-style:none}.dashboardStyledConsole .acquisitionWorkspaceHistoryItem+.acquisitionWorkspaceHistoryItem{border-top:1px solid #edf0f5}.dashboardStyledConsole .acquisitionWorkspaceHistoryItem details{min-width:0}.dashboardStyledConsole .acquisitionWorkspaceHistoryItem summary{display:grid;grid-template-columns:52px minmax(0,1fr) auto 16px;align-items:center;grid-gap:10px;gap:10px;min-width:0;padding:11px 2px;color:inherit;cursor:pointer;list-style:none}.dashboardStyledConsole .acquisitionWorkspaceHistoryItem summary::-webkit-details-marker{display:none}.dashboardStyledConsole .acquisitionWorkspaceHistoryItem time{color:#8a94a9;font-size:10.5px;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dashboardStyledConsole .acquisitionWorkspaceHistoryItem time.isRepeated{min-height:1px}.dashboardStyledConsole .acquisitionWorkspaceHistoryItem summary>strong{overflow:hidden;color:#35415a;font-size:11.5px;font-weight:850;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.dashboardStyledConsole .acquisitionWorkspaceHistoryBadge{display:inline-flex;align-items:center;justify-content:center;min-width:66px;height:22px;border-radius:999px;padding:0 9px;font-size:9.5px;font-weight:900;letter-spacing:.01em}.dashboardStyledConsole .acquisitionWorkspaceHistoryBadge.is-resolved{background:#e8f6ed;color:#2d7649}.dashboardStyledConsole .acquisitionWorkspaceHistoryBadge.is-active{background:#eaf2ff;color:#315f9f}.dashboardStyledConsole .acquisitionWorkspaceHistoryBadge.is-dismissed{background:#eef1f6;color:#68748b}.dashboardStyledConsole .acquisitionWorkspaceHistoryBadge.is-expired{background:#f7f0e5;color:#805d2c}.dashboardStyledConsole .acquisitionWorkspaceHistoryChevron{color:#96a0b3;font-size:15px;line-height:1;transform:rotate(0deg);transition:transform .16s ease}.dashboardStyledConsole .acquisitionWorkspaceHistoryItem details[open] .acquisitionWorkspaceHistoryChevron{transform:rotate(180deg)}.dashboardStyledConsole .acquisitionWorkspaceHistoryItem details>p{margin:-2px 26px 11px 64px;color:var(--muted);font-size:10.5px;font-weight:600;line-height:1.55}.dashboardStyledConsole .acquisitionWorkspaceHistoryFooter{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #edf0f5;padding:10px 2px 0;color:#8a94a9;font-size:10px;font-weight:700}.dashboardStyledConsole .acquisitionWorkspaceHistoryFooter strong{color:#68748b;font-weight:800}.dashboardStyledConsole .acquisitionWorkspacePostHistoryNotice{margin-bottom:10px;border:1px solid #e5eaf4;border-radius:9px;padding:8px 10px;background:#f8f9fd;color:#7b859a;font-size:10px;font-weight:650;line-height:1.45}.dashboardStyledConsole .acquisitionWorkspacePostHistoryList{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin:2px 0 0;padding:0;list-style:none}.dashboardStyledConsole .acquisitionWorkspacePostHistoryNotice+.acquisitionWorkspacePostHistoryList{margin-top:0}.dashboardStyledConsole .acquisitionWorkspacePostHistoryItem{display:flex;flex-direction:column;min-width:0;border:1px solid var(--line);border-radius:15px;padding:12px;background:#f8f9fd}.dashboardStyledConsole .acquisitionWorkspacePostHistoryItem+.acquisitionWorkspacePostHistoryItem{border-top:1px solid var(--line)}.dashboardStyledConsole .acquisitionWorkspacePostHistoryHeader{display:flex;align-items:center;gap:6px 8px;margin-bottom:10px;min-width:0}.dashboardStyledConsole .acquisitionWorkspacePostHistoryItem .acquisitionIcon{width:32px;height:32px;flex:0 0 32px;border-radius:10px}.dashboardStyledConsole .acquisitionWorkspacePostHistoryIdentity{display:grid;min-width:0}.dashboardStyledConsole .acquisitionWorkspacePostHistoryIdentity strong{overflow:hidden;color:var(--ink);font-size:13px;font-weight:850;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.dashboardStyledConsole .acquisitionWorkspacePostHistoryIdentity span{overflow:hidden;margin-top:1px;color:#8b95aa;font-size:9.5px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.dashboardStyledConsole .acquisitionWorkspacePostHistoryHeader time{margin-left:auto;color:#5f6a85;font-size:10.5px;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.dashboardStyledConsole .acquisitionWorkspacePostHistoryBody{display:flex;flex:1 1;flex-direction:column;min-width:0;border:1px solid #e6eaf4;border-radius:12px;padding:11px;background:#fff}.dashboardStyledConsole .acquisitionWorkspacePostHistoryContent{position:relative;max-height:56px;overflow:hidden;color:#4d5871;font-size:10.5px;font-weight:650;line-height:1.6}.dashboardStyledConsole .acquisitionWorkspacePostHistoryContent:after{position:absolute;right:0;bottom:0;left:0;height:26px;background:linear-gradient(180deg,rgb(255 255 255/0),#fff 82%);content:"";pointer-events:none}.dashboardStyledConsole .acquisitionWorkspacePostHistoryContent.isExpanded{max-height:none}.dashboardStyledConsole .acquisitionWorkspacePostHistoryContent.isExpanded:after{display:none}.dashboardStyledConsole .acquisitionWorkspacePostHistoryContent p{margin:0 0 6px}.dashboardStyledConsole .acquisitionWorkspacePostHistoryContent p:last-child{margin-bottom:0}.dashboardStyledConsole .acquisitionWorkspacePostHistoryMore{align-self:flex-start;margin-top:5px;border:0;padding:0;background:transparent;color:#66748f;cursor:pointer;font:inherit;font-size:10px;font-weight:850}.dashboardStyledConsole .acquisitionWorkspacePostHistoryMore:hover{color:var(--dashboard-blue)}.dashboardStyledConsole .acquisitionWorkspacePostHistoryMedia{display:flex;align-items:center;justify-content:center;height:152px;min-height:0;margin-top:9px;overflow:hidden;border-radius:9px}.dashboardStyledConsole .acquisitionWorkspacePostHistoryMedia.isImage{border:1px solid #e2e7f0;background:#f4f6fc}.dashboardStyledConsole .acquisitionWorkspacePostHistoryMedia.isVideo{background:#0c0d10}.dashboardStyledConsole .acquisitionWorkspacePostHistoryMedia img,.dashboardStyledConsole .acquisitionWorkspacePostHistoryMedia video{display:block;width:100%;height:100%;object-fit:cover}.dashboardStyledConsole .acquisitionWorkspacePostHistoryLink{display:block;min-width:0;max-width:100%;margin-top:8px;color:var(--dashboard-blue);font-size:8.5px;font-weight:850;line-height:1.5;text-decoration:none}.dashboardStyledConsole .acquisitionWorkspacePostHistoryLink svg{display:block;width:10px;height:10px;margin-bottom:2px;fill:none;stroke:currentcolor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.dashboardStyledConsole .acquisitionWorkspacePostHistoryLink span{display:block;overflow-wrap:anywhere;word-break:break-all}.dashboardStyledConsole .acquisitionWorkspacePostHistoryLink:hover span{text-decoration:underline}.dashboardStyledConsole .acquisitionWorkspacePostHistoryStats{display:flex;flex-wrap:wrap;gap:3px 9px;margin-top:auto;border-top:1px solid #eef1f7;padding-top:9px}.dashboardStyledConsole .acquisitionWorkspacePostHistoryStat{display:inline-flex;align-items:baseline;gap:3px;color:var(--muted);font-size:9px;font-weight:700;white-space:nowrap}.dashboardStyledConsole .acquisitionWorkspacePostHistoryStat strong{color:#3d4964;font-size:10.5px;font-weight:850;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dashboardStyledConsole .acquisitionWorkspacePostHistoryStat.isSorted,.dashboardStyledConsole .acquisitionWorkspacePostHistoryStat.isSorted strong{color:var(--dashboard-blue)}@media (prefers-reduced-motion:reduce){.dashboardStyledConsole .acquisitionWorkspaceHistoryChevron{transition:none}}@media (max-width:1280px){.dashboardStyledConsole .acquisitionWorkspaceMetrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1180px){.dashboardStyledConsole .acquisitionWorkspacePostHistoryList{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.dashboardStyledConsole .acquisitionWorkspacePanelHeader,.dashboardStyledConsole .acquisitionWorkspaceTopbar{align-items:stretch;flex-direction:column}.dashboardStyledConsole .acquisitionWorkspacePerformancePanel>.acquisitionWorkspacePanelHeader{align-items:stretch}.dashboardStyledConsole .acquisitionWorkspaceDateRange,.dashboardStyledConsole .acquisitionWorkspaceFilters{justify-content:flex-start;flex-wrap:wrap}.dashboardStyledConsole .acquisitionWorkspaceMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.dashboardStyledConsole .acquisitionWorkspace{padding-right:12px;padding-left:12px}.dashboardStyledConsole .acquisitionWorkspaceTopbar{margin-right:-12px;margin-left:-12px;padding-right:12px;padding-left:12px}.dashboardStyledConsole .acquisitionWorkspaceDateField{flex:1 1 132px}.dashboardStyledConsole .acquisitionWorkspaceDateField input{width:100%;min-width:0}.dashboardStyledConsole .acquisitionWorkspaceDateSeparator{display:none}.dashboardStyledConsole .acquisitionWorkspaceFilters .acquisitionWorkspaceSelect,.dashboardStyledConsole .acquisitionWorkspacePreset{flex:1 1 132px}.dashboardStyledConsole .acquisitionWorkspaceChannelRow{grid-template-columns:38px minmax(0,1fr)}.dashboardStyledConsole .acquisitionWorkspaceChannelActions{grid-column:1/-1;width:100%}.dashboardStyledConsole .acquisitionWorkspaceChannelButton{flex:1 1;width:100%}.dashboardStyledConsole .acquisitionWorkspaceHistoryItem summary{grid-template-columns:46px minmax(0,1fr) auto 14px;gap:7px}.dashboardStyledConsole .acquisitionWorkspaceHistoryBadge{min-width:0}.dashboardStyledConsole .acquisitionWorkspaceHistoryItem details>p{margin-left:53px}.dashboardStyledConsole .acquisitionWorkspaceHistoryFooter{align-items:flex-start;flex-direction:column;gap:3px}}@media (max-width:820px){.dashboardStyledConsole .acquisitionWorkspacePostHistoryList{grid-template-columns:minmax(0,1fr)}}.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardAppFrame:after{content:"";position:absolute;top:calc(-1 * var(--dashboard-topbar-height));right:0;bottom:0;left:0;z-index:30;background:rgb(18 28 43/54%);pointer-events:none}.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardContentRegion:after,.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardSidebar:after,.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardTopbarShell:after{content:none;display:none}.dashboardStyledConsole.companyLaunchWorkspaceLocked.companyLaunchWorkspaceSpotlightActive .dashboardContentRegion,.dashboardStyledConsole.companyLaunchWorkspaceLocked.companyLaunchWorkspaceSpotlightActive .dashboardSidebar,.dashboardStyledConsole.companyLaunchWorkspaceLocked.companyLaunchWorkspaceSpotlightActive .dashboardTopbarShell{--line:transparent;--soft-line:transparent;filter:none}.dashboardStyledConsole.companyLaunchWorkspaceLocked.companyLaunchWorkspaceSpotlightActive .dashboardSidebar,.dashboardStyledConsole.companyLaunchWorkspaceLocked.companyLaunchWorkspaceSpotlightActive .dashboardTopbarDivider,.dashboardStyledConsole.companyLaunchWorkspaceLocked.companyLaunchWorkspaceSpotlightActive .dashboardTopbarShell{border-color:transparent}.dashboardStyledConsole.companyLaunchWorkspaceLocked.companyLaunchWorkspaceSpotlightActive .dashboardTopbarDivider{background:transparent}.dashboardStyledConsole.companyLaunchWorkspaceLocked.companyLaunchWorkspaceSpotlightActive .dashboardAppFrame:after,.dashboardStyledConsole.companyLaunchWorkspaceLocked.companyLaunchWorkspaceSpotlightActive .dashboardContentRegion:after,.dashboardStyledConsole.companyLaunchWorkspaceLocked.companyLaunchWorkspaceSpotlightActive .dashboardSidebar:after,.dashboardStyledConsole.companyLaunchWorkspaceLocked.companyLaunchWorkspaceSpotlightActive .dashboardTopbarShell:after{display:none}.dashboardStyledConsole.companyLaunchWorkspaceLocked .chatRail{position:relative;z-index:40;opacity:1;filter:none;pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.dashboardStyledConsole.dashboardHomeConsole.companyLaunchWorkspaceLocked .dashboardHomeColumnScroll{pointer-events:auto;touch-action:pan-y}.dashboardStyledConsole.dashboardHomeConsole.companyLaunchWorkspaceLocked .dashboardHomeColumnScroll *{pointer-events:none}.dashboardStyledConsole .dashboardSidebar{position:relative;top:auto;display:flex;flex:0 0 var(--dashboard-sidebar-width);flex-direction:column;width:var(--dashboard-sidebar-width);height:100%;overflow-x:hidden;overflow-y:auto;border-right:1px solid var(--line);border-radius:0;padding:22px 20px 16px;background:var(--panel);box-shadow:none;transition:flex-basis .25s ease,width .25s ease,padding .25s ease}.dashboardStyledConsole .dashboardSidebar.collapsed{align-items:center;flex-basis:var(--dashboard-sidebar-collapsed-width);width:var(--dashboard-sidebar-collapsed-width);overflow:visible;padding:22px 14px 16px}.dashboardStyledConsole .dashboardSidebarBoard{display:block;width:100%;min-width:0;padding:0}.dashboardStyledConsole .dashboardSidebarOverviewCard{display:block;min-width:0;min-height:0;border:0;border-radius:0;padding:0;background:transparent;box-shadow:none}.dashboardStyledConsole .dashboardSidebarOverviewCard .revenueValue{position:static;overflow:visible;display:grid;grid-gap:2px;gap:2px;min-height:0;border-radius:0;margin:0;padding:0;background:transparent;box-shadow:none;color:inherit;font-size:inherit;font-weight:inherit;line-height:normal}.dashboardStyledConsole .dashboardSidebarOverviewCard .revenueValue:after{display:none}.dashboardStyledConsole .dashboardSidebarRevenueHeader{display:flex;align-items:center;gap:8px;min-width:0}.dashboardStyledConsole .dashboardSidebarRevenueHeader span{color:var(--muted);font-size:13px;font-weight:600}.dashboardStyledConsole .dashboardSidebarToggle{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;margin-left:auto;border:1px solid var(--line);border-radius:9px;padding:0;background:#fff;color:#5c6884}.dashboardStyledConsole .dashboardSidebarToggle:focus-visible,.dashboardStyledConsole .dashboardSidebarToggle:hover{border-color:#c4cdde;color:var(--ink);outline:none}.dashboardStyledConsole .dashboardSidebarToggle svg{width:15px;height:15px;transition:transform .25s ease}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardSidebarToggle{margin-left:0}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardSidebarToggle svg{transform:rotate(180deg)}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardSidebarOverviewCard{display:flex;justify-content:center}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardSidebarOverviewCard .revenueValue{display:flex;justify-content:center;width:100%}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardSidebarRevenueHeader{justify-content:center;width:100%}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardSidebarRevenueHeader span{display:none}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardSidebarToggle{width:30px;height:30px;flex-basis:30px;border-color:var(--line);border-radius:9px;background:#fff;color:#5c6884}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardSidebarToggle:focus-visible,.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardSidebarToggle:hover{border-color:#c4cdde;background:#fff;color:var(--ink)}.dashboardStyledConsole .dashboardSidebarOverviewCard .revenueValue strong{color:var(--accent-2);font-size:32px;font-weight:800;line-height:1.1}.dashboardStyledConsole .dashboardSidebarOverviewCard .metricGrid{display:flex;gap:0;margin:12px 0 0;border-radius:0;border-top:1px solid var(--soft-line);padding:12px 0 0;background:transparent}.dashboardStyledConsole .dashboardSidebarOverviewCard .metric{display:block;flex:1 1;min-width:0;border-radius:0;padding:0;background:transparent;text-align:center}.dashboardStyledConsole .dashboardSidebarOverviewCard .metric+.metric{border-left:1px solid var(--soft-line)}.dashboardStyledConsole .dashboardSidebarOverviewCard .metric strong{display:block;min-height:0;border-radius:0;background:transparent;color:var(--ink);font-size:19px;font-weight:800;line-height:1.1}.dashboardStyledConsole .dashboardSidebarOverviewCard .metric span{display:block;margin-top:2px;color:var(--muted);font-size:12.5px}.dashboardStyledConsole .summaryPaymentButton{min-height:46px;border-radius:14px;margin-top:16px;padding:13px;background:#1b2337;color:#fff;box-shadow:none;font-size:14px;font-weight:700}.dashboardStyledConsole .summaryPaymentButton:hover:not(:disabled){background:#2a344e}.dashboardStyledConsole .summaryPaymentInstructionsButton{margin-top:13px;color:var(--accent);font-size:13.5px;font-weight:700;line-height:1.2}.dashboardStyledConsole .summaryPaymentInstructionsIcon{width:18px;height:18px;flex-basis:18px;font-size:11px}.dashboardStyledConsole .dashboardNav{display:flex;flex-direction:column;gap:4px;width:100%;border-top:1px solid var(--soft-line);margin-top:20px;padding-top:14px}.dashboardStyledConsole .dashboardNavItem{position:relative;display:grid;grid-template-columns:19px minmax(0,1fr) 14px;grid-gap:12px;gap:12px;border:0;border-radius:12px;padding:12px 13px;color:#a6aec3;font-size:14.5px;font-weight:600}.dashboardStyledConsole .dashboardNavItem:hover{background:#f2f4f9;color:var(--ink)}.dashboardStyledConsole .dashboardNavItem.active{background:var(--dashboard-blue-soft);color:var(--dashboard-blue);box-shadow:none}.dashboardStyledConsole .dashboardNavItem.active .dashboardNavChevron{color:var(--dashboard-blue)}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardNavItem>span,.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardSidebarOverviewCard .metricGrid,.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardSidebarOverviewCard .revenueValue strong,.dashboardStyledConsole .dashboardSidebar.collapsed .summaryPaymentButton,.dashboardStyledConsole .dashboardSidebar.collapsed .summaryPaymentInstructionsButton{display:none}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardNavItem{display:grid;grid-template-columns:1fr;justify-items:center;padding:12px 0}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardNavItem.hasNewIndicator:before{position:absolute;top:8px;right:calc(50% - 16px);width:6px;height:6px;border-radius:50%;background:#ffab6b;content:""}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardNavItem:after{content:attr(title);position:absolute;left:calc(100% + 14px);top:50%;z-index:60;border-radius:9px;padding:6px 13px;background:#1b2337;box-shadow:0 4px 14px rgb(27 35 55/25%);color:#fff;font-size:12.5px;font-weight:700;opacity:0;pointer-events:none;transform:translateY(-50%) translateX(-4px);transition:opacity .15s ease,transform .15s ease;white-space:nowrap}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardNavItem:hover:after{opacity:1;transform:translateY(-50%) translateX(0)}.dashboardStyledConsole .dashboardSidebarGrow{flex:1 1 auto}.dashboardStyledConsole .dashboardMainShell{display:grid;flex:1 1 auto;min-width:0;min-height:0;height:100%;overflow:hidden}.dashboardStyledConsole .dashboardMainShell,.dashboardStyledConsole.dashboardFixedRailsConsole.dashboardHomeConsole .dashboardMainShell{grid-template-columns:minmax(0,1fr) var(--dashboard-chat-width)}.dashboardStyledConsole .dashboardChatResizing{cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dashboardStyledConsole .dashboardChatResizing iframe{pointer-events:none}.dashboardStyledConsole .dashboardContentRegion{min-width:0;min-height:0;height:100%;overflow:hidden}.dashboardStyledConsole .offerReportContent{overflow-x:hidden;overflow-y:auto}.dashboardStyledConsole .acquisitionContent,.dashboardStyledConsole .salesContent{overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.dashboardStyledConsole .salesContent{background:#f7f8fc}.dashboardStyledConsole .salesWorkspace{min-width:0;min-height:100%;padding:0 10px 10px;color:var(--ink)}.dashboardStyledConsole .salesWorkspaceHeader{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 -10px 10px;border-bottom:1px solid #e3e7ef;padding:11px 14px 10px;background:rgb(247 248 252/95%);box-shadow:0 5px 14px rgb(30 41 66/4%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dashboardStyledConsole .salesWorkspaceHeader h1{margin:0 0 3px;color:#17233f;font-size:21px;font-weight:800;line-height:1.2}.dashboardStyledConsole .salesWorkspaceEmailHeader p,.dashboardStyledConsole .salesWorkspaceHeader p,.dashboardStyledConsole .salesWorkspaceHistoryHeader p,.dashboardStyledConsole .salesWorkspaceSectionHeader p,.dashboardStyledConsole .salesWorkspaceSubsectionHeader p{margin:0;color:#74819a;font-size:11px;line-height:1.45}.dashboardStyledConsole .salesWorkspaceStack{display:grid;grid-gap:10px;gap:10px}.dashboardStyledConsole .salesWorkspacePanel{min-width:0;overflow:hidden;border:1px solid #e1e6ef;border-radius:13px;background:#fff;box-shadow:0 3px 10px rgb(30 41 66/3%)}.dashboardStyledConsole .salesWorkspaceEmailHeader,.dashboardStyledConsole .salesWorkspaceHistoryHeader,.dashboardStyledConsole .salesWorkspaceSectionHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid #e8ecf3;padding:14px 16px}.dashboardStyledConsole .salesWorkspaceEmailHeader h2,.dashboardStyledConsole .salesWorkspaceHistoryHeader h2,.dashboardStyledConsole .salesWorkspaceSectionHeader h2{margin:0 0 4px;color:#1d2943;font-size:17px;font-weight:800;line-height:1.25}.dashboardStyledConsole .salesWorkspaceMetrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin:0;padding:14px 16px}.dashboardStyledConsole .salesWorkspaceMetric{min-width:0;min-height:80px;border:1px solid #e1e6ef;border-radius:12px;padding:13px 14px;background:#fafbfe}.dashboardStyledConsole .salesWorkspaceMetric dd,.dashboardStyledConsole .salesWorkspaceMetric dt{margin:0}.dashboardStyledConsole .salesWorkspaceMetric dt{margin-bottom:10px;color:#7b879f;font-size:10px;font-weight:850;letter-spacing:.06em}.dashboardStyledConsole .salesWorkspaceMetric dd{color:#17233f;font-size:27px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:800;line-height:1}.dashboardStyledConsole .salesWorkspaceTrendHeader{align-items:center}.dashboardStyledConsole .salesWorkspaceTrendHeader>div:first-child{min-width:0;flex:1 1 auto}.dashboardStyledConsole .salesWorkspaceTrendControls{display:flex;align-items:center;flex:none;gap:6px}.dashboardStyledConsole .salesWorkspaceTrendFilter{position:relative;display:flex;justify-content:center;flex-direction:column;width:112px;min-width:112px;height:42px;border:1px solid #dfe4ed;border-radius:9px;padding:5px 10px 4px;background:#fff}.dashboardStyledConsole .salesWorkspaceChannelFilter summary small,.dashboardStyledConsole .salesWorkspaceTrendFilter>label{color:#929cb0;font-size:8px;font-weight:800;letter-spacing:.04em;line-height:1;text-transform:uppercase}.dashboardStyledConsole .salesWorkspaceTrendFilter>select{width:100%;border:0;padding:2px 18px 0 0;background:transparent;color:#40506b;font:800 10.5px/1.2 var(--console-font-ui,inherit);outline:0;cursor:pointer}.dashboardStyledConsole .salesWorkspaceChannelFilter[open] summary,.dashboardStyledConsole .salesWorkspaceTrendFilter:focus-within{border-color:#405fd8;box-shadow:0 0 0 2px rgb(64 95 216/9%)}.dashboardStyledConsole .salesWorkspaceTrendDateRange{display:flex;align-items:center;gap:4px;height:34px;border:1px solid #dfe4ed;border-radius:8px;padding:0 7px;background:#fff}.dashboardStyledConsole .salesWorkspaceTrendDateRange:focus-within{border-color:#405fd8;box-shadow:0 0 0 2px rgb(64 95 216/9%)}.dashboardStyledConsole .salesWorkspaceInlineDate{display:flex;align-items:center;width:102px;height:32px;min-width:0;border:0;padding:0 2px;background:transparent}.dashboardStyledConsole .salesWorkspaceInlineDate input{width:100%;min-width:0;border:0;padding:0;background:transparent;color:#40506b;font:800 9.5px/1 var(--console-font-ui,inherit);outline:0;cursor:pointer}.dashboardStyledConsole .salesWorkspaceTrendDateRange>span{color:#9ca7ba;font-size:11px;font-weight:800}.dashboardStyledConsole .salesWorkspaceTrendControls .salesWorkspaceTrendFilter{width:96px;min-width:96px;height:34px;padding:4px 8px 3px}.dashboardStyledConsole .salesWorkspaceTrendControls .salesWorkspaceChannelFilter summary small,.dashboardStyledConsole .salesWorkspaceTrendControls .salesWorkspaceTrendFilter>label{display:none}.dashboardStyledConsole .salesWorkspaceChannelFilter{position:relative;width:112px;min-width:112px}.dashboardStyledConsole .salesWorkspaceChannelFilter summary{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;height:34px;border:1px solid #dfe4ed;border-radius:9px;padding:0 8px;background:#fff;list-style:none;cursor:pointer}.dashboardStyledConsole .salesWorkspaceChannelFilter summary::-webkit-details-marker{display:none}.dashboardStyledConsole .salesWorkspaceChannelFilter summary small,.dashboardStyledConsole .salesWorkspaceChannelFilter summary span,.dashboardStyledConsole .salesWorkspaceChannelFilter summary strong{display:block;min-width:0}.dashboardStyledConsole .salesWorkspaceChannelFilter summary strong{overflow:hidden;margin-top:0;color:#40506b;font-size:10.5px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.dashboardStyledConsole .salesWorkspaceChannelFilter summary svg{width:14px;height:14px;color:#59667e;transform:rotate(90deg)}.dashboardStyledConsole .salesWorkspaceChannelFilter[open] summary svg{transform:rotate(-90deg)}.dashboardStyledConsole .salesWorkspaceChannelMenu{position:absolute;top:38px;right:0;z-index:40;width:150px;border:1px solid #dfe4ed;border-radius:10px;padding:6px;background:#fff;box-shadow:0 14px 34px rgb(30 41 66/18%)}.dashboardStyledConsole .salesWorkspaceChannelMenu label{display:flex;align-items:center;gap:4px;min-height:28px;border-radius:7px;padding:5px 8px;color:#40506b;font-size:10.5px;font-weight:600;cursor:pointer}.dashboardStyledConsole .salesWorkspaceChannelMenu label:hover{background:#f3f6fb}.dashboardStyledConsole .salesWorkspaceChannelMenu label:has(input:checked){background:#5b9cf3;color:#fff}.dashboardStyledConsole .salesWorkspaceChannelMenu input{position:absolute;opacity:0;pointer-events:none}.dashboardStyledConsole .salesWorkspaceChannelDivider{display:block;height:1px;margin:4px 6px;background:#e9edf3}.dashboardStyledConsole .salesWorkspaceChart{position:relative;min-height:202px;padding:8px 16px 14px}.dashboardStyledConsole .salesWorkspaceChart svg{display:block;width:100%;height:180px}.dashboardStyledConsole .salesWorkspaceChartGrid{fill:none;stroke:#e8ecf3;stroke-width:1}.dashboardStyledConsole .salesWorkspaceChartLabels{fill:#8a95aa;font-size:9px}.dashboardStyledConsole .salesWorkspaceChart>p{position:absolute;top:50%;left:50%;margin:0;color:#8792a8;font-size:13px;font-weight:700;transform:translate(-50%,-50%)}.dashboardStyledConsole .salesWorkspaceStrategyList{padding:2px 16px 8px}.dashboardStyledConsole .salesWorkspaceStrategyRow{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:18px;gap:18px;border-top:1px solid #e9edf3;padding:13px 0}.dashboardStyledConsole .salesWorkspaceStrategyRow:first-child{border-top:0}.dashboardStyledConsole .salesWorkspaceStrategyRow strong{display:block;margin-bottom:4px;color:#1d2943;font-size:12.5px}.dashboardStyledConsole .salesWorkspaceStrategyRow p{margin:0;color:#75829a;font-size:10.5px;line-height:1.45}.dashboardStyledConsole .salesWorkspaceStrategyRow>span{display:inline-flex;align-items:center;border-radius:999px;padding:7px 11px;background:#edf2ff;color:#405fd8;font-size:10px;font-weight:850}.dashboardStyledConsole .salesWorkspaceSettingsButton{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border:1px solid transparent;border-radius:9px;padding:0;background:transparent;color:#93a0b7;cursor:pointer}.dashboardStyledConsole .salesWorkspaceSettingsButton:focus-visible,.dashboardStyledConsole .salesWorkspaceSettingsButton:hover{border-color:#e1e6ef;background:#f2f5fa;color:#51627f}.dashboardStyledConsole .salesWorkspaceSettingsButton:focus-visible{outline:2px solid #5b67df;outline-offset:2px}.dashboardStyledConsole .salesWorkspaceSettingsButton svg{width:20px;height:20px}.dashboardStyledConsole .salesWorkspaceToolbar{display:flex;align-items:center;gap:6px;border-top:1px solid #eef0f4;border-bottom:1px solid #e8ebf1;padding:7px 10px;background:#fbfcfe}.dashboardStyledConsole .salesWorkspaceSearch{display:flex;align-items:center;gap:6px;min-width:190px;height:31px;flex:1 1 auto;border:1px solid #dfe4ed;border-radius:8px;padding:0 9px;background:#fff;color:#8a95aa}.dashboardStyledConsole .salesWorkspaceSearch svg{width:14px;height:14px;flex:none}.dashboardStyledConsole .salesWorkspaceSearch input{width:100%;min-width:0;border:0;background:transparent;color:#25314b;font:500 11px/1.2 var(--console-font-ui,inherit);outline:0}.dashboardStyledConsole .salesWorkspaceStatusFilter{height:31px;border:1px solid #dfe4ed;border-radius:8px;padding:0 8px;background:#fff;color:#536078;font:700 10.5px/1 var(--console-font-ui,inherit)}.dashboardStyledConsole .salesWorkspaceRecordCount{margin-left:auto;color:#7a869c;font-size:10.5px;font-weight:700;white-space:nowrap}.dashboardStyledConsole .salesWorkspaceTableWrap{min-width:0;overflow-x:auto;overscroll-behavior:contain}.dashboardStyledConsole .salesWorkspaceTable{width:100%;min-width:720px;border-collapse:collapse;table-layout:fixed}.dashboardStyledConsole .salesWorkspaceTable th{border-bottom:1px solid #e7eaf0;padding:7px 12px;background:#f8f9fc;color:#6f7c94;font-size:10px;font-weight:700;letter-spacing:.03em;text-align:left;white-space:nowrap}.dashboardStyledConsole .salesWorkspaceTable th:first-child{width:16%;padding-left:14px}.dashboardStyledConsole .salesWorkspaceTable th:nth-child(2){width:18%}.dashboardStyledConsole .salesWorkspaceTable th:nth-child(3),.dashboardStyledConsole .salesWorkspaceTable th:nth-child(4){width:17%}.dashboardStyledConsole .salesWorkspaceTable th:nth-child(5){width:24%}.dashboardStyledConsole .salesWorkspaceTable th:nth-child(6){width:8%;text-align:center}.dashboardStyledConsole .salesWorkspaceEmptyRow td{height:150px;padding:28px;background:#fff;color:#7b879f;text-align:center}.dashboardStyledConsole .salesWorkspaceEmptyRow span,.dashboardStyledConsole .salesWorkspaceEmptyRow strong{display:block}.dashboardStyledConsole .salesWorkspaceEmptyRow strong{margin-bottom:7px;color:#34415d;font-size:13px;font-weight:800}.dashboardStyledConsole .salesWorkspaceEmptyRow span{max-width:430px;margin:auto;font-size:11px;line-height:1.65}.dashboardStyledConsole .salesWorkspaceEmailHeader{background:#fff}.dashboardStyledConsole .salesWorkspaceEmailSection+.salesWorkspaceEmailSection{border-top:1px solid #dfe4ed}.dashboardStyledConsole .salesWorkspaceSubsectionHeader{padding:9px 11px 8px}.dashboardStyledConsole .salesWorkspaceSubsectionHeader h3{margin:0 0 2px;color:#1d2943;font-size:15px;font-weight:800}.dashboardStyledConsole .salesWorkspaceCampaignLabel{border-top:1px solid #eef0f4;border-bottom:1px solid #e8ebf1;padding:10px;background:#fbfcfe;color:#536078;font-size:10.5px;font-weight:850;letter-spacing:.03em}@media (max-width:920px){.dashboardStyledConsole .salesWorkspaceMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboardStyledConsole .salesWorkspaceEmailHeader,.dashboardStyledConsole .salesWorkspaceHistoryHeader,.dashboardStyledConsole .salesWorkspaceTrendHeader{align-items:flex-start}.dashboardStyledConsole .salesWorkspaceTrendControls{flex-wrap:wrap;justify-content:flex-end}}@media (max-width:640px){.dashboardStyledConsole .salesWorkspace{padding-right:8px;padding-left:8px}.dashboardStyledConsole .salesWorkspaceHeader{margin-right:-8px;margin-left:-8px}.dashboardStyledConsole .salesWorkspaceEmailHeader,.dashboardStyledConsole .salesWorkspaceHistoryHeader,.dashboardStyledConsole .salesWorkspaceSectionHeader,.dashboardStyledConsole .salesWorkspaceTrendHeader{flex-wrap:wrap}.dashboardStyledConsole .salesWorkspaceTrendControls{width:100%;justify-content:flex-start}.dashboardStyledConsole .salesWorkspaceChannelFilter,.dashboardStyledConsole .salesWorkspaceTrendFilter{width:calc(50% - 3px);min-width:0}.dashboardStyledConsole .salesWorkspaceTrendDateRange{width:100%}.dashboardStyledConsole .salesWorkspaceInlineDate{width:auto;flex:1 1}.dashboardStyledConsole .salesWorkspaceToolbar{align-items:stretch;flex-wrap:wrap}.dashboardStyledConsole .salesWorkspaceSearch{min-width:100%}.dashboardStyledConsole .salesWorkspaceStrategyRow{grid-template-columns:minmax(0,1fr)}}.dashboardStyledConsole .dashboardHomeColumns,.dashboardStyledConsole .dashboardHomeLayout{height:100%;min-height:0}.dashboardStyledConsole .dashboardHomeColumns{display:grid;grid-template-areas:"acquisition tasks";grid-template-columns:1.35fr 1.35fr;grid-gap:0;gap:0;overflow:hidden}.dashboardStyledConsole .dashboardHomeColumn{display:flex;flex-direction:column;gap:0;min-width:0;min-height:0;overflow:hidden;border-right:1px solid var(--line);background:var(--panel)}.dashboardStyledConsole .dashboardHomeColumnHeader{position:relative;display:flex;align-items:center;height:60px;flex:0 0 60px;border-bottom:1px solid var(--line);padding:0 22px;background:var(--panel)}.dashboardStyledConsole .dashboardCaseStamp{position:absolute;top:-20px;left:70%;z-index:1;display:block;width:132px;height:132px;opacity:.2;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dashboardStyledConsole .dashboardCaseStamp svg{display:block;width:100%;height:100%}.dashboardStyledConsole .dashboardHomeColumnTitleGroup{display:flex;align-items:center;gap:13px;min-height:44px;margin-left:-10px;border-radius:10px;padding:0 10px}.dashboardStyledConsole .dashboardHomeColumnIcon{display:grid;place-items:center;width:32px;height:32px;flex:0 0 32px;border-radius:10px;box-shadow:inset 0 1px 0 rgb(255 255 255/85%),0 1px 3px rgb(30 41 66/6%)}.dashboardStyledConsole .dashboardHomeColumnIcon svg{width:16px;height:16px}.dashboardStyledConsole .dashboardHomeColumnIcon.acquisition{border:1px solid #d6e1f2;background:linear-gradient(140deg,#eff4fc,#dde7f6);color:#4a679b}.dashboardStyledConsole .dashboardHomeColumnIcon.sales{border:1px solid #d0e6d7;background:linear-gradient(140deg,#ecf7ef,#daeee0);color:#3d8b4f}.dashboardStyledConsole .dashboardHomeColumnHeader h2{position:relative;color:var(--ink);font-size:17px;font-weight:800;line-height:20px}.dashboardStyledConsole .homepageSectionTourHelpButton{position:relative;z-index:2;display:grid;place-items:center;width:22px;height:22px;flex:0 0 22px;margin-left:auto;border:1px solid #cbd4e2;border-radius:999px;padding:0;background:#ffffff;color:#718096;font:800 13px/1 var(--console-font-ui,inherit);cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.dashboardStyledConsole .homepageSectionTourHelpButton:focus-visible,.dashboardStyledConsole .homepageSectionTourHelpButton:hover{border-color:#7890b4;box-shadow:0 0 0 3px rgb(87 111 151/14%);color:#3f5f91;outline:none;transform:translateY(-1px)}.homepageSectionTourLayer{--homepage-section-tour-accent:#5374ab;--homepage-section-tour-accent-soft:#edf3ff;--homepage-section-tour-ink:#18233b;--homepage-section-tour-muted:#5f6f87;position:fixed;inset:0;z-index:2300;color:var(--homepage-section-tour-ink);font-family:var(--console-font-ui,"Plus Jakarta Sans","Noto Sans SC",ui-sans-serif,system-ui,sans-serif)}.homepageSectionTourLayer.sales{--homepage-section-tour-accent:#3d8b5a;--homepage-section-tour-accent-soft:#edf8f0}.homepageSectionTourBackdrop{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.homepageSectionTourBackdropShade{fill:rgb(35 44 60/62%);animation:homepageSectionTourBackdropAppear .18s ease-out both}.homepageSectionTourHighlight{position:fixed;z-index:1;border:2px solid rgb(255 255 255/96%);border-radius:12px;box-shadow:0 0 0 1px rgb(45 61 88/16%),0 12px 34px rgb(15 23 38/22%);pointer-events:none;animation:homepageSectionTourHighlightPulse 1.8s ease-in-out infinite}@keyframes homepageSectionTourHighlightPulse{0%,to{box-shadow:0 0 0 1px rgb(45 61 88/16%),0 12px 34px rgb(15 23 38/22%)}50%{box-shadow:0 0 0 4px rgb(255 255 255/20%),0 16px 42px rgb(15 23 38/28%)}}.homepageSectionTourDialog{--homepage-section-tour-dialog-radius:20px;position:fixed;left:50%;top:52%;z-index:2;width:min(760px,calc(100vw - 56px));min-height:440px;max-height:calc(100vh - 72px);overflow:hidden;border:1px solid rgb(203 213 228/92%);border-radius:var(--homepage-section-tour-dialog-radius);background:#ffffff;box-shadow:0 28px 80px rgb(12 20 34/32%);transform:translate(-50%,-50%);transform-origin:var(--homepage-section-tour-origin-x,50%) var(--homepage-section-tour-origin-y,50%);will-change:opacity,transform;animation:homepageSectionTourDialogExpand .46s cubic-bezier(.65,0,.35,1) both}.homepageSectionTourLayer.acquisition .homepageSectionTourDialog,.homepageSectionTourLayer.sales .homepageSectionTourDialog{box-sizing:border-box;width:min(980px,calc(100vw - 56px));height:62vh;min-height:0}.homepageSectionTourLayer.isClosing{pointer-events:none}.homepageSectionTourDialog.isClosing{animation:homepageSectionTourDialogCollapse .38s cubic-bezier(.65,0,.35,1) forwards}.homepageSectionTourLayer.isClosing .homepageSectionTourBackdropShade{animation:homepageSectionTourBackdropDisappear .32s ease-in forwards}.homepageSectionTourLayer.isClosing .homepageSectionTourHighlight{animation:homepageSectionTourHighlightDisappear .22s ease-in forwards}@keyframes homepageSectionTourDialogExpand{0%{opacity:0;border-radius:999px;transform:translate(-50%,-50%) scale(var(--homepage-section-tour-scale-x,.055),var(--homepage-section-tour-scale-y,.055))}12%{opacity:1}76%{border-radius:var(--homepage-section-tour-dialog-radius);transform:translate(-50%,-50%) scale(1.012)}to{opacity:1;border-radius:var(--homepage-section-tour-dialog-radius);transform:translate(-50%,-50%) scale(1)}}@keyframes homepageSectionTourDialogCollapse{0%{opacity:1;border-radius:var(--homepage-section-tour-dialog-radius);transform:translate(-50%,-50%) scale(1)}24%{transform:translate(-50%,-50%) scale(1.012)}90%{opacity:1}to{opacity:0;border-radius:999px;transform:translate(-50%,-50%) scale(var(--homepage-section-tour-scale-x,.055),var(--homepage-section-tour-scale-y,.055))}}@keyframes homepageSectionTourBackdropAppear{0%{opacity:0}to{opacity:1}}@keyframes homepageSectionTourBackdropDisappear{0%{opacity:1}to{opacity:0}}@keyframes homepageSectionTourHighlightDisappear{0%{opacity:1}to{opacity:0}}.homepageSectionTourDialogBody{display:flex;flex-direction:column;min-height:440px;max-height:calc(100vh - 72px);overflow-y:auto;overscroll-behavior:contain;padding:54px 56px 42px;scrollbar-color:#c7d1df transparent;scrollbar-width:thin}.homepageSectionTourLayer.acquisition .homepageSectionTourDialogBody,.homepageSectionTourLayer.sales .homepageSectionTourDialogBody{box-sizing:border-box;height:100%;min-height:0;max-height:none}.homepageSectionTourDialogBody::-webkit-scrollbar{width:8px}.homepageSectionTourDialogBody::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#c7d1df;background-clip:padding-box}.homepageSectionTourCloseButton{position:absolute;right:18px;top:18px;z-index:3;display:grid;place-items:center;width:34px;height:34px;border:1px solid #d7dfeb;border-radius:999px;padding:0;background:#ffffff;color:#5b6c84;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.homepageSectionTourCloseButton svg{width:16px;height:16px}.homepageSectionTourCloseButton:focus-visible,.homepageSectionTourCloseButton:hover{border-color:#9dadc3;background:#f5f7fb;color:#243552;outline:none;transform:rotate(4deg)}.homepageSectionTourDialog h2{margin:0;color:var(--homepage-section-tour-ink);font-size:clamp(28px,3vw,38px);font-weight:850;letter-spacing:-.035em;line-height:1.1}.homepageAcquisitionTourContent{display:grid;grid-gap:46px;gap:46px}.homepageAcquisitionTourSection h2,.homepageAcquisitionTourSection h3,.homepageAcquisitionTourSection h4,.homepageAcquisitionTourSection p{margin:0}.homepageAcquisitionTourSection h3{color:var(--homepage-section-tour-ink);font-size:clamp(22px,2.4vw,28px);font-weight:850;letter-spacing:-.025em;line-height:1.2}.homepageAcquisitionTourSection>p{margin-top:14px;color:var(--homepage-section-tour-muted);font-size:15px;line-height:1.72}.homepageAcquisitionTourOverview{padding-right:28px}.homepageAcquisitionSystemLoop{position:relative;min-height:520px;margin-top:28px}.homepageAcquisitionSystemOrbit{position:absolute;z-index:0;inset:0;width:100%;height:100%;pointer-events:none}.homepageAcquisitionSystemOrbit ellipse{fill:none;stroke:rgb(83 116 171/38%);stroke-dasharray:6 8;stroke-width:1.5}.homepageAcquisitionSystemCard{--homepage-acquisition-card-background:#e1e9ff;--homepage-acquisition-card-accent:#4b63e8;--homepage-acquisition-card-orb:rgb(75 99 232/9%);position:absolute;z-index:1;display:flex;box-sizing:border-box;width:min(244px,29%);min-height:150px;flex-direction:column;justify-content:center;overflow:hidden;border:1px solid rgb(255 255 255/94%);border-radius:19px;background:var(--homepage-acquisition-card-background);box-shadow:0 20px 42px -30px rgb(50 66 108/45%);padding:17px 18px 19px;transform:translate(-50%,-50%)}.homepageAcquisitionSystemCard:before{position:absolute;top:-66px;right:-54px;z-index:0;width:142px;height:142px;border:1px solid rgb(23 32 60/4%);border-radius:50%;background:var(--homepage-acquisition-card-orb);content:""}.homepageAcquisitionSystemCard:after{position:absolute;right:17px;top:16px;z-index:2;color:rgb(23 32 60/45%);content:attr(data-step);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:10px;font-weight:650;letter-spacing:.14em;line-height:1}.homepageAcquisitionSystemCard>*{position:relative;z-index:1}.homepageAcquisitionSystemCard svg{display:block;width:38px;height:38px;margin-bottom:15px;border:1px solid rgb(23 32 60/8%);border-radius:12px;background:rgb(255 255 255/75%);color:var(--homepage-acquisition-card-accent);fill:none;padding:10px;stroke:currentcolor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.homepageAcquisitionSystemCard h4{color:#17203c;font-size:17px;font-weight:800;letter-spacing:-.02em;line-height:1.2}.homepageAcquisitionSystemCard p{margin-top:7px;color:#59647d;font-size:12px;font-weight:550;line-height:1.5}.homepageAcquisitionSystemCard.step1{left:50%;top:15%}.homepageAcquisitionSystemCard.step2{--homepage-acquisition-card-background:#f0e5ff;--homepage-acquisition-card-accent:#8054cc;--homepage-acquisition-card-orb:rgb(128 84 204/9%);left:84%;top:31%}.homepageAcquisitionSystemCard.step3{--homepage-acquisition-card-background:#dff5ee;--homepage-acquisition-card-accent:#23806c;--homepage-acquisition-card-orb:rgb(35 128 108/9%);left:84%;top:69%}.homepageAcquisitionSystemCard.step4{--homepage-acquisition-card-background:#fff0d6;--homepage-acquisition-card-accent:#b8701d;--homepage-acquisition-card-orb:rgb(184 112 29/9%);left:50%;top:85%}.homepageAcquisitionSystemCard.step5{--homepage-acquisition-card-background:#ffe6ee;--homepage-acquisition-card-accent:#b94c70;--homepage-acquisition-card-orb:rgb(185 76 112/9%);left:16%;top:69%}.homepageAcquisitionSystemCard.step6{--homepage-acquisition-card-background:#eaf3d8;--homepage-acquisition-card-accent:#5d7b36;--homepage-acquisition-card-orb:rgb(93 123 54/9%);left:16%;top:31%}.homepageAcquisitionSystemCore{position:absolute;z-index:2;left:50%;top:50%;width:min(310px,38%);color:#111d47;text-align:center;transform:translate(-50%,-50%)}.homepageAcquisitionSystemCore strong{display:block;color:#2f54d4;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:16px;font-weight:600;letter-spacing:.3em;line-height:1}.homepageAcquisitionSystemCore span{display:block;margin-top:22px;color:#111d47;font-size:clamp(21px,2.3vw,28px);font-weight:800;letter-spacing:-.035em;line-height:1.15}.homepageAcquisitionSystemCore p{margin-top:14px;color:#52618a;font-size:14px;font-weight:550}.homepageAcquisitionTourSetup{padding-bottom:6px}.homepageAcquisitionSetupCopy{margin-top:14px}.homepageAcquisitionSetupCopy p{margin:0;color:var(--homepage-section-tour-muted);font-size:15px;font-weight:400;line-height:1.72}.homepageAcquisitionSetupCopy p+p{margin-top:10px}.homepageSalesTourContent{display:grid;grid-gap:46px;gap:46px}.homepageSalesTourSection h2,.homepageSalesTourSection h3,.homepageSalesTourSection h4,.homepageSalesTourSection p{margin:0}.homepageSalesTourSection h3{color:var(--homepage-section-tour-ink);font-size:clamp(22px,2.4vw,28px);font-weight:850;letter-spacing:-.025em;line-height:1.2}.homepageSalesTourSection>p{margin-top:14px;color:var(--homepage-section-tour-muted);font-size:15px;line-height:1.72}.homepageSalesTourOverview{padding-right:28px}.homepageSalesGrowthLoop{display:grid;grid-template-areas:"engage understand recommend" "optimize learn convert";grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:34px 32px;gap:34px 32px;margin-top:28px}.homepageSalesGrowthCard{--homepage-sales-card-accent:#4a7df7;--homepage-sales-card-soft:#f2f5ff;position:relative;min-height:205px;border:1px solid color-mix(in srgb,var(--homepage-sales-card-accent) 18%,#e3e8f0);border-top:5px solid var(--homepage-sales-card-accent);border-radius:16px;padding:20px;background:linear-gradient(145deg,var(--homepage-sales-card-soft),#ffffff 78%);box-shadow:0 12px 28px rgb(30 43 66/8%)}.homepageSalesGrowthCard.engage{grid-area:engage}.homepageSalesGrowthCard.understand{--homepage-sales-card-accent:#9956e8;--homepage-sales-card-soft:#faf4ff;grid-area:understand}.homepageSalesGrowthCard.recommend{--homepage-sales-card-accent:#20b6a6;--homepage-sales-card-soft:#effbf9;grid-area:recommend}.homepageSalesGrowthCard.convert{--homepage-sales-card-accent:#f29b2b;--homepage-sales-card-soft:#fff8ed;grid-area:convert}.homepageSalesGrowthCard.learn{--homepage-sales-card-accent:#ef617f;--homepage-sales-card-soft:#fff3f6;grid-area:learn}.homepageSalesGrowthCard.optimize{--homepage-sales-card-accent:#72b83c;--homepage-sales-card-soft:#f5faef;grid-area:optimize}.homepageSalesGrowthCardHeader{display:flex;align-items:center;gap:14px}.homepageSalesGrowthCardIcon{display:grid;place-items:center;width:50px;height:50px;flex:0 0 50px;border:1px solid rgb(255 255 255/92%);border-radius:14px;background:rgb(255 255 255/88%);box-shadow:0 6px 18px rgb(29 43 68/8%);color:var(--homepage-sales-card-accent)}.homepageSalesGrowthCardIcon svg{width:27px;height:27px}.homepageSalesGrowthCard h4{color:#101b35;font-size:18px;font-weight:850;letter-spacing:-.015em}.homepageSalesGrowthCard>p{margin-top:18px;border-top:1px solid color-mix(in srgb,var(--homepage-sales-card-accent) 12%,#e8ecf2);padding-top:16px;color:#45536b;font-size:13px;line-height:1.65}.homepageSalesGrowthArrow{position:absolute;z-index:2;display:grid;place-items:center;color:var(--homepage-sales-card-accent);font-size:24px;font-weight:800;line-height:1;pointer-events:none}.homepageSalesGrowthArrow.right{right:-27px;top:50%;transform:translateY(-50%)}.homepageSalesGrowthArrow.left{left:-27px;top:50%;transform:translateY(-50%)}.homepageSalesGrowthArrow.down{bottom:-30px;left:50%;transform:translateX(-50%)}.homepageSalesGrowthArrow.up{left:50%;top:-31px;transform:translateX(-50%)}.homepageSalesTourSetup{padding-bottom:6px}.homepageSalesSetupCopy{margin-top:14px}.homepageSalesSetupCopy p{margin:0;color:var(--homepage-section-tour-muted);font-size:15px;font-weight:400;line-height:1.72}.homepageSalesSetupCopy p+p{margin-top:10px}.homepageSalesSetupCopy p:last-child{margin-top:18px}.dashboardStyledConsole .dashboardHomeColumnScroll{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:#c9d1e2 transparent;scrollbar-width:thin}.dashboardStyledConsole .dashboardHomeColumnScroll::-webkit-scrollbar{width:6px}.dashboardStyledConsole .dashboardHomeColumnScroll::-webkit-scrollbar-thumb{border-radius:3px;background:#c9d1e2}.dashboardStyledConsole .dashboardHomeColumnScroll>.noticeLine{margin:12px 22px}.dashboardStyledConsole .acquisitionChannelsCard,.dashboardStyledConsole .acquisitionMetricsCard,.dashboardStyledConsole .acquisitionPostsCard,.dashboardStyledConsole .acquisitionTodoCard,.dashboardStyledConsole .aiReviewPanel,.dashboardStyledConsole .completedPanel,.dashboardStyledConsole .optimizationStrategyCard,.dashboardStyledConsole .salesAgentsCard,.dashboardStyledConsole .salesCaseAiActionsCard,.dashboardStyledConsole .salesSetupTodoPanel,.dashboardStyledConsole .workPanel{border:0;border-top:1px solid var(--line);border-radius:0;margin:0;padding:20px 22px;background:transparent;box-shadow:none}.dashboardStyledConsole .dashboardHomeColumnScroll>.acquisitionMetricsCard:first-child{border-top:0}.dashboardStyledConsole .optimizationStrategyCard{gap:0}.dashboardStyledConsole .salesMetricsCard{margin-top:0}.dashboardStyledConsole .acquisitionMetricsHeader,.dashboardStyledConsole .acquisitionPostsHeader,.dashboardStyledConsole .acquisitionTodoHeader,.dashboardStyledConsole .taskPanelHeader{margin-bottom:12px}.dashboardStyledConsole .optimizationStrategyHeader{margin-bottom:0}.dashboardStyledConsole .acquisitionChannelsHeader{margin-bottom:4px}.dashboardStyledConsole .salesAgentsHeader{margin-bottom:6px}.dashboardStyledConsole .acquisitionChannelsHeader h3,.dashboardStyledConsole .acquisitionMetricsHeader h3,.dashboardStyledConsole .acquisitionPostsHeader h3,.dashboardStyledConsole .acquisitionTodoHeader h3,.dashboardStyledConsole .optimizationStrategyHeader h3,.dashboardStyledConsole .salesAgentsHeader h3,.dashboardStyledConsole .todoPanelHeader h2{margin:0;color:var(--ink);font-size:16px;font-weight:800;letter-spacing:0;line-height:1.2}.dashboardStyledConsole .acquisitionMetricsPeriodButton{min-height:24px;border:1px solid var(--line);padding:3px 13px;background:#fff;color:var(--ink);font-size:12.5px}.dashboardStyledConsole .acquisitionMetricsGrid{display:flex;gap:0;margin-top:2px}.dashboardStyledConsole .acquisitionMetricsGrid div{position:relative;flex:1 1;border:0;border-radius:0;padding:4px 16px;background:transparent}.dashboardStyledConsole .acquisitionMetricsGrid div:first-child{padding-left:0}.dashboardStyledConsole .acquisitionMetricsGrid div+div{border-left:1px solid var(--soft-line)}.dashboardStyledConsole .acquisitionMetricsGrid dt{color:var(--subtle);font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.dashboardStyledConsole .acquisitionMetricsGrid dd{margin-top:3px;color:var(--ink);font-size:21px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:800}.dashboardStyledConsole .acquisitionMetricsGrid div.zero dd{color:#b6bdd0}.dashboardStyledConsole .acquisitionMetricsGrid div:after{content:"";display:block;width:18px;height:3px;border-radius:2px;margin-top:7px;background:var(--dashboard-metric-accent)}.dashboardStyledConsole .acquisitionMetricsGrid div.zero:after{background:var(--line)}.dashboardStyledConsole .acquisitionMetricsSummary{min-height:0;margin-top:16px;color:var(--muted);font-size:13px;font-weight:600;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboardStyledConsole .dashboardCasePerformanceCard{display:flex;flex-direction:column;gap:0;padding-bottom:20px}.dashboardStyledConsole .dashboardCasePerformanceCard .acquisitionMetricsGrid{margin-top:0}.dashboardStyledConsole .dashboardCasePerformanceCard .acquisitionMetricsGrid div{padding-top:0;padding-bottom:0}.dashboardStyledConsole .dashboardCasePerformanceCard .acquisitionMetricsGrid dd,.dashboardStyledConsole .dashboardCasePerformanceCard .acquisitionMetricsGrid dt{line-height:1.55}.dashboardStyledConsole .optimizationStrategyItem+.optimizationStrategyItem{border-top-color:var(--soft-line)}.dashboardStyledConsole .optimizationStrategyNumber{background:#f1f3f8;color:#7b869e}.dashboardStyledConsole .dashboardCaseStrategySupportingText{margin:4px 0 0;color:var(--muted);font-size:11px;font-weight:400;line-height:1.55}.dashboardStyledConsole .dashboardCaseStrategyActionRow{justify-content:flex-end}.dashboardStyledConsole .dashboardCaseStrategyAction.approve{border:0;padding:7px 14px;background:#1b2337;color:#fff}.dashboardStyledConsole .dashboardCaseStrategyAction.ignore{border:1px solid var(--line);padding:6px 12px;background:#fff;color:#5a6480}.dashboardStyledConsole button.dashboardCaseStrategyAction.approve:focus-visible,.dashboardStyledConsole button.dashboardCaseStrategyAction.approve:hover{border-color:#2a344e;background:#2a344e;color:#fff}.dashboardStyledConsole button.dashboardCaseStrategyAction.ignore:focus-visible,.dashboardStyledConsole button.dashboardCaseStrategyAction.ignore:hover{border-color:#c9d2e4;color:var(--ink)}.dashboardStyledConsole button.dashboardCaseStrategyAction:focus-visible{outline:2px solid #405bd3;outline-offset:2px}.dashboardStyledConsole .dashboardCaseOptimizationStrategyCard .optimizationStrategyAction.running{border:0;padding:7px 13px;background:#eef0f5;color:#828c9f;font-size:10px;letter-spacing:.01em;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dashboardStyledConsole .dashboardCaseUnavailableSection{min-height:128px;color:var(--muted)}.dashboardStyledConsole .dashboardCaseUnavailableSection h3{margin:0;color:var(--ink);font-size:16px;font-weight:800}.dashboardStyledConsole .dashboardCaseUnavailableSection p{margin:12px 0 0;color:var(--muted);font-size:12.5px;font-weight:600;line-height:1.55}.dashboardStyledConsole .optimizationStrategyEmpty{color:var(--muted);font-size:12.5px;font-weight:500}.dashboardStyledConsole .acquisitionList,.dashboardStyledConsole .salesAgentsList{display:flex;flex-direction:column;gap:0;max-height:none;overflow:visible;padding-right:0}.dashboardStyledConsole .acquisitionCard,.dashboardStyledConsole .salesAgentItem{display:block;overflow:visible;border:0;border-radius:0;background:transparent}.dashboardStyledConsole .acquisitionCard.linked,.dashboardStyledConsole .acquisitionCard.linked:hover{background:transparent}.dashboardStyledConsole .acquisitionCard+.acquisitionCard,.dashboardStyledConsole .salesAgentItem+.salesAgentItem{border-top:1px solid var(--soft-line)}.dashboardStyledConsole .salesAgentItem{display:grid;grid-template-columns:40px minmax(0,1fr) 30px;align-items:center;grid-column-gap:13px;column-gap:13px;grid-row-gap:0;row-gap:0;padding:12px 0}.dashboardStyledConsole .salesAgentItemBody{display:flex;flex-direction:column;gap:2px;min-width:0;min-height:0;overflow:visible}.dashboardStyledConsole .salesAgentItemTitleRow{display:flex;align-items:center;flex-wrap:wrap;gap:6px 8px;min-width:0;overflow:visible;line-height:1.35}.dashboardStyledConsole .acquisitionCardMain{grid-template-columns:40px minmax(0,1fr) 30px;gap:13px;padding:12px 0}.dashboardStyledConsole .acquisitionIcon,.dashboardStyledConsole .acquisitionPostIcon,.dashboardStyledConsole .salesAgentItemIcon{width:40px;height:40px;border-radius:12px}.dashboardStyledConsole .acquisitionIcon svg,.dashboardStyledConsole .salesAgentItemIcon svg{width:18px;height:18px}.dashboardStyledConsole .acquisitionText strong,.dashboardStyledConsole .salesAgentItemTitleRow strong{min-width:0;overflow:visible;color:var(--ink);font-size:15px;font-weight:800;line-height:1.35;text-overflow:clip;white-space:normal}.dashboardStyledConsole .acquisitionText small,.dashboardStyledConsole .salesAgentItem small{overflow:visible;color:var(--muted);font-size:12.5px;font-weight:500;line-height:1.35;text-overflow:clip;white-space:normal}.dashboardStyledConsole .salesAgentCompletionList{grid-column:2/-1;grid-row:2;min-width:0;border-left:1px solid #dde6df;padding-left:13px}.dashboardStyledConsole .salesAgentCompletionList.empty{border-left:0;padding-left:0}.dashboardStyledConsole .salesAgentCompletionItem{position:relative;min-width:0;padding:8px 0 8px 15px}.dashboardStyledConsole .salesAgentCompletionItem:before{content:"✓";position:absolute;top:10px;left:-9px;display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:var(--success-soft);color:var(--success);font-size:9px;font-weight:900}.dashboardStyledConsole .salesAgentCompletionItem.empty{padding:8px 0;color:var(--muted)}.dashboardStyledConsole .salesAgentCompletionItem.empty:before{display:none}.dashboardStyledConsole .salesAgentCompletionItem strong{display:block;color:inherit;font-size:12.5px;font-weight:750;line-height:1.4}.dashboardStyledConsole .salesAgentCompletionTime{display:block;margin-top:2px;color:var(--muted);font-size:10.5px;line-height:1.35}.dashboardStyledConsole .acquisitionCard.linked .acquisitionText strong{color:var(--ink)}.dashboardStyledConsole .acquisitionCard.linked .acquisitionText small{color:var(--muted)}.dashboardStyledConsole .acquisitionChannelConnectButton,.dashboardStyledConsole .acquisitionChannelsSettingsButton,.dashboardStyledConsole .salesAgentEditButton{color:var(--subtle)}.dashboardStyledConsole .acquisitionChannelConnectButton:hover:not(:disabled),.dashboardStyledConsole .acquisitionChannelsSettingsButton:hover:not(:disabled),.dashboardStyledConsole .salesAgentEditButton:focus-visible,.dashboardStyledConsole .salesAgentEditButton:hover{background:transparent;color:var(--ink)}.dashboardStyledConsole .acquisitionPostsCount{display:flex;align-items:center;justify-content:center;width:22px;min-width:22px;height:22px;border-radius:50%;margin-right:3px;background:transparent;color:var(--ink);font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:800}.dashboardStyledConsole .acquisitionPostsCountHot{background:var(--dashboard-metric-accent);box-shadow:0 0 0 3px rgb(232 134 46/16%);color:#fff}.dashboardStyledConsole .acquisitionPostList{overflow:visible;padding-right:0}.dashboardStyledConsole .acquisitionTodoList{overflow-y:auto}.dashboardStyledConsole .acquisitionPostItem{gap:9px;border-top:1px solid var(--soft-line);padding:13px 0}.dashboardStyledConsole .acquisitionPostMeta{grid-template-columns:30px auto minmax(0,1fr) 30px;gap:9px}.dashboardStyledConsole .acquisitionPostMeta .acquisitionPostIcon{width:30px;height:30px;border-radius:9px}.dashboardStyledConsole .acquisitionPostMeta .acquisitionPostIcon svg{width:14px;height:14px}.dashboardStyledConsole .acquisitionPostStatus{min-height:0;padding:4px 12px;background:var(--warning-soft);color:var(--warning);font-size:12.5px;font-weight:800}.dashboardStyledConsole .acquisitionPostStatus.published{background:var(--success-soft);color:var(--success)}.dashboardStyledConsole .acquisitionPostMeta time{color:var(--ink);font-size:13px;font-weight:800}.dashboardStyledConsole .acquisitionPostItem p{color:#212c4a;font-size:13.5px;font-weight:700}.dashboardStyledConsole .acquisitionAiActionsCard{display:block;flex:0 0 auto;min-height:0}.dashboardStyledConsole .dashboardCaseAiActionsCard .acquisitionPostsHeader{margin-bottom:10px}.dashboardStyledConsole .dashboardCaseAiActionsCard .acquisitionPostsCount{display:none}.dashboardStyledConsole .acquisitionAiActionList{display:flex;flex-direction:column;gap:12px;margin-top:2px}.dashboardStyledConsole .acquisitionAiActionCard{border:1px solid var(--line);border-radius:15px;padding:13px 14px 14px;background:#f8f9fd}.dashboardStyledConsole .acquisitionAiActionCard.isEmpty{background:#fafbfe}.dashboardStyledConsole .acquisitionAiActionTop{display:grid;grid-template-columns:38px minmax(0,1fr) 30px;align-items:center;grid-gap:11px;gap:11px;min-width:0}.dashboardStyledConsole .acquisitionAiActionTop>.acquisitionPostIcon{width:38px;height:38px;border-radius:11px;box-shadow:0 1px 2px rgb(30 41 66/10%)}.dashboardStyledConsole .acquisitionAiActionHeading{display:flex;align-items:center;flex-wrap:wrap;gap:3px 9px;min-width:0}.dashboardStyledConsole .acquisitionAiActionHeading strong{color:var(--ink);font-size:15px;font-weight:800;line-height:1.35}.dashboardStyledConsole .acquisitionAiActionMeta{display:flex;align-items:center;gap:9px;min-width:0}.dashboardStyledConsole .acquisitionAiActionMeta .acquisitionPostStatus{padding:3px 11px;font-size:11.5px}.dashboardStyledConsole .acquisitionAiActionMeta time{color:var(--ink);font-size:12px;font-weight:800;white-space:nowrap}.dashboardStyledConsole .acquisitionAiActionPost{margin-top:12px;border:1px solid #e6eaf4;border-radius:12px;padding:12px;background:#fff}.dashboardStyledConsole .acquisitionAiActionCopy{display:-webkit-box;overflow:hidden;margin:0;color:#2b3550;font-size:11.5px;font-weight:600;line-height:1.6;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:5}.dashboardStyledConsole .acquisitionAiActionPost .acquisitionPostMedia{margin-top:10px;border-color:#e6eaf4;border-radius:10px}.dashboardStyledConsole .acquisitionAiActionEmpty{margin:0;padding:20px 0 14px;color:#8d97ae;font-size:12.5px;font-weight:700;line-height:1.5;text-align:center}.dashboardStyledConsole .acquisitionAiActionMetrics{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 6px;margin:11px 0 0;color:#2f3c58;font-size:9px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:800}.dashboardStyledConsole .acquisitionAiActionMetrics div{display:inline-flex;align-items:baseline;gap:1px;min-width:0;white-space:nowrap}.dashboardStyledConsole .acquisitionAiActionMetrics dd,.dashboardStyledConsole .acquisitionAiActionMetrics dt{margin:0}.dashboardStyledConsole .acquisitionAiActionMetrics dt{color:#6b7590;font-weight:700}.dashboardStyledConsole .acquisitionAiActionPost .acquisitionAiActionMetrics{border-top:1px solid #eef1f7;padding-top:11px}.dashboardStyledConsole .acquisitionAiActionCard.isEmpty .acquisitionAiActionMetrics,.dashboardStyledConsole .acquisitionAiActionCard.isEmpty .acquisitionAiActionMetrics dt{color:#a7afc2;font-weight:700}.dashboardStyledConsole .dashboardCasePostTitle{display:block;margin-bottom:7px;color:var(--ink);font-size:12px;font-weight:800;line-height:1.45}.dashboardStyledConsole .dashboardCaseAiActionPost .acquisitionPostMedia{width:100%;aspect-ratio:16/9;max-height:220px;background:#edf2f8;object-fit:cover}.dashboardStyledConsole .dashboardCasePostDetailModal{width:min(780px,calc(100vw - 48px))}.dashboardStyledConsole .dashboardCasePostDetailMedia{display:block;width:100%;max-height:min(480px,52vh);border:1px solid var(--soft-line);border-radius:12px;background:#edf2f8;object-fit:contain}.dashboardStyledConsole .dashboardCasePostContent{display:grid;grid-gap:9px;gap:9px;color:var(--ink);font-size:13px;font-weight:600;line-height:1.65;overflow-wrap:anywhere}.dashboardStyledConsole .dashboardCasePostContent p,.dashboardStyledConsole .dashboardCasePostContent ul{margin:0}.dashboardStyledConsole .dashboardCasePostContent ul{display:grid;grid-gap:5px;gap:5px;padding-left:20px}.dashboardStyledConsole .dashboardCasePostContent .dashboardCasePostTags{color:#3f67a1;font-weight:700}.dashboardStyledConsole .salesCaseAiActionsHeader h3{margin:0;color:var(--ink);font-size:16px;font-weight:800;line-height:1.2}.dashboardStyledConsole .salesCaseAiActionsModules{display:flex;flex-direction:column}.dashboardStyledConsole .salesCaseActionModule{padding:16px 0}.dashboardStyledConsole .salesCaseActionModule+.salesCaseActionModule{border-top:1px solid #d5dbe8}.dashboardStyledConsole .salesCaseActionModuleHeader{display:flex;align-items:center;gap:10px}.dashboardStyledConsole .salesCaseActionModuleHeader>strong{color:var(--ink);font-size:12.5px;font-weight:800}.dashboardStyledConsole .salesCaseActionModuleIcon{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:9px;background:#405bd3;color:#fff}.dashboardStyledConsole .salesCaseActionModuleIcon svg{width:16px;height:16px}.dashboardStyledConsole .salesCaseActionStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:11px 0 0 38px;text-align:center}.dashboardStyledConsole .salesCaseActionStats>div{min-width:0;padding:0 6px}.dashboardStyledConsole .salesCaseActionStats>div+div{border-left:1px solid #eaedf4}.dashboardStyledConsole .salesCaseActionStats dd,.dashboardStyledConsole .salesCaseActionStats dt{margin:0}.dashboardStyledConsole .salesCaseActionStats dd{color:var(--ink);font-size:17px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:800;line-height:1.2}.dashboardStyledConsole .salesCaseActionStats dt{overflow:hidden;margin-top:3px;color:var(--muted);font-size:9.5px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.dashboardStyledConsole .salesCaseActivityList{margin-top:12px;border-top:1px solid #ebeef4}.dashboardStyledConsole .salesLiveActivityEmpty{min-height:92px;display:grid;place-items:center;padding:18px 12px 8px;color:#7b879f;text-align:center}.dashboardStyledConsole .salesLiveActivityEmpty p{max-width:360px;margin:0;font-size:11px;font-weight:650;line-height:1.6}.dashboardStyledConsole .salesMetricsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboardStyledConsole .salesCaseActivity{padding:10px 0}.dashboardStyledConsole .salesCaseActivity+.salesCaseActivity{border-top:1px solid #edf0f4}.dashboardStyledConsole .salesCaseActivityCopy{min-width:0}.dashboardStyledConsole .salesCaseActivityTitle{display:flex;align-items:flex-start;gap:5px;min-width:0}.dashboardStyledConsole .salesCaseActivityTitle>strong{color:var(--ink);font-size:11px;font-weight:800;line-height:1.45}.dashboardStyledConsole .salesCaseActivityAvatar{display:grid;place-items:center;width:18px;height:18px;flex:0 0 18px;border-radius:50%;background:#eef0f4;color:#9ba4b2}.dashboardStyledConsole .salesCaseActivityAvatar svg{width:11px;height:11px}.dashboardStyledConsole .salesCaseActivityIntent,.dashboardStyledConsole .salesCaseActivityResult{flex:none;border-radius:999px;padding:3px 6px;font-size:8.5px;font-weight:900;line-height:1.2;white-space:nowrap}.dashboardStyledConsole .salesCaseActivityIntent{background:#fff0e7;color:#d56a27}.dashboardStyledConsole .salesCaseActivityIntent.medium{background:#fff6d9;color:#98721d}.dashboardStyledConsole .salesCaseActivityResult.purchased{background:#e2f0e7;color:#2d7a48}.dashboardStyledConsole .salesCaseActivityResult:not(.purchased){margin-left:auto;padding-right:0;background:transparent;color:#8fa4dd;font-weight:500}.dashboardStyledConsole .salesCaseActivityArrow{display:inline-flex;align-items:center;width:11px;height:18px;flex:0 0 11px;margin-left:auto;color:#c2c9d6;pointer-events:none}.dashboardStyledConsole .salesCaseActivityResult:not(.purchased)+.salesCaseActivityArrow{margin-left:2px}.dashboardStyledConsole .salesCaseActivityArrow svg{width:11px;height:11px}.dashboardStyledConsole .salesCaseActivityCopy p{margin:4px 0 0;color:#6b788f;font-size:9px;line-height:1.5}.dashboardStyledConsole .salesCaseActivityCopy .salesCaseActivityNextMove{color:#4d5a72}.dashboardStyledConsole .salesCaseActivityNextMove>span{color:#405bd3}.dashboardStyledConsole .salesCaseActivityControls{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:9px}.dashboardStyledConsole .salesCaseActivityHandling,.dashboardStyledConsole .salesCaseActivityIntervene{border-radius:8px;padding:5px 10px;font-family:inherit;font-size:9px;font-weight:800;line-height:1.2;white-space:nowrap}.dashboardStyledConsole .salesCaseActivityHandling{border:1px dashed #e0e4ec;background:#f4f6fa;color:#a3abbb;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dashboardStyledConsole .salesCaseActivityIntervene{border:1px solid #d8deea;background:#fff;color:#5b6780;cursor:pointer}.dashboardStyledConsole .salesCaseActivityIntervene:focus-visible,.dashboardStyledConsole .salesCaseActivityIntervene:hover{border-color:#b9c3d6;background:#f4f6fa;color:#2b3752}.dashboardStyledConsole .salesCaseActivityIntervene:focus-visible{outline:2px solid #5963db;outline-offset:2px}.dashboardStyledConsole .acquisitionPostAction{width:30px;height:30px;border-radius:50%}.dashboardStyledConsole .salesSetupTodoPanel{min-height:300px}.dashboardStyledConsole .salesSetupTodoHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboardStyledConsole .salesSetupTodoHeader h2{margin:0;color:var(--ink);font-size:16px;font-weight:800;letter-spacing:0;line-height:1.2}.dashboardStyledConsole .salesSetupTodoCount{flex:0 0 auto;color:#3c4763;font-size:13px;font-weight:800;line-height:1.2;white-space:nowrap}.dashboardStyledConsole .salesSetupTodoList{display:flex;flex-direction:column;gap:12px;margin-top:18px}.dashboardStyledConsole .salesSetupTodoTask{display:flex;box-sizing:border-box;align-items:center;gap:16px;width:100%;min-height:76px;border:1px solid var(--line);border-radius:14px;padding:14px 15px 14px 18px;background:#fff;color:var(--ink);box-shadow:0 1px 0 rgb(30 41 66/2%);font:inherit;font-size:14px;font-weight:800;line-height:1.35;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.dashboardStyledConsole .salesSetupTodoTask:hover{border-color:#f1c99f;box-shadow:0 6px 18px rgb(232 134 46/9%);transform:translateY(-1px)}.dashboardStyledConsole .salesSetupTodoTask:focus-visible{border-color:#f1c99f;outline:2px solid var(--accent);outline-offset:2px}.dashboardStyledConsole .salesSetupTodoTask>span:first-child{flex:1 1 auto;min-width:0;overflow-wrap:anywhere}.dashboardStyledConsole .salesSetupTodoArrow{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:50%;background:#ff981f;color:#fff;box-shadow:0 8px 16px rgb(255 152 31/18%)}.dashboardStyledConsole .salesSetupTodoArrow svg{width:18px;height:18px;stroke-width:2.2px}.dashboardStyledConsole .salesSetupTodoEmpty{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;min-height:230px;padding:20px 0;color:var(--ink);text-align:center}.dashboardStyledConsole .salesSetupTodoCheck{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#f2f5fa;color:var(--success)}.dashboardStyledConsole .salesSetupTodoCheck svg{width:26px;height:26px;stroke-width:2px}.dashboardStyledConsole .salesSetupTodoEmpty strong{font-size:15px;font-weight:800}.dashboardStyledConsole .workPanel{min-height:0}.dashboardStyledConsole .todoCompleteState{gap:0;min-height:190px;margin-top:10px;border:0;border-radius:0;background:transparent}.dashboardStyledConsole .todoCompleteState span{width:52px;height:52px;background:#f2f5fa;box-shadow:none}.dashboardStyledConsole .todoCompleteState strong{font-size:15px}.dashboardStyledConsole .todoBadge{align-items:baseline;border-radius:8px;color:#3c4763;font-size:13px;font-weight:800}.dashboardStyledConsole .todoBadgeDone{color:inherit;font-size:inherit;line-height:inherit}.dashboardStyledConsole .taskCard.onboardingTask.todoTemplateCard{border-color:var(--soft-line);border-radius:12px;background:#fff}.dashboardStyledConsole .chatRail{position:relative;width:auto;min-width:0;max-width:none;height:100%;border-left:0;padding-left:0}.dashboardStyledConsole .dashboardChatResizer{position:absolute;left:-3px;top:0;bottom:0;z-index:30;width:7px;border:0;padding:0;background:transparent;cursor:col-resize}.dashboardStyledConsole .dashboardChatResizer:after{content:"";position:absolute;left:3px;top:0;bottom:0;width:1px;background:transparent;transition:background .15s}.dashboardStyledConsole .dashboardChatResizer:focus-visible:after,.dashboardStyledConsole .dashboardChatResizer:hover:after,.dashboardStyledConsole .dashboardChatResizing .dashboardChatResizer:after{background:var(--dashboard-blue)}.dashboardStyledConsole .dashboardChatResizer:focus-visible{outline:none}.dashboardStyledConsole .agentChatEmbedShell .agentChatApprovalLayout,.dashboardStyledConsole .agentChatLoadingShell,.dashboardStyledConsole .chatPanel{height:100%;min-height:0;border:0;border-radius:0;background:var(--panel);box-shadow:none}.dashboardStyledConsole .agentChatEmbedHeader,.dashboardStyledConsole .chatPanelHeader{display:flex;align-items:center;gap:11px;min-height:60px;padding:0 20px;border-bottom:1px solid var(--line);background:var(--panel)}.dashboardStyledConsole .agentChatEmbedHeader.withLaunchProgress{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:32px auto;grid-column-gap:13px;column-gap:13px;grid-row-gap:8px;row-gap:8px;min-height:96px;align-items:center;padding-top:10px;padding-bottom:10px}.dashboardStyledConsole .agentChatEmbedTitle{display:flex;align-items:center;gap:11px;min-width:0}.dashboardStyledConsole .agentChatEmbedTitleMain{display:grid;min-width:0;grid-gap:6px;gap:6px}.dashboardStyledConsole .agentChatEmbedTitleIcon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 32px;border:1px solid #f0d9b8;border-radius:10px;background:linear-gradient(140deg,#fff6e7,#f9e5c5);box-shadow:inset 0 1px 0 rgb(255 255 255/85%),0 1px 3px rgb(30 41 66/6%);color:#d47a22}.dashboardStyledConsole .agentChatEmbedHeader.withLaunchProgress .agentChatEmbedTitle{grid-column:1;grid-row:1;align-self:center}.dashboardStyledConsole .agentChatEmbedHeader.withLaunchProgress .agentCompanyLaunchTitleProgress{box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-column:1/-1;grid-row:2;align-self:center;align-items:center;width:100%;grid-column-gap:18px;column-gap:18px;margin-top:0}.dashboardStyledConsole .agentChatEmbedHeader.withLaunchProgress .agentCompanyLaunchTitleProgressSteps{display:flex;justify-self:stretch;align-items:center;width:100%;min-width:0;max-width:none;flex:1 1 auto}.dashboardStyledConsole .agentChatEmbedHeader.withLaunchProgress .agentCompanyLaunchTitleProgressStep{display:flex;flex:1 1 auto;align-items:center;justify-content:flex-start;min-width:0}.dashboardStyledConsole .agentChatEmbedHeader.withLaunchProgress .agentCompanyLaunchTitleProgressStep:last-child{flex:0 0 auto}.dashboardStyledConsole .agentChatEmbedHeader.withLaunchProgress .agentCompanyLaunchTitleProgressStep .companyLaunchProgressConnector{position:static;flex:1 1 auto;margin:0 6px;transform:none}.dashboardStyledConsole .agentChatEmbedHeader.withLaunchProgress .agentThreadSidebarHeaderActions{grid-column:2;grid-row:1;align-self:center;justify-self:end;margin-top:0}.dashboardStyledConsole .agentChatEmbedTitleIcon svg{width:16px;height:16px;stroke-width:1.8}.dashboardStyledConsole .agentChatEmbedTitle strong{overflow:hidden;color:var(--ink);font-size:17px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.dashboardStyledConsole .messageList{background:var(--panel)}.dashboardStyledConsole .composer{border-top:1px solid var(--line);background:var(--panel)}.subscriptionConfettiOverlay{position:fixed;inset:0;z-index:9999;pointer-events:none}.subscriptionConfettiCanvas{position:fixed;inset:0;width:100vw;height:100vh}.subscriptionConfettiBanner{position:fixed;left:50%;top:38%;z-index:10000;max-width:min(92vw,980px);overflow-wrap:anywhere;background:linear-gradient(90deg,#ffb800,#ff3d6e,#e14dff,#22a7ff,#00e676);background-clip:text;color:transparent;font-family:var(--console-font-ui,inherit);font-size:clamp(34px,5.5vw,64px);font-style:italic;font-weight:800;letter-spacing:.04em;line-height:1.05;text-align:center;transform:translate(-50%,-50%) scale(.85);animation:subscriptionConfettiBannerLife 3.1s ease forwards;-webkit-background-clip:text}@keyframes subscriptionConfettiBannerLife{0%{opacity:0;transform:translate(-50%,-50%) scale(.85)}14%,76%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-58%) scale(.96)}}@media (prefers-reduced-motion:reduce){.homepageSectionTourBackdropShade,.homepageSectionTourDialog,.homepageSectionTourDialog.isClosing,.homepageSectionTourHighlight,.homepageSectionTourLayer.isClosing .homepageSectionTourBackdropShade,.homepageSectionTourLayer.isClosing .homepageSectionTourHighlight{animation:none}.dashboardStyledConsole .homepageSectionTourHelpButton,.homepageSectionTourCloseButton{transition:none}.dashboardStyledConsole .dashboardTopbarStatus span{animation:none;box-shadow:0 0 0 3px rgb(98 196 126/20%)}.dashboardStyledConsole .salesSetupTodoTask{transition:none}.dashboardStyledConsole .salesSetupTodoTask:hover{transform:none}.subscriptionConfettiCanvas{display:none}.subscriptionConfettiBanner{animation-duration:1.6s}}@media (max-width:1280px){.dashboardStyledConsole{height:auto;min-height:100vh;overflow:visible}.dashboardStyledConsole .dashboardAppFrame{min-height:calc(100vh - var(--dashboard-topbar-height));height:auto}.dashboardStyledConsole .dashboardAppFrame.hasSocialAccountDisconnectBanner{padding-top:82px}.dashboardStyledConsole .dashboardAppFrame.hasSocialAccountDisconnectBanner .dashboardMainShell{padding-top:0}.dashboardStyledConsole .socialAccountDisconnectBanner{right:12px;left:12px}.dashboardStyledConsole .dashboardMainShell,.dashboardStyledConsole.dashboardFixedRailsConsole .dashboardMainShell{grid-template-columns:1fr;height:auto;overflow:visible}.dashboardStyledConsole.dashboardFixedRailsConsole.dashboardHomeConsole .dashboardMainShell{grid-template-columns:1fr}.dashboardStyledConsole .dashboardContentRegion{height:auto;overflow:visible}.dashboardStyledConsole .dashboardHomeColumns{grid-template-columns:1fr 1fr;height:auto;overflow:visible}.dashboardStyledConsole .dashboardHomeColumn{min-height:640px}.dashboardStyledConsole .chatRail{height:640px;border-top:1px solid var(--line)}.dashboardStyledConsole .dashboardChatResizer{display:none}}@media (max-width:920px){.homepageSectionTourDialog{--homepage-section-tour-dialog-radius:17px;top:50%;width:calc(100vw - 28px);border-radius:var(--homepage-section-tour-dialog-radius)}.homepageSectionTourDialog,.homepageSectionTourDialogBody{min-height:min(420px,calc(100vh - 32px));max-height:calc(100vh - 32px)}.homepageSectionTourDialogBody{padding:50px 28px 30px}.homepageSectionTourLayer.acquisition .homepageSectionTourDialogBody,.homepageSectionTourLayer.sales .homepageSectionTourDialogBody{padding:50px 20px 30px}.homepageAcquisitionTourContent{gap:36px}.homepageAcquisitionTourOverview{padding-right:18px}.homepageAcquisitionSystemLoop{display:grid;min-height:0;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));grid-gap:14px;gap:14px}.homepageAcquisitionSystemOrbit{display:none}.homepageAcquisitionSystemCard,.homepageAcquisitionSystemCard.step1,.homepageAcquisitionSystemCard.step2,.homepageAcquisitionSystemCard.step3,.homepageAcquisitionSystemCard.step4,.homepageAcquisitionSystemCard.step5,.homepageAcquisitionSystemCard.step6{position:relative;left:auto;top:auto;width:auto;min-height:155px;transform:none}.homepageAcquisitionSystemCore{position:static;width:auto;grid-column:1/-1;order:-1;padding-bottom:8px;transform:none}.homepageAcquisitionSystemCore span{margin-top:12px;font-size:24px}.homepageAcquisitionSystemCore p{margin-top:8px}.homepageSalesTourContent{gap:36px}.homepageSalesTourOverview{padding-right:18px}.homepageSalesGrowthLoop{grid-template-areas:"engage" "understand" "recommend" "convert" "learn" "optimize";grid-template-columns:1fr;gap:14px}.homepageSalesGrowthCard{min-height:0}.homepageSalesGrowthArrow{display:none}.dashboardStyledConsole .dashboardTopbarShell{flex-wrap:wrap;height:auto;min-height:var(--dashboard-topbar-height);padding:10px 14px}.dashboardStyledConsole .dashboardTopbarAccount{width:100%;margin-left:0}.dashboardStyledConsole .dashboardAppFrame{flex-direction:column}.dashboardStyledConsole .dashboardSidebar,.dashboardStyledConsole .dashboardSidebar.collapsed{align-items:stretch;flex-basis:auto;width:100%;height:auto;overflow:visible;border-right:0;border-bottom:1px solid var(--line);padding:18px}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardNavItem>span,.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardSidebarOverviewCard .metricGrid,.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardSidebarOverviewCard .revenueValue strong,.dashboardStyledConsole .dashboardSidebar.collapsed .summaryPaymentButton,.dashboardStyledConsole .dashboardSidebar.collapsed .summaryPaymentInstructionsButton{display:initial}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardNavItem{grid-template-columns:19px minmax(0,1fr) 14px;justify-items:stretch;padding:12px 13px}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardNavItem>.dashboardNavItemLabel{display:flex}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardNavItem>.dashboardNavChevron{display:inline-grid}.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardNavItem.hasNewIndicator:before,.dashboardStyledConsole .dashboardSidebar.collapsed .dashboardNavItem:after{display:none}.dashboardStyledConsole .dashboardHomeColumns{grid-template-areas:"acquisition" "tasks";grid-template-columns:1fr;grid-template-rows:auto auto}.dashboardStyledConsole .dashboardHomeColumn{min-height:0;border-right:0;border-bottom:1px solid var(--line)}.dashboardStyledConsole .dashboardHomeColumnScroll{overflow:visible}.dashboardStyledConsole .acquisitionMetricsSummary{white-space:normal}.dashboardStyledConsole .chatRail{height:600px}}@media (max-width:900px){.dashboardStyledConsole .dashboardCaseStamp{width:108px;height:108px}}.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardContentRegion,.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardSidebar,.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardTopbarShell{--line:transparent;--soft-line:transparent;border-color:rgb(18 28 43/54%);border-width:0}.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardContentRegion *,.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardContentRegion :after,.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardContentRegion :before,.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardSidebar *,.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardSidebar :after,.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardSidebar :before,.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardTopbarShell *,.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardTopbarShell :after,.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardTopbarShell :before{--line:transparent;--soft-line:transparent;border-color:transparent;border-width:0}.dashboardStyledConsole.companyLaunchWorkspaceLocked .dashboardTopbarDivider{background:transparent}