@import "https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600&family=Inter:wght@400;500;600;700;800;900&display=swap";:root{color:#111827;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}#root{min-height:100svh}a{color:inherit;text-decoration:none}@keyframes float{0%,to{transform:translate(0,0)}50%{transform:translate(12px,-18px)}}@keyframes pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@keyframes shimmer{0%{background-position:0%}to{background-position:200%}}@keyframes blink{0%,45%{opacity:1}46%,to{opacity:0}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes arrowPulse{0%,to{opacity:.35;transform:translate(0)}50%{opacity:1;transform:translate(10px)}}@keyframes draw-line{0%{stroke-dashoffset:420px}to{stroke-dashoffset:0}}.home-page{overflow-x:hidden}.home-shell{width:min(1120px,100% - 40px);margin:0 auto}.home-nav{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a0814c7;border-bottom:1px solid #ffffff14;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;min-height:72px;padding:0 max(20px,50vw - 560px);display:grid;position:fixed;top:0;left:0;right:0}.home-brand{align-items:center;gap:10px;width:max-content;display:inline-flex}.home-brand img{border-radius:8px;width:34px;height:34px}.home-nav__links{align-items:center;gap:28px;display:flex}.home-nav__actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.home-button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:42px;padding:0 18px;font-size:14px;font-weight:800;line-height:20px;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.home-button:hover{transform:translateY(-1px)}.home-button--primary{color:#fff;background:#024ae3}.home-button--primary:hover{background:#0339b1}.home-button--ghost-dark{color:#fff;background:#ffffff0d;border-color:#fff3}.home-button--ghost-dark:hover{background:#ffffff1a}.home-button--large{min-height:52px;padding:0 24px;font-size:15px}.home-hero{background:radial-gradient(circle at 24% 18%,#024ae357,#0000 32%),radial-gradient(circle at 82% 10%,#33caac38,#0000 28%),linear-gradient(#061633 0%,#071d3d 58%,#041126 100%);min-height:920px;padding:150px 0 88px;position:relative;overflow:hidden}.home-hero__inner{z-index:1;position:relative}.home-shimmer-text{background:linear-gradient(90deg,#fff 0%,#33caac 34%,#49e2ff 54%,#024ae3 78%,#fff 100%) 0 0/200% 100%;color:#0000;-webkit-background-clip:text;background-clip:text;animation:4.2s linear infinite shimmer;display:block}.home-hero__actions{justify-content:center;gap:14px;margin-top:34px;display:flex}.home-floating-dot{background:#ffffff4d;border-radius:999px;width:10px;height:10px;animation:6.2s ease-in-out infinite float;position:absolute;box-shadow:0 0 32px #33caaca6}.home-floating-dot--one{top:160px;left:12%}.home-floating-dot--two{animation-delay:.9s;top:250px;right:16%}.home-floating-dot--three{animation-delay:1.7s;bottom:230px;left:24%}.home-terminal{border:1px solid #ffffff1f;border-radius:8px;width:min(860px,100%);min-height:330px;margin:60px auto 0;overflow:hidden;box-shadow:0 34px 90px #0000005c}.home-terminal__bar{background:#ffffff0d;border-bottom:1px solid #ffffff1a;align-items:center;gap:8px;height:42px;padding:0 16px;display:flex}.home-terminal__bar span{border-radius:999px;width:11px;height:11px}.home-terminal__body{padding:20px}.home-terminal__cursor{vertical-align:-2px;background:#33caac;width:8px;height:15px;margin-left:3px;animation:.9s step-end infinite blink;display:inline-block}.home-ticker{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;width:100%;overflow:hidden}.home-ticker__track{width:max-content;animation:30s linear infinite marquee;display:flex}.home-ticker__item{white-space:nowrap;align-items:center;gap:10px;padding:18px 28px;display:flex}.home-ticker__item span{border-radius:999px;width:9px;height:9px}.home-section{background:#fff;padding:110px 0;scroll-margin-top:88px}.home-section--soft,.home-how{background:#f6faff}.home-feature-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:72px;display:grid}.feature-block{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(28px)}.feature-block.visible{opacity:1;transform:translateY(0)}.home-checklist{gap:13px;margin-top:26px;display:grid}.home-checklist__item{align-items:center;gap:12px;display:flex}.home-checklist__item span{border-radius:999px;width:9px;height:9px;box-shadow:0 0 0 5px #33caac29}.home-mock-card,.home-graph-card,.home-workflow-card{background:#f6faff;border:1px solid #d8e7f4;border-radius:8px;box-shadow:0 22px 60px #1020331a}.home-mock-card{padding:22px}.home-mock-card__header{border-bottom:1px solid #d8e7f4;justify-content:space-between;gap:18px;padding-bottom:18px;display:flex}.home-analyzing-badge{color:#024ae3;background:#024ae31a;border-radius:999px;height:28px;padding:6px 10px;font-size:12px;font-weight:800;line-height:16px;animation:1.6s ease-in-out infinite pulse}.home-diff{background:#061a38;border-radius:8px;gap:10px;margin-top:18px;padding:18px;display:grid}.home-diff code{font-family:Fira Code,Courier New,monospace;font-size:13px;font-weight:600;line-height:20px}.home-risk-card{background:#e03e2f0f;border:1px solid #e03e2f3d;border-radius:8px;margin-top:16px;padding:16px}.home-graph-card{background:#fff;padding:18px}.home-graph-card svg{width:100%;height:auto;display:block}.draw-line{stroke-dasharray:420;stroke-dashoffset:420px;animation:1.8s forwards draw-line}.home-workflow-card{gap:13px;padding:18px;display:grid}.home-workflow-step{border:1px solid #d8e7f4;border-radius:8px;grid-template-columns:38px 1fr;gap:14px;padding:16px;transition:transform .26s,border-color .26s,background .26s;display:grid}.home-workflow-step__index{border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:900;line-height:18px;display:flex}.home-how{padding:108px 0;scroll-margin-top:88px}.home-section-heading{text-align:center}.home-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:46px;display:grid;position:relative}.home-step-card{background:#fff;border:1px solid #d8e7f4;border-radius:8px;min-height:250px;padding:26px;position:relative}.home-step-card__icon{background:linear-gradient(135deg,#024ae3 0%,#33caac 100%);border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:18px;display:flex}.home-step-arrow{z-index:1;color:#024ae3;font-size:26px;font-weight:900;line-height:1;animation:1.4s ease-in-out infinite arrowPulse;position:absolute;top:48%;right:-27px}.home-bottom-cta{padding:110px 0}.home-bottom-cta__action{justify-content:center;margin-top:30px;display:flex}.home-footer{border-top:1px solid #ffffff14;padding:26px 0}.home-footer__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:22px;display:grid}.home-footer__links{align-items:center;gap:20px;display:flex}@media (width<=960px){.home-nav{grid-template-columns:1fr auto}.home-nav__links{display:none}.home-hero{min-height:auto;padding:130px 0 72px}.home-hero h1{font-size:52px!important;line-height:58px!important}.home-feature-grid,.home-feature-grid--reverse,.home-steps{grid-template-columns:1fr}.home-feature-grid{gap:42px}.home-feature-grid--reverse .home-feature-copy{order:-1}.home-step-arrow{display:none}.home-footer__inner{grid-template-columns:1fr;justify-items:start}}@media (width<=640px){.home-shell{width:min(100% - 28px,1120px)}.home-nav{min-height:66px;padding:0 14px}.home-nav__actions{gap:8px}.home-nav__actions .home-button{min-height:38px;padding:0 12px;font-size:13px}.home-hero{padding-top:112px}.home-hero h1{font-size:40px!important;line-height:46px!important}.home-hero p{font-size:17px!important;line-height:27px!important}.home-hero__actions{flex-direction:column}.home-button--large{width:100%}.home-terminal{min-height:370px;margin-top:42px}.home-terminal__body{padding:16px}.home-section,.home-how,.home-bottom-cta{padding:76px 0}.home-feature-copy h2,.home-section-heading h2,.home-bottom-cta h2{font-size:34px!important;line-height:41px!important}.home-mock-card__header{flex-direction:column;align-items:flex-start}.home-footer__links{flex-wrap:wrap}}.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:#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:#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}.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}@keyframes dashdraw{0%{stroke-dashoffset:10px}}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;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))}
