.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))}:root{color-scheme:light;--page-bg: #e6e9ef;--panel: #eff1f5;--panel-soft: #dce0e8;--ink: #4c4f69;--muted: #6c6f85;--line: #bcc0cc;--blue: #1e66f5;--blue-soft: color-mix(in srgb, #1e66f5 14%, var(--panel));--teal: #179299;--teal-soft: color-mix(in srgb, #179299 14%, var(--panel));--amber: #df8e1d;--amber-soft: color-mix(in srgb, #df8e1d 18%, var(--panel));--gray: #7c7f93;--focus: #1e66f5;--red: #d20f39;--peach: #fe640b;--yellow: #df8e1d;--sapphire: #209fb5;--lavender: #7287fd;--topbar-bg: rgba(239, 241, 245, .94);--tooltip-bg: #4c4f69;--tooltip-border: #6c6f85;--tooltip-ink: #eff1f5;--node-border: #acb0be;--node-shadow: rgba(76, 79, 105, .12);--node-selected-shadow: rgba(30, 102, 245, .16);--edge-rpc: #1e66f5;--edge-field: #7c7f93;--edge-extension: #df8e1d;--edge-extension-detail: #fe640b;--edge-selected: #d20f39;--background-pattern: #bcc0cc;--edge-halo: #eff1f5;--header-ink: #eff1f5;--header-chip-bg: rgba(239, 241, 245, .16);--header-chip-ink: rgba(239, 241, 245, .9);--header-chip-hover: rgba(239, 241, 245, .25);--badge-danger-bg: color-mix(in srgb, #d20f39 14%, var(--panel));--badge-danger-ink: #d20f39;--badge-reserved-bg: #dce0e8;--badge-warning-ink: #df8e1d;--field-group-ink: #1e66f5;--field-highlight-bg: color-mix(in srgb, #f9e2af 60%, var(--panel));--field-highlight-line: #df8e1d;--field-hover-bg: color-mix(in srgb, #1e66f5 10%, var(--panel));--field-edge-bg: color-mix(in srgb, #d20f39 13%, var(--panel));--field-edge-line: rgba(210, 15, 57, .44);--field-type-ink: #6c6f85;--handle-stroke: #eff1f5;--handle-fill: #179299;--switch-bg: #dce0e8;--switch-bg-active: #313244;--switch-thumb: #eff1f5;--switch-sun: #df8e1d;--switch-moon: #cba6f7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{color-scheme:dark;--page-bg: #181825;--panel: #1e1e2e;--panel-soft: #313244;--ink: #cdd6f4;--muted: #a6adc8;--line: #45475a;--blue: #89b4fa;--blue-soft: color-mix(in srgb, #89b4fa 20%, var(--panel));--teal: #94e2d5;--teal-soft: color-mix(in srgb, #94e2d5 18%, var(--panel));--amber: #f9e2af;--amber-soft: color-mix(in srgb, #f9e2af 20%, var(--panel));--gray: #9399b2;--focus: #89b4fa;--red: #f38ba8;--peach: #fab387;--yellow: #f9e2af;--sapphire: #74c7ec;--lavender: #b4befe;--topbar-bg: rgba(30, 30, 46, .94);--tooltip-bg: #11111b;--tooltip-border: #313244;--tooltip-ink: #cdd6f4;--node-border: #45475a;--node-shadow: rgba(17, 17, 27, .42);--node-selected-shadow: rgba(137, 180, 250, .22);--edge-rpc: #89b4fa;--edge-field: #a6adc8;--edge-extension: #f9e2af;--edge-extension-detail: #fab387;--edge-selected: #f38ba8;--background-pattern: #45475a;--edge-halo: #181825;--header-ink: #11111b;--header-chip-bg: rgba(17, 17, 27, .16);--header-chip-ink: rgba(17, 17, 27, .82);--header-chip-hover: rgba(17, 17, 27, .26);--badge-danger-bg: color-mix(in srgb, #f38ba8 18%, var(--panel));--badge-danger-ink: #f38ba8;--badge-reserved-bg: #313244;--badge-warning-ink: #f9e2af;--field-group-ink: #89b4fa;--field-highlight-bg: color-mix(in srgb, #f9e2af 22%, var(--panel));--field-highlight-line: #f9e2af;--field-hover-bg: color-mix(in srgb, #89b4fa 16%, var(--panel));--field-edge-bg: color-mix(in srgb, #f38ba8 16%, var(--panel));--field-edge-line: rgba(243, 139, 168, .5);--field-type-ink: #a6adc8;--handle-stroke: #1e1e2e;--handle-fill: #94e2d5;--switch-bg: #313244;--switch-bg-active: #45475a;--switch-thumb: #cdd6f4;--switch-sun: #f9e2af;--switch-moon: #cba6f7}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--page-bg);color:var(--ink);transition:background .18s ease,color .18s ease}button,input,select{font:inherit}a{color:inherit}.app-shell{display:grid;grid-template-rows:auto 1fr;height:100%;min-width:0}.topbar{z-index:5;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:76px;padding:12px 18px;border-bottom:1px solid var(--line);background:var(--topbar-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{flex:0 1 210px;min-width:178px}.brand-kicker,.inspector-kicker{display:block;color:var(--muted);font-size:11px;font-weight:700;line-height:1.2;text-transform:uppercase}.brand h1,.inspector h2{margin:2px 0 0;font-size:21px;line-height:1.2}.brand h1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-nav{display:inline-flex;flex:0 1 auto;align-items:center;gap:6px;height:38px;min-width:0;padding:3px;border:1px solid var(--line);border-radius:8px;background:var(--panel-soft)}.service-choice{position:relative;display:flex;align-items:center;min-width:190px;height:38px}.service-choice-current{display:flex;min-width:0;align-items:center;gap:7px}.service-choice-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-choice-popover{display:flex;align-items:stretch;min-width:238px;max-width:min(420px,calc(100vw - 24px))}.service-choice-list,.service-choice-submenu{display:grid;align-content:start;gap:1px;min-width:166px;max-height:min(430px,calc(100vh - 120px));overflow-y:auto;padding-right:2px;scrollbar-color:color-mix(in srgb,var(--muted) 44%,transparent) transparent;scrollbar-gutter:stable;scrollbar-width:thin}.service-choice-list::-webkit-scrollbar,.service-choice-submenu::-webkit-scrollbar{width:10px}.service-choice-list::-webkit-scrollbar-track,.service-choice-submenu::-webkit-scrollbar-track{background:transparent}.service-choice-list::-webkit-scrollbar-thumb,.service-choice-submenu::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:color-mix(in srgb,var(--muted) 48%,transparent);background-clip:content-box}.service-choice-list::-webkit-scrollbar-thumb:hover,.service-choice-submenu::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--focus) 62%,transparent);background-clip:content-box}.service-choice-submenu{min-width:62px;margin-left:2px;padding-left:2px;border-left:1px solid var(--line)}.rpc-filter{position:relative;display:flex;align-items:center;min-width:170px;height:38px}.rpc-filter-current{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toolbar{display:flex;flex:1 1 auto;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.view-options{position:relative;display:inline-flex;align-items:center}.view-options-trigger{width:38px;padding:0}@media(max-width:1500px)and (min-width:761px){.topbar{gap:9px;padding-inline:12px}.brand{flex-basis:165px;min-width:138px}.brand-kicker{font-size:10px}.brand h1{font-size:18px}.service-nav{gap:4px}.service-choice{min-width:156px}.rpc-filter{min-width:146px}.service-choice-popover{min-width:222px}.service-choice-list{min-width:154px}.toolbar{gap:6px}}@media(max-width:1180px)and (min-width:761px){.map-search input::placeholder{color:transparent}}.map-stage{position:relative;display:grid;grid-template-columns:minmax(0,1fr) clamp(430px,34vw,640px);min-height:0}.react-flow{width:100%;height:100%;background:linear-gradient(90deg,color-mix(in srgb,var(--blue) 8%,transparent),transparent 36%),linear-gradient(0deg,color-mix(in srgb,var(--teal) 8%,transparent),transparent 42%),var(--page-bg)}.react-flow__node{font-family:inherit}.schema-node{overflow:hidden;border:1px solid var(--node-border);border-radius:8px;background:var(--panel);box-shadow:0 8px 22px var(--node-shadow);color:var(--ink);transition:box-shadow .16s ease,opacity .16s ease,transform .16s ease}.schema-node.is-selected{border-color:var(--focus);box-shadow:0 0 0 3px var(--node-selected-shadow),0 10px 28px var(--node-shadow)}.schema-node.is-edge-endpoint{border-color:var(--edge-selected);box-shadow:0 0 0 3px color-mix(in srgb,var(--edge-selected) 16%,transparent),0 10px 28px var(--node-shadow)}.schema-node.is-dimmed{opacity:.22}.node-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-height:36px;padding:8px 10px;background:var(--teal);color:var(--header-ink)}.kind-service .node-header{background:var(--blue)}.kind-rpc .node-header{background:var(--lavender)}.kind-enum .node-header{background:var(--amber)}.kind-external .node-header,.kind-legend .node-header{background:var(--gray)}.node-kind{padding:2px 6px;border-radius:999px;background:var(--header-chip-bg);color:var(--header-chip-ink);font-size:10px;font-weight:800;line-height:1.2;text-transform:uppercase}.node-header strong{overflow:hidden;font-size:14px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.node-links{display:inline-flex;align-items:center;gap:5px}.node-links a{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:var(--header-chip-bg)}.node-links a:hover,.node-links a:focus-visible{background:var(--header-chip-hover);outline:none}.node-badges{display:flex;gap:6px;padding:7px 10px 0}.node-badges span,.field-badge,.field-group{display:inline-flex;align-items:center;min-height:18px;padding:2px 6px;border-radius:999px;font-size:10px;font-weight:800;line-height:1;text-transform:uppercase}.node-badges span,.badge-deprecated{background:var(--badge-danger-bg);color:var(--badge-danger-ink)}.badge-optional{background:var(--amber-soft);color:var(--badge-warning-ink)}.badge-reserved{background:var(--badge-reserved-bg);color:var(--muted)}.field-group{background:var(--blue-soft);color:var(--field-group-ink)}.node-body{padding:8px}.field-row,.empty-field{position:relative;display:grid;grid-template-columns:minmax(86px,.9fr) minmax(84px,1fr);align-content:center;align-items:center;column-gap:8px;row-gap:5px;height:32px;padding:6px 18px 6px 9px;border-radius:6px;font-size:12px;line-height:1.25}.field-row.is-detail{height:52px}.field-row:nth-child(odd){background:var(--panel-soft)}.field-row.is-highlighted{background:var(--field-highlight-bg);box-shadow:inset 0 0 0 1px var(--field-highlight-line)}.field-row.is-clickable{cursor:pointer}.field-row.is-clickable:hover,.field-row.is-clickable:focus-visible{background:var(--field-hover-bg);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--focus) 34%,transparent);outline:none}.field-row.is-edge-highlighted{background:var(--field-edge-bg);box-shadow:inset 0 0 0 1px var(--field-edge-line)}.field-row.is-deprecated .field-type,.field-row.is-deprecated .field-name{text-decoration:line-through;text-decoration-color:color-mix(in srgb,var(--badge-danger-ink) 55%,transparent)}.field-type{min-width:0;overflow:hidden;color:var(--field-type-ink);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.field-name{min-width:0;overflow:hidden;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.field-group,.field-badge{grid-column:span 1;justify-self:start;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-field{display:flex;color:var(--muted);font-style:italic}.react-flow__handle{width:8px;height:8px;border:2px solid var(--handle-stroke);background:var(--handle-fill)}.node-target{left:-5px;opacity:0}.field-handle{right:-12px;background:var(--handle-fill)}.kind-enum .field-handle,.kind-enum .react-flow__handle{background:var(--amber)}.flow-edge-rpc .react-flow__edge-path{filter:drop-shadow(0 1px 1px color-mix(in srgb,var(--blue) 18%,transparent))}.flow-edge .react-flow__edge-path{transition:opacity .16s ease,stroke .16s ease,stroke-width .16s ease}.flow-edge-halo{fill:none;opacity:.72;pointer-events:none;stroke:var(--edge-halo);stroke-linecap:round;stroke-linejoin:round}.flow-edge-bridge,.flow-edge-bridge-gap{fill:none;pointer-events:none;stroke-linecap:round;stroke-linejoin:round}.flow-edge-bridge-gap{stroke:var(--page-bg);stroke-width:8px}.flow-edge-bridge{stroke-dasharray:none}.flow-edge.is-selected .react-flow__edge-path{filter:drop-shadow(0 2px 3px color-mix(in srgb,var(--edge-selected) 28%,transparent))}.flow-edge.is-dimmed .react-flow__edge-path{pointer-events:stroke}.react-flow__controls{overflow:hidden;border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 20px var(--node-shadow)}.react-flow__controls-button{background:var(--panel);border-bottom-color:var(--line);color:var(--ink)}.react-flow__controls-button:hover{background:var(--panel-soft)}.inspector{position:relative;z-index:4;width:auto;max-height:none;overflow:auto;padding:20px;border:0;border-left:1px solid var(--line);border-radius:0;background:var(--topbar-bg);box-shadow:-8px 0 20px var(--node-shadow)}.inspector p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.45}.inspector-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.inspector-actions a{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:6px 9px;border:1px solid var(--line);border-radius:7px;color:var(--blue);font-size:13px;font-weight:800;text-decoration:none}.inspector-actions a:hover,.inspector-actions a:focus-visible{border-color:var(--blue);outline:none}.inspector-description{margin-top:12px;color:var(--ink);font-size:14px;line-height:1.62;overflow-wrap:anywhere}.inspector-fields{display:grid;gap:10px;margin-top:16px}.inspector-field{display:grid;gap:10px;padding:12px;border:1px solid color-mix(in srgb,var(--line) 45%,transparent);border-radius:6px;background:color-mix(in srgb,var(--panel-soft) 68%,var(--panel));font-size:12px}.inspector-field-main{display:flex;align-items:flex-start;flex-wrap:wrap;gap:8px}.inspector-field-main span{display:inline-flex;align-items:center;max-width:100%;min-height:20px;padding:2px 6px;border:1px solid color-mix(in srgb,var(--line) 52%,transparent);border-radius:5px;background:color-mix(in srgb,var(--panel) 74%,transparent);overflow-wrap:anywhere;color:var(--muted);font-size:11px;font-weight:700;line-height:1.2}.inspector-field-main strong{min-width:0;overflow-wrap:anywhere;color:var(--ink);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.65}.inspector-field-description{margin:0;padding-left:10px;border-left:2px solid color-mix(in srgb,var(--blue) 34%,transparent);color:var(--muted);font-size:13px;line-height:1.62;overflow-wrap:anywhere}.inspector-description p,.inspector-field-description p{margin:0}.inspector-description p+p,.inspector-description pre+p,.inspector-description p+pre,.inspector-field-description p+p,.inspector-field-description pre+p,.inspector-field-description p+pre{margin-top:10px}.inspector-description code,.inspector-field-description code{padding:1px 4px;border-radius:4px;background:color-mix(in srgb,var(--blue) 10%,var(--panel));color:var(--ink);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.92em}.inspector-description pre,.inspector-field-description pre{margin:0;max-width:100%;overflow-x:auto;padding:8px;border-radius:5px;background:color-mix(in srgb,var(--panel) 78%,transparent);color:var(--ink);font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:11px;line-height:1.45;white-space:pre}@media(max-width:760px){.topbar{align-items:stretch;flex-direction:column;gap:10px}.toolbar{justify-content:flex-start}.service-nav{align-self:flex-start;max-width:100%;overflow-x:auto}.service-choice,.rpc-filter{width:100%}.service-choice-popover{flex-direction:column;width:100%;min-width:0}.service-choice-list,.service-choice-submenu{width:100%;min-width:0;max-height:220px}.service-choice-submenu{margin-top:4px;margin-left:0;padding-top:4px;padding-left:0;border-top:1px solid var(--line);border-left:0}.map-search{width:100%}.view-options{flex:0 0 auto}.view-options-trigger{width:38px}.view-options .view-options-trigger{flex:0 0 38px;width:38px}.map-stage{grid-template-columns:1fr;grid-template-rows:minmax(420px,1fr) auto}.inspector{position:relative;width:auto;max-height:34vh;border-top:1px solid var(--line);border-left:0;box-shadow:0 -8px 20px var(--node-shadow)}}
