@keyframes dashdraw{0%{stroke-dashoffset:10px}}.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%}html{font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}html,body,#root{width:100%;height:100%;margin:0}button,input,select,textarea{font:inherit}.react-flow{--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:#ffffff80;--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:#f0f0f099;--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:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #00000014;--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:#0059dc14;--xy-selection-border-default:1px dotted #0059dccc;--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 #00000014;--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;direction:ltr}.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:#96969640;--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:#3c3c3c99;--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:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #ffffff14;--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:#c8c8dc14;--xy-selection-border-default:1px dotted #c8c8dccc;--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 #00000014;--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{width:100%;height:100%;position:absolute;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{pointer-events:none;position:absolute;overflow:visible}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.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;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:.5s linear infinite dashdraw}svg.react-flow__connectionline{z-index:1001;position:absolute;overflow:visible}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{-webkit-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default;position:absolute}.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:0 0;pointer-events:none}.react-flow__nodesselection-rect{pointer-events:all;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;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%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;bottom:0;left:50%;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{z-index:5;margin:15px;position:absolute}.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{background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));margin:0;padding:2px 3px;font-size:10px}.react-flow__attribution a{color:#999;text-decoration:none}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__viewport-portal{-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left: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{box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));flex-direction:column;display:flex}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)));width:26px;height:26px;color:var(--xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default)));cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:4px;display:flex}.react-flow__controls-button svg{fill:currentColor;width:100%;max-width:12px;max-height:12px}.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{border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));width:150px;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));padding:10px;font-size:12px}.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{background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;width:5px;height:5px;translate:-50% -50%}.react-flow__resize-control.handle.left{top:50%;left:0}.react-flow__resize-control.handle.right{top:50%;left:100%}.react-flow__resize-control.handle.top{top:0;left:50%}.react-flow__resize-control.handle.bottom{top:100%;left:50%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;height:100%;top:0;transform:translate(-50%)}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{width:100%;height:1px;left:0;transform:translateY(-50%)}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.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))}#root{width:100%;height:100%}.hand-drawn-filter{width:0;height:0;position:absolute}.react-flow__edge-path{filter:url(#hand-drawn-line);stroke-linecap:round;stroke-linejoin:round}.board-dock.is-preview,.table-dock.is-preview,.inspector-dock.is-preview{pointer-events:none}.table-dock:not(.is-pinned) .graph-table-panel{width:min(520px,100vw - 48px);max-height:170px}.board-reveal-zone,.inspector-reveal-zone{cursor:pointer;width:120px;height:80px;margin:0}.table-reveal-zone{cursor:pointer;width:180px;height:70px;margin:0}.hidden-feature-marker{z-index:20;pointer-events:none;place-items:center;width:40px;height:40px;margin:0;display:grid}.hidden-feature-marker.marker-board,.hidden-feature-marker.marker-inspector{width:120px;height:80px}.hidden-feature-marker.marker-tools{width:92px;height:150px}.hidden-feature-marker.marker-table{width:180px;height:70px}.hidden-feature-marker.marker-minimap{width:120px;height:100px}.hidden-feature-marker span,.show-hidden-hints .text-node__details-toggle:after{box-sizing:border-box;content:"";filter:url(#hand-drawn-dot);opacity:0;background:0 0;border:2px solid;border-radius:50%;outline:none;width:26px;height:26px;animation-name:hidden-feature-circuit-short,queer-flag-color-cycle,queer-dot-size-cycle,queer-white-halo-cycle;animation-duration:7.5s,45s,45s,45s;animation-timing-function:linear,step-end,step-end,linear;animation-iteration-count:infinite,infinite,1,infinite;animation-fill-mode:none,none,forwards,none}.show-hidden-hints .text-node__details-toggle:after{color:#ff8c00;width:22px;height:22px}.hint-trail-2 .hidden-feature-marker span,.hint-trail-2 .text-node__details-toggle:after{animation-name:hidden-feature-circuit-medium,queer-flag-color-cycle,queer-dot-size-cycle,queer-white-halo-cycle}.hint-trail-3 .hidden-feature-marker span,.hint-trail-3 .text-node__details-toggle:after{animation-name:hidden-feature-circuit-walk,queer-flag-color-cycle,queer-dot-size-cycle,queer-white-halo-cycle}.marker-board span{animation-delay:0s,0s,0s,0s}.marker-inspector span{animation-delay:1.5s,-7.5s,1.5s,-7.5s}.marker-minimap span{animation-delay:3s,-15s,3s,-15s}.marker-table span{animation-delay:4.5s,-22.5s,4.5s,-22.5s}.marker-tools span{animation-delay:6s,-30s,6s,-30s}.marker-board span{color:#f5a9b8;width:49px;height:49px}.marker-inspector span{color:#9b59d0;width:49px;height:49px}.marker-tools span{color:#008026;width:55px;height:55px}.marker-table span{color:#fff430;width:44px;height:44px}.marker-minimap span{color:#5bcefa;width:59px;height:59px}.marker-board span{transform-origin:0 0}.marker-inspector span{transform-origin:100% 0}.marker-tools span{transform-origin:0 100%}.marker-table span{transform-origin:bottom}.marker-minimap span{transform-origin:100% 100%}.show-hidden-hints .text-node__details-toggle:after{transform-origin:bottom}.hidden-hints-dismissing .hidden-feature-marker span{animation:.42s ease-in forwards hidden-feature-dismiss}.hidden-hints-dismissing .text-node__details-toggle:after{animation:.42s ease-in forwards hidden-feature-node-dismiss}.show-hidden-hints .text-node__details-toggle{position:relative}.show-hidden-hints .text-node__details-toggle:after{animation-delay:2.25s,-37.5s,2.25s,-37.5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes hidden-feature-circuit-short{0%,20%,to{opacity:0}5%,14%{opacity:1}}@keyframes hidden-feature-circuit-medium{0%,30%,to{opacity:0}5%,24%{opacity:1}}@keyframes hidden-feature-circuit-walk{0%,46%,to{opacity:0}6%,40%{opacity:1}}@keyframes queer-flag-color-cycle{0%{color:#f5a9b8}16.666%{color:#5bcefa}33.333%{color:#fff}50%{color:#9b59d0}66.666%{color:#fff430}83.333%{color:#ff8c00}to{color:#f5a9b8}}@keyframes queer-white-halo-cycle{0%,33.332%,50%,to{box-shadow:none}34%{box-shadow:0 0 30px 1px #f5a9b829}38%{box-shadow:0 0 30px 1px #5bcefa29}42%{box-shadow:0 0 30px 1px #9b59d026}46%{box-shadow:0 0 30px 1px #fff43024}49.5%{box-shadow:0 0 30px 1px #f5a9b829}}@keyframes queer-dot-size-cycle{0%{scale:.82}16.666%{scale:.94}33.333%{scale:1.06}50%{scale:1.18}66.666%{scale:1.3}83.333%{scale:1.42}to{scale:1.42}}@keyframes hidden-feature-dismiss{0%{transform:scale(1)}to{opacity:0;transform:scale(.12)}}@keyframes hidden-feature-node-dismiss{0%{transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,20%)scale(.12)}}.canvas-corner-tools{opacity:1}.canvas-corner-tools.is-preview{pointer-events:none}.canvas-tools-reveal-zone{cursor:pointer;width:92px;height:150px;margin:0}.canvas-corner-minimap{cursor:default;opacity:1;transition:width .14s,height .14s}.canvas-corner-minimap.is-preview{pointer-events:none}.minimap-reveal-zone{cursor:pointer;width:120px;height:100px;margin:0}.text-node{color:#222;background:#fff;border:1px solid #1a192b;border-radius:3px;width:190px;padding:10px;font-size:12px;position:relative}.text-node__body{cursor:pointer;text-align:center;justify-content:center;align-items:center;min-height:36px;font-size:16px;display:flex}.text-node__body>span{font-size:20px;line-height:1.2}.text-node__body textarea{box-sizing:border-box;resize:vertical;text-align:left;border:0;width:100%;min-height:120px;display:block}.sketch-pad{cursor:crosshair;width:100%}.sketch-pad__tools{justify-content:center;align-items:center;gap:6px;min-height:24px;margin-bottom:6px;display:flex}.text-node .sketch-pad__tools button{color:#444;min-width:22px;min-height:22px;font:inherit;cursor:pointer;background:0 0;border:0;margin:0;padding:2px 5px}.text-node .sketch-pad__tools button:not(.sketch-pad__eraser):empty{border:2px solid;border-radius:50%;width:18px;min-width:18px;height:18px;min-height:18px;padding:0}.text-node .sketch-pad__tools button.is-selected{box-shadow:0 0 0 2px #222}.sketch-pad__surface{cursor:crosshair;touch-action:none;background:#fff;width:100%;height:180px;display:block}.sketch-pad__surface.is-erasing{cursor:cell}.sketch-pad__surface polyline{pointer-events:stroke}.text-node__details{height:10px;position:absolute;bottom:0;left:0;right:0}.text-node__details.is-expanded{border-top:1px solid #d9d9d9;height:auto;min-height:54px;margin-top:10px;font-size:16px;position:static}.text-node__details-toggle{cursor:pointer;height:10px}.text-node__details:not(.is-expanded) .text-node__details-toggle{height:16px;position:absolute;bottom:0;left:0;right:0}.text-node__details.is-expanded .text-node__details-toggle{margin-bottom:4px}.text-node__detail-fields{gap:5px;display:grid}.text-node__detail-fields label{text-align:center;grid-template-columns:repeat(2,minmax(0,1fr));justify-self:center;place-items:center;gap:6px;width:min(150px,100%);display:grid}.text-node__detail-fields input,.text-node__detail-fields select{font:inherit;text-align:center;background:0 0;border:0;width:100%;min-width:0}.text-node button{margin-left:6px}.text-node .text-node__width-control{z-index:3;cursor:ew-resize;background:0 0;border:0;width:14px;margin:0;padding:0;position:absolute;top:20%;bottom:20%}.text-node__width-control.is-narrower{left:-14px}.text-node__width-control.is-wider{right:-14px}.text-node__width-control:disabled{cursor:default}.node-attributes{z-index:1000;color:#222;pointer-events:none;background:#fff;border:1px solid #1a192b;border-radius:3px;width:190px;padding:10px;position:fixed}.node-attributes__properties-label{margin-top:8px;display:block}.node-attributes__empty,.edge-hover-card__empty{color:#777;font-style:italic}.node-attributes__property,.edge-hover-card__property{overflow-wrap:anywhere}.text-node__body textarea,.text-node__detail-fields input,.text-node__detail-fields select{z-index:2;position:relative}.text-node .react-flow__handle{z-index:1;opacity:1;width:4px;min-width:4px;height:4px;min-height:4px}.board-panel{background:#fff;border:1px solid #ddd;border-radius:3px;gap:8px;width:min(500px,100vw - 32px);padding:8px;font-size:12px;display:grid}.board-dock{justify-items:start;gap:6px;display:grid}.board-dock__toggle{color:#555;cursor:pointer;background:#fff;border:0;font-size:12px}.board-panel__storage{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto;gap:8px;display:grid}.board-panel__actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.board-panel__status{justify-content:space-between;align-items:center;gap:12px;min-height:18px;display:flex}.board-name-input,.board-select{box-sizing:border-box;background:0 0;border:0;min-width:0;height:28px}.board-storage-status{color:#666;font-size:.8rem}.board-sign-in{color:#06c}.board-button,.board-file-button,.graph-table-tab,.property-row__remove{color:#222;cursor:pointer;background:#fff;border:0;border-radius:2px;padding:3px 7px;font-size:12px;font-weight:400;line-height:1.25}.board-button:disabled{cursor:not-allowed}.board-panel .board-button,.board-file-button{box-sizing:border-box;justify-content:center;align-items:center;height:28px;display:inline-flex}@media (width<=600px){.board-panel__storage{grid-template-columns:minmax(0,1fr) auto}}.board-file-button{align-items:center;display:inline-flex}.board-file-button input{display:none}.properties-panel,.graph-table-panel,.edge-hover-card{color:#222;background:#fff;border:1px solid #ddd;border-radius:3px}.properties-panel{width:min(340px,100vw - 32px);padding:14px}.properties-panel__eyebrow,.properties-panel__kind,.properties-panel__empty{color:#666;margin:0;font-size:.8rem}.properties-panel h2{overflow-wrap:anywhere;margin:4px 0;font-size:1rem}.properties-panel__rows{gap:8px;margin:14px 0;display:grid}.property-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:6px;display:grid}.property-row input{border:0;min-width:0}.graph-table-panel{width:min(720px,100vw - 32px);max-height:230px;overflow:hidden}.table-dock{justify-items:center;gap:6px;display:grid}.table-dock__toggle{color:#555;cursor:pointer;background:#fff;border:0;font-size:12px}.graph-table-panel__tabs{gap:4px;padding:6px;display:flex}.graph-table-tab--active{background:#eee}.graph-table-tab{box-sizing:border-box;height:26px}.graph-table-panel__scroll{max-height:180px;overflow:auto}.graph-table-panel table{border-collapse:collapse;width:100%;font-size:.82rem}.graph-table-panel th,.graph-table-panel td{text-align:left;padding:6px 8px}.graph-table-panel th{background:#fff;font-weight:400;position:sticky;top:0}.graph-table-panel tbody tr{cursor:pointer}.graph-table-panel tbody tr:hover,.graph-table-panel tbody tr.is-selected{background:#f4f4f4}.edge-hover-card{z-index:1000;pointer-events:none;width:210px;padding:9px;font-size:.82rem;position:fixed}.edge-hover-card__properties-label{margin-top:7px;display:block}
