.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: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .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}.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))}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-ease:initial;--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-mono:"Geist Mono", "JetBrains Mono", ui-monospace, monospace;--spacing:.25rem;--ease-out:cubic-bezier(0, 0, .2, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--radius:.625rem;--color-ink:#1a1b22;--color-ink-70:#1a1b22b8;--color-paper:#fff;--color-paper-dim:#fafbfc;--color-hairline-2:#1a1b2224;--color-signal:#e2ff52;--color-input:var(--color-hairline-2);--font-display:"Inter", ui-sans-serif, system-ui, -apple-system, sans-serif}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentColor}::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:oklch(37.3% .034 259.733);--tw-prose-headings:oklch(21% .034 264.665);--tw-prose-lead:oklch(44.6% .03 256.802);--tw-prose-links:oklch(21% .034 264.665);--tw-prose-bold:oklch(21% .034 264.665);--tw-prose-counters:oklch(55.1% .027 264.364);--tw-prose-bullets:oklch(87.2% .01 258.338);--tw-prose-hr:oklch(92.8% .006 264.531);--tw-prose-quotes:oklch(21% .034 264.665);--tw-prose-quote-borders:oklch(92.8% .006 264.531);--tw-prose-captions:oklch(55.1% .027 264.364);--tw-prose-kbd:oklch(21% .034 264.665);--tw-prose-kbd-shadows:oklab(21% -.00316127 -.0338527/.1);--tw-prose-code:oklch(21% .034 264.665);--tw-prose-pre-code:oklch(92.8% .006 264.531);--tw-prose-pre-bg:oklch(27.8% .033 256.848);--tw-prose-th-borders:oklch(87.2% .01 258.338);--tw-prose-td-borders:oklch(92.8% .006 264.531);--tw-prose-invert-body:oklch(87.2% .01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.7% .022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.7% .022 261.325);--tw-prose-invert-bullets:oklch(44.6% .03 256.802);--tw-prose-invert-hr:oklch(37.3% .034 259.733);--tw-prose-invert-quotes:oklch(96.7% .003 264.542);--tw-prose-invert-quote-borders:oklch(37.3% .034 259.733);--tw-prose-invert-captions:oklch(70.7% .022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.2% .01 258.338);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.6% .03 256.802);--tw-prose-invert-td-borders:oklch(37.3% .034 259.733);font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.flex-shrink{flex-shrink:1}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.flex-wrap{flex-wrap:wrap}.gap-4{gap:calc(var(--spacing) * 4)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-8{gap:calc(var(--spacing) * 8)}.gap-10{gap:calc(var(--spacing) * 10)}.gap-12{gap:calc(var(--spacing) * 12)}.rounded{border-radius:var(--radius)}.border{border-style:var(--tw-border-style);border-width:1px}.text-wrap{text-wrap:wrap}.break-all{word-break:break-all}.text-input{color:var(--color-input)}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.paused{animation-play-state:paused}.running{animation-play-state:running}.zoom-in{--tw-enter-scale:0}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}:root{--first-yellow:#e1ff00;--first-turquoise:#03fbcb;--first-black:#050030;--first-dark-grey:#2c2a3e;--first-medium-grey:#787664;--first-light-grey:#cac4b7;--first-success:#27e75a;--first-orange:#ff7b00;--first-red:#ff2067;--ink:#1a1b22;--ink-90:#1a1b22e6;--ink-70:#1a1b22b8;--ink-50:#1a1b227a;--ink-35:#1a1b2259;--ink-20:#1a1b223d;--ink-10:#1a1b221a;--ink-05:#1a1b220d;--paper:#fff;--paper-dim:#fafbfc;--paper-deep:#f4f5f8;--hairline:#1a1b2214;--hairline-2:#1a1b2224;--signal:#e2ff52;--signal-soft:#e2ff5280;--signal-ghost:#e2ff522e;--pastel-mint:#d4f0dd;--pastel-mint-soft:#d4f0dd66;--pastel-lilac:#d9c8ff;--pastel-lilac-soft:#d9c8ff4d;--pastel-peach:#ffd0c4;--pastel-peach-soft:#ffd0c44d;--pastel-sand:#fde08a;--pastel-sand-soft:#fde08a4d;--pastel-violet:#b8a4d6;--pastel-violet-soft:#b8a4d633;--ease-pop:cubic-bezier(.34, 1.32, .64, 1);--ease-glide:cubic-bezier(.2, .8, .2, 1);--cat-user-browser-bg:#f4ffb3;--cat-user-browser-bd:#a8c61b;--cat-user-browser:#a8c61b;--cat-frontend-bg:#b3fdec;--cat-frontend-bd:#06d3ac;--cat-frontend:#06d3ac;--cat-control-plane-bg:#ffe7c2;--cat-control-plane-bd:#e88f29;--cat-control-plane:#e88f29;--cat-gateway-secrets-bg:#ffd1d1;--cat-gateway-secrets-bd:#e7494f;--cat-gateway-secrets:#e7494f;--cat-tenant-vm-bg:#dbe6ff;--cat-tenant-vm-bd:#3d6bce;--cat-tenant-vm:#3d6bce;--cat-storage-bg:#e8e3d6;--cat-storage-bd:#8c8472;--cat-storage:#8c8472;--cat-external-auth-bg:#f0ebdf;--cat-external-auth-bd:#a89a78;--cat-external-auth:#a89a78;--cat-text-reasoning-bg:#e0d4ff;--cat-text-reasoning-bd:#7c4dff;--cat-text-reasoning:#7c4dff;--cat-image-gen-bg:#ffd9f0;--cat-image-gen-bd:#d63384;--cat-image-gen:#d63384;--cat-video-gen-bg:#ffd4c2;--cat-video-gen-bd:#e85c2c;--cat-video-gen:#e85c2c;--cat-audio-tts-bg:#c2eaff;--cat-audio-tts-bd:#0288d1;--cat-audio-tts:#0288d1;--cat-queue-bg:#fff5b3;--cat-queue-bd:#caa61b;--cat-queue:#caa61b;--cat-importer-bg:#c9f5d4;--cat-importer-bd:#1faa55;--cat-importer:#1faa55;--cat-scraper-social-bg:#d6f0c2;--cat-scraper-social-bd:#5a9a2a;--cat-scraper-social:#5a9a2a;--cat-editor-bg:#c9e9ff;--cat-editor-bd:#1976d2;--cat-editor:#1976d2;--cat-screen-bg:#cfe9ff;--cat-screen-bd:#2196f3;--cat-decision-bg:#fff3a8;--cat-decision-bd:#f9a825;--cat-action-bg:#c2f5cf;--cat-action-bd:#1faa55;--cat-agent-work-bg:#d4c4ff;--cat-agent-work-bd:#6233ff;--cat-output-bg:#ffd0ec;--cat-output-bd:#c2185b;--cat-open-question-bg:#fff5f5;--cat-open-question-bd:#d32f2f;--cat-group-bg:#fcfaf3;--cat-group-bd:#cac4b7;--first-yellow-200:#f4ffb3;--first-white-grey:#f3f1ee;--canvas-bg:#faf9f6;--canvas-dots:#d8d2c4;--canvas-border:#e8e3d6;--canvas-border-soft:#f0ebdf}.callout{border-radius:8px;margin:14px 0;padding:12px 16px;font-size:14px;line-height:1.5;display:block}.callout-info{border-left:3px solid var(--first-yellow);background:#fffce6}.callout-warn{background:#fff3e0;border-left:3px solid #f5a623}.callout-crit{background:#ffe7e2;border-left:3px solid #e74c3c}html,body,#root{height:100%}body{background-color:var(--paper);color:var(--ink);font-family:var(--font-sans,"Inter", system-ui, sans-serif);font-feature-settings:"ss01","tnum";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}::-moz-selection{background-color:var(--signal);color:var(--ink)}::selection{background-color:var(--signal);color:var(--ink)}*{scrollbar-width:thin;scrollbar-color:var(--ink-20) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background-color:var(--ink-20);border-radius:999px}::-webkit-scrollbar-track{background:0 0}.bg-paper-ruled{background-color:var(--paper);background-image:radial-gradient(circle at 25% 30%,#0b072805,#0000 50%),radial-gradient(circle at 75% 70%,#0b072805,#0000 50%),linear-gradient(#0000 31px,#0b072805 32px);background-repeat:no-repeat,no-repeat,repeat;background-size:100% 100%,100% 100%,100% 32px}.font-display{letter-spacing:-.02em;font-family:Fraunces,Georgia,serif}.font-mono{font-family:JetBrains Mono,ui-monospace,monospace}.divide-hairline>*+*{border-color:var(--hairline)!important}.composer-focused{box-shadow:0 0 0 4px var(--signal-ghost),0 8px 32px -10px var(--ink-20);border-color:var(--ink)!important}.shadow-brand-card{box-shadow:0 1px 3px var(--ink-10),0 6px 18px var(--ink-10)}.prose>h1+p:first-letter{float:left;color:var(--ink);margin:4px 6px 0 0;font-family:Fraunces,Georgia,serif;font-size:32px;font-weight:500;line-height:.85}@keyframes led-blink{0%,60%{opacity:1;transform:scale(1)}80%{opacity:.3;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.led-blink,.brand-pulse{animation:1.2s ease-in-out infinite led-blink}@keyframes status-sweep{0%{background-position:-30% 0}to{background-position:130% 0}}.status-sweep{background:linear-gradient(90deg,transparent 0%,var(--signal) 50%,transparent 100%);background-repeat:no-repeat;background-size:30% 100%;animation:1.6s ease-in-out infinite status-sweep}@keyframes card-sweep{0%{background-position:200% 0}to{background-position:-100% 0}}.card-sweep{position:relative;overflow:hidden}.card-sweep:after{content:"";background:linear-gradient(90deg,transparent 0%,var(--signal-soft) 50%,transparent 100%);pointer-events:none;background-position:200% 0;background-size:200% 100%;animation:2.4s ease-out forwards card-sweep;position:absolute;inset:0}@keyframes shimmer-bg{0%{background-position:-200%}to{background-position:200%}}.shimmer{animation:2.2s linear infinite shimmer-bg;background:linear-gradient(90deg,var(--ink-05) 0%,var(--signal-soft) 50%,var(--ink-05) 100%)!important;background-size:200% 100%!important}@keyframes edge-glow{0%,to{opacity:.55}50%{opacity:1}}.edge-glow{animation:2.4s ease-in-out infinite edge-glow}@keyframes caret-blink{0%,70%,to{opacity:1}20%,50%{opacity:0}}.caret-blink{animation:1.05s steps(2,start) infinite caret-blink}@keyframes slide-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}:root{--bg: #ffffff;--surface: #f4f5f8;--surface-2: #fafbfc;--ink: #1a1b22;--ink-2: rgba(26,27,34,.72);--ink-3: rgba(26,27,34,.48);--ink-4: rgba(26,27,34,.24);--hairline: rgba(26,27,34,.08);--hairline-2: rgba(26,27,34,.14);--accent: #E2FF52;--accent-ink: #0e1500;--tint-lime: #f0fac0;--tint-peach: #fbe9da;--tint-blue: #e6efff;--tint-violet: #efe6ff;--tint-mint: #def0e3;--tint-rose: #ffe4e9;--ok: #1a1b22;--warn: #b25e09;--font-display: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;--font-text: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;--font-mono: "Geist Mono", ui-monospace, Menlo, Consolas, monospace;--r-1: 8px;--r-2: 12px;--r-3: 18px;--r-4: 22px;--sh-1: 0 1px 0 rgba(0,0,0,.02), 0 8px 24px rgba(0,0,0,.05);--sh-2: 0 1px 0 rgba(0,0,0,.02), 0 8px 24px rgba(0,0,0,.05);--sh-pop: 0 24px 60px rgba(0,0,0,.08)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-text);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer;padding:0}input,textarea{font:inherit;color:inherit}.win{background:var(--bg);border-radius:14px;box-shadow:var(--sh-2);border:1px solid var(--hairline);overflow:hidden;width:100%;height:100%;display:flex;flex-direction:column}.win-bar{height:38px;border-bottom:1px solid var(--hairline);display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;padding:0 14px;background:var(--surface-2);flex:0 0 auto}.win-lights{display:flex;gap:8px;align-items:center}.win-light{width:12px;height:12px;border-radius:50%;background:var(--hairline-2)}.win-light.r{background:#ff5f57}.win-light.y{background:#febc2e}.win-light.g{background:#28c840}.win-title{text-align:center;font:500 12px/1 var(--font-text);color:var(--ink-2);letter-spacing:-.01em}.win-title .crumb{color:var(--ink-3);margin:0 6px}.win-title strong{color:var(--ink);font-weight:600}.win-actions{display:flex;gap:4px;justify-content:flex-end;color:var(--ink-3)}.win-actions svg{width:16px;height:16px}.win-body{flex:1 1 auto;overflow:hidden;display:flex;flex-direction:column}.app-bar{height:56px;flex:0 0 auto;display:flex;align-items:center;padding:0 24px;gap:20px;border-bottom:1px solid var(--hairline)}.brand{display:inline-flex;align-items:center;gap:0;height:18px}.brand img{height:14px;width:auto;display:block}.ws{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:8px;font:500 13px/1 var(--font-text);color:var(--ink-2);cursor:pointer}.ws:hover{background:var(--surface)}.ws .ws-sep{color:var(--ink-4)}.ws .ws-name{color:var(--ink);font-weight:500}.ws .chev{color:var(--ink-3)}.app-search{margin:0 auto;width:360px;height:32px;background:var(--surface);border-radius:8px;display:flex;align-items:center;padding:0 10px;gap:8px;color:var(--ink-2);font-size:13px;cursor:pointer}.app-search:hover{background:#ececf1}.app-search .kbd{margin-left:auto;font:500 11px/1 var(--font-mono);color:var(--ink-3)}.app-user{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:var(--ink-2)}.app-user .avatar{width:28px;height:28px;border-radius:50%;background:var(--surface);border:1px solid var(--hairline);display:inline-flex;align-items:center;justify-content:center;font:600 11px/1 var(--font-text);color:var(--ink);letter-spacing:0}.eyebrow{font:400 13px/1 var(--font-text);letter-spacing:.02em;color:var(--ink-3)}.eyebrow--caps{font:600 11px/1 var(--font-text);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3)}.display{font:600 56px/1.02 var(--font-display);letter-spacing:-.035em;color:var(--ink);margin:0}.giant{font:600 96px/1 var(--font-display);letter-spacing:-.048em;color:var(--ink);margin:0}.large{font:600 72px/1.02 var(--font-display);letter-spacing:-.042em;color:var(--ink);margin:0}.huge{font:600 44px/1.05 var(--font-display);letter-spacing:-.034em;color:var(--ink);margin:0}.linklink{display:inline-flex;align-items:center;gap:4px;font:500 13px/1 var(--font-text);letter-spacing:-.005em;color:var(--ink-2);cursor:pointer;transition:color .12s}.linklink:hover{color:var(--ink)}.linklink:after{content:"›";color:var(--ink-3);margin-left:2px}.linklink--sm{font-size:12px}.linklink--md{font-size:14px}.linklink--lg{font-size:16px}.pill{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 18px;border-radius:999px;font:600 13px/1 var(--font-text);letter-spacing:-.005em;background:var(--ink);color:#fff;cursor:pointer;border:0;transition:background .12s,opacity .12s}.pill--accent{background:var(--accent);color:var(--accent-ink)}.pill--ghost{background:transparent;color:var(--ink);border:1px solid var(--hairline-2)}.pill--sm{height:30px;padding:0 12px;font-size:12px}.pill--md{height:38px;padding:0 18px;font-size:13px}.pill--lg{height:48px;padding:0 22px;font-size:15px}.pill--xl{height:56px;padding:0 26px;font-size:16px}.pill[disabled]{opacity:.4;cursor:not-allowed}.display-sm{font:600 36px/1.05 var(--font-display);letter-spacing:-.03em;color:var(--ink);margin:0}.h1{font:600 24px/1.15 var(--font-display);letter-spacing:-.022em;margin:0}.h2{font:600 17px/1.2 var(--font-display);letter-spacing:-.012em;margin:0}.body{font:400 14px/1.5 var(--font-text);color:var(--ink-2)}.body-lg{font:400 16px/1.55 var(--font-text);color:var(--ink-2);letter-spacing:-.005em}.caption{font:500 12px/1.35 var(--font-text);color:var(--ink-3);letter-spacing:-.005em}.mono{font-family:var(--font-mono);letter-spacing:-.01em}.row{display:flex;align-items:center}.col{display:flex;flex-direction:column}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-20{gap:20px}.btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 14px;border-radius:8px;font:500 13px/1 var(--font-text);border:1px solid var(--hairline-2);background:var(--bg);color:var(--ink);letter-spacing:-.005em;transition:background .12s,border-color .12s}.btn:hover{background:var(--surface)}.btn--ghost{border-color:transparent;color:var(--ink-2)}.btn--ghost:hover{background:var(--surface);color:var(--ink)}.btn--primary{background:var(--accent);color:var(--accent-ink);border-color:transparent;font-weight:600}.btn--primary:hover{background:#b7ee00}.btn--dark{background:var(--ink);color:#fff;border-color:var(--ink)}.btn--dark:hover{background:#000}.btn--lg{height:40px;padding:0 18px;font-size:14px}.chip{display:inline-flex;align-items:center;gap:6px;height:26px;padding:0 10px;border-radius:999px;font:500 12px/1 var(--font-text);color:var(--ink-2);background:var(--surface);border:1px solid transparent}.chip.is-active{background:var(--bg);color:var(--ink);border-color:var(--hairline-2)}.chip .dot-i{width:6px;height:6px;border-radius:50%;background:var(--ink-3)}.chip.is-live .dot-i{background:#34c759}.seg{display:inline-flex;align-items:center;height:30px;padding:2px;background:var(--surface);border-radius:8px}.seg button{height:26px;padding:0 12px;border-radius:6px;color:var(--ink-2);font:500 12px/1 var(--font-text)}.seg button.is-active{background:var(--bg);color:var(--ink);box-shadow:0 1px 2px #0000000f,0 0 0 1px #0000000a}.hairline{height:1px;background:var(--hairline);width:100%}.inbox-rows>*:last-child{border-bottom:0!important}.vhair{width:1px;background:var(--hairline);align-self:stretch}.kbd{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:4px;background:var(--surface);color:var(--ink-2);font:500 10px/1 var(--font-mono);border:1px solid var(--hairline)}.status{display:inline-flex;align-items:center;gap:6px;font:500 12px/1 var(--font-text);color:var(--ink-2)}.status .dot{width:7px;height:7px;border-radius:50%;background:#34c759;box-shadow:0 0 0 3px #34c75926}.status.warn .dot{background:var(--warn);box-shadow:0 0 0 3px #b25e0926}.status.muted .dot{background:var(--ink-4);box-shadow:none}.placeholder{background:repeating-linear-gradient(135deg,rgba(0,0,0,.04) 0 1px,transparent 1px 7px),var(--surface);border-radius:var(--r-2);position:relative;display:flex;align-items:center;justify-content:center;font:500 11px/1 var(--font-mono);color:var(--ink-3);letter-spacing:0;text-align:center}.tree{font:13px/1.4 var(--font-text);color:var(--ink-2)}.tree-row{display:flex;align-items:center;gap:8px;height:28px;padding:0 8px;border-radius:6px;cursor:pointer}.tree-row:hover{background:var(--surface)}.tree-row.is-active{background:var(--surface);color:var(--ink);font-weight:500}.tree-row .ic{width:14px;height:14px;color:var(--ink-3);flex:0 0 14px}.tree-row .name{flex:1 1 auto;min-width:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tree-row .meta{font:500 11px/1 var(--font-mono);color:var(--ink-4)}.tree-group{padding-left:18px}.tree-header{display:flex;align-items:center;gap:6px;font:600 11px/1 var(--font-text);text-transform:uppercase;letter-spacing:.08em;color:var(--ink-3);height:24px;padding:0 8px;margin-top:14px}.tree-header:first-child{margin-top:0}.i{width:16px;height:16px;display:inline-block;vertical-align:middle}.i-sm{width:14px;height:14px}.i-lg{width:20px;height:20px}.hero-pad{padding:84px 80px 32px;max-width:1200px;margin:0 auto}.hero-pad-narrow{padding:84px 80px 32px;max-width:1080px;margin:0 auto}.hero-pad-wide{padding:84px 80px 32px;max-width:1320px;margin:0 auto}.section-pad{padding:32px 80px;max-width:1200px;margin:0 auto}.avatar-sm,.avatar-md,.avatar-lg{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--surface);border:1px solid var(--hairline);color:var(--ink);flex-shrink:0;font-family:var(--font-text)}.avatar-sm{width:24px;height:24px;font:600 10px/1 var(--font-text)}.avatar-md{width:30px;height:30px;font:600 11px/1 var(--font-text)}.avatar-lg{width:40px;height:40px;font:600 13px/1 var(--font-text)}.avatar-agent{background:var(--ink);color:var(--accent);border-radius:8px;border:0}.avatar-agent.avatar-sm{width:26px;height:26px}.avatar-agent.avatar-md{width:30px;height:30px}.banner-mock{background-image:linear-gradient(180deg,#0000008c,#00000014 32%,#000000c7),url(assets/banner-product.jpg);background-size:cover;background-position:62% 38%;background-color:#0f0f10}.banner-mock-lime{background-image:radial-gradient(at 18% 14%,rgba(204,233,73,.22) 0%,transparent 50%),linear-gradient(180deg,#0000006b,#0000000f 32%,#000000b3),url(assets/banner-product.jpg);background-size:cover;background-position:62% 38%;background-color:#0f0f10}.ring{box-shadow:0 0 0 2px var(--ink)}.ring-accent{box-shadow:0 0 0 2px var(--ink),0 0 0 4px var(--accent)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.md-body{color:var(--ink-1)}.md-body p{margin:0 0 .65em;line-height:1.55}.md-body p:last-child{margin-bottom:0}.md-body--columned{display:flex;flex-direction:column;gap:18px}.md-section{display:grid;grid-template-columns:128px 1fr;-moz-column-gap:28px;column-gap:28px;row-gap:4px;align-items:start}.md-section--full{grid-template-columns:1fr}.md-section-label{font:500 10px/1.4 var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--ink-3);padding-top:5px;border-top:1px solid var(--hairline)}.md-section-heading{font:600 15px/1.3 var(--font-display);letter-spacing:-.012em;color:var(--ink);margin:0 0 8px;padding-top:6px;border-top:1px solid var(--hairline)}.md-section--labeled .md-section-body{border-top:1px solid var(--hairline);padding-top:5px}.md-section-body{min-width:0}.md-section-body>*:last-child{margin-bottom:0}@media(max-width:560px){.md-section{grid-template-columns:1fr}.md-section-label{border-top:none;padding-top:0;padding-bottom:0}.md-section--labeled .md-section-body{border-top:none;padding-top:0}}.md-body--compact{gap:12px}.md-body--compact .md-section{grid-template-columns:1fr}.md-body--compact .md-section-heading{font-size:13px;margin:0 0 4px}.md-body--compact p{margin:0 0 .45em;line-height:1.5;font-size:13px}.md-body--compact ul,.md-body--compact ol{padding-left:1.1em}.md-body--compact li{font-size:13px;margin-bottom:.18em}.md-body--compact pre{padding:8px 10px;font-size:12px}.md-body li.md-defitem{display:grid;grid-template-columns:168px 1fr;-moz-column-gap:16px;column-gap:16px;align-items:baseline;margin-bottom:.4em;list-style:none;margin-left:-1.4em}.md-body li.md-defitem .md-defitem-term{font-weight:600;color:var(--ink);font-family:var(--font-text)}.md-body li.md-defitem .md-defitem-desc{color:var(--ink-1);min-width:0}.md-body li.md-defitem .md-defitem-desc>p:first-child{margin-top:0;display:inline}.md-body--compact li.md-defitem{grid-template-columns:1fr;margin-left:0;row-gap:1px}.md-body--compact li.md-defitem .md-defitem-term,.md-body--compact li.md-defitem .md-defitem-desc{font-size:12px}@media(max-width:560px){.md-body li.md-defitem{grid-template-columns:1fr;margin-left:0;row-gap:1px}}.md-body h1,.md-body h2,.md-body h3,.md-body h4{font-family:var(--font-display);font-weight:600;letter-spacing:-.015em;margin:1.1em 0 .35em;color:var(--ink)}.md-body h1{font-size:1.25em}.md-body h2{font-size:1.1em}.md-body h3{font-size:1em}.md-body h1:first-child,.md-body h2:first-child,.md-body h3:first-child{margin-top:0}.md-body strong{font-weight:600;color:var(--ink)}.md-body em{font-style:italic}.md-body ul,.md-body ol{margin:0 0 .65em;padding-left:1.4em}.md-body li{margin-bottom:.25em;line-height:1.55}.md-body li:last-child{margin-bottom:0}.md-body code{font-family:var(--font-mono);font-size:.88em;background:var(--surface);border:1px solid var(--hairline);border-radius:4px;padding:.1em .35em;color:var(--ink)}.md-body pre{background:var(--surface);border:1px solid var(--hairline);border-radius:8px;padding:12px 14px;overflow-x:auto;margin:0 0 .65em}.md-body pre code{background:none;border:none;padding:0;font-size:.85em;line-height:1.5}.md-body blockquote{border-left:3px solid var(--accent);margin:0 0 .65em;padding:4px 12px;color:var(--ink-2)}.md-body a{color:var(--ink);text-decoration:underline;text-underline-offset:2px}.md-body hr{border:none;border-top:1px solid var(--hairline);margin:1em 0}.md-body table{width:100%;border-collapse:collapse;font-size:.9em;margin-bottom:.65em}.md-body th,.md-body td{padding:6px 10px;border:1px solid var(--hairline);text-align:left}.md-body th{background:var(--surface);font-weight:600;color:var(--ink)}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none;width:0;height:0}
