.sdl-grid{display:grid;grid-template-columns:var(--sdl-cols);align-items:center;min-width:var(--sdl-min-w)}.sdl-grid>*{grid-row:1}.sdl-grid>.sdl-composer-span{grid-column:1 / -1;position:sticky;left:0;background:inherit}.sdl-canvas{min-width:var(--sdl-min-w)}.sdl-grid>.sdl-col{grid-column:var(--sdl-col)}.sdl-grid>.sdl-col-title{grid-column:1;position:sticky;left:0;z-index:2;background:inherit}.sdl-grid>.sdl-col-menu{grid-column:-2;position:sticky;right:0;z-index:2;background:inherit;box-shadow:-1px 0 0 0 var(--sd-edge)}.sdl-grid>.sdl-pin-left{position:sticky;left:calc(var(--sdl-name-w) + var(--sdl-pin));z-index:2;background:inherit}.sdl-grid>.sdl-pin-right{position:sticky;right:var(--sdl-pin);z-index:2;background:inherit}.sdl-grid>.sdl-col-title,.sdl-grid>.sdl-pin-left.sdl-pin-edge{box-shadow:1px 0 0 0 var(--sd-edge)}.sdl-grid>.sdl-pin-right.sdl-pin-edge{box-shadow:-1px 0 0 0 var(--sd-edge)}.sdl-colhead>.sdl-col-title,.sdl-colhead>.sdl-pin-left,.sdl-colhead>.sdl-pin-right,.sdl-colhead>.sdl-col-menu{background:var(--sd-surface);z-index:3}.sdl-band-head-inner{position:sticky;left:0;z-index:1;width:max-content;background:inherit}.sdl-colhead{position:sticky;top:0;z-index:10;background:var(--sd-surface)}.sdl-collapse{display:grid;grid-template-rows:1fr;transition:grid-template-rows .15s ease-out}.sdl-collapse[data-collapsed=true]{grid-template-rows:0fr}.sdl-collapse>.sdl-collapse-inner{min-height:0;overflow:hidden}.sdl-guide{position:relative;align-self:stretch;flex:none;width:24px}.sdl-guide:before{content:"";position:absolute;top:0;bottom:0;left:11px;width:1px;background:var(--sd-edge)}.sdl-guide-elbow:after{content:"";position:absolute;top:50%;left:11px;width:10px;height:1px;background:var(--sd-edge)}.sdl-guide-last:before{bottom:50%}.sdl-drag-ghost{width:auto!important;height:auto!important}.sdl-drop-line{position:fixed;top:var(--sdl-drop-y);left:var(--sdl-drop-x);right:0;z-index:60;height:2px;margin-top:-1px;background:var(--sd-brand);pointer-events:none}.sdl-drop-line:before{content:"";position:absolute;top:50%;left:0;width:0;height:0;transform:translate(-1px,-50%);border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:6px solid var(--sd-brand)}html body .sd-table-row{background-color:var(--sd-surface)}html body .sd-table-row:hover{background-color:var(--sd-surface-hover)}html body .sd-table-cell-menu-anchor{position:fixed;left:var(--sd-x);top:var(--sd-y);width:0;height:0}html body .sd-table-add,html body .sd-table-foot-row{background-color:var(--sd-surface)}html body .sd-table-foot-row .sd-table-pinned{z-index:11}html body .sd-table-pinned{position:sticky;background-color:inherit;z-index:2}html body .sd-table-pin-seam-left:after,html body .sd-table-pin-seam-right:after{content:"";position:absolute;top:0;bottom:0;width:1px;background-color:var(--sd-edge-strong);pointer-events:none}html body .sd-table-pin-seam-left:after{right:0}html body .sd-table-pin-seam-right:after{left:0}html body .sd-table-cell-active{box-shadow:inset 0 0 0 1px var(--sd-brand),inset 0 0 0 4px var(--sd-brand-tint)}html body .sd-table-cell-fill{box-shadow:inset 0 0 0 1px var(--sd-brand)}html body .sd-table-row-active{background-color:color-mix(in srgb,var(--sd-brand) 6%,var(--sd-surface))}html body .sd-table-row-active:hover{background-color:color-mix(in srgb,var(--sd-brand) 6%,var(--sd-surface-hover))}html body .sd-select-gutter .sd-table-row-number{display:block}html body .sd-select-gutter .sd-table-row-checkbox,html body .sd-table-row:hover .sd-select-gutter .sd-table-row-number{display:none}html body .sd-table-row:hover .sd-select-gutter .sd-table-row-checkbox{display:inline-flex}html body .sd-table-row-selected .sd-select-gutter .sd-table-row-number{display:none}html body .sd-table-row-selected .sd-select-gutter .sd-table-row-checkbox{display:inline-flex}html body .sd-table-grid{min-width:var(--sd-table-min-w)}html body .sd-table-measuring{table-layout:auto;min-width:0}html body .sd-table-measuring th,html body .sd-table-measuring td{width:auto;max-width:none;white-space:nowrap;overflow:visible}html body .sd-table-measuring th *,html body .sd-table-measuring td *{max-width:none;overflow:visible;text-overflow:clip;white-space:nowrap}.sd-timeline{--sd-tl-row-h: 36px;--sd-tl-bar-h: 22px;--sd-tl-point: 13px;--sd-tl-label-max: 220px;--sd-tl-left-pref: 220px;--sd-tl-tier-h: 28px}.sd-timeline{--sd-tl-bar-top: calc((var(--sd-tl-row-h) - var(--sd-tl-bar-h)) / 2);--sd-tl-left-w: min(var(--sd-tl-left-pref), 44vw);--sd-tl-header-h: calc(var(--sd-tl-tier-h) * 2)}html body .sd-timeline-canvas{width:calc(var(--sd-tl-left-w) + var(--sd-w))}html body .sd-timeline-left-head{width:var(--sd-tl-left-w);height:var(--sd-tl-header-h)}html body .sd-timeline-left-body{width:var(--sd-tl-left-w);height:var(--sd-h)}html body .sd-timeline-chart{width:var(--sd-w);height:var(--sd-h)}html body .sd-timeline-rail-handle{right:-2px;top:0;width:5px;height:calc(var(--sd-tl-header-h) + var(--sd-h))}html body .sd-timeline-row{top:var(--sd-y);height:var(--sd-tl-row-h)}html body .sd-timeline-line{left:0;width:var(--sd-w)}html body .sd-timeline-today-line{left:calc(var(--sd-x) - 1px)}html body .sd-timeline-header{width:var(--sd-w);height:var(--sd-tl-header-h)}html body .sd-timeline-tier-coarse{padding-left:var(--sd-pad, 8px);left:var(--sd-x);width:var(--sd-w);top:0;height:var(--sd-tl-tier-h);line-height:var(--sd-tl-tier-h)}html body .sd-timeline-tier-fine{left:var(--sd-x);width:var(--sd-w);top:var(--sd-tl-tier-h);height:var(--sd-tl-tier-h);line-height:var(--sd-tl-tier-h)}html body .sd-timeline-today-pill{left:var(--sd-x);top:calc(var(--sd-tl-tier-h) + 6px);height:16px;line-height:16px}html body .sd-timeline-bar-box{left:var(--sd-x);top:var(--sd-tl-bar-top);width:var(--sd-w);height:var(--sd-tl-bar-h)}html body .sd-timeline-bar-fill{background-color:color-mix(in srgb,var(--sd-swatch, transparent) 15%,var(--sd-surface))}html body .sd-timeline-bar-label{left:calc(var(--sd-x) + var(--sd-w) + 8px);top:0;line-height:var(--sd-tl-row-h);max-width:var(--sd-tl-label-max)}html body .sd-timeline-point-box{left:calc(var(--sd-x) - var(--sd-tl-point) / 2);top:0;height:var(--sd-tl-row-h)}html body .sd-timeline-point{width:var(--sd-tl-point);height:var(--sd-tl-point)}html body .sd-timeline-point-label{line-height:var(--sd-tl-row-h);max-width:var(--sd-tl-label-max)}.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, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .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, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 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, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .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, .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, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .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: #555;--xy-background-pattern-lines-color-default: #333;--xy-background-pattern-cross-color-default: #333;--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, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 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, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .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, .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;touch-action:none}.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.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .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.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-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{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.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-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{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-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.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: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.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{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.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-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.top,.react-flow__resize-control.line.bottom{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))}.sd-mindmap{height:100%;width:100%;background:var(--sd-surface-well)}.sd-mindmap .react-flow__attribution{display:none}.sd-mm-node{position:relative;display:flex;align-items:center;gap:6px;box-sizing:border-box;width:100%;height:100%;padding:8px 10px;border:1px solid var(--sd-edge-strong);border-radius:8px;background:var(--sd-surface);box-shadow:0 1px 2px #0000000f}.sd-mm-node--root{border-color:var(--sd-brand);background:var(--sd-brand-tint)}.sd-mm-node--selected{border-color:var(--sd-brand);box-shadow:0 0 0 2px var(--sd-brand-tint)}.sd-mm-node__status{flex:0 0 auto;height:14px;width:14px;padding:0;justify-content:center}.sd-mm-node__name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-size:var(--text-base);color:var(--sd-text);background:none;border:0;padding:0;cursor:pointer}.sd-mm-node__name:disabled{cursor:default;font-weight:600}.sd-mm-node__rename{flex:1 1 auto;min-width:0;font-size:var(--text-base);color:var(--sd-text)}.sd-mm-node__add{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:0;border-radius:4px;background:none;color:var(--sd-text-3);cursor:pointer}.sd-mm-node__add:hover{background:var(--sd-surface-well-2);color:var(--sd-text)}.sd-mm-node__add-icon{width:13px;height:13px}.sd-mindmap .react-flow__handle{opacity:0}.sd-mindmap .react-flow__edge-path{stroke:var(--sd-edge-strong);stroke-width:1.5px}.sd-mindmap-empty{display:flex;align-items:center;justify-content:center;height:100%;font-size:var(--text-base);color:var(--sd-text-3)}.sd-mindmap .react-flow__minimap-node{fill:var(--sd-brand);stroke:none}.sd-mm-node__fold{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:-2px;border:0;border-radius:4px;background:none;color:var(--sd-text-3);cursor:pointer}.sd-mm-node__fold:hover{background:var(--sd-surface-well-2);color:var(--sd-text)}.sd-mm-node__fold-icon{width:13px;height:13px}.sd-mm-node__hidden-count{flex:0 0 auto;font-size:var(--text-sd-note);font-variant-numeric:tabular-nums;color:var(--sd-text-3)}.sd-mm-node__tools{position:absolute;left:50%;bottom:-11px;transform:translate(-50%);display:flex;gap:4px;opacity:0}.sd-mm-node:hover .sd-mm-node__tools,.sd-mm-node--selected .sd-mm-node__tools,.sd-mm-node__tools:focus-within{opacity:1}.sd-mm-node__tool{display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:1px solid var(--sd-edge-strong);border-radius:999px;background:var(--sd-surface);color:var(--sd-text-3);cursor:pointer}.sd-mm-node__tool:hover{color:var(--sd-text);border-color:var(--sd-text-3)}.sd-mm-node__tool--danger:hover{color:var(--sd-danger);border-color:var(--sd-danger)}.sd-mm-node__tool:disabled{cursor:not-allowed;opacity:.4}.sd-mm-node__tool:disabled:hover{color:var(--sd-text-3);border-color:var(--sd-edge-strong)}.sd-mm-node__tool-icon{width:11px;height:11px}.sd-mm-node--idea{border-style:dashed}.sd-mindmap-error{position:absolute;top:8px;left:50%;transform:translate(-50%);z-index:5;max-width:90%;padding:6px 12px;border:1px solid var(--sd-danger);border-radius:var(--sd-radius, 6px);background:var(--sd-surface);font-size:var(--text-base);color:var(--sd-danger)}.sd-mindmap-hint{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;font-size:var(--text-base);color:var(--sd-text-3)}.sd-structure-preview{width:100%;height:auto}.sd-structure-preview .sd-sp-line{stroke:var(--sd-edge-strong);stroke-width:1.5;fill:none}.sd-structure-preview .sd-sp-card{fill:var(--sd-surface-well);stroke:var(--sd-edge)}.sd-structure-preview .sd-sp-bar{fill:var(--sd-edge-strong)}.sd-structure-preview .sd-sp-todo{fill:var(--sd-status-todo)}.sd-structure-preview .sd-sp-progress{fill:var(--sd-status-progress)}.sd-structure-preview .sd-sp-complete{fill:var(--sd-status-complete)}.sd-structure-preview .sd-sp-limb-sky{stroke:var(--sd-brand-sky)}.sd-structure-preview .sd-sp-limb-sun{stroke:var(--sd-brand-sun)}.sd-structure-preview .sd-sp-limb-brand{stroke:var(--sd-brand)}.sd-structure-preview .sd-sp-idea{fill:var(--sd-surface-well);stroke:var(--sd-edge-strong);stroke-dasharray:3 2}.sd-workload{--sd-wl-tier-h: 28px;--sd-wl-left-pref: 260px;--sd-wl-lane-top: 8px;--sd-wl-lane-h: 28px;--sd-wl-chip-h: 22px}.sd-workload{--sd-wl-rail-w: min(var(--sd-wl-left-pref), 44vw);--sd-wl-header-h: calc(var(--sd-wl-tier-h) * 2)}html body .sd-workload-canvas{width:calc(var(--sd-wl-rail-w) + var(--sd-w))}html body .sd-workload-left-head{width:var(--sd-wl-rail-w);height:var(--sd-wl-header-h)}html body .sd-workload-left-col{width:var(--sd-wl-rail-w)}html body .sd-workload-rail-handle{right:-2px;top:0;width:5px;height:calc(var(--sd-wl-header-h) + var(--sd-h))}html body .sd-workload-row{height:var(--sd-h)}html body .sd-workload-strip{width:var(--sd-w)}html body .sd-workload-today-line{left:calc(var(--sd-wl-rail-w) + var(--sd-x) - 1px)}html body .sd-workload-header{width:var(--sd-w);height:var(--sd-wl-header-h)}html body .sd-workload-tier-coarse{padding-left:var(--sd-pad, 8px);left:var(--sd-x);width:var(--sd-w);top:0;height:var(--sd-wl-tier-h);line-height:var(--sd-wl-tier-h)}html body .sd-workload-tier-fine{left:var(--sd-x);width:var(--sd-w);top:var(--sd-wl-tier-h);height:var(--sd-wl-tier-h);line-height:var(--sd-wl-tier-h)}html body .sd-workload-today-pill{left:var(--sd-x);top:calc(var(--sd-wl-tier-h) + 6px);height:16px;line-height:16px}html body .sd-workload-chip{left:var(--sd-x);top:calc(var(--sd-wl-lane-top) + var(--sd-lane, 0) * var(--sd-wl-lane-h) + (var(--sd-wl-lane-h) - var(--sd-wl-chip-h)) / 2);width:var(--sd-w);height:var(--sd-wl-chip-h)}html body .sd-workload-chip-fill{background-color:color-mix(in srgb,var(--sd-swatch, transparent) 15%,var(--sd-surface))}html body .sd-chart-scale::-webkit-slider-runnable-track{height:4px;border-radius:999px;background-color:var(--sd-edge)}html body .sd-chart-scale::-moz-range-track{height:4px;border-radius:999px;background-color:var(--sd-edge)}html body .sd-chart-scale::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;margin-top:-4px;border-radius:999px;background-color:var(--sd-brand)}html body .sd-chart-scale::-moz-range-thumb{width:12px;height:12px;border:0;border-radius:999px;background-color:var(--sd-brand)}html body .sd-chart-scale:focus-visible{outline:2px solid var(--sd-brand);outline-offset:2px}html body .sd-chart-offscreen-notice{left:var(--sd-notice-left, 0px)}@keyframes sd-gantt-flash{0%{background-color:color-mix(in srgb,var(--sd-brand) 30%,transparent);box-shadow:0 0 color-mix(in srgb,var(--sd-brand) 35%,transparent)}60%{background-color:color-mix(in srgb,var(--sd-brand) 18%,transparent);box-shadow:0 0 0 5px color-mix(in srgb,var(--sd-brand) 0%,transparent)}to{background-color:color-mix(in srgb,var(--sd-brand) 0%,transparent);box-shadow:0 0 0 5px color-mix(in srgb,var(--sd-brand) 0%,transparent)}}.sd-gantt-flash{animation:sd-gantt-flash 1s ease-out both}.sd-gantt-edge-hit{pointer-events:stroke;cursor:pointer;outline:none}.sd-gantt-edge-hit:focus-visible{stroke:color-mix(in srgb,var(--sd-brand) 28%,transparent)}.sd-gantt{--sd-gantt-row-h: 36px;--sd-gantt-group-row-h: 28px;--sd-gantt-bar-h: 24px;--sd-gantt-milestone: 14px;--sd-gantt-handle: 10px;--sd-gantt-label-max: 220px;--sd-gantt-left-w: min(300px, 46vw);--sd-gantt-tier-h: 28px}.sd-gantt{--sd-gantt-bar-top: calc((var(--sd-gantt-row-h) - var(--sd-gantt-bar-h)) / 2);--sd-gantt-milestone-top: calc( (var(--sd-gantt-row-h) - var(--sd-gantt-milestone)) / 2 );--sd-gantt-header-h: calc(var(--sd-gantt-tier-h) * 2)}html body .sd-gantt-canvas{width:calc(var(--sd-gantt-left-w) + var(--sd-w))}html body .sd-gantt-left-head{width:var(--sd-gantt-left-w);height:var(--sd-gantt-header-h)}html body .sd-gantt-left-body{width:var(--sd-gantt-left-w);height:var(--sd-h)}html body .sd-gantt-chart{width:var(--sd-w);height:var(--sd-h)}html body .sd-gantt-name-row{height:var(--sd-gantt-row-h);padding-left:var(--sd-pad-l)}html body .sd-gantt-band{left:0;width:var(--sd-w);top:var(--sd-y);height:var(--sd-h)}html body .sd-gantt-row-at{top:var(--sd-y)}html body .sd-gantt-day{left:var(--sd-x);width:var(--sd-w)}html body .sd-gantt-today-line{left:calc(var(--sd-x) - 1px)}html body .sd-gantt-header{width:var(--sd-w);height:var(--sd-gantt-header-h)}html body .sd-gantt-tier-coarse{padding-left:var(--sd-pad, 8px);left:var(--sd-x);width:var(--sd-w);top:0;height:var(--sd-gantt-tier-h);line-height:var(--sd-gantt-tier-h)}html body .sd-gantt-tier-fine{left:var(--sd-x);width:var(--sd-w);top:var(--sd-gantt-tier-h);height:var(--sd-gantt-tier-h)}html body .sd-gantt-day-label{line-height:var(--sd-gantt-tier-h)}html body .sd-gantt-today-pill{left:var(--sd-x);top:calc(var(--sd-gantt-tier-h) + 4px);height:16px;line-height:16px}html body .sd-gantt-bar-box{left:var(--sd-x);top:var(--sd-gantt-bar-top);width:var(--sd-w);height:var(--sd-gantt-bar-h)}html body .sd-gantt-bar-fill{background-color:color-mix(in srgb,var(--sd-swatch, transparent) 15%,var(--sd-surface))}html body .sd-gantt-bar-progress{width:var(--sd-fill, 0%);background-color:color-mix(in srgb,var(--sd-swatch, transparent) 32%,var(--sd-surface))}html body .sd-gantt-bar-label{left:calc(var(--sd-x) + var(--sd-w) + 8px);top:0;line-height:var(--sd-gantt-row-h);max-width:var(--sd-gantt-label-max)}html body .sd-gantt-milestone{top:var(--sd-gantt-milestone-top);width:var(--sd-gantt-milestone);height:var(--sd-gantt-milestone)}html body .sd-gantt-milestone-ghost{left:calc(var(--sd-x) - var(--sd-gantt-milestone) / 2);top:var(--sd-gantt-milestone-top);width:var(--sd-gantt-milestone);height:var(--sd-gantt-milestone)}html body .sd-gantt-milestone-hit{left:calc(var(--sd-x) - var(--sd-gantt-milestone) / 2 - 4px);top:0;width:calc(var(--sd-gantt-milestone) + 8px);height:var(--sd-gantt-row-h)}html body .sd-gantt-milestone-label{left:calc(var(--sd-x) + var(--sd-gantt-milestone) / 2 + 8px);top:0;height:var(--sd-gantt-row-h);max-width:var(--sd-gantt-label-max)}html body .sd-gantt-link-handle{width:var(--sd-gantt-handle);height:var(--sd-gantt-handle)}html body .sd-gantt-link-handle--bar{--sd-gantt-handle-inset: -5px;top:calc((var(--sd-gantt-bar-h) - var(--sd-gantt-handle)) / 2)}html body .sd-gantt-link-handle--milestone{--sd-gantt-handle-inset: -7px;top:calc((var(--sd-gantt-row-h) - var(--sd-gantt-handle)) / 2)}html body .sd-gantt-link-handle--start{left:var(--sd-gantt-handle-inset)}html body .sd-gantt-link-handle--end{right:var(--sd-gantt-handle-inset)}html body .sd-gantt-critical{outline:2px solid var(--sd-overdue);outline-offset:1px}html body .sd-gantt-drag-tip{left:var(--sd-x);top:-22px}html body .sd-gantt-edge-anchor{left:var(--sd-x);top:var(--sd-y);width:1px;height:1px}
