:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#213547;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f7;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}*{box-sizing:border-box}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}.react-flow{direction:ltr}.react-flow__container{width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1px;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{-webkit-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab;position:absolute}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:0 0;pointer-events:none}.react-flow__nodesselection-rect{pointer-events:all;cursor:-webkit-grab;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;background:#1a192b;border:1px solid #fff;border-radius:100%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;bottom:-4px;left:50%;transform:translate(-50%)}.react-flow__handle-top{top:-4px;left:50%;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{top:50%;right:-4px;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{z-index:5;margin:15px;position:absolute}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{background:#ffffff80;margin:0;padding:2px 3px;font-size:10px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10px}}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{color:#222;text-align:center;background-color:#fff;border:1px solid #1a192b;border-radius:3px;width:150px;padding:10px;font-size:12px}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted #0059dccc}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{box-sizing:content-box;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fefefe;border:none;border-bottom:1px solid #eee;justify-content:center;align-items:center;width:16px;height:16px;padding:5px;display:flex}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.node-wrapper{width:140px;position:relative}.floating-stats{z-index:10;background:#fff;border:1px solid #cbd5e1;border-radius:4px;flex-direction:column;gap:2px;min-width:60px;padding:4px 8px;font-size:11px;display:flex;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 2px 5px #0000000d}.floating-stats:after{content:"";background-color:#cbd5e1;width:1px;height:8px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.stat-item{justify-content:space-between;align-items:center;gap:8px;display:flex}.stat-val{color:#1e293b;font-weight:700}.stat-revenue{color:#10b981}.custom-node{background:#fff;border:1px solid #94a3b8;border-radius:6px;flex-direction:column;font-family:sans-serif;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 10px #00000014}.custom-node:hover{box-shadow:0 4px 15px #00000026}.macos-header{background-color:#f1f5f9;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:20px;padding:0 8px;display:flex}.node-wrapper:hover .node-actions{opacity:1}.dots{gap:4px;display:flex}.dot{border-radius:50%;width:8px;height:8px}.dot.red{background-color:#ff5f56}.dot.yellow{background-color:#ffbd2e}.dot.green{background-color:#27c93f}.node-actions{opacity:0;gap:2px;transition:opacity .2s;display:flex}.custom-node:hover .node-actions{opacity:1}.node-wrapper.simulating .node-actions{display:none!important}.node-action-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;display:flex}.node-action-btn:hover{color:#0f172a;background:#cbd5e1}.node-hero{color:#1e293b;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:80px;padding:15px 10px;display:flex}.hero-icon{margin-bottom:8px;font-size:32px}.node-traffic .node-footer{background-color:#0ea5e9}.node-leadmagnet .node-footer{background-color:#f59e0b}.node-tripwire .node-footer{background-color:#ef4444}.node-upsell .node-footer{background-color:#8b5cf6}.node-flagship .node-footer{background-color:#10b981}.node-checkout .node-footer{background-color:#d946ef}.node-thankyou .node-footer{background-color:#64748b}.node-chatbot .node-footer{background-color:#06b6d4}.node-message .node-footer{background-color:#3b82f6}.node-email .node-footer{background-color:#f43f5e}.node-mailing .node-footer{background-color:#ec4899}.node-telegram .node-footer{background-color:#08c}.node-instagram .node-footer{background-color:#e1306c}.node-youtube .node-footer{background-color:red}.node-webinar .node-footer{background-color:#84cc16}.node-autowebinar .node-footer{background-color:#65a30d}.node-inputs{flex-direction:column;gap:4px;width:100%;display:flex}.input-label{color:#64748b;justify-content:space-between;align-items:center;width:100%;font-size:10px;font-weight:500;display:flex}.node-inputs input{text-align:right;color:#1e293b;background:#f8fafc;border:1px solid #cbd5e1;border-radius:4px;outline:none;width:50px;padding:4px 6px;font-size:11px}.node-inputs input:focus{background:#fff;border-color:#3b82f6}.node-footer{color:#fff;text-align:center;background-color:#475569;padding:6px}.node-title-input{color:#fff;text-align:center;letter-spacing:.5px;text-transform:uppercase;background:0 0;border:none;outline:none;width:100%;font-size:10px;font-weight:700}.node-title-input:focus{background:#ffffff1a}.node-handle{opacity:0;background-color:#94a3b8;border:2px solid #fff;width:16px;height:16px;transition:background-color .2s,opacity .2s ease-in-out}.node-wrapper:hover .node-handle{opacity:1}.node-handle:hover{background-color:#3b82f6;transform:scale(1.2)}.handle-top{top:10px!important;transform:translate(-50%,-50%)!important}.handle-bottom{bottom:10px!important;transform:translate(-50%,50%)!important}.handle-right{right:10px!important;transform:translate(50%,-50%)!important}.handle-left{left:10px!important;transform:translate(-50%,-50%)!important}.node-wrapper.simulating .node-inputs{display:none}.node-wrapper.simulating .node-handle{opacity:0;pointer-events:none}.edge-label-container{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:4px 8px;box-shadow:0 2px 4px #0000000d}.edge-content{flex-direction:column;align-items:center;gap:4px;display:flex;position:relative}.edge-delete-btn{color:#fff;cursor:pointer;opacity:0;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;transition:opacity .2s;display:flex;position:absolute;top:50%;right:-24px;transform:translateY(-50%)}.edge-label-container:hover .edge-delete-btn{opacity:1}.edge-name-input{color:#64748b;text-align:center;background:0 0;border:none;outline:none;width:60px;font-size:10px}.edge-name-input:focus{border-bottom:1px solid #cbd5e1}.edge-conv-wrapper{align-items:center;display:flex}.edge-input{text-align:center;color:#3b82f6;background:0 0;border:none;outline:none;width:35px;margin-right:2px;padding:0;font-size:13px;font-weight:700}.edge-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.edge-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.edge-percent{color:#3b82f6;font-size:13px;font-weight:700}@keyframes flow{0%{stroke-dashoffset:20px}to{stroke-dashoffset:0}}.right-sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#fffffffa;border-left:1px solid #e2e8f0;flex-direction:column;width:350px;height:100%;animation:.3s forwards slideInRight;display:flex;position:absolute;top:0;right:0;box-shadow:-5px 0 25px #0000001a}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.right-sidebar-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px;display:flex}.right-sidebar-header h2{color:#1e293b;margin:0;font-size:1.2rem;font-weight:700}.btn-stop-simulation{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:8px 12px;font-weight:600;transition:background .2s}.btn-stop-simulation:hover{background:#dc2828}.right-sidebar-content{flex:1;padding:20px;overflow-y:auto}.dash-section{margin-bottom:25px}.dash-section h3{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:.9rem}.dash-grid-large{grid-template-columns:1fr 1fr;gap:12px;display:grid}.dash-card-lg{text-align:center;border:1px solid #e2e8f0;border-radius:8px;padding:15px}.dash-card-lg.profit{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.dash-card-lg.profit .dash-value{color:#059669}.dash-card-lg.loss{color:#dc2626;background:#fef2f2;border-color:#fecaca}.dash-card-lg.loss .dash-value{color:#dc2626}.dash-card-lg .dash-label{color:inherit;opacity:.8;margin-bottom:6px;font-size:.75rem;font-weight:600}.dash-card-lg .dash-value{font-size:1.2rem;font-weight:700}.dash-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.dash-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;padding:10px}.dash-card .dash-label{color:#64748b;margin-bottom:4px;font-size:.75rem}.dash-card .dash-value{color:#334155;font-size:1rem;font-weight:600}.visual-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:15px;padding:15px}.visual-title{color:#475569;text-align:center;margin-bottom:15px;font-size:.8rem;font-weight:600}.visual-funnel{flex-direction:column;align-items:center;gap:8px;display:flex}.v-funnel-container{width:100%}.v-funnel-label{color:#334155;justify-content:center;align-items:center;gap:8px;margin-bottom:4px;font-size:.85rem;display:flex}.v-funnel-label span{opacity:.9}.v-funnel-label strong{font-weight:700}.v-funnel-bar{border-radius:12px;height:24px;margin:0 auto;transition:width .3s}.v-traffic{background:#3b82f6}.v-leads{background:#8b5cf6}.v-sales{background:#10b981}.compare-row{margin-bottom:12px}.compare-row:last-child{margin-bottom:0}.compare-label{color:#334155;justify-content:space-between;margin-bottom:4px;font-size:.75rem;font-weight:600;display:flex}.compare-bar-bg{background:#f1f5f9;border-radius:4px;width:100%;height:8px;overflow:hidden}.compare-bar{border-radius:4px;height:100%;transition:width .3s}.fill-cac{background:#ef4444}.fill-aov{background:#10b981}.fill-budget{background:#f59e0b}.fill-revenue{background:#10b981}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:#3367d9;border:1px solid #fff;border-radius:1px;width:4px;height:4px;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{top:50%;left:0}.react-flow__resize-control.handle.right{top:50%;left:100%}.react-flow__resize-control.handle.top{top:0;left:50%}.react-flow__resize-control.handle.bottom{top:100%;left:50%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border:0 solid #3367d9}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;height:100%;top:0;transform:translate(-50%)}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{width:100%;height:1px;left:0;transform:translateY(-50%)}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.zone-node{border-style:dashed;border-width:2px;border-radius:16px;width:100%;height:100%;transition:background-color .2s;position:relative}.zone-node.selected{border-style:solid}.zone-title-wrapper{white-space:nowrap;background:#fff;border-radius:8px;align-items:center;width:max-content;padding:4px 12px;display:flex;position:absolute;box-shadow:0 2px 8px #0000000d}.zone-title-topLeft{top:-34px;left:10px}.zone-title-topCenter{top:-34px;left:50%;transform:translate(-50%)}.zone-title-topRight{top:-34px;right:10px}.zone-title-bottomLeft{bottom:-34px;left:10px}.zone-title-bottomCenter{bottom:-34px;left:50%;transform:translate(-50%)}.zone-title-bottomRight{bottom:-34px;right:10px}.zone-settings-wrapper{align-items:center;display:flex;position:absolute;top:10px;right:10px}.zone-title-input{text-transform:uppercase;background:0 0;border:none;outline:none;min-width:150px;font-family:Inter,sans-serif;font-size:18px;font-weight:700}.zone-settings-btn{cursor:pointer;opacity:0;background:#fff;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:opacity .2s;display:flex;box-shadow:0 2px 4px #0000001a}.zone-node:hover .zone-settings-btn{opacity:1}.zone-settings-popup{z-index:1000;background:#fff;border-radius:8px;width:220px;padding:12px;font-family:Inter,sans-serif;position:absolute;top:10px;left:calc(100% + 10px);box-shadow:0 10px 25px -5px #0000001a,0 0 0 1px #0000000d}.setting-row{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.setting-row:last-child{margin-bottom:0}.setting-row label{color:#64748b;font-size:12px;font-weight:600}.color-palette{flex-wrap:wrap;gap:6px;display:flex}.color-swatch{cursor:pointer;border:2px solid #0000;border-radius:4px;width:24px;height:24px}.color-swatch.active{border-color:#000;transform:scale(1.1)}.app-container{background-color:#f8fafc;width:100vw;height:100vh;display:flex;overflow:hidden}.sidebar{color:#fff;background-color:#1e293b;flex-direction:column;width:280px;padding:20px;transition:width .3s;display:flex;position:relative;overflow-y:auto;box-shadow:2px 0 10px #0000001a}.sidebar.collapsed{width:40px;padding:10px}.sidebar-toggle-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:14px;position:absolute;top:15px;right:10px}.sidebar-toggle-btn:hover{color:#fff}.sidebar-content{flex-direction:column;margin-top:10px;display:flex}.canvas-container{flex:1;height:100%;position:relative}#root{width:100vw;height:100vh}.dnd-node{cursor:grab;text-align:center;background:#fff;border:1px solid #94a3b8;border-radius:6px;flex-direction:column;font-size:11px;font-weight:600;transition:transform .1s;display:flex;overflow:hidden;box-shadow:0 2px 4px #0000000d}.dnd-node:active{cursor:grabbing;transform:scale(.95)}.dnd-icon{padding:10px;font-size:20px}.dnd-wireframe{justify-content:center;align-items:center;display:flex}.dnd-label{color:#fff;text-transform:uppercase;padding:4px;font-size:9px}.floating-play-btn{z-index:100;color:#fff;cursor:pointer;background-color:#10b981;border:none;border-radius:50px;padding:12px 24px;font-size:1rem;font-weight:700;transition:all .3s;position:absolute;bottom:30px;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #10b98166}.floating-play-btn:hover{background-color:#059669;transform:translate(-50%)translateY(-2px);box-shadow:0 6px 20px #10b98199}.sidebar-title{margin-bottom:5px;font-size:1.4rem;font-weight:700}.sidebar-description{color:#94a3b8;margin-bottom:20px;font-size:.85rem}.actions-panel{flex-direction:column;gap:10px;display:flex}.btn-action{cursor:pointer;color:#fff;background:#3b82f6;border:none;border-radius:8px;padding:12px;font-weight:600;transition:all .2s}.btn-action:hover{background:#2563eb}.btn-action.active{background:#10b981}.btn-action.btn-secondary{color:#e2e8f0;background:#334155}.btn-action.btn-secondary:hover{background:#475569}.nodes-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}
