.react-flow{direction:ltr;--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:rgba(255,255,255,0.5);--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:rgba(240,240,240,0.6);--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:transparent;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;background-color:var(--xy-background-color,var(--xy-background-color-default));--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:rgba(240,240,240,0.25);--xy-node-boxshadow-hover-default:0 1px 4px 1px rgba(0,0,0,0.08);--xy-node-boxshadow-selected-default:0 0 0 0.5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:rgba(0,89,220,0.08);--xy-selection-border-default:1px dotted rgba(0,89,220,0.8);--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px rgba(0,0,0,0.08);--xy-edge-label-background-color-default:#ffffff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:rgba(150,150,150,0.25);--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:rgba(60,60,60,0.6);--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:rgba(240,240,240,0.25);--xy-node-boxshadow-hover-default:0 1px 4px 1px rgba(255,255,255,0.08);--xy-node-boxshadow-selected-default:0 0 0 0.5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:rgba(200,200,220,0.08);--xy-selection-border-default:1px dotted rgba(200,200,220,0.8);--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px rgba(0,0,0,0.08);--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.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__edge-path{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.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.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path,.react-flow__edge.selected .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.bottom.center,.react-flow__panel.top.center{left:50%;transform:translateX(-15px) translateX(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{pointer-events:none}.react-flow__edgelabel-renderer,.react-flow__viewport-portal{position:absolute;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__minimap{background:var(
    --xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default))
  )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(
      --xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default))
    );stroke:var(
      --xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default))
    );stroke-width:var(
      --xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default))
    )}.react-flow__minimap-node{fill:var(
      --xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default))
    );stroke:var(
      --xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default))
    );stroke-width:var(
      --xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default))
    )}.react-flow__background-pattern.dots{fill:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default))
    )}.react-flow__background-pattern.lines{stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default))
    )}.react-flow__background-pattern.cross{stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default))
    )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border-bottom:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      );color:var(
      --xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default))
    );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.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-group,.react-flow__node-input,.react-flow__node-output{padding:10px;border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color,var(--xy-node-color-default));text-align:center;border:var(--xy-node-border,var(--xy-node-border-default));background-color:var(--xy-node-background-color,var(--xy-node-background-color-default))}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.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{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.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-button:hover{background:var(
        --xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default))
      );color:var(
        --xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default))
      )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}.valuation-flow_infographContainer__c0jI4{width:100%;max-width:1200px;margin:3rem auto;padding:2rem;background:var(--theme-bg-secondary);border-radius:24px;border:1px solid var(--theme-border-light)}.valuation-flow_reactFlowWrapper__7YGox{width:100%;height:700px;border-radius:16px;overflow:hidden;background:var(--theme-bg-tertiary);border:1px solid var(--theme-border-light)}.valuation-flow_flowControls__NLU6H{background:var(--theme-bg-secondary)!important;border:1px solid var(--theme-border-light)!important;border-radius:8px!important;box-shadow:0 4px 12px rgba(0,0,0,.1)!important}.valuation-flow_flowControls__NLU6H button{background:var(--theme-bg-secondary)!important;border-color:var(--theme-border-light)!important;color:var(--theme-text-secondary)!important}.valuation-flow_flowControls__NLU6H button:hover{background:var(--theme-bg-tertiary)!important;color:var(--theme-text-primary)!important}.valuation-flow_flowMinimap__wXUr1{background:var(--theme-bg-secondary)!important;border:1px solid var(--theme-border-light)!important;border-radius:8px!important}.valuation-flow_handle__9mdzf{width:8px!important;height:8px!important;background:var(--theme-border-light)!important;border:2px solid var(--theme-bg-secondary)!important;opacity:0;transition:opacity .2s ease!important}.valuation-flow_humanNode__jbIBR{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.25rem;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(59,130,246,.05));border:2px solid var(--theme-secondary);border-radius:12px;cursor:pointer;min-width:120px;position:relative;transform-style:preserve-3d;transform:perspective(1000px) rotateX(0deg) translateY(0);box-shadow:0 2px 8px rgba(59,130,246,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.valuation-flow_humanNodeHovered__fjL0J,.valuation-flow_humanNode__jbIBR:hover{transform:perspective(1000px) rotateX(5deg) translateY(-8px);box-shadow:0 20px 40px rgba(59,130,246,.25),0 0 0 1px rgba(59,130,246,.2);background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(59,130,246,.1))}.valuation-flow_humanNodeContent__UStG8{display:flex;flex-direction:column;align-items:center;gap:.5rem}.valuation-flow_humanNodeIcon__rvgWL{width:32px;height:32px;color:var(--theme-secondary)}.valuation-flow_humanNodeIcon__rvgWL svg{width:100%;height:100%}.valuation-flow_humanNodeLabel__ffEe_{font-size:.8rem;font-weight:600;color:var(--theme-text-primary);text-align:center;white-space:nowrap}.valuation-flow_humanIndicator__G7_2U{position:absolute;top:-8px;right:-8px;width:20px;height:20px;background:var(--theme-secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;box-shadow:0 2px 8px rgba(59,130,246,.4)}.valuation-flow_aiNode___hFv8{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;min-width:140px;min-height:100px;cursor:pointer;transform-style:preserve-3d;transform:perspective(1000px) rotateX(0deg) translateY(0);filter:drop-shadow(0 2px 8px rgba(16,185,129,.15));transition:all .3s cubic-bezier(.4,0,.2,1)}.valuation-flow_aiNodeHovered__Ub6Kc,.valuation-flow_aiNode___hFv8:hover{transform:perspective(1000px) rotateX(5deg) translateY(-8px) scale(1.02);filter:drop-shadow(0 0 20px rgba(16,185,129,.5))}.valuation-flow_aiNodeHexagon__Giy7n{position:absolute;inset:0;width:100%;height:100%}.valuation-flow_aiNodeContent__epDjy{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.5rem}.valuation-flow_aiNodeIcon__Sq2D1{width:28px;height:28px;color:var(--theme-primary)}.valuation-flow_aiNodeIcon__Sq2D1 svg{width:100%;height:100%}.valuation-flow_aiNodeLabel__tYF0e{font-size:.75rem;font-weight:600;color:var(--theme-text-primary);text-align:center}.valuation-flow_aiNodeSubInfo__uAVsj{font-size:.65rem;color:var(--theme-text-secondary);text-align:center}.valuation-flow_aiIndicator__xDtkQ{position:absolute;top:5px;right:15px;width:20px;height:20px;background:var(--theme-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;box-shadow:0 2px 8px rgba(16,185,129,.4);z-index:2}.valuation-flow_outputNode__dsa7m{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 2rem;background:linear-gradient(135deg,rgba(34,197,94,.15),rgba(34,197,94,.05));border:3px solid var(--theme-success);border-radius:16px;cursor:pointer;position:relative;min-width:180px;transform-style:preserve-3d;transform:perspective(1000px) rotateX(0deg) translateY(0);box-shadow:0 4px 20px rgba(34,197,94,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}.valuation-flow_outputNodeHovered__rmtCa,.valuation-flow_outputNode__dsa7m:hover{transform:perspective(1000px) rotateX(5deg) translateY(-10px);box-shadow:0 25px 50px rgba(34,197,94,.3),0 0 30px rgba(34,197,94,.2)}.valuation-flow_outputNodeContent__awEQS{display:flex;flex-direction:column;align-items:center;gap:.5rem}.valuation-flow_outputNodeIcon__dA7VP{font-size:2rem}.valuation-flow_outputNodeLabel__N1lwt{font-size:.75rem;font-weight:600;color:var(--theme-text-secondary);text-transform:uppercase;letter-spacing:.5px}.valuation-flow_outputNodeValue__sPwdN{font-size:1.5rem;font-weight:800;color:var(--theme-success)}.valuation-flow_outputNodeConfidence__X_umA{font-size:.7rem;color:var(--theme-text-tertiary);background:rgba(34,197,94,.1);padding:.25rem .75rem;border-radius:20px}.valuation-flow_outputGlow__148xk{position:absolute;inset:-10px;border-radius:20px;background:radial-gradient(ellipse at center,rgba(34,197,94,.2) 0,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.valuation-flow_outputNodeHovered__rmtCa .valuation-flow_outputGlow__148xk,.valuation-flow_outputNode__dsa7m:hover .valuation-flow_outputGlow__148xk{opacity:1}.valuation-flow_dimensionPanelNode__oihob{background:var(--theme-bg-secondary);border:2px solid var(--theme-primary);border-radius:16px;padding:1rem;min-width:280px;cursor:pointer;transform-style:preserve-3d;transform:perspective(1000px) rotateX(0deg) translateY(0);box-shadow:0 4px 16px rgba(16,185,129,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.valuation-flow_dimensionPanelNodeHovered__vFJNg,.valuation-flow_dimensionPanelNode__oihob:hover{transform:perspective(1000px) rotateX(3deg) translateY(-6px);box-shadow:0 20px 40px rgba(16,185,129,.2),0 0 0 1px rgba(16,185,129,.1)}.valuation-flow_dimensionPanelHeader__eFfKv{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--theme-border-light)}.valuation-flow_dimensionPanelIcon__6n17M{font-size:1.25rem}.valuation-flow_dimensionPanelTitle___XIlB{font-size:.85rem;font-weight:700;color:var(--theme-text-primary)}.valuation-flow_dimensionGrid__ix14a{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.valuation-flow_dimensionCard__SrUaZ{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border-light);border-radius:8px;padding:.5rem;text-align:center;transition:all .2s ease}.valuation-flow_dimensionCardHovered___tkYa,.valuation-flow_dimensionCard__SrUaZ:hover{border-color:var(--theme-primary);background:rgba(16,185,129,.1)}.valuation-flow_dimensionCardIcon__t32Ly{font-size:1rem;display:block}.valuation-flow_dimensionCardLabel__U1e7m{font-size:.55rem;color:var(--theme-text-secondary);margin-top:.25rem;display:block}.valuation-flow_modelRouterNode__JIdnC{position:relative;min-width:220px;min-height:160px;cursor:pointer;transform-style:preserve-3d;transform:perspective(1000px) rotateX(0deg) translateY(0);filter:drop-shadow(0 4px 12px rgba(139,92,246,.15));transition:all .3s cubic-bezier(.4,0,.2,1)}.valuation-flow_modelRouterNodeHovered__rh29O,.valuation-flow_modelRouterNode__JIdnC:hover{transform:perspective(1000px) rotateX(4deg) translateY(-8px) scale(1.02);filter:drop-shadow(0 0 25px rgba(139,92,246,.4))}.valuation-flow_modelRouterHexagon__5pxoz{position:absolute;inset:0;width:100%;height:100%}.valuation-flow_modelRouterContent__vfD3S{position:relative;z-index:1;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.valuation-flow_modelRouterHeader__o1_1u{display:flex;align-items:center;gap:.5rem}.valuation-flow_modelRouterIcon__xjxWL{font-size:1.25rem}.valuation-flow_modelRouterTitle__mETBW{font-size:.8rem;font-weight:700;color:var(--theme-text-primary)}.valuation-flow_qualityScoreFormula__nEUqO{background:rgba(139,92,246,.1);border-radius:6px;padding:.35rem .6rem;text-align:center}.valuation-flow_formulaLabel__bIzcI{font-size:.6rem;color:var(--theme-accent,#8B5CF6);font-weight:600}.valuation-flow_formulaText__azANU{font-size:.55rem;color:var(--theme-text-secondary);font-family:monospace}.valuation-flow_modelRecommendations__UYtbB{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:center}.valuation-flow_modelCard__1ubb_{background:var(--theme-bg-secondary);border:1px solid var(--theme-border-light);border-radius:6px;padding:.35rem .5rem;display:flex;align-items:center;gap:.25rem;font-size:.6rem}.valuation-flow_modelRank__F_At3{font-size:.7rem}.valuation-flow_modelName__uMrOO{font-weight:600;color:var(--theme-text-primary)}.valuation-flow_modelScore__cZ8bN{color:var(--theme-primary);font-weight:700}.valuation-flow_valuationEngineNode__F9CAp{position:relative;min-width:220px;min-height:160px;cursor:pointer;transform-style:preserve-3d;transform:perspective(1000px) rotateX(0deg) translateY(0);filter:drop-shadow(0 4px 12px rgba(16,185,129,.15));transition:all .3s cubic-bezier(.4,0,.2,1)}.valuation-flow_valuationEngineNodeHovered__S0_cS,.valuation-flow_valuationEngineNode__F9CAp:hover{transform:perspective(1000px) rotateX(4deg) translateY(-8px) scale(1.02);filter:drop-shadow(0 0 25px rgba(16,185,129,.4))}.valuation-flow_valuationEngineHexagon__mMsH2{position:absolute;inset:0;width:100%;height:100%}.valuation-flow_valuationEngineContent__iqd6M{position:relative;z-index:1;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.valuation-flow_valuationEngineHeader__ZecVR{display:flex;align-items:center;gap:.5rem}.valuation-flow_valuationEngineIcon__irQMa{font-size:1.25rem}.valuation-flow_valuationEngineTitle__3gXv_{font-size:.8rem;font-weight:700;color:var(--theme-text-primary)}.valuation-flow_dataSourcesLabel__4J1e3{font-size:.6rem;color:var(--theme-text-secondary);font-weight:600}.valuation-flow_dataSourcesGrid__tS3EU{display:flex;flex-wrap:wrap;gap:.25rem;justify-content:center}.valuation-flow_dataSourceChip__d2zGd{width:24px;height:24px;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;cursor:pointer;transition:all .2s ease}.valuation-flow_dataSourceChip__d2zGd:hover{transform:scale(1.2);border-color:var(--theme-primary)}.valuation-flow_autoUpdateBadge__VTilc{display:flex;align-items:center;gap:.35rem;background:rgba(16,185,129,.1);border-radius:20px;padding:.25rem .6rem;font-size:.55rem;color:var(--theme-primary);font-weight:600}.valuation-flow_updateDot__q6lHd{width:6px;height:6px;background:var(--theme-primary);border-radius:50%;animation:valuation-flow_pulse__SRI6m 2s infinite}@keyframes valuation-flow_pulse__SRI6m{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.valuation-flow_humanDataEdgePath__QI_AH{stroke-linecap:round}.valuation-flow_machineDataEdgeBase__EI8Au,.valuation-flow_machineDataEdgePulse__RIcLB{stroke-linecap:round}.valuation-flow_machineDataEdgeGlow__89TMW{stroke-linecap:round;pointer-events:none}.valuation-flow_machineDataEdgeAnimated__RMigF{stroke-linecap:round;animation:valuation-flow_dashFlow__bBxCe 1.5s linear infinite}@keyframes valuation-flow_dashFlow__bBxCe{0%{stroke-dashoffset:0}to{stroke-dashoffset:-50}}.valuation-flow_pipeFlow__PweQ8{animation:valuation-flow_pipeFlowAnim__SIrJ2 1s linear infinite}@keyframes valuation-flow_pipeFlowAnim__SIrJ2{0%{stroke-dashoffset:0}to{stroke-dashoffset:-20}}.valuation-flow_infographHeader__XN5Ru{text-align:center;margin-bottom:2.5rem}.valuation-flow_infographTitle__choYY{font-size:1.75rem;font-weight:700;color:var(--theme-text-primary);margin:0 0 .5rem}.valuation-flow_infographSubtitle__rV6aN{font-size:1rem;color:var(--theme-text-secondary);margin:0}.valuation-flow_flowDiagram___Swae{display:flex;gap:1rem;padding:1.5rem;background:var(--theme-bg-tertiary);border-radius:16px;position:relative;overflow:hidden}.valuation-flow_trackLabels__ENzr1{display:flex;flex-direction:column;justify-content:space-between;min-width:100px;padding:1rem 0}.valuation-flow_trackLabelBottom__IDYin,.valuation-flow_trackLabelTop__T2hh2{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem .5rem;background:var(--theme-bg-secondary);border-radius:12px;border:1px solid var(--theme-border-light)}.valuation-flow_trackIcon__ukd8B{font-size:1.25rem}.valuation-flow_trackText__AB_xO{font-size:.65rem;font-weight:600;color:var(--theme-text-secondary);text-transform:uppercase;letter-spacing:.5px;text-align:center}.valuation-flow_stagesContainer__hguZ_{display:flex;align-items:center;justify-content:space-between;flex:1;gap:0}.valuation-flow_stageColumn__HnfZg{display:flex;flex-direction:column;align-items:center;gap:0;position:relative;padding:.5rem;border-radius:12px;transition:background-color .3s ease}.valuation-flow_stageColumnHovered__YXfp8{background:rgba(var(--theme-primary-rgb),.05)}.valuation-flow_stageBadge__YQBVK{position:absolute;top:-8px;left:50%;transform:translateX(-50%);width:20px;height:20px;background:var(--theme-primary);color:white;font-size:.7rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2}.valuation-flow_flowNode__UMrYT{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--theme-bg-secondary);border-radius:12px;border:2px solid transparent;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:90px;position:relative}.valuation-flow_flowNode__UMrYT:hover{transform:translateY(-2px)}.valuation-flow_flowNodeSystem__jkp8g{border-color:var(--theme-primary);background:linear-gradient(135deg,rgba(var(--theme-primary-rgb),.1) 0,rgba(var(--theme-primary-rgb),.05) 100%)}.valuation-flow_flowNodeSystem__jkp8g:hover{border-color:var(--theme-primary);box-shadow:0 4px 20px rgba(var(--theme-primary-rgb),.25);background:linear-gradient(135deg,rgba(var(--theme-primary-rgb),.15) 0,rgba(var(--theme-primary-rgb),.08) 100%)}.valuation-flow_flowNodeUser___PJqm{border-color:var(--theme-secondary);background:linear-gradient(135deg,rgba(var(--theme-secondary-rgb),.1) 0,rgba(var(--theme-secondary-rgb),.05) 100%)}.valuation-flow_flowNodeUser___PJqm:hover{border-color:var(--theme-secondary);box-shadow:0 4px 20px rgba(var(--theme-secondary-rgb),.25);background:linear-gradient(135deg,rgba(var(--theme-secondary-rgb),.15) 0,rgba(var(--theme-secondary-rgb),.08) 100%)}.valuation-flow_nodeIconWrapper__OYeMK{width:36px;height:36px;display:flex;align-items:center;justify-content:center}.valuation-flow_nodeIcon__6T5DP{width:28px;height:28px;color:var(--theme-text-primary)}.valuation-flow_nodeIcon__6T5DP svg{width:100%;height:100%}.valuation-flow_flowNodeSystem__jkp8g .valuation-flow_nodeIcon__6T5DP{color:var(--theme-primary)}.valuation-flow_flowNodeUser___PJqm .valuation-flow_nodeIcon__6T5DP{color:var(--theme-secondary)}.valuation-flow_nodeLabel__RSbAW{font-size:.7rem;font-weight:600;color:var(--theme-text-primary);text-align:center;white-space:nowrap}.valuation-flow_verticalConnection__IueMt{height:50px;width:24px;position:relative;display:flex;align-items:center;justify-content:center}.valuation-flow_verticalArrow__r96lz{width:24px;height:60px}.valuation-flow_dataParticleVertical__BPQWJ{position:absolute;width:6px;height:6px;background:var(--theme-primary);border-radius:50%;box-shadow:0 0 10px var(--theme-primary);left:50%;top:5px;transform:translateX(-50%)}.valuation-flow_dataParticleVertical__BPQWJ.valuation-flow_dataParticleUp__iOlIH{background:var(--theme-secondary);box-shadow:0 0 10px var(--theme-secondary)}.valuation-flow_horizontalFlow__y3oMg{display:flex;align-items:center;justify-content:center;width:60px;position:relative;margin-top:-25px}.valuation-flow_horizontalArrow__AvQCB{width:60px;height:24px}.valuation-flow_dataParticle__fA_3F{position:absolute;width:8px;height:8px;background:var(--theme-primary);border-radius:50%;box-shadow:0 0 12px var(--theme-primary),0 0 24px rgba(var(--theme-primary-rgb),.5);left:0;top:50%;transform:translateY(-50%)}.valuation-flow_outputSection__MwNoR{display:flex;flex-direction:column;align-items:center;margin-top:1.5rem;padding-top:1rem;position:relative}.valuation-flow_outputArrow__RxYZM{opacity:.7;margin-bottom:.5rem;position:relative}.valuation-flow_outputParticle__jcWfd{position:absolute;width:8px;height:8px;background:var(--theme-success);border-radius:50%;box-shadow:0 0 12px var(--theme-success);left:50%;top:0;transform:translateX(-50%)}.valuation-flow_outputCard__vXJKQ{display:flex;align-items:center;gap:1rem;padding:1.25rem 2rem;background:linear-gradient(135deg,rgba(var(--theme-success-rgb),.15) 0,rgba(var(--theme-success-rgb),.05) 100%);border:2px solid var(--theme-success);border-radius:16px;box-shadow:0 4px 20px rgba(var(--theme-success-rgb),.2)}.valuation-flow_outputIcon__xoIh2{font-size:2rem}.valuation-flow_outputContent__O2J3z{display:flex;flex-direction:column;gap:.25rem}.valuation-flow_outputLabel__ICHe7{font-size:.75rem;font-weight:600;color:var(--theme-text-secondary);text-transform:uppercase;letter-spacing:.5px}.valuation-flow_outputValue___Aj6S{font-size:1.5rem;font-weight:700;color:var(--theme-success)}.valuation-flow_legend__9k_y2{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--theme-border-light)}.valuation-flow_legendItem__Vrejz{display:flex;align-items:center;gap:.5rem}.valuation-flow_legendDot__LwBX8{width:12px;height:12px;border-radius:50%}.valuation-flow_legendText__ULEPM{font-size:.8rem;color:var(--theme-text-secondary)}.valuation-flow_legendHint__pz_Ey{font-size:.75rem;color:var(--theme-text-tertiary);font-style:italic}.valuation-flow_visualizationOverlay__7ESW6{position:fixed;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.valuation-flow_visualizationModal___EGOW{position:relative;width:100%;max-width:800px;max-height:90vh;background:var(--theme-bg-secondary);border-radius:20px;border:1px solid var(--theme-border-light);overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.3)}.valuation-flow_closeButton__q1h9n{position:absolute;top:1rem;right:1rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--theme-bg-tertiary);border:1px solid var(--theme-border-light);border-radius:50%;color:var(--theme-text-secondary);font-size:1.5rem;cursor:pointer;transition:all .2s ease;z-index:10}.valuation-flow_closeButton__q1h9n:hover{background:var(--theme-bg-primary);color:var(--theme-text-primary)}@media (max-width:900px){.valuation-flow_infographContainer__c0jI4{padding:1.5rem;margin:2rem auto}.valuation-flow_flowDiagram___Swae{flex-direction:column;gap:1.5rem}.valuation-flow_trackLabels__ENzr1{flex-direction:row;justify-content:space-around;min-width:auto;width:100%}.valuation-flow_stagesContainer__hguZ_{flex-wrap:wrap;justify-content:center;gap:1rem}.valuation-flow_stageColumn__HnfZg{flex:0 1 calc(50% - 1rem);min-width:120px}.valuation-flow_horizontalFlow__y3oMg{display:none}.valuation-flow_stageBadge__YQBVK{top:auto;bottom:-8px}}@media (max-width:600px){.valuation-flow_infographTitle__choYY{font-size:1.25rem}.valuation-flow_stageColumn__HnfZg{flex:0 1 100%}.valuation-flow_flowNode__UMrYT{min-width:100%;padding:1rem}.valuation-flow_nodeLabel__RSbAW{font-size:.8rem}.valuation-flow_legend__9k_y2{flex-wrap:wrap;gap:1rem}.valuation-flow_visualizationModal___EGOW{max-height:85vh;margin:1rem}}.valuation-flow_visualContainer__7R_8U{padding:2rem;min-height:400px}.valuation-flow_visualTitle__GV0GN{font-size:1.25rem;font-weight:700;color:var(--theme-text-primary);margin:0 0 .5rem;text-align:center}.valuation-flow_visualSubtitle__C4Fac{font-size:.9rem;color:var(--theme-text-secondary);margin:0 0 2rem;text-align:center}.valuation-flow_extractionContainer__Ci6OX{display:flex;align-items:center;justify-content:center;gap:3rem;padding:2rem}.valuation-flow_documentPreview__r0D44{position:relative;width:180px;height:240px;background:var(--theme-bg-tertiary);border:2px solid var(--theme-border-light);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;overflow:hidden}.valuation-flow_documentIcon__jOMY7{font-size:3rem;opacity:.8}.valuation-flow_documentLabel__42Xxd{font-size:.8rem;font-weight:600;color:var(--theme-text-secondary);text-transform:uppercase}.valuation-flow_scanLine__q__Nb{position:absolute;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--theme-primary),var(--theme-primary),transparent);box-shadow:0 0 20px var(--theme-primary)}.valuation-flow_extractionArrow__yBHEK{display:flex;flex-direction:column;align-items:center;gap:.5rem}.valuation-flow_extractionArrowText__aabdS{font-size:.7rem;color:var(--theme-text-tertiary);text-transform:uppercase;letter-spacing:1px}.valuation-flow_extractedData__eJ1AF{background:var(--theme-bg-tertiary);border:2px solid var(--theme-success);border-radius:12px;padding:1.5rem;min-width:220px}.valuation-flow_extractedDataTitle__piO_i{font-size:.85rem;font-weight:700;color:var(--theme-text-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--theme-border-light)}.valuation-flow_extractedDataRow__ieQ15{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;gap:2rem}.valuation-flow_extractedDataLabel__IBdWK{font-size:.8rem;color:var(--theme-text-secondary)}.valuation-flow_extractedDataValue__cv2hp{font-size:.85rem;font-weight:600;color:var(--theme-text-primary);display:flex;align-items:center;gap:.5rem}.valuation-flow_extractedDataCheck__W_J9l{color:var(--theme-success);font-size:.9rem}.valuation-flow_extractedDataPending__iP2GX{color:var(--theme-text-tertiary)}.valuation-flow_parameterDashboard__1yB9F{display:grid;grid-template-columns:1fr 280px;gap:2rem;padding:1.5rem}.valuation-flow_sliderPanel__k9_JX{display:flex;flex-direction:column;gap:1.5rem}.valuation-flow_sliderGroup__PrvCX{background:var(--theme-bg-tertiary);border-radius:12px;padding:1.25rem;border:1px solid var(--theme-border-light)}.valuation-flow_sliderHeader__FVfql{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.valuation-flow_sliderLabel__bOA5U{font-size:.85rem;font-weight:600;color:var(--theme-text-primary)}.valuation-flow_sliderValue__lOteQ{font-size:.9rem;font-weight:700;color:var(--theme-primary);background:rgba(var(--theme-primary-rgb),.1);padding:.25rem .75rem;border-radius:20px}.valuation-flow_slider__u7S9P{width:100%;height:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--theme-bg-secondary);border-radius:4px;outline:none;cursor:pointer}.valuation-flow_slider__u7S9P::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:var(--theme-primary);border-radius:50%;cursor:grab;box-shadow:0 2px 8px rgba(var(--theme-primary-rgb),.4);-webkit-transition:transform .2s ease;transition:transform .2s ease}.valuation-flow_slider__u7S9P::-webkit-slider-thumb:hover{transform:scale(1.1)}.valuation-flow_slider__u7S9P::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.15)}.valuation-flow_slider__u7S9P::-moz-range-thumb{width:20px;height:20px;background:var(--theme-primary);border-radius:50%;cursor:grab;border:none;box-shadow:0 2px 8px rgba(var(--theme-primary-rgb),.4)}.valuation-flow_sliderRange__BbQxF{display:flex;justify-content:space-between;margin-top:.5rem}.valuation-flow_sliderRangeValue__K2PcR{font-size:.7rem;color:var(--theme-text-tertiary)}.valuation-flow_impactPanel__zXkeW{background:linear-gradient(135deg,rgba(var(--theme-primary-rgb),.1) 0,rgba(var(--theme-secondary-rgb),.05) 100%);border:2px solid var(--theme-primary);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;justify-content:center}.valuation-flow_impactTitle__mWdqT{font-size:.75rem;font-weight:600;color:var(--theme-text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;text-align:center}.valuation-flow_impactValue__GSLaD{font-size:2.5rem;font-weight:800;color:var(--theme-primary);text-align:center;margin-bottom:.5rem}.valuation-flow_impactChange__zWGxB{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:600}.valuation-flow_impactChangePositive__RhPbE{color:var(--theme-success)}.valuation-flow_impactChangeNegative__Hf_F1{color:var(--theme-error)}.valuation-flow_impactRangeLabel__FPUtF{font-size:.75rem;color:var(--theme-text-tertiary);text-align:center;margin-top:1rem}.valuation-flow_impactRange__5yVsa{font-size:.9rem;font-weight:600;color:var(--theme-text-secondary);text-align:center;margin-top:.25rem}.valuation-flow_dataFusionContainer__FDXjJ{padding:1.5rem}.valuation-flow_dataSourcesGrid__tS3EU{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:2rem}.valuation-flow_dataSourceCard__WGxNV{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border-light);border-radius:12px;padding:1rem;text-align:center;transition:all .3s ease}.valuation-flow_dataSourceCard__WGxNV:hover{border-color:var(--theme-primary);transform:translateY(-2px)}.valuation-flow_dataSourceIcon__Vbeex{font-size:1.5rem;margin-bottom:.5rem}.valuation-flow_dataSourceName__Knqwm{font-size:.75rem;font-weight:600;color:var(--theme-text-primary);margin-bottom:.25rem}.valuation-flow_dataSourceStatus__SS7sr{font-size:.65rem;color:var(--theme-success);display:flex;align-items:center;justify-content:center;gap:.25rem}.valuation-flow_fusionArrow__5sTk3{display:flex;justify-content:center;margin-bottom:1.5rem;opacity:.5}.valuation-flow_fusedResultCard__GNr5A{background:linear-gradient(135deg,rgba(var(--theme-success-rgb),.15) 0,rgba(var(--theme-success-rgb),.05) 100%);border:2px solid var(--theme-success);border-radius:16px;padding:1.5rem;text-align:center}.valuation-flow_fusedResultTitle__K20Zm{font-size:.85rem;font-weight:700;color:var(--theme-text-primary);margin-bottom:1rem}.valuation-flow_fusedMetrics__eTKvh{display:flex;justify-content:space-around;flex-wrap:wrap;gap:1rem}.valuation-flow_fusedMetric__K51M1{text-align:center}.valuation-flow_fusedMetricValue__tjajb{font-size:1.25rem;font-weight:700;color:var(--theme-success)}.valuation-flow_fusedMetricLabel__zEmWG{font-size:.7rem;color:var(--theme-text-secondary);margin-top:.25rem}.valuation-flow_valuationEngineContainer__uhvc8{padding:1.5rem}.valuation-flow_methodsGrid__TNWJ5{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.valuation-flow_methodCard___MGwo{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border-light);border-radius:12px;padding:1.25rem;text-align:center;transition:all .3s ease}.valuation-flow_methodCard___MGwo:hover{border-color:var(--theme-primary)}.valuation-flow_methodIcon__xhOln{font-size:2rem;margin-bottom:.75rem}.valuation-flow_methodName__uDOsS{font-size:.85rem;font-weight:700;color:var(--theme-text-primary);margin-bottom:.5rem}.valuation-flow_methodFormula__F_58p{font-size:.7rem;font-family:Courier New,monospace;color:var(--theme-primary);background:rgba(var(--theme-primary-rgb),.1);padding:.35rem .5rem;border-radius:6px;margin-bottom:.75rem}.valuation-flow_methodWeight__2Meak{font-size:.7rem;color:var(--theme-text-tertiary)}.valuation-flow_weightValue__pcDKJ{font-weight:700;color:var(--theme-secondary)}.valuation-flow_engineResultCard___xHAG{background:linear-gradient(135deg,rgba(var(--theme-primary-rgb),.15) 0,rgba(var(--theme-secondary-rgb),.1) 100%);border:2px solid var(--theme-primary);border-radius:16px;padding:1.5rem}.valuation-flow_engineResultTitle__1tuMf{font-size:.75rem;font-weight:600;color:var(--theme-text-secondary);text-transform:uppercase;text-align:center;margin-bottom:1rem}.valuation-flow_engineResultValue__RWTbh{font-size:2rem;font-weight:800;color:var(--theme-primary);text-align:center}.valuation-flow_engineResultRange__9GIPW{font-size:.9rem;color:var(--theme-text-secondary);text-align:center;margin-top:.5rem}.valuation-flow_confidenceBar__Zk1uD{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--theme-border-light)}.valuation-flow_confidenceLabel__PTAiW{font-size:.7rem;color:var(--theme-text-tertiary);margin-bottom:.5rem;display:flex;justify-content:space-between}.valuation-flow_confidenceTrack__uzFs6{height:8px;background:var(--theme-bg-secondary);border-radius:4px;overflow:hidden}.valuation-flow_confidenceFill__0_haP{height:100%;background:linear-gradient(90deg,var(--theme-primary),var(--theme-success));border-radius:4px;transition:width .5s ease}.valuation-flow_reportGenerationContainer__6BFNM{padding:1.5rem}.valuation-flow_reportPreview__588WE{display:grid;grid-template-columns:200px 1fr;gap:1.5rem}.valuation-flow_reportToc__4mfnE{background:var(--theme-bg-tertiary);border-radius:12px;padding:1rem;border:1px solid var(--theme-border-light)}.valuation-flow_reportTocTitle__xxBuW{font-size:.75rem;font-weight:700;color:var(--theme-text-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--theme-border-light)}.valuation-flow_reportTocItem__Tak22{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.75rem;color:var(--theme-text-secondary);cursor:pointer;transition:color .2s ease}.valuation-flow_reportTocItem__Tak22:hover{color:var(--theme-primary)}.valuation-flow_reportTocItemActive__Eh_fY{color:var(--theme-primary);font-weight:600}.valuation-flow_reportTocIcon__cEuj3{font-size:.9rem}.valuation-flow_reportContent__4Jl6I{background:var(--theme-bg-tertiary);border-radius:12px;padding:1.5rem;border:1px solid var(--theme-border-light)}.valuation-flow_reportSection__BMa_T{margin-bottom:1.5rem}.valuation-flow_reportSectionTitle__Kq47p{font-size:1rem;font-weight:700;color:var(--theme-text-primary);margin-bottom:.75rem}.valuation-flow_reportSectionContent__qxq9Z{font-size:.85rem;color:var(--theme-text-secondary);line-height:1.6}.valuation-flow_reportChart__2Zt4H{height:120px;background:linear-gradient(135deg,rgba(var(--theme-primary-rgb),.1) 0,rgba(var(--theme-secondary-rgb),.05) 100%);border-radius:8px;display:flex;align-items:flex-end;justify-content:space-around;padding:1rem;margin-top:1rem}.valuation-flow_reportChartBar__OpZqs{width:30px;background:var(--theme-primary);border-radius:4px 4px 0 0;transition:height .5s ease}.valuation-flow_reportExportOptions__05KCA{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--theme-border-light)}.valuation-flow_exportButton__5XPlK{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-light);border-radius:8px;font-size:.75rem;font-weight:600;color:var(--theme-text-secondary);cursor:pointer;transition:all .2s ease}.valuation-flow_exportButton__5XPlK:hover{border-color:var(--theme-primary);color:var(--theme-primary)}.valuation-flow_exportIcon__qPbOK{font-size:1rem}@media (max-width:768px){.valuation-flow_parameterDashboard__1yB9F{grid-template-columns:1fr}.valuation-flow_extractionContainer__Ci6OX{flex-direction:column;gap:2rem}.valuation-flow_extractionArrow__yBHEK{transform:rotate(90deg)}.valuation-flow_methodsGrid__TNWJ5,.valuation-flow_reportPreview__588WE{grid-template-columns:1fr}.valuation-flow_dataSourcesGrid__tS3EU{grid-template-columns:repeat(2,1fr)}}.cityscape_container__nD6dz{width:100%;padding:2.5rem;background:var(--theme-bg-card);border-radius:16px;overflow:visible;perspective:1000px;box-shadow:var(--theme-shadow-sm);border:1px solid var(--theme-border-light);margin:2rem 0;transition:all .2s ease}.cityscape_container__nD6dz:hover{box-shadow:var(--theme-shadow-md);border-color:var(--theme-border-medium)}.cityscape_title__TSKYL{text-align:center;font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--theme-text-primary)}.cityscape_subtitle__n4pnG{text-align:center;font-size:1rem;color:var(--theme-text-secondary);margin-bottom:2rem}.cityscape_canvas__UW7ON{position:relative;width:100%;height:750px;max-width:850px;margin:0 auto;background:var(--theme-bg-secondary);border-radius:12px;border:1px solid var(--theme-border-light);overflow:visible;transform-style:preserve-3d}.cityscape_node__QmBES{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem;background:var(--theme-bg-card);border:2px solid var(--theme-border-medium);border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d;z-index:10;box-shadow:0 4px 6px rgba(0,0,0,.1)}.cityscape_node__QmBES:hover{transform:translateY(-8px) rotateX(8deg) rotateY(8deg);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04),-5px 5px 10px rgba(0,0,0,.1);border-color:var(--theme-primary);z-index:20}.cityscape_nodeIcon__ttcfY{font-size:1.75rem;margin-bottom:.375rem;transform:translateZ(20px)}.cityscape_nodeLabel__ewVup{font-size:.75rem;font-weight:600;color:var(--theme-text-primary);text-align:center;transform:translateZ(10px);line-height:1.2}.cityscape_nodeUser__fGtkF{border-color:#10B981;background:linear-gradient(135deg,rgba(16,185,129,.1),rgba(16,185,129,.05))}.cityscape_nodeUser__fGtkF:hover{border-color:#059669;box-shadow:0 20px 25px -5px rgba(16,185,129,.15),0 10px 10px -5px rgba(16,185,129,.1)}.cityscape_nodeMachine__9fB4x{clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);border:none;background:#8B5CF6;color:white;display:flex;align-items:center;justify-content:center}.cityscape_nodeMachine__9fB4x:before{content:"";position:absolute;inset:2px;background:var(--theme-bg-card);clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);z-index:-1}.cityscape_nodeMachine__9fB4x .cityscape_nodeLabel__ewVup{color:var(--theme-text-primary)}.cityscape_nodeDimension__11kCN{border-radius:4px;border-top:4px solid var(--theme-primary);border-bottom:4px solid var(--theme-primary);background:linear-gradient(135deg,rgba(59,130,246,.08),rgba(59,130,246,.03))}.cityscape_nodeDimension__11kCN:hover{border-top-color:#2563EB;border-bottom-color:#2563EB}.cityscape_nodeProcess__T8eEi{border-color:var(--theme-primary);background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(59,130,246,.05));border-radius:10px}.cityscape_nodeProcess__T8eEi:hover{border-color:#2563EB}.cityscape_nodeData__Yvvn1{background:linear-gradient(135deg,rgba(245,158,11,.12),rgba(245,158,11,.05));border-radius:8px;border:2px dashed #f59e0b}.cityscape_nodeData__Yvvn1:hover{border-color:#D97706;box-shadow:0 20px 25px -5px rgba(245,158,11,.15),0 10px 10px -5px rgba(245,158,11,.1)}.cityscape_linkSvg__d2E5H{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.cityscape_linkPath__VvOrX{fill:none;stroke-linecap:round;stroke-linejoin:round;transition:all .3s ease}.cityscape_linkPathFlow__3bd_Q{stroke:var(--theme-primary,#3B82F6);stroke-width:3;stroke-dasharray:12 4;animation:cityscape_flowAnimation__bmBB2 1.5s linear infinite}.cityscape_linkPathSolid__zhZR4{stroke:var(--theme-border-medium,#9CA3AF);stroke-width:2;opacity:.7}.cityscape_linkPathManual__y2Va_{stroke:#10B981;stroke-width:2.5;stroke-dasharray:8 4}.cityscape_linkPathExternal__e81_L{stroke:#F59E0B;stroke-width:2.5;stroke-dasharray:4 4}.cityscape_linkPathActive__w1Xpu{filter:drop-shadow(0 0 6px currentColor);stroke-width:4}.cityscape_linkPathActive__w1Xpu.cityscape_linkPathFlow__3bd_Q{stroke:var(--theme-primary,#3B82F6)}.cityscape_linkPathActive__w1Xpu.cityscape_linkPathSolid__zhZR4{stroke:var(--theme-primary,#3B82F6);opacity:1}.cityscape_linkPathActive__w1Xpu.cityscape_linkPathManual__y2Va_{stroke:#059669}.cityscape_linkPathActive__w1Xpu.cityscape_linkPathExternal__e81_L{stroke:#D97706}@keyframes cityscape_flowAnimation__bmBB2{0%{stroke-dashoffset:16}to{stroke-dashoffset:0}}.cityscape_node__QmBES:after{content:"";position:absolute;top:100%;left:0;width:100%;height:8px;background:rgba(0,0,0,.15);transform-origin:top;transform:rotateX(-90deg);transition:all .3s ease;border-radius:0 0 4px 4px}.cityscape_node__QmBES:hover:after{height:16px}.cityscape_tooltip__eVPry{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translateX(-50%);width:240px;padding:1rem;background:var(--theme-bg-card);border-radius:12px;border:1px solid var(--theme-border-medium);box-shadow:0 10px 25px -5px rgba(0,0,0,.15),0 8px 10px -6px rgba(0,0,0,.1);z-index:100;pointer-events:none}.cityscape_tooltip__eVPry:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:8px solid transparent;border-top:8px solid var(--theme-bg-card)}.cityscape_tooltipTitle__eKu25{font-size:.95rem;font-weight:700;color:var(--theme-text-primary);margin-bottom:.375rem}.cityscape_tooltipDesc__1t29D{font-size:.8rem;color:var(--theme-text-secondary);line-height:1.4;margin-bottom:.75rem}.cityscape_tooltipFeatures__JFK6H{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.cityscape_tooltipFeatures__JFK6H li{font-size:.75rem;color:var(--theme-success);font-weight:500;display:flex;align-items:center;gap:.25rem}@media (max-width:768px){.cityscape_container__nD6dz{padding:1.5rem}.cityscape_canvas__UW7ON{height:850px}.cityscape_title__TSKYL{font-size:1.25rem}.cityscape_subtitle__n4pnG{font-size:.875rem}.cityscape_nodeIcon__ttcfY{font-size:1.5rem}.cityscape_nodeLabel__ewVup{font-size:.65rem}.cityscape_tooltip__eVPry{width:200px;padding:.75rem}.cityscape_tooltipTitle__eKu25{font-size:.85rem}.cityscape_tooltipDesc__1t29D{font-size:.75rem}.cityscape_tooltipFeatures__JFK6H li{font-size:.7rem}.cityscape_linkPathExternal__e81_L,.cityscape_linkPathFlow__3bd_Q,.cityscape_linkPathManual__y2Va_,.cityscape_linkPathSolid__zhZR4{stroke-width:2}}@media (max-width:480px){.cityscape_canvas__UW7ON{height:900px}.cityscape_nodeIcon__ttcfY{font-size:1.25rem}.cityscape_nodeLabel__ewVup{font-size:.6rem}}.layer2-modules_moduleContent__UoII6{display:flex;flex-direction:column;gap:1.5rem}.layer2-modules_moduleDescription__4qbPU{font-size:.9375rem;color:var(--theme-text-secondary);line-height:1.7;margin:0}.layer2-modules_dataSourcesGrid__nTRQs{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem}.layer2-modules_dataSourceCard__xJjjh{background:var(--theme-bg-secondary);border:1px solid var(--theme-border-light);border-radius:10px;padding:.875rem;cursor:pointer;transition:all .2s ease}.layer2-modules_dataSourceCard__xJjjh:hover{border-color:var(--source-color,var(--theme-primary-light));background:var(--theme-bg-card)}.layer2-modules_dataSourceCardExpanded__ggU1W{border-color:var(--source-color,var(--theme-primary));background:var(--theme-bg-card);box-shadow:0 2px 8px rgba(0,0,0,.06)}.layer2-modules_dataSourceHeader__l5Ok9{display:flex;align-items:center;gap:.75rem}.layer2-modules_dataSourceIcon__N5m_X{font-size:1.5rem;flex-shrink:0}.layer2-modules_dataSourceInfo__Z8mGJ{flex:1;min-width:0}.layer2-modules_dataSourceName__zEotd{font-size:.875rem;font-weight:600;color:var(--theme-text-primary);margin:0;line-height:1.3}.layer2-modules_dataSourceCategory__qyTIq{font-size:.75rem;color:var(--theme-text-tertiary)}.layer2-modules_expandChevron__J28hQ{color:var(--theme-text-tertiary);transition:transform .2s ease;flex-shrink:0}.layer2-modules_expandChevronRotated__Ahynu{transform:rotate(180deg)}.layer2-modules_dataSourceDetails__PgzMg{margin-top:.875rem;padding-top:.875rem;border-top:1px solid var(--theme-border-light);animation:layer2-modules_fadeIn__pi8Xb .2s ease}@keyframes layer2-modules_fadeIn__pi8Xb{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.layer2-modules_dataSourceSummary__pjXfN{font-size:.8125rem;color:var(--theme-text-secondary);line-height:1.5;margin:0 0 .75rem}.layer2-modules_dataPointsList__v3arj{background:var(--theme-bg-tertiary);border-radius:8px;padding:.75rem}.layer2-modules_dataPointsTitle__SDkad{font-size:.75rem;font-weight:600;color:var(--theme-text-tertiary);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.layer2-modules_dataPointsItems__tO1r7{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.375rem}.layer2-modules_dataPointItem__lCUwl{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--theme-text-secondary)}.layer2-modules_checkIcon__HteIb{color:var(--theme-secondary);flex-shrink:0}.layer2-modules_trustIndicators__Zq3wd{display:flex;justify-content:center;gap:2rem;padding:1rem;background:var(--theme-bg-tertiary);border-radius:10px}.layer2-modules_trustIndicator__DoxgS{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--theme-text-secondary)}.layer2-modules_trustIndicatorIcon__H_V3L{font-size:1rem}.layer2-modules_trustIndicatorText__EKqYP{font-weight:500}.layer2-modules_featureHighlight__hkD1p{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:linear-gradient(135deg,var(--theme-info-bg) 0,rgba(var(--theme-primary-rgb),.05) 100%);border-radius:12px;border:1px solid rgba(var(--theme-primary-rgb),.15)}.layer2-modules_featureHighlightIcon___c8gi{font-size:2rem;flex-shrink:0}.layer2-modules_featureHighlightContent__R_5cZ{flex:1}.layer2-modules_featureHighlightTitle__3NHWG{font-size:.9375rem;font-weight:600;color:var(--theme-text-primary);margin:0 0 .375rem}.layer2-modules_featureHighlightDescription__cJaDC{font-size:.8125rem;color:var(--theme-text-secondary);line-height:1.5;margin:0}.layer2-modules_methodsGrid__l2za7{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.layer2-modules_methodCard__sXryu{background:var(--theme-bg-secondary);border:1px solid var(--theme-border-light);border-radius:10px;padding:1rem;cursor:pointer;transition:all .2s ease}.layer2-modules_methodCard__sXryu:hover{border-color:var(--method-color,var(--theme-primary-light));background:var(--theme-bg-card)}.layer2-modules_methodCardSelected__m_sw4{border-color:var(--method-color,var(--theme-primary));background:var(--theme-bg-card);box-shadow:0 2px 8px rgba(0,0,0,.06)}.layer2-modules_methodHeader__EzfMx{display:flex;align-items:center;gap:.625rem;margin-bottom:.5rem}.layer2-modules_methodIcon__22jfC{font-size:1.25rem}.layer2-modules_methodName__193_o{font-size:.875rem;font-weight:600;color:var(--theme-text-primary);margin:0}.layer2-modules_methodSummary__iFYFZ{font-size:.75rem;color:var(--theme-text-tertiary);line-height:1.4;margin:0}.layer2-modules_methodDetails__9CmiV{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--theme-border-light);animation:layer2-modules_fadeIn__pi8Xb .2s ease}.layer2-modules_bestForTitle__HY_IX{font-size:.6875rem;font-weight:600;color:var(--theme-text-tertiary);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.layer2-modules_bestForList__wmkxa{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.layer2-modules_bestForItem__5bPLz{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--theme-text-secondary)}.layer2-modules_showMoreButton__uesVl{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;background:var(--theme-bg-tertiary);border:1px solid var(--theme-border-light);border-radius:8px;color:var(--theme-text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.layer2-modules_showMoreButton__uesVl:hover{background:var(--theme-bg-secondary);color:var(--theme-primary);border-color:var(--theme-primary-light)}.layer2-modules_outputFormats__N1Ju0{background:var(--theme-bg-tertiary);border-radius:10px;padding:1rem}.layer2-modules_outputFormatsTitle__rs2y1{font-size:.75rem;font-weight:600;color:var(--theme-text-tertiary);margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.layer2-modules_outputFormatsList__tLIpW{display:flex;flex-wrap:wrap;gap:.5rem}.layer2-modules_outputFormat__MdGiE{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:var(--theme-bg-card);border-radius:6px;font-size:.8125rem;font-weight:500;color:var(--theme-text-secondary)}.layer2-modules_outputFormatIcon__H5E4R{font-size:1rem}.layer2-modules_processFlow__DIMay{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 1rem;background:var(--theme-bg-tertiary);border-radius:12px;flex-wrap:wrap}.layer2-modules_processStep__p_ys_{display:flex;flex-direction:column;align-items:center;gap:.375rem}.layer2-modules_processStepIcon__HesMc{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:var(--theme-bg-card);border-radius:12px;font-size:1.25rem;box-shadow:0 2px 6px rgba(0,0,0,.06)}.layer2-modules_processStepLabel__Gi3_u{font-size:.6875rem;font-weight:500;color:var(--theme-text-tertiary);text-transform:uppercase;letter-spacing:.03em}.layer2-modules_processArrow__O_ny3{color:var(--theme-text-tertiary);font-size:1.25rem;margin:0 .25rem}.layer2-modules_extractionFeaturesGrid__M1wfG{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem}.layer2-modules_extractionFeatureCard__58TFU{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--theme-bg-secondary);border-radius:10px;border:1px solid var(--theme-border-light);border-left:3px solid var(--feature-color,var(--theme-primary))}.layer2-modules_extractionFeatureIcon__g785K{font-size:1.5rem;flex-shrink:0}.layer2-modules_extractionFeatureContent__tZRAc{flex:1}.layer2-modules_extractionFeatureTitle__jHFHl{font-size:.875rem;font-weight:600;color:var(--theme-text-primary);margin:0 0 .25rem}.layer2-modules_extractionFeatureDescription__986_T{font-size:.75rem;color:var(--theme-text-tertiary);line-height:1.4;margin:0}.layer2-modules_supportedFormats__08KT8{background:var(--theme-bg-tertiary);border-radius:10px;padding:1rem}.layer2-modules_supportedFormatsTitle__x4HnN{font-size:.75rem;font-weight:600;color:var(--theme-text-tertiary);margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.layer2-modules_formatsList__hGSeW{display:flex;flex-wrap:wrap;gap:.5rem}.layer2-modules_formatBadge__m7Iz9{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:var(--theme-bg-card);border-radius:6px;font-size:.8125rem;font-weight:500;color:var(--theme-text-secondary)}.layer2-modules_formatIcon__kiIT8{font-size:.875rem}.layer2-modules_accuracyStats__70aMV{display:flex;justify-content:space-around;padding:1.25rem;background:linear-gradient(135deg,var(--theme-info-bg) 0,rgba(var(--theme-secondary-rgb),.05) 100%);border-radius:12px}.layer2-modules_accuracyStat__fRMGv{display:flex;flex-direction:column;align-items:center;gap:.25rem}.layer2-modules_accuracyValue__SsXj6{font-size:1.5rem;font-weight:700;color:var(--theme-primary)}.layer2-modules_accuracyLabel__h_dVH{font-size:.75rem;color:var(--theme-text-tertiary);text-align:center}.layer2-modules_integrationHighlight__it8vb{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--theme-bg-secondary);border:2px solid #13b5ea;border-radius:12px}.layer2-modules_integrationHighlightLogo__TWcE2{flex-shrink:0}.layer2-modules_integrationHighlightContent__kVYtU{flex:1}.layer2-modules_integrationHighlightTitle__Px3_E{font-size:1rem;font-weight:600;color:var(--theme-text-primary);margin:0 0 .375rem}.layer2-modules_integrationHighlightDescription__RMF28{font-size:.8125rem;color:var(--theme-text-secondary);line-height:1.5;margin:0 0 .5rem}.layer2-modules_availableBadge__tHjua{display:inline-flex;padding:.25rem .625rem;background:var(--theme-secondary);color:white;font-size:.6875rem;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.layer2-modules_syncFeatures__Byov_{background:var(--theme-bg-tertiary);border-radius:10px;padding:1rem}.layer2-modules_syncFeaturesTitle__Tfg4F{font-size:.75rem;font-weight:600;color:var(--theme-text-tertiary);margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.layer2-modules_syncFeaturesList__i3tBM{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.layer2-modules_syncFeatureItem__e0lYZ{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--theme-bg-card);border-radius:6px}.layer2-modules_syncFeatureIcon__7Z_r8{font-size:1rem}.layer2-modules_syncFeatureLabel___efqn{font-size:.8125rem;color:var(--theme-text-secondary)}.layer2-modules_otherIntegrations__sf22c{margin-top:.5rem}.layer2-modules_otherIntegrationsTitle__k1bd7{font-size:.75rem;font-weight:600;color:var(--theme-text-tertiary);margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.layer2-modules_integrationsList__4NpDS{display:flex;flex-wrap:wrap;gap:.5rem}.layer2-modules_integrationBadge__TZ9Re{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-light);border-radius:8px}.layer2-modules_integrationBadgeIcon__7N5rx{font-size:1rem}.layer2-modules_integrationBadgeName__TADUR{font-size:.8125rem;font-weight:500;color:var(--theme-text-secondary)}.layer2-modules_comingSoonTag__lTDDg{font-size:.625rem;font-weight:600;color:var(--theme-text-tertiary);background:var(--theme-bg-tertiary);padding:.125rem .375rem;border-radius:3px;text-transform:uppercase;letter-spacing:.03em}.layer2-modules_aiForecasting__WAHzo{background:linear-gradient(135deg,var(--theme-info-bg) 0,rgba(139,92,246,.05) 100%);border-radius:12px;padding:1.25rem;border:1px solid rgba(139,92,246,.15)}.layer2-modules_aiForecastingHeader__ELAYi{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.layer2-modules_aiForecastingIcon__96Jy_{font-size:1.25rem}.layer2-modules_aiForecastingTitle__qjZg3{font-size:.9375rem;font-weight:600;color:var(--theme-text-primary);margin:0}.layer2-modules_aiForecastingDescription__eSzMV{font-size:.8125rem;color:var(--theme-text-secondary);line-height:1.5;margin:0 0 1rem}.layer2-modules_forecastYears__c21Rp{display:flex;align-items:center;justify-content:center;gap:.375rem;flex-wrap:wrap}.layer2-modules_forecastYear__bcbqd{padding:.375rem .75rem;background:var(--theme-bg-card);border-radius:6px;font-size:.75rem;font-weight:600;color:var(--theme-text-secondary)}.layer2-modules_forecastArrow__q52Xk{color:var(--theme-text-tertiary);font-size:.875rem}.layer2-modules_reportPreview__2T3JT{background:var(--theme-bg-secondary);border:1px solid var(--theme-border-light);border-radius:12px;overflow:hidden}.layer2-modules_reportPreviewHeader__va6Gd{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--theme-bg-tertiary);border-bottom:1px solid var(--theme-border-light)}.layer2-modules_reportPreviewTitle__0oC_g{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--theme-text-primary)}.layer2-modules_reportPreviewIcon__cyf2l{font-size:1rem}.layer2-modules_reportPreviewBadge__x7mbv{font-size:.625rem;font-weight:600;padding:.25rem .5rem;background:var(--theme-primary);color:white;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.layer2-modules_reportPreviewContent__Sbe_H{display:flex;gap:1rem;padding:1rem}.layer2-modules_reportSection__K9B5C{flex:1;display:flex;flex-direction:column;gap:.5rem}.layer2-modules_reportSectionBar__7KfTU{height:8px;background:var(--theme-bg-tertiary);border-radius:4px}.layer2-modules_reportChartPlaceholder__76Koa{width:80px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--theme-bg-tertiary);border-radius:8px}.layer2-modules_chartIcon__vgck6{font-size:1.5rem;opacity:.5}.layer2-modules_reportFeatures__BVl6N{background:var(--theme-bg-tertiary);border-radius:10px;padding:1rem}.layer2-modules_reportFeaturesTitle__a7mbw{font-size:.75rem;font-weight:600;color:var(--theme-text-tertiary);margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.layer2-modules_reportFeaturesList__wjgkB{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem}.layer2-modules_reportFeatureItem__ACAn_{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--theme-bg-card);border-radius:6px}.layer2-modules_reportFeatureIcon__fB_Cr{font-size:1rem}.layer2-modules_reportFeatureLabel__24DnL{font-size:.8125rem;color:var(--theme-text-secondary)}.layer2-modules_exportOptions__uufXY{margin-top:.5rem}.layer2-modules_exportOptionsTitle__5MdYs{font-size:.75rem;font-weight:600;color:var(--theme-text-tertiary);margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.layer2-modules_exportOptionsList__V4fYy{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.layer2-modules_exportOptionCard__sfutG{display:flex;align-items:center;gap:.75rem;padding:.875rem;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-light);border-radius:10px;transition:all .2s ease}.layer2-modules_exportOptionCard__sfutG:hover{border-color:var(--theme-primary-light);background:var(--theme-bg-card)}.layer2-modules_exportOptionIcon__OmEmS{font-size:1.5rem}.layer2-modules_exportOptionContent___crNK{display:flex;flex-direction:column;gap:.125rem}.layer2-modules_exportOptionLabel__ybbg0{font-size:.875rem;font-weight:600;color:var(--theme-text-primary)}.layer2-modules_exportOptionDescription__ctYu2{font-size:.6875rem;color:var(--theme-text-tertiary)}.layer2-modules_brandingOptions__weq5D{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,var(--theme-info-bg) 0,rgba(236,72,153,.05) 100%);border-radius:12px;border:1px solid rgba(236,72,153,.15)}.layer2-modules_brandingIcon__kLoBW{font-size:2rem}.layer2-modules_brandingContent__VwtUT{flex:1}.layer2-modules_brandingTitle__a_hC_{font-size:.9375rem;font-weight:600;color:var(--theme-text-primary);margin:0 0 .25rem}.layer2-modules_brandingDescription__mE7MO{font-size:.8125rem;color:var(--theme-text-secondary);line-height:1.5;margin:0}.theme-dark .layer2-modules_dataSourceCard__xJjjh,.theme-dark .layer2-modules_exportOptionCard__sfutG,.theme-dark .layer2-modules_extractionFeatureCard__58TFU,.theme-dark .layer2-modules_integrationBadge__TZ9Re,.theme-dark .layer2-modules_methodCard__sXryu{background:var(--theme-bg-tertiary);border-color:var(--theme-border-medium)}.theme-dark .layer2-modules_dataSourceCardExpanded__ggU1W,.theme-dark .layer2-modules_methodCardSelected__m_sw4{background:var(--theme-bg-card)}.theme-dark .layer2-modules_outputFormats__N1Ju0,.theme-dark .layer2-modules_processFlow__DIMay,.theme-dark .layer2-modules_reportFeatures__BVl6N,.theme-dark .layer2-modules_supportedFormats__08KT8,.theme-dark .layer2-modules_syncFeatures__Byov_,.theme-dark .layer2-modules_trustIndicators__Zq3wd{background:rgba(255,255,255,.03)}@media (max-width:768px){.layer2-modules_dataSourcesGrid__nTRQs,.layer2-modules_methodsGrid__l2za7{grid-template-columns:1fr}.layer2-modules_processFlow__DIMay{padding:1rem}.layer2-modules_processArrow__O_ny3{display:none}.layer2-modules_processStep__p_ys_{flex:1;min-width:60px}.layer2-modules_accuracyStats__70aMV{flex-wrap:wrap;gap:1rem}.layer2-modules_accuracyStat__fRMGv{flex:1;min-width:80px}.layer2-modules_syncFeaturesList__i3tBM{grid-template-columns:1fr}.layer2-modules_forecastYears__c21Rp{gap:.25rem}.layer2-modules_forecastYear__bcbqd{padding:.25rem .5rem;font-size:.6875rem}.layer2-modules_trustIndicators__Zq3wd{flex-direction:column;gap:.75rem;align-items:flex-start}.layer2-modules_reportPreviewContent__Sbe_H{flex-direction:column}.layer2-modules_reportChartPlaceholder__76Koa{width:100%;height:80px}}.compact-cards_layer2RegisterModules__EtZlf{display:flex;flex-direction:column;gap:12px}.compact-cards_layer2ModuleItem__K6k3P{background:var(--theme-bg-primary);border:1px solid var(--theme-border-primary);border-radius:12px;overflow:hidden;transition:all .3s ease}.compact-cards_layer2ModuleItem__K6k3P:hover{border-color:var(--module-color,var(--theme-brand-primary));box-shadow:0 2px 8px rgba(0,0,0,.08)}.compact-cards_layer2ModuleItemExpanded__T3EPj{border-color:var(--module-color,var(--theme-brand-primary));box-shadow:0 4px 16px rgba(0,0,0,.1)}.compact-cards_moduleItemHeader__b5xDm{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.compact-cards_moduleItemHeader__b5xDm:focus{outline:none}.compact-cards_moduleItemHeader__b5xDm:focus-visible{outline:2px solid var(--theme-brand-primary);outline-offset:-2px}.compact-cards_moduleItemHeaderLeft__3twRM{display:flex;align-items:center;gap:12px}.compact-cards_moduleItemIcon__Hx04C{font-size:1.5rem}.compact-cards_moduleItemTitle___Pyni{margin:0;font-size:1rem;font-weight:600;color:var(--theme-text-primary)}.compact-cards_moduleItemHeaderRight__rEM9d{display:flex;align-items:center;gap:8px}.compact-cards_learnMoreHint__WG99R{font-size:.75rem;color:var(--theme-text-tertiary);opacity:0;transition:opacity .2s ease}.compact-cards_moduleItemHeader__b5xDm:hover .compact-cards_learnMoreHint__WG99R{opacity:1}.compact-cards_moduleExpandIcon__IOIXD{display:flex;align-items:center;justify-content:center;color:var(--theme-text-secondary);transition:transform .3s ease}.compact-cards_moduleExpandIconRotated__jiNuF{transform:rotate(180deg)}.compact-cards_moduleItemContent__AH2S2{overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.compact-cards_moduleItemContentInner__DEqUD{padding:0 20px 20px;border-top:1px solid var(--theme-border-primary)}