.LeadsFunnelLeadCard{box-sizing:border-box;width:100%;height:var(--leads-funnel-card-height,112px);min-width:0;color:inherit;background:#fff;border:1px solid #d9d9d9;border-radius:6px;flex-direction:column;gap:5px;padding:7px;text-decoration:none;transition:border-color .15s,background-color .15s;display:flex;position:relative;overflow:hidden}.LeadsFunnelLeadCard:hover{color:inherit;background:#f9fafb;border-color:#d9e8ff;text-decoration:none}.LeadsFunnelLeadCard:focus-visible{outline-offset:2px;outline:2px solid #1677ff}.LeadsFunnelLeadCard--draggable .LeadsFunnelLeadCard__header{padding-right:18px}.LeadsFunnelLeadCard__drag-handle{z-index:1;color:rgba(0,0,0,.25);cursor:grab;opacity:0;touch-action:none;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;padding:0;transition:opacity .15s,color .15s,background-color .15s;display:inline-flex;position:absolute;top:5px;right:5px}.LeadsFunnelLeadCard__drag-handle .anticon{font-size:12px}.LeadsFunnelLeadCard__drag-handle:hover{color:rgba(0,0,0,.55);background:#f0f0f0}.LeadsFunnelLeadCard__drag-handle:active{cursor:grabbing}.LeadsFunnelLeadCard__drag-handle:focus-visible{opacity:1;outline-offset:1px;outline:2px solid #1677ff}.LeadsFunnelLeadCard:hover .LeadsFunnelLeadCard__drag-handle{opacity:1}.LeadsFunnelLeadCard--placeholder{background:#f5faff;border-style:dashed;border-color:#91caff}.LeadsFunnelLeadCard--placeholder>*{visibility:hidden}.LeadsFunnelLeadCard--overlay{cursor:grabbing;border-color:#91caff;box-shadow:0 6px 16px rgba(0,0,0,.12)}.LeadsFunnelLeadCard--overlay .LeadsFunnelLeadCard__drag-handle{opacity:1;color:rgba(0,0,0,.55)}.LeadsFunnelLeadCard__header{grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:6px;min-width:0;display:grid}.LeadsFunnelLeadCard__avatar{flex:none}.LeadsFunnelLeadCard__identity{flex-direction:column;gap:1px;min-width:0;display:flex}.LeadsFunnelLeadCard__name,.LeadsFunnelLeadCard__phone,.LeadsFunnelLeadCard__time,.LeadsFunnelLeadCard__message-text,.LeadsFunnelLeadCard__meta-item{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.LeadsFunnelLeadCard__name{color:rgba(0,0,0,.88);font-size:12px;font-weight:600;line-height:16px}.LeadsFunnelLeadCard__phone{color:rgba(0,0,0,.45);font-size:10px;line-height:13px}.LeadsFunnelLeadCard__time{color:rgba(0,0,0,.38);max-width:58px;font-size:10px;line-height:13px}.LeadsFunnelLeadCard__message{align-items:center;gap:4px;min-width:0;display:flex}.LeadsFunnelLeadCard__integration{flex:none}.LeadsFunnelLeadCard__message-text{color:rgba(0,0,0,.55);min-width:0;font-size:11px;line-height:14px}.LeadsFunnelLeadCard__meta{flex-direction:column;gap:2px;min-width:0;display:flex}.LeadsFunnelLeadCard__meta-item{color:rgba(0,0,0,.45);align-items:center;gap:4px;min-width:0;font-size:10px;line-height:13px;display:flex}.LeadsFunnelLeadCard__meta-item .anticon{flex:none;font-size:10px}.LeadsFunnelLeadCard__tags{flex-wrap:nowrap;align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.LeadsFunnelLeadCard__tag{max-width:100%;font-size:10px;line-height:16px}.LeadsFunnelLeadCard__more-tags{color:rgba(0,0,0,.45);border:1px solid #e0e0e0;border-radius:5px;flex:none;min-height:17px;padding:0 5px;font-size:10px;line-height:15px}.LeadsFunnelLeadCardSkeleton{box-sizing:border-box;width:100%;height:var(--leads-funnel-card-height,112px);background:#fff;border:1px solid #d9d9d9;border-radius:6px;flex-direction:column;gap:5px;min-width:0;padding:7px;display:flex;overflow:hidden}.LeadsFunnelLeadCardSkeleton__header{grid-template-columns:28px minmax(0,1fr);align-items:center;gap:6px;min-width:0;display:grid}.LeadsFunnelLeadCardSkeleton__avatar{border-radius:50%;width:28px;height:28px}.LeadsFunnelLeadCardSkeleton__identity{flex-direction:column;gap:4px;min-width:0;display:flex}.LeadsFunnelLeadCardSkeleton__avatar,.LeadsFunnelLeadCardSkeleton__line,.LeadsFunnelLeadCardSkeleton__tag{background:linear-gradient(90deg,#f2f4f7 0%,#e8edf3 50%,#f2f4f7 100%) 0 0/200% 100%;flex:none;animation:1.25s ease-in-out infinite LeadsFunnelLeadCardSkeleton}.LeadsFunnelLeadCardSkeleton__line{border-radius:999px;height:10px}.LeadsFunnelLeadCardSkeleton__line--name{width:70%;height:11px}.LeadsFunnelLeadCardSkeleton__line--phone{width:45%;height:9px}.LeadsFunnelLeadCardSkeleton__line--message{width:86%}.LeadsFunnelLeadCardSkeleton__tags{align-items:center;gap:4px;min-width:0;display:flex}.LeadsFunnelLeadCardSkeleton__tag{border-radius:5px;width:54px;height:16px}.LeadsFunnelLeadCardSkeleton__tag:last-child{width:38px}@keyframes LeadsFunnelLeadCardSkeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.LeadsFunnelStageColumn{flex:0 0 var(--leads-funnel-stage-column-width);width:var(--leads-funnel-stage-column-width);box-sizing:border-box;background:#fff;border:1px solid #d9d9d9;border-radius:6px;flex-direction:column;min-width:0;max-width:none;height:100%;max-height:100%;transition:border-color .15s;display:flex;overflow:hidden}.LeadsFunnelStageColumn--drop-active{border-color:#91caff}.LeadsFunnelStageColumn--drop-active .LeadsFunnelStageColumn__list{background:#f5faff}.LeadsFunnelStageColumn__header{background:#fff;border-bottom:1px solid #d9d9d9;grid-template-columns:4px minmax(0,1fr) auto;align-items:center;gap:6px;min-height:40px;padding:7px 8px;display:grid}.LeadsFunnelStageColumn__color{border-radius:3px;width:4px;height:24px}.LeadsFunnelStageColumn__title-block{flex-direction:column;gap:1px;min-width:0;display:flex}.LeadsFunnelStageColumn__title,.LeadsFunnelStageColumn__funnel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.LeadsFunnelStageColumn__title{color:rgba(0,0,0,.88);font-size:12px;font-weight:600;line-height:16px}.LeadsFunnelStageColumn__funnel{color:rgba(0,0,0,.45);font-size:10px;line-height:13px}.LeadsFunnelStageColumn__count{color:#1677ff;text-align:center;background:#f5faff;border:1px solid #d9e8ff;border-radius:10px;flex:none;min-width:22px;padding:1px 6px;font-size:10px;font-weight:600;line-height:14px}.LeadsFunnelStageColumn__list{overscroll-behavior:contain;scrollbar-color:#b1c4df #fff;scrollbar-width:thin;background:#f9fafb;flex-direction:column;flex:auto;min-height:0;padding:6px;display:flex;overflow-x:hidden;overflow-y:auto}.LeadsFunnelStageColumn__list::-webkit-scrollbar{border-radius:15px;width:5px;height:5px}.LeadsFunnelStageColumn__list::-webkit-scrollbar-track{background:#fff;border-radius:15px}.LeadsFunnelStageColumn__list::-webkit-scrollbar-corner{border-radius:33px}.LeadsFunnelStageColumn__list::-webkit-scrollbar-thumb{background-color:#b1c4df;border-radius:10px}.LeadsFunnelStageColumn__list .LeadsFunnelLeadCard,.LeadsFunnelStageColumn__list .LeadsFunnelLeadCardSkeleton{margin-bottom:var(--leads-funnel-card-gap,6px);flex:none}.LeadsFunnelStageColumn__spacer{background-image:repeating-linear-gradient(to bottom,#fff 0,#fff var(--leads-funnel-card-height,112px),#f9fafb var(--leads-funnel-card-height,112px),#f9fafb calc(var(--leads-funnel-card-height,112px) + var(--leads-funnel-card-gap,6px)));flex:none;min-height:0}.LeadsFunnelStageColumn__empty{flex:auto;justify-content:center;align-items:center;min-height:96px;display:flex}.LeadsFunnelStageColumn__empty .ant-empty{margin:0}.LeadsFunnelStageColumn__empty .ant-empty-description{color:rgba(0,0,0,.45);font-size:11px}.LeadsFunnelStageColumn__show-next{color:#1677ff;border-color:#d9e8ff;flex:none;min-height:26px;font-size:11px;line-height:14px}.LeadsFunnelStageColumnSkeleton{flex:0 0 var(--leads-funnel-stage-column-width);width:var(--leads-funnel-stage-column-width);box-sizing:border-box;background:#fff;border:1px solid #d9d9d9;border-radius:6px;flex-direction:column;min-width:0;max-width:none;height:100%;max-height:100%;display:flex;overflow:hidden}.LeadsFunnelStageColumnSkeleton__header{border-bottom:1px solid #d9d9d9;grid-template-columns:4px minmax(0,1fr) auto;align-items:center;gap:6px;min-height:40px;padding:7px 8px;display:grid}.LeadsFunnelStageColumnSkeleton__color{border-radius:3px;width:4px;height:24px}.LeadsFunnelStageColumnSkeleton__title-block{flex-direction:column;gap:4px;min-width:0;display:flex}.LeadsFunnelStageColumnSkeleton__color,.LeadsFunnelStageColumnSkeleton__line,.LeadsFunnelStageColumnSkeleton__count{background:linear-gradient(90deg,#f2f4f7 0%,#e8edf3 50%,#f2f4f7 100%) 0 0/200% 100%;animation:1.25s ease-in-out infinite LeadsFunnelLeadCardSkeleton}.LeadsFunnelStageColumnSkeleton__line{border-radius:999px;height:10px}.LeadsFunnelStageColumnSkeleton__line--title{width:60%;height:11px}.LeadsFunnelStageColumnSkeleton__line--funnel{width:40%;height:9px}.LeadsFunnelStageColumnSkeleton__count{border-radius:10px;width:34px;height:16px}.LeadsFunnelStageColumnSkeleton__list{background:#f9fafb;flex-direction:column;flex:auto;gap:6px;min-height:0;padding:6px;display:flex;overflow:hidden}.LeadsFunnelBoard{flex-direction:column;flex:auto;gap:8px;min-width:0;min-height:0;display:flex}.LeadsFunnelBoard__summary{background:#fff;border:1px solid #d9d9d9;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:8px 10px;display:flex}.LeadsFunnelBoard__summary-main{align-items:baseline;gap:6px;min-width:0;display:flex}.LeadsFunnelBoard__label{color:rgba(0,0,0,.45);flex:none;font-size:10px;line-height:13px}.LeadsFunnelBoard__title{color:rgba(0,0,0,.88);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:600;line-height:16px;overflow:hidden}.LeadsFunnelBoard__summary-side{flex:none;align-items:center;gap:12px;min-width:0;display:flex}.LeadsFunnelBoard__summary-meta{color:rgba(0,0,0,.45);white-space:nowrap;flex:none;align-items:center;gap:8px;font-size:11px;line-height:14px;display:flex}.LeadsFunnelBoard__columns-shell{flex-direction:column;flex:auto;gap:4px;min-width:0;min-height:0;display:flex}.LeadsFunnelBoard__columns{overscroll-behavior-x:contain;scrollbar-width:none;flex:auto;width:100%;min-width:0;min-height:0;position:relative;overflow-x:auto;overflow-y:hidden}.LeadsFunnelBoard__columns::-webkit-scrollbar{display:none}.LeadsFunnelBoard__columns-track{width:var(--leads-funnel-stage-track-width);min-width:100%;height:100%;position:relative}.LeadsFunnelBoard__columns-item{width:var(--leads-funnel-stage-column-width);position:absolute;top:0;bottom:0}.LeadsFunnelBoard__scrollbar{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:#edf2f7;border:0;border-radius:999px;outline:none;flex:none;width:100%;height:8px;margin:0;padding:0}.LeadsFunnelBoard__scrollbar:focus-visible{outline-offset:1px;outline:2px solid #91caff}.LeadsFunnelBoard__scrollbar::-webkit-slider-runnable-track{background:#edf2f7;border-radius:999px;height:8px}.LeadsFunnelBoard__scrollbar::-webkit-slider-thumb{width:var(--leads-funnel-scrollbar-thumb-width);cursor:grab;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:#b1c4df;border:0;border-radius:999px;height:8px}.LeadsFunnelBoard__scrollbar:active::-webkit-slider-thumb{cursor:grabbing;background:#91a9c9}.LeadsFunnelBoard__scrollbar::-moz-range-track{background:#edf2f7;border:0;border-radius:999px;height:8px}.LeadsFunnelBoard__scrollbar::-moz-range-thumb{width:var(--leads-funnel-scrollbar-thumb-width);cursor:grab;background:#b1c4df;border:0;border-radius:999px;height:8px}.LeadsFunnelBoard__scrollbar:active::-moz-range-thumb{cursor:grabbing;background:#91a9c9}.LeadsFunnelBoard__empty{background:#fff;border:1px solid #d9d9d9;border-radius:6px;flex:auto;justify-content:center;align-items:center;min-height:220px;display:flex}.LeadsFunnelSelectorState{background:#fff;border:1px solid #d9d9d9;border-radius:6px;flex:auto;justify-content:center;align-items:center;min-width:0;min-height:320px;padding:24px 12px;display:flex}.LeadsFunnelSelectorState__content{flex-direction:column;align-items:center;gap:14px;width:min(100%,420px);min-width:0;display:flex}.LeadsFunnelSelectorState__text{text-align:center;flex-direction:column;align-items:center;gap:4px;min-width:0;display:flex}.LeadsFunnelSelectorState__title{color:rgba(0,0,0,.88);margin:0;font-size:16px;font-weight:600;line-height:22px}.LeadsFunnelSelectorState__description{color:rgba(0,0,0,.55);max-width:340px;margin:0;font-size:12px;line-height:16px}.LeadsFunnelSelectorState__select{width:100%}.LeadsFunnelsPage{box-sizing:border-box;background:#f5f5f5;flex-direction:column;flex:auto;width:100%;min-width:0;height:100%;min-height:100%;padding:8px;display:flex;overflow:hidden}.LeadsFunnelsPage__scroll{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:auto}.LeadsFunnelsHeader{background:#fff;border-bottom:1px solid #d9d9d9;align-items:center;width:100%;min-width:0;padding:8px 10px;display:flex}.LeadsFunnelsHeader__title-block{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.LeadsFunnelsHeader__title{color:rgba(0,0,0,.88);margin:0;font-size:18px;font-weight:600;line-height:24px}@media screen and (max-width:550px){.LeadsFunnelsHeader{padding:8px}}