.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);font-size:14px;line-height:1.55}.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.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.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 .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.websiteNavFlash{animation:dashboardNavItemBlueHint 1.1s ease-in-out infinite}.dashboardStyledConsole .dashboardNavItem.websiteNavFlash .dashboardNavChevron,.dashboardStyledConsole .dashboardNavItem.websiteNavFlash svg{color:var(--dashboard-blue)}.dashboardStyledConsole .dashboardNavItem.active{background:var(--dashboard-blue-soft);color:var(--dashboard-blue);box-shadow:none}.dashboardStyledConsole .dashboardNavItem.active .dashboardNavChevron{color:var(--dashboard-blue)}@keyframes dashboardNavItemBlueHint{0%,to{background:transparent}50%{background:var(--dashboard-blue-soft)}}.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: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 .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{display:flex;align-items:center;height:60px;flex:0 0 60px;border-bottom:1px solid var(--line);padding:0 22px;background:var(--panel)}.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{color:var(--ink);font-size:17px;font-weight:800;line-height:1.2}.dashboardStyledConsole .homepageSectionTourHelpButton{display:grid;place-items:center;width:22px;height:22px;flex:0 0 22px;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 .acquisitionStrategyCard,.dashboardStyledConsole .acquisitionTodoCard,.dashboardStyledConsole .aiReviewPanel,.dashboardStyledConsole .completedPanel,.dashboardStyledConsole .salesAgentsCard,.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 .salesMetricsCard{margin-top:0}.dashboardStyledConsole .acquisitionMetricsHeader,.dashboardStyledConsole .acquisitionPostsHeader,.dashboardStyledConsole .acquisitionTodoHeader,.dashboardStyledConsole .taskPanelHeader{margin-bottom:12px}.dashboardStyledConsole .acquisitionStrategyHeader{margin-bottom:10px}.dashboardStyledConsole .acquisitionChannelsHeader{margin-bottom:4px}.dashboardStyledConsole .salesAgentsHeader{margin-bottom:6px}.dashboardStyledConsole .acquisitionChannelsHeader h3,.dashboardStyledConsole .acquisitionMetricsHeader h3,.dashboardStyledConsole .acquisitionPostsHeader h3,.dashboardStyledConsole .acquisitionStrategyHeader h3,.dashboardStyledConsole .acquisitionTodoHeader 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 .acquisitionStrategyBody{color:#35405f;font-size:13.5px;font-weight:500;line-height:1.55}.dashboardStyledConsole .acquisitionStrategyBody .messageMarkdown{gap:8px}.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 .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 .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: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}}.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}.dashboardConsole [data-copilotkit] .agentOnboardingNarrative{display:flex;box-sizing:border-box;width:min(100%,calc(100% - 24px));flex-direction:column;gap:12px;margin:12px 12px 16px;padding:2px 2px 0;color:#1e2a40}.dashboardConsole [data-copilotkit] .agentOnboardingNarrativeCopy{display:flex;flex-direction:column;gap:8px}.dashboardConsole [data-copilotkit] .agentOnboardingNarrativeLine{min-width:0;margin:0;color:#2b3950;font-size:13px;font-weight:400;line-height:1.62;white-space:pre-wrap}.dashboardConsole [data-copilotkit] .agentOnboardingNarrativeLine strong{font-weight:700}.dashboardConsole [data-copilotkit] .agentOnboardingNarrativeTypingLine{min-height:21px}.dashboardConsole [data-copilotkit] .agentOnboardingNarrativeCaret{display:inline-block;width:2px;height:1.05em;margin-left:2px;border-radius:999px;background:#f08a1d;vertical-align:-.14em;animation:dashboardOnboardingCaretBlink var(--dashboard-onboarding-caret-duration,.52s) step-end infinite}@keyframes dashboardOnboardingCaretBlink{0%,45%{opacity:1}46%,to{opacity:0}}.dashboardConsole [data-copilotkit] .agentOnboardingOverviewSteps{display:flex;flex-direction:column;margin-top:2px}.dashboardConsole [data-copilotkit] .agentOnboardingOverviewStep{display:grid;grid-template-columns:22px 14px 1fr;grid-column-gap:8px;column-gap:8px;padding:9px 0}.dashboardConsole [data-copilotkit] .agentOnboardingOverviewStep+.agentOnboardingOverviewStep{border-top:1px solid #eef0f3}.dashboardConsole [data-copilotkit] .agentOnboardingOverviewStepNumber{font-size:14px;font-weight:800;line-height:1.5;letter-spacing:.02em;color:#aab4c4}.dashboardConsole [data-copilotkit] .agentOnboardingOverviewStepRail{position:relative}.dashboardConsole [data-copilotkit] .agentOnboardingOverviewStepRail:before{content:"";position:absolute;left:50%;top:-9px;bottom:-9px;width:1px;background:#e2e5ea;transform:translateX(-50%)}.dashboardConsole [data-copilotkit] .agentOnboardingOverviewStep:first-child .agentOnboardingOverviewStepRail:before{top:7px}.dashboardConsole [data-copilotkit] .agentOnboardingOverviewStep:last-child .agentOnboardingOverviewStepRail:before{bottom:auto;height:16px}.dashboardConsole [data-copilotkit] .agentOnboardingOverviewStepDot{position:absolute;left:50%;top:4px;transform:translateX(-50%);width:7px;height:7px;border-radius:50%;background:#ffffff;border:1.5px solid #f08a1d;z-index:1}.dashboardConsole [data-copilotkit] .agentOnboardingOverviewStepBody{min-width:0;margin:0;color:#2b3950;font-size:13px;font-weight:400;line-height:1.62;white-space:pre-wrap}.dashboardConsole [data-copilotkit] .agentOnboardingOverviewStepBody strong{color:inherit;font-weight:700}.dashboardConsole [data-copilotkit] .agentOnboardingReportReadyCta{display:inline-flex;align-self:flex-start;align-items:center;justify-content:center;gap:7px;margin-top:4px;border:none;border-radius:10px;padding:10px 16px;background:linear-gradient(135deg,#ffb84d,#f08a1d);color:#4a2c05;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgb(240 138 29/32%);transition:filter .18s ease,transform .14s ease}.dashboardConsole [data-copilotkit] .agentOnboardingReportReadyCta:hover{filter:brightness(1.05)}.dashboardConsole [data-copilotkit] .agentOnboardingReportReadyCta:active{transform:scale(.97)}.dashboardConsole [data-copilotkit] .agentOnboardingReportReadyCta svg{width:13px;height:13px;stroke-width:2}.agentOnboardingLiveRegion{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.agentOnboardingComposerStatus{box-sizing:border-box;justify-self:center;width:calc(100% - 32px);margin:6px 16px -2px;color:#7c8798;font-size:11px;font-weight:650;line-height:1.35;text-align:center}.agentChatComposerStack[data-onboarding-composer-locked=true]{opacity:.82}@media (prefers-reduced-motion:reduce){.dashboardConsole [data-copilotkit] .agentOnboardingNarrativeCaret{display:none;animation:none}}.dashboardOnboardingGuide{--console-font-ui:"DM Sans","Noto Sans SC",ui-sans-serif,system-ui,sans-serif;--onboarding-accent:#f08a1d;font-family:var(--console-font-ui)}.dashboardOnboardingBackdrop,.dashboardOnboardingGuide{position:fixed;inset:0;z-index:1200;pointer-events:none}.dashboardOnboardingBackdrop{width:100vw;height:100vh;overflow:visible}.dashboardOnboardingBackdropShade{fill:rgb(18 28 43/54%)}.dashboardOnboardingHighlight{position:fixed;z-index:1201;box-sizing:border-box;border:2px solid var(--onboarding-accent);box-shadow:0 0 0 2px rgb(240 138 29/42%),0 10px 30px rgb(240 138 29/34%);pointer-events:none;animation:dashboardOnboardingTargetPulse 1.8s ease-in-out infinite}@keyframes dashboardOnboardingTargetPulse{0%,to{box-shadow:0 0 0 2px rgb(240 138 29/42%),0 10px 30px rgb(240 138 29/34%)}50%{box-shadow:0 0 0 3px rgb(240 138 29/72%),0 14px 44px rgb(240 138 29/48%)}}@media (prefers-reduced-motion:reduce){.dashboardOnboardingHighlight{animation:none}}