body,body[data-theme=light]{--font-body:"IBM Plex Sans","Segoe UI",sans-serif;--font-display:"Space Grotesk","IBM Plex Sans",sans-serif;--font-mono:"IBM Plex Mono","SFMono-Regular",Consolas,"Liberation Mono",monospace;--color-primary:#1c5f7a;--color-text-primary:#0f1720;--color-text-secondary:#144b63;--color-text-deemphasized:#4b5565;--color-link:#2a4db8;--color-link-deemphasized:#4f66b3;--color-bg-primary:#eef1f6;--color-bg-toggle:#1c5f7a;--color-bg-thumb:#fff;--color-border:#c9d3e1;--color-placeholder-bg-start:#e9eef7;--color-placeholder-bg-end:#dde5f1;--color-surface:#f7f9fc;--color-surface-2:#e7ecf4;--color-bg-glow-1:#48b6d238;--color-bg-glow-2:#6c78c824;--color-selection-bg:#1c5f7a;--color-selection-text:#f7f9fc;--color-grid:#1c5f7a0b;--color-grid-strong:#1c5f7a12;--color-hex-highlight:#1c5f7a29;--color-glow:#1c5f7a59;--color-glow-shadow:#1c5f7a40}body[data-theme=dark]{--font-body:"IBM Plex Sans","Segoe UI",sans-serif;--font-display:"Space Grotesk","IBM Plex Sans",sans-serif;--font-mono:"IBM Plex Mono","SFMono-Regular",Consolas,"Liberation Mono",monospace;--color-primary:#7cc9e4;--color-text-primary:#e7edf7;--color-text-secondary:#7cc9e4;--color-text-deemphasized:#a3adbe;--color-link:#9b90f1;--color-link-deemphasized:#b5ace7;--color-bg-primary:#0a0f18;--color-bg-toggle:#1b2334;--color-bg-thumb:#9b90f1;--color-border:#2a3346;--color-placeholder-bg-start:#131a2a;--color-placeholder-bg-end:#0a0f17;--color-surface:#111827;--color-surface-2:#172235;--color-bg-glow-1:#52b8d438;--color-bg-glow-2:#7876c829;--color-selection-bg:#27465f;--color-selection-text:#f0f4ff;--color-grid:#7cc9e40b;--color-grid-strong:#7cc9e412;--color-hex-highlight:#7cc9e429;--color-glow:#7cc9e459;--color-glow-shadow:#7cc9e440}html{height:100%}nextjs-portal{pointer-events:none;display:contents}nextjs-portal>*{pointer-events:auto}body{background:var(--color-bg-primary);background-image:radial-gradient(1200px 600px at 12% -10%,var(--color-bg-glow-1),transparent),radial-gradient(900px 500px at 100% 0%,var(--color-bg-glow-2),transparent);color:var(--color-text-primary);font-family:var(--font-body);isolation:isolate;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;min-height:100%;margin:0;padding:0;font-size:18px;line-height:1.6;transition:background .25s ease-in-out;position:relative}body:before{content:"";pointer-events:none;z-index:0;background-image:repeating-linear-gradient(60deg,var(--color-grid-strong)0 1px,transparent 1px 48px),repeating-linear-gradient(120deg,var(--color-grid-strong)0 1px,transparent 1px 48px),repeating-linear-gradient(0deg,var(--color-grid)0 1px,transparent 1px 48px);opacity:.28;position:fixed;inset:0}#__next{z-index:1;position:relative}.glowable{isolation:isolate;transition:border-color .35s;position:relative;overflow:hidden}.glowable:after{content:"";border-radius:inherit;background:radial-gradient(120px 120px at var(--glow-x,50%)var(--glow-y,50%),var(--color-glow),transparent 65%);opacity:0;pointer-events:none;-webkit-mask-composite:xor;padding:1px;transition:opacity .35s,transform .35s;position:absolute;inset:0;transform:scale(.98);-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.glowable:hover:after{opacity:1;transform:scale(1)}.glowable:hover{border-color:var(--color-glow-shadow)}html[data-reveal-ready=true] [data-reveal=true]{opacity:var(--reveal-progress,1);transform:translateY(calc((1 - var(--reveal-progress,1))*16px))scale(calc(.98 + (var(--reveal-progress,1)*.02)));will-change:opacity,transform;transition:opacity .4s,transform .4s}@media (prefers-reduced-motion:reduce){html[data-reveal-ready=true] [data-reveal=true]{transition:none;transform:none}}h1,h2,h3,h4,h5,h6{color:var(--color-text-secondary);font-family:var(--font-display);letter-spacing:-.02em}*{box-sizing:border-box}a{color:var(--color-link);text-decoration:none}a:hover{text-decoration:underline}a:visited{color:var(--color-link)}::selection{background:var(--color-selection-bg);color:var(--color-selection-text)}::selection{background:var(--color-selection-bg);color:var(--color-selection-text)}img{max-width:100%;display:block}code,pre,kbd,samp{font-family:var(--font-mono)}.hljs{font-size:14px}hr{border-color:var(--color-border)}.toc{border:1px solid var(--color-border);margin:8px 0}
pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-keyword,.hljs-operator,.hljs-pattern-match{color:#f92672}.hljs-pattern-match .hljs-constructor,.hljs-function{color:#61aeee}.hljs-function .hljs-params{color:#a6e22e}.hljs-function .hljs-params .hljs-typing{color:#fd971f}.hljs-module-access .hljs-module{color:#7e57c2}.hljs-constructor{color:#e2b93d}.hljs-constructor .hljs-string{color:#9ccc65}.hljs-comment,.hljs-quote{color:#b18eb1;font-style:italic}.hljs-doctag,.hljs-formula{color:#c678dd}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string{color:#98c379}.hljs-built_in,.hljs-title.class_,.hljs-class .hljs-title{color:#e6c07b}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#d19a66}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{color:#61aeee}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
.react-flow{direction:ltr}.react-flow__container{width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1px;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{-webkit-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab;position:absolute}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:0 0;pointer-events:none}.react-flow__nodesselection-rect{pointer-events:all;cursor:-webkit-grab;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;background:#1a192b;border:1px solid #fff;border-radius:100%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;bottom:-4px;left:50%;transform:translate(-50%)}.react-flow__handle-top{top:-4px;left:50%;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{top:50%;right:-4px;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{z-index:5;margin:15px;position:absolute}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{background:#ffffff80;margin:0;padding:2px 3px;font-size:10px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10px}}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{color:#222;text-align:center;background-color:#fff;border:1px solid #1a192b;border-radius:3px;width:150px;padding:10px;font-size:12px}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted #0059dccc}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{box-sizing:content-box;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fefefe;border:none;border-bottom:1px solid #eee;justify-content:center;align-items:center;width:16px;height:16px;padding:5px;display:flex}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:#3367d9;border:1px solid #fff;border-radius:1px;width:4px;height:4px;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{top:50%;left:0}.react-flow__resize-control.handle.right{top:50%;left:100%}.react-flow__resize-control.handle.top{top:0;left:50%}.react-flow__resize-control.handle.bottom{top:100%;left:50%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border:0 solid #3367d9}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;height:100%;top:0;transform:translate(-50%)}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{width:100%;height:1px;left:0;transform:translateY(-50%)}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}
