/* node_modules/@xyflow/react/dist/style.css */
.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, 0.5);
  --xy-minimap-background-color-default: #fff;
  --xy-minimap-mask-background-color-default: rgba(240, 240, 240, 0.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, 0.25);
  --xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, 0.08);
  --xy-node-boxshadow-selected-default: 0 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, 0.08);
  --xy-selection-border-default: 1px dotted rgba(0, 89, 220, 0.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, 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, 0.25);
  --xy-minimap-background-color-default: #141414;
  --xy-minimap-mask-background-color-default: rgba(60, 60, 60, 0.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, 0.25);
  --xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, 0.08);
  --xy-node-boxshadow-selected-default: 0 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, 0.08);
  --xy-selection-border-default: 1px dotted rgba(200, 200, 220, 0.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, 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 0.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 0.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: translateX(-15px) translateX(-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 {
  from {
    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: 0.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 {
  left: 0;
}
.react-flow__resize-control.handle.bottom.left {
  left: 0;
}
.react-flow__resize-control.handle.top.right {
  left: 100%;
}
.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%, 0);
  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: translate(0, -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));
}

/* src/editor/editor.css */
.sedon-app {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #2a2a2f;
}
.sedon-dockview-container {
  flex: 1;
  min-height: 0;
  position: relative;
}
.github-link {
  display: flex;
  align-items: center;
  justify-content: center;
  img {
    width: 1.5em;
  }
}
.sedon-panel {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sedon-panel--canvas {
  background: #1a1a1f;
  container-type: size;
}
.sedon-panel--preview {
  background: #0d0d10;
}
.sedon-panel--assets {
  background: #16161b;
  color: #ddd;
}
.sedon-assets {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 12px;
  position: relative;
  outline: none;
}
.sedon-assets-toolbar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  border-bottom: 1px solid #2a2a2f;
  background: #1a1a1f;
}
.sedon-assets-toolbar-spacer {
  flex: 1;
}
.sedon-assets-view-toggle {
  display: flex;
  gap: 2px;
}
.sedon-assets-toolbar-button {
  background: #2a2a35;
  color: #ddd;
  border: 1px solid #444;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 11px;
  cursor: pointer;
}
.sedon-assets-toolbar-button:hover {
  background: #3a3a48;
}
.sedon-assets-toolbar-button--active {
  background: #3a5a8a;
  border-color: #5a7aaa;
  color: #fff;
}
.sedon-assets-toolbar-button--active:hover {
  background: #466ca0;
}
.sedon-assets-body {
  display: grid;
  flex: 1;
  min-height: 0;
}
.sedon-assets-tree {
  border-right: 1px solid #2a2a2f;
  overflow-y: auto;
  padding: 4px 0;
}
.sedon-assets-divider {
  cursor: col-resize;
  background: transparent;
  border-left: 1px solid #2a2a2f;
  user-select: none;
  margin: 0 -2px;
  position: relative;
  z-index: 1;
}
.sedon-assets-divider:hover,
.sedon-assets-divider:active {
  background: #3a3a48;
  border-left-color: #555;
}
.sedon-assets-folder-row {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 4px;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  color: #ccc;
}
.sedon-assets-folder-row:hover {
  background: #232330;
}
.sedon-assets-folder-row--selected {
  background: #2c3e60 !important;
  color: #fff;
}
.sedon-assets-folder-row--cut {
  opacity: 0.45;
}
.sedon-assets-folder-twisty {
  display: inline-block;
  width: 12px;
  text-align: center;
  color: #888;
}
.sedon-assets-folder-icon {
  font-size: 11px;
}
.sedon-assets-folder-label {
  font-size: 12px;
}
.sedon-assets-contents {
  overflow-y: auto;
  padding: 6px;
  position: relative;
}
.sedon-assets-marquee {
  position: absolute;
  pointer-events: none;
  background: rgba(90, 122, 170, 0.15);
  border: 1px solid #5a7aaa;
  border-radius: 2px;
  z-index: 5;
}
.sedon-assets-empty {
  color: #666;
  font-size: 12px;
  padding: 8px;
}
.sedon-assets-grid {
  gap: 4px;
}
.sedon-assets-grid--icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
}
.sedon-assets-grid--list {
  display: flex;
  flex-direction: column;
}
.sedon-assets-tile {
  background: #1f1f28;
  border: 1px solid #2c2c38;
  border-radius: 4px;
  cursor: grab;
  user-select: none;
  position: relative;
  color: #ddd;
}
.sedon-assets-tile:hover {
  border-color: #555;
}
.sedon-assets-tile--selected {
  background: #2c3e60;
  border-color: #5a7aaa;
  color: #fff;
}
.sedon-assets-tile--selected:hover {
  border-color: #7a9aca;
}
.sedon-assets-tile--cut {
  opacity: 0.45;
}
.sedon-assets-tile--icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 8px 6px;
  text-align: center;
}
.sedon-assets-tile--icons .sedon-assets-tile-icon {
  font-size: 28px;
  margin-bottom: 2px;
}
.sedon-assets-tile--icons .sedon-assets-tile-type {
  font-size: 10px;
  color: #888;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sedon-assets-list-header,
.sedon-assets-tile--list {
  display: grid;
  grid-template-columns: 20px 1fr 90px;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
}
.sedon-assets-list-header {
  font-size: 11px;
  color: #888;
  border-bottom: 1px solid #2a2a2f;
  cursor: default;
  user-select: none;
  padding-bottom: 4px;
  margin-bottom: 2px;
}
.sedon-assets-tile--list .sedon-assets-tile-icon {
  font-size: 14px;
  text-align: center;
}
.sedon-assets-tile--list .sedon-assets-tile-type {
  font-size: 11px;
  color: #888;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sedon-assets-tile--folder .sedon-assets-tile-icon {
  color: #d6c280;
}
.sedon-assets-tile--subgraph .sedon-assets-tile-icon {
  color: #80c0e0;
}
.sedon-assets-tile--main .sedon-assets-tile-icon {
  color: #e08080;
}
.sedon-assets-tile-icon {
  line-height: 1;
}
.sedon-assets-tile-label {
  flex: 1;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.sedon-assets-tile-action {
  background: transparent;
  color: #888;
  border: none;
  cursor: pointer;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1;
}
.sedon-assets-tile-action:hover {
  color: #f88;
}
.sedon-assets-rename {
  flex: 1;
  min-width: 0;
  background: #11141a;
  border: 1px solid #5a7aaa;
  border-radius: 2px;
  color: #fff;
  font: inherit;
  font-size: 12px;
  padding: 1px 4px;
  outline: none;
}
.sedon-assets-tile--icons .sedon-assets-rename {
  text-align: center;
  width: 100%;
}
.sedon-assets-context-menu {
  position: fixed;
  z-index: 1000;
  min-width: 160px;
  background: #22222a;
  border: 1px solid #555;
  border-radius: 4px;
  padding: 4px 0;
  color: #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.sedon-assets-context-menu-title {
  padding: 2px 10px 4px;
  color: #888;
  font-size: 11px;
  border-bottom: 1px solid #333;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sedon-assets-context-menu-item {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  color: inherit;
  padding: 4px 12px;
  font: inherit;
  cursor: pointer;
}
.sedon-assets-context-menu-item:hover:not(:disabled) {
  background: #2c3e60;
  color: #fff;
}
.sedon-assets-context-menu-item:disabled {
  color: #555;
  cursor: default;
}
.sedon-assets-context-menu-sep {
  height: 1px;
  background: #333;
  margin: 4px 0;
}
.sedon-assets-dialog-backdrop {
  position: absolute;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sedon-assets-dialog {
  min-width: 320px;
  max-width: 480px;
  background: #22222a;
  border: 1px solid #555;
  border-radius: 6px;
  padding: 14px 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
  color: #ddd;
  font-size: 13px;
}
.sedon-assets-dialog-title {
  font-weight: 600;
  margin-bottom: 8px;
}
.sedon-assets-dialog-body {
  color: #bbb;
  margin-bottom: 14px;
  line-height: 1.4;
}
.sedon-assets-dialog-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.sedon-assets-dialog-button {
  background: #2a2a35;
  color: #ddd;
  border: 1px solid #555;
  border-radius: 3px;
  padding: 4px 14px;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.sedon-assets-dialog-button:hover {
  background: #3a3a48;
}
.sedon-assets-dialog-button:focus {
  outline: 1px solid #5a7aaa;
}
.sedon-assets-dialog-button--danger {
  background: #6a2222;
  border-color: #884;
  color: #ffd4d4;
}
.sedon-assets-dialog-button--danger:hover {
  background: #842a2a;
}
.sedon-pane {
  overflow: hidden;
}
.sedon-pane--canvas {
  background: #1a1a1f;
  position: relative;
}
.sedon-pane--preview {
  background: #0d0d10;
}
.sedon-toolbar-button {
  background: #3a3a48;
  border: 1px solid #555;
  border-radius: 4px;
  color: #ddd;
  font-size: 12px;
  padding: 6px 10px;
  cursor: pointer;
  font-family: system-ui, sans-serif;
  &:hover {
    background-color: #4a4a58;
  }
}
.sedon-menu-popup {
  background: #22222a;
  border: 1px solid #555;
  border-radius: 4px;
  padding: 4px 0;
  font-size: 12px;
  font-family: system-ui, sans-serif;
  color: #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.sedon-menu-item {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  color: #ddd;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  &:hover {
    background: #3a3a48;
  }
}
.sedon-add-node-menu {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 10;
}
.sedon-add-node-popup {
  margin-top: 4px;
  min-width: 240px;
  max-height: calc(100cqh - 60px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.sedon-add-node-filter {
  margin: 6px 6px 4px;
  padding: 4px 8px;
  background: #1a1a1f;
  border: 1px solid #555;
  border-radius: 3px;
  color: #ddd;
  font-family: inherit;
  font-size: 12px;
  outline: none;
}
.sedon-add-node-filter:focus {
  border-color: #88a;
}
.sedon-add-node-results {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 2px 0 4px;
}
.sedon-add-node-empty {
  padding: 8px 14px;
  color: #888;
  font-size: 11px;
  font-style: italic;
}
.sedon-add-node-category {
  padding: 6px 10px 2px;
  color: #888;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sedon-add-node-item {
  padding: 4px 14px;
}
.sedon-add-node-item--active {
  background: #3a3a48;
}
.sedon-top-toolbar {
  display: flex;
  gap: 4px;
  padding: 2px 6px;
  background: #1a1a1f;
  border-bottom: 1px solid #2a2a2f;
  z-index: 20;
  align-items: stretch;
}
.sedon-top-toolbar-spacer {
  flex: 1 1 auto;
}
.sedon-menubar {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.sedon-menubar-item-wrap {
  position: relative;
}
.sedon-menubar-item {
  background: transparent;
  border: none;
  color: #ddd;
  cursor: pointer;
  font-family: system-ui, sans-serif;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 3px;
}
.sedon-menubar-item:hover,
.sedon-menubar-item--open {
  background: #3a3a48;
}
.sedon-menubar-popup {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px;
  min-width: 180px;
  z-index: 100;
}
.sedon-menubar-submenu {
  min-width: 180px;
  z-index: 101;
}
.sedon-menu-row {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  cursor: pointer;
  color: #ddd;
  font-size: 12px;
  font-family: system-ui, sans-serif;
  user-select: none;
}
.sedon-menu-row--active,
.sedon-menu-row:hover {
  background: #3a3a48;
}
.sedon-menu-row-label {
  flex: 1 1 auto;
}
.sedon-menu-row-shortcut {
  margin-left: 24px;
  color: #888;
  font-size: 11px;
}
.sedon-menu-row-chevron {
  margin-left: 12px;
  color: #888;
  font-size: 10px;
}
.sedon-menu-row-disabled-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  cursor: default;
}
.sedon-menu-row:has(> .sedon-menu-row-disabled-overlay) {
  color: #666;
  cursor: default;
}
.sedon-menu-row:has(> .sedon-menu-row-disabled-overlay):hover {
  background: transparent;
}
.sedon-menu-separator {
  height: 1px;
  background: #3a3a48;
  margin: 4px 6px;
}
.sedon-demos-menu {
  position: relative;
}
.sedon-demos-popup {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  min-width: 160px;
}
.sedon-demos-item {
  padding: 6px 14px;
}
.sedon-node {
  background: #2a2a35;
  border: 1px solid #555;
  border-radius: 4px;
  color: #ddd;
  font-size: 12px;
  font-family: system-ui, sans-serif;
  width: 240px;
}
.sedon-node--unknown {
  padding: 8px;
}
.sedon-node--selected {
  border-color: rgba(255, 165, 38, 1);
  box-shadow: 0 0 0 1px rgba(255, 165, 38, 1) inset, 0 0 8px 1px rgba(255, 165, 38, 0.45);
}
.sedon-node--drop-target {
  border-color: rgba(80, 200, 240, 1);
  box-shadow: 0 0 0 1px rgba(80, 200, 240, 1) inset, 0 0 12px 2px rgba(80, 200, 240, 0.55);
}
.sedon-node-output-bar {
}
.sedon-node-header {
  padding: 0 10px;
  background: #3a3a48;
  border-bottom: 1px solid #555;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-weight: 600;
}
.sedon-node-title {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.15;
}
.sedon-node-title--unnamed {
  font-style: italic;
  font-weight: 500;
}
.sedon-node-title-name {
  font-weight: 600;
  color: #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sedon-node-title-kind {
  color: #888;
  font-size: 10px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}
.sedon-node-title-kind--alone {
  font-size: inherit;
  color: inherit;
}
.sedon-override-dot {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  box-sizing: border-box;
  min-width: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin-right: 6px;
  background: transparent;
  pointer-events: none;
  cursor: default;
}
.sedon-override-dot--set {
  background: #5cc8c8;
  pointer-events: auto;
  cursor: pointer;
}
.sedon-override-dot--set:hover {
  background: #80e0e0;
}
.sedon-subgraph-edit {
  padding: 1px 8px;
  font-size: 11px;
  font-weight: 500;
  background: #4a4a58;
  color: #ddd;
  border: 1px solid #666;
  border-radius: 3px;
  cursor: pointer;
}
.sedon-subgraph-edit:hover {
  background: #5a5a68;
  border-color: #888;
}
.sedon-node-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: 600;
  background: #2a2a32;
  color: #aaa;
  border: 1px solid #555;
  border-radius: 50%;
  cursor: help;
  text-decoration: none;
  line-height: 1;
}
.sedon-node-help:hover {
  background: #3a3a48;
  color: #fff;
  border-color: #88a;
}
.sedon-node-preview-block {
  background: #22222a;
  border-bottom: 1px solid #555;
}
.sedon-node-preview-placeholder {
  margin: 0 auto;
  background: #000;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 24px;
  user-select: none;
}
.sedon-node-preview-placeholder--hint {
  font-size: 24px;
  color: #888;
  border: 1px dashed #555;
  text-align: center;
  padding: 0 12px;
}
.sedon-node-row {
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sedon-node-row--output {
  justify-content: flex-end;
}
.sedon-node-label {
  flex-shrink: 0;
  color: #bbb;
  min-width: 6em;
}
.sedon-node-editor {
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}
.sedon-boundary-remove {
  margin-left: auto;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #999;
  border: 1px solid #444;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  padding: 0;
}
.sedon-boundary-remove:hover {
  background: #3a2222;
  color: #ff8a8a;
  border-color: #884;
}
.sedon-boundary-remove--left {
  margin-left: 0;
  margin-right: auto;
}
.sedon-boundary-add {
  display: block;
  margin: 6px 12px 8px;
  padding: 4px 8px;
  background: #1f2a1f;
  color: #b6d8b6;
  border: 1px dashed #4a6a4a;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
}
.sedon-boundary-add:hover {
  background: #243024;
  border-color: #6a8a6a;
}
.sedon-add-socket-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px;
  margin: 6px 12px 8px;
  padding: 6px;
  background: #1a1a1f;
  border: 1px solid #444;
  border-radius: 3px;
}
.sedon-add-socket-name,
.sedon-add-socket-type {
  background: #111;
  border: 1px solid #555;
  border-radius: 3px;
  color: #ddd;
  padding: 3px 6px;
  font-size: 12px;
  font-family: inherit;
}
.sedon-add-socket-add,
.sedon-add-socket-cancel {
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #555;
}
.sedon-add-socket-add {
  background: #2a3a2a;
  color: #b6d8b6;
  border-color: #4a6a4a;
  grid-column: 1;
}
.sedon-add-socket-add:disabled {
  background: #222;
  color: #555;
  cursor: not-allowed;
  border-color: #333;
}
.sedon-add-socket-cancel {
  background: #2a2a2a;
  color: #aaa;
  grid-column: 2;
}
.sedon-editable-name {
  cursor: text;
  border-radius: 2px;
  padding: 1px 3px;
  margin-left: -3px;
}
.sedon-editable-name:hover {
  background: #2a2a2f;
  text-decoration: underline dotted #888;
}
.sedon-editable-name-input {
  background: #111;
  border: 1px solid #6a8a6a;
  border-radius: 3px;
  color: #ddd;
  padding: 1px 3px;
  font-size: 12px;
  font-family: inherit;
  width: 100px;
  outline: none;
}
.sedon-numinput-edit,
.sedon-stringinput {
  width: 100%;
  background: #1a1a1f;
  border: 1px solid #666;
  border-radius: 3px;
  color: #ddd;
  font-size: 12px;
  padding: 3px 6px;
  font-family: inherit;
  box-sizing: border-box;
}
.sedon-enum-edit {
  width: 100%;
  background: #1a1a1f;
  border: 1px solid #666;
  border-radius: 3px;
  color: #ddd;
  font-size: 12px;
  padding: 2px 6px;
  font-family: inherit;
  box-sizing: border-box;
  cursor: pointer;
}
.sedon-numinput-drag {
  width: 100%;
  background: #1a1a1f;
  border: 1px solid #444;
  border-radius: 3px;
  color: #ddd;
  font-size: 12px;
  padding: 3px 6px;
  font-family: inherit;
  cursor: ew-resize;
  user-select: none;
  text-align: center;
  box-sizing: border-box;
  line-height: 13px;
}
.sedon-numinput-root {
  display: contents;
}
.sedon-vecinput {
  display: flex;
  gap: 4px;
}
.sedon-boolinput {
  cursor: pointer;
}
:root {
  --sedon-checker:
    linear-gradient(
      45deg,
      #555 25%,
      transparent 25%,
      transparent 75%,
      #555 75%),
    linear-gradient(
      45deg,
      #555 25%,
      transparent 25%,
      transparent 75%,
      #555 75%);
  --sedon-checker-bg: #222;
  --sedon-checker-size: 8px 8px;
  --sedon-checker-pos: 0 0, 4px 4px;
}
.sedon-colorinput {
  width: 100%;
  height: 22px;
  border: 1px solid #555;
  border-radius: 3px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background-color: var(--sedon-checker-bg);
  background-image: var(--sedon-checker);
  background-size: var(--sedon-checker-size);
  background-position: var(--sedon-checker-pos);
}
.sedon-colorinput-fill {
  display: block;
  width: 100%;
  height: 100%;
}
.sedon-color-popup {
  position: fixed;
  z-index: 10000;
  width: 220px;
  background: #1f1f1f;
  border: 1px solid #444;
  border-radius: 4px;
  padding: 8px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: #ddd;
  user-select: none;
}
.sedon-color-sv {
  position: relative;
  width: 100%;
  height: 140px;
  border-radius: 3px;
  cursor: crosshair;
  touch-action: none;
}
.sedon-color-sv-cursor {
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.sedon-color-hue {
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 3px;
  background:
    linear-gradient(
      to right,
      #f00 0%,
      #ff0 16.66%,
      #0f0 33.33%,
      #0ff 50%,
      #00f 66.66%,
      #f0f 83.33%,
      #f00 100%);
  cursor: ew-resize;
  touch-action: none;
}
.sedon-color-hue-cursor {
  position: absolute;
  width: 4px;
  height: 18px;
  top: -2px;
  margin-left: -2px;
  border: 1px solid white;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.sedon-color-alpha-row {
  display: flex;
  gap: 6px;
  align-items: center;
}
.sedon-color-current-swatch {
  width: 22px;
  height: 22px;
  border: 1px solid #555;
  border-radius: 3px;
  overflow: hidden;
  background-color: var(--sedon-checker-bg);
  background-image: var(--sedon-checker);
  background-size: var(--sedon-checker-size);
  background-position: var(--sedon-checker-pos);
  flex: 0 0 22px;
}
.sedon-color-current-fill {
  width: 100%;
  height: 100%;
}
.sedon-color-alpha-checker {
  flex: 1 1 auto;
  height: 14px;
  border-radius: 3px;
  background-color: var(--sedon-checker-bg);
  background-image: var(--sedon-checker);
  background-size: var(--sedon-checker-size);
  background-position: var(--sedon-checker-pos);
  overflow: hidden;
}
.sedon-color-alpha {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: ew-resize;
  touch-action: none;
}
.sedon-color-alpha-cursor {
  position: absolute;
  width: 4px;
  height: 18px;
  top: -2px;
  margin-left: -2px;
  border: 1px solid white;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.sedon-color-toggles {
  display: flex;
  gap: 4px;
}
.sedon-color-toggle {
  flex: 1 1 0;
  background: #2a2a2a;
  border: 1px solid #444;
  border-radius: 3px;
  color: #ddd;
  font-size: 11px;
  font-family: inherit;
  padding: 2px 6px;
  cursor: pointer;
}
.sedon-color-toggle:hover {
  background: #333;
  border-color: #555;
}
.sedon-color-bytes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
.sedon-color-byte {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  font-size: 10px;
  color: #aaa;
  min-width: 0;
}
.sedon-color-byte > span {
  text-align: center;
}
.sedon-color-byte .sedon-numinput-drag,
.sedon-color-byte .sedon-numinput-edit {
  font-size: 11px;
  padding: 2px 3px;
}
.sedon-color-hex {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #aaa;
}
.sedon-color-hex input {
  flex: 1 1 auto;
  background: #2a2a2a;
  border: 1px solid #444;
  border-radius: 2px;
  color: #ddd;
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  font-size: 11px;
  padding: 2px 4px;
}
.sedon-gradientinput {
  width: 100%;
  height: 22px;
  border: 1px solid #555;
  border-radius: 3px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background-color: var(--sedon-checker-bg);
  background-image: var(--sedon-checker);
  background-size: var(--sedon-checker-size);
  background-position: var(--sedon-checker-pos);
}
.sedon-gradientinput-fill {
  display: block;
  width: 100%;
  height: 100%;
}
.sedon-gradient-popup {
  position: fixed;
  z-index: 10000;
  background: #1f1f1f;
  border: 1px solid #444;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.55);
  outline: none;
}
.sedon-pointlist-trigger {
  width: 100%;
  background: #1a1a1f;
  border: 1px solid #444;
  border-radius: 3px;
  color: #ddd;
  font-size: 12px;
  padding: 3px 6px;
  font-family: inherit;
  cursor: pointer;
  text-align: center;
}
.sedon-pointlist-trigger:hover {
  border-color: #666;
}
.sedon-pointlist-popup {
  position: fixed;
  z-index: 10000;
  background: #1f1f1f;
  border: 1px solid #444;
  border-radius: 4px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  outline: none;
}
.sedon-pointlist-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #bbb;
  font-size: 11px;
  padding: 6px 8px;
  border-bottom: 1px solid #2c2c2c;
  cursor: move;
  user-select: none;
  flex: 0 0 auto;
}
.sedon-pointlist-header-actions {
  display: flex;
  gap: 4px;
}
.sedon-pointlist-clear,
.sedon-pointlist-close {
  background: #2a2a2f;
  border: 1px solid #555;
  color: #ddd;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 11px;
  cursor: pointer;
  line-height: 1.2;
}
.sedon-pointlist-clear:hover,
.sedon-pointlist-close:hover {
  border-color: #888;
}
.sedon-pointlist-close {
  padding: 0 8px;
  font-size: 14px;
  line-height: 1;
}
.sedon-pointlist-canvas {
  position: relative;
  background: #111;
  overflow: hidden;
  margin: 8px;
  flex: 1 0 auto;
}
.sedon-pointlist-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sedon-pointlist-backdrop--empty {
  background:
    linear-gradient(
      45deg,
      #1a1a1a 25%,
      transparent 25%),
    linear-gradient(
      -45deg,
      #1a1a1a 25%,
      transparent 25%),
    linear-gradient(
      45deg,
      transparent 75%,
      #1a1a1a 75%),
    linear-gradient(
      -45deg,
      transparent 75%,
      #1a1a1a 75%);
  background-size: 20px 20px;
  background-position:
    0 0,
    0 10px,
    10px -10px,
    -10px 0;
  background-color: #222;
}
.sedon-pointlist-svg {
  position: absolute;
  inset: 0;
  cursor: crosshair;
}
.sedon-pointlist-axis {
  stroke: rgba(255, 255, 255, 0.15);
  stroke-width: 1;
  pointer-events: none;
}
.sedon-pointlist-segments {
  fill: none;
  stroke: rgba(255, 255, 0, 0.7);
  stroke-width: 1.5;
  pointer-events: none;
}
.sedon-pointlist-segment-hit {
  stroke: transparent;
  stroke-width: 12;
  cursor: copy;
}
.sedon-pointlist-handle {
  fill: #ffeb3b;
  stroke: #1a1a1a;
  stroke-width: 2;
  cursor: grab;
}
.sedon-pointlist-handle:hover {
  fill: #fff;
}
.sedon-pointlist-handle--selected {
  fill: #ff5722;
  stroke: #fff;
}
.sedon-pointlist-handle--dragging {
  cursor: grabbing;
}
.sedon-pointlist-handle--free:not(.sedon-pointlist-handle--selected) {
  fill: #d97cff;
}
.sedon-pointlist-handle--aligned:not(.sedon-pointlist-handle--selected) {
  fill: #7ce0ff;
}
.sedon-pointlist-handle--corner:not(.sedon-pointlist-handle--selected) {
  fill: #b4eb4d;
}
.sedon-pointlist-tangent {
  fill: #ffd54f;
  stroke: #1a1a1a;
  stroke-width: 1.5;
  cursor: grab;
}
.sedon-pointlist-tangent:hover {
  fill: #fff;
}
.sedon-pointlist-tangent--auto {
  fill: rgba(255, 213, 79, 0.45);
  stroke: rgba(0, 0, 0, 0.4);
}
.sedon-pointlist-tangent-line {
  stroke: rgba(255, 213, 79, 0.6);
  stroke-width: 1;
  pointer-events: none;
}
.sedon-pointlist-tangent-line--auto {
  stroke: rgba(255, 213, 79, 0.25);
  stroke-dasharray: 3 3;
}
.sedon-pointlist-marquee {
  fill: rgba(100, 180, 255, 0.15);
  stroke: rgba(100, 180, 255, 0.85);
  stroke-width: 1;
  stroke-dasharray: 4 3;
  pointer-events: none;
}
.sedon-pointlist-footer {
  color: #888;
  font-size: 10px;
  text-align: center;
  padding: 4px 8px;
  border-top: 1px solid #2c2c2c;
  flex: 0 0 auto;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.sedon-pointlist-reset-view {
  font-size: 10px;
  background: #2a2a35;
  color: #ddd;
  border: 1px solid #444;
  border-radius: 3px;
  padding: 1px 6px;
  cursor: pointer;
}
.sedon-pointlist-reset-view:hover {
  background: #3a3a48;
}
.sedon-pointlist-resize {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  cursor: nwse-resize;
  background:
    linear-gradient(
      135deg,
      transparent 0%,
      transparent 50%,
      #666 50%,
      #666 60%,
      transparent 60%,
      transparent 70%,
      #666 70%,
      #666 80%,
      transparent 80%);
}
.sedon-gradient-editor {
  position: relative;
  width: 100%;
  outline: none;
}
.sedon-gradient-bar {
  position: relative;
  width: 100%;
  height: 22px;
  border: 1px solid #555;
  border-radius: 3px;
  overflow: hidden;
  cursor: copy;
  background-color: var(--sedon-checker-bg);
  background-image: var(--sedon-checker);
  background-size: var(--sedon-checker-size);
  background-position: var(--sedon-checker-pos);
}
.sedon-gradient-bar-fill {
  width: 100%;
  height: 100%;
}
.sedon-gradient-stops {
  position: relative;
  width: 100%;
  height: 14px;
  margin-top: 2px;
}
.sedon-gradient-stop {
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  cursor: ew-resize;
  touch-action: none;
}
.sedon-gradient-stop-swatch {
  width: 100%;
  height: 100%;
  border: 1px solid #444;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.sedon-gradient-stop--selected .sedon-gradient-stop-swatch {
  border-color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.6);
}
.sedon-gradient-mid {
  position: absolute;
  top: 1px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  transform: rotate(45deg);
  background: #999;
  border: 1px solid #222;
  cursor: ew-resize;
  touch-action: none;
}
.sedon-gradient-mid:hover {
  background: #ccc;
}
.sedon-material-preview {
  position: relative;
}
.sedon-material-preview-canvas {
  display: block;
  margin: 0 auto;
  border-radius: 2px;
  background: #000;
  touch-action: none;
  cursor: grab;
}
.sedon-material-preview-toggle {
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex;
  gap: 2px;
  font-size: 10px;
}
.sedon-material-preview-shape {
  width: 18px;
  height: 18px;
  padding: 0;
  background: rgba(20, 20, 25, 0.7);
  border: 1px solid #555;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
}
.sedon-material-preview-shape--active {
  background: #3a3a48;
  color: #ddd;
  border-color: #888;
}
.sedon-texture-preview {
  display: block;
  margin: 0 auto;
  border-radius: 2px;
  background: #000;
}
.sedon-scene-preview {
  display: block;
  margin: 0 auto;
  border-radius: 2px;
  background: #000;
}
.sedon-preview-pin {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(20, 20, 24, 0.7);
  padding: 2px 6px;
  border-radius: 3px;
  border: 1px solid #333;
  font-size: 11px;
  color: #aaa;
  pointer-events: auto;
}
.sedon-preview-pin-label {
  font-weight: 500;
}
.sedon-preview-pin-select {
  background: #222;
  color: #ddd;
  border: 1px solid #444;
  border-radius: 2px;
  font-size: 11px;
  padding: 1px 4px;
}
.sedon-preview-pin-stale {
  color: #e6a23c;
}
.sedon-preview-header {
  display: contents;
}
.sedon-animate-toggle {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 5;
  font-size: 11px;
  padding: 2px 8px;
}
.sedon-preview-pane {
  position: relative;
  width: 100%;
  height: 100%;
  outline: none;
}
.sedon-preview-grid {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 4px;
  padding: 4px;
  box-sizing: border-box;
}
.sedon-preview-tile {
  position: relative;
  flex: 1 1 0;
  min-width: 320px;
  background: #0a0a0a;
  border-radius: 4px;
  overflow: hidden;
}
.sedon-preview-canvas-host {
  position: absolute;
  inset: 0;
}
.sedon-preview-canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
  cursor: grab;
}
.sedon-preview-tile-label {
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.6);
  color: #ddd;
  font-size: 11px;
  border-radius: 2px;
  pointer-events: none;
}
.sedon-preview-error {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  padding: 1rem;
  background: #5a1a1a;
  border: 1px solid #a44;
  border-radius: 4px;
  white-space: pre-wrap;
  font-family: monospace;
  font-size: 12px;
}
.sedon-palette-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 12vh;
}
.sedon-palette {
  width: min(640px, 80vw);
  background: #22222a;
  border: 1px solid #555;
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: system-ui, sans-serif;
  font-size: 13px;
  color: #ddd;
}
.sedon-palette-input {
  background: #1a1a1f;
  color: #fff;
  border: none;
  outline: none;
  padding: 10px 12px;
  font: inherit;
  border-bottom: 1px solid #333;
}
.sedon-palette-results {
  max-height: 50vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.sedon-palette-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 12px;
  background: transparent;
  border: none;
  color: inherit;
  text-align: left;
  cursor: pointer;
  font: inherit;
}
.sedon-palette-item--active {
  background: #2c3e60;
  color: #fff;
}
.sedon-palette-label {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sedon-palette-shortcut {
  color: #888;
  font-size: 11px;
  white-space: nowrap;
}
.sedon-palette-empty {
  padding: 8px 12px;
  color: #888;
  font-style: italic;
}
@keyframes sedon-edge-selected-pulse {
  0%, 100% {
    stroke: #6a6a72;
  }
  50% {
    stroke: #ffffff;
  }
}
.react-flow__edge.selected .react-flow__edge-path,
.react-flow__edge:focus .react-flow__edge-path,
.react-flow__edge:focus-visible .react-flow__edge-path {
  stroke-width: 3 !important;
  animation: sedon-edge-selected-pulse 1.2s ease-in-out infinite;
}

/* src/docs/docs.css */
:root {
  --doc-bg: #1a1a1f;
  --doc-fg: #ddd;
  --doc-muted: #bbb;
  --doc-border: #333;
  --doc-card-bg: #22222a;
  --doc-accent: #aac;
  --doc-code-bg: #2a2a2a;
}
html,
body,
#root {
  margin: 0;
  min-height: 100%;
  background: var(--doc-bg);
  color: var(--doc-fg);
  font-family: system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}
.sedon-doc-shell {
  padding: 0 0 64px;
}
.sedon-doc-header {
  padding: 16px 0;
  border-bottom: 1px solid var(--doc-border);
  margin-bottom: 24px;
}
.sedon-doc-header > * {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.sedon-doc-breadcrumb {
  color: var(--doc-muted);
  font-size: 13px;
  text-decoration: none;
}
.sedon-doc-breadcrumb:hover {
  color: var(--doc-accent);
}
.sedon-doc-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.sedon-doc-section,
.sedon-doc-title-row,
.sedon-doc-summary {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.sedon-doc-section--wide {
  max-width: 1280px;
}
.sedon-doc-title-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.sedon-doc-title {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  color: #fff;
}
.sedon-doc-category {
  color: var(--doc-muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 2px 8px;
  border: 1px solid var(--doc-border);
  border-radius: 3px;
}
.sedon-doc-summary {
  font-size: 16px;
  color: #cfcfd6;
  margin: 0;
}
.sedon-doc-section {
  margin: 0;
}
.sedon-doc-h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--doc-border);
}
.sedon-doc-h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 16px 0 8px;
}
.sedon-doc-main > h2 + .sedon-doc-section + h2,
.sedon-doc-main > h2 ~ h2 {
  margin-top: 28px;
}
.sedon-doc-paragraph {
  margin: 0 0 10px;
}
.sedon-doc-description,
.sedon-doc-cell-desc {
  p {
    margin: 0 0 12px;
  }
  p:last-child {
    margin-bottom: 0;
  }
  a {
    color: var(--doc-accent);
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  code {
    background: var(--doc-code-bg);
    color: #cfcfd6;
  }
  ul,
  ol {
    margin: 0 0 12px;
    padding-left: 22px;
  }
  li {
    margin: 2px 0;
  }
  strong {
    color: #fff;
  }
}
.sedon-doc-muted {
  color: var(--doc-muted);
  font-style: italic;
}
.sedon-doc-sample {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 12px;
  align-items: stretch;
}
.sedon-doc-sample-graph {
  height: 480px;
  background: #1a1a1f;
  border: 1px solid var(--doc-border);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.sedon-doc-sample-result {
  display: flex;
  flex-direction: column;
  background: var(--doc-card-bg);
  border: 1px solid var(--doc-border);
  border-radius: 4px;
  padding: 10px;
  gap: 8px;
}
.sedon-doc-sample-result-label {
  font-size: 11px;
  color: var(--doc-muted);
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.sedon-doc-sample-result-body {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sedon-doc-sample-error {
  color: #d77;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 720px) {
  .sedon-doc-sample {
    grid-template-columns: minmax(0, 1fr);
  }
  .sedon-doc-sample-graph {
    height: 280px;
  }
}
.sedon-doc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.sedon-doc-table th {
  text-align: left;
  padding: 6px 8px;
  border-bottom: 1px solid var(--doc-border);
  color: var(--doc-muted);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.sedon-doc-table td {
  padding: 8px;
  border-bottom: 1px solid var(--doc-border);
  vertical-align: top;
}
.sedon-doc-cell-name {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  color: #fff;
  white-space: nowrap;
}
.sedon-doc-cell-type {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  color: var(--doc-accent);
  white-space: nowrap;
}
.sedon-doc-cell-default {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  color: var(--doc-muted);
}
.sedon-doc-color-swatch {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  vertical-align: -2px;
  border: 1px solid #555;
  border-radius: 2px;
  overflow: hidden;
  background-color: #222;
  background-image:
    linear-gradient(
      45deg,
      #444 25%,
      transparent 25%,
      transparent 75%,
      #444 75%),
    linear-gradient(
      45deg,
      #444 25%,
      transparent 25%,
      transparent 75%,
      #444 75%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
}
.sedon-doc-color-swatch-fill {
  display: block;
  width: 100%;
  height: 100%;
}
.sedon-doc-cell-desc {
  color: #ccc;
}
.sedon-doc-enum {
  margin: 6px 0 0;
  padding-left: 16px;
  color: var(--doc-muted);
  font-size: 12px;
}
.sedon-doc-enum code {
  color: var(--doc-accent);
}
.sedon-doc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sedon-doc-list li {
  padding: 6px 8px;
  border-bottom: 1px solid var(--doc-border);
}
.sedon-doc-list a {
  color: var(--doc-accent);
  text-decoration: none;
}
.sedon-doc-list a:hover {
  text-decoration: underline;
}
.sedon-doc-list-summary {
  color: var(--doc-muted);
  margin-left: 8px;
  font-size: 13px;
}
.sedon-doc-empty {
  padding: 40px;
  text-align: center;
  color: var(--doc-muted);
}
code {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  background: var(--doc-code-bg);
  padding: 1px 4px;
  border-radius: 2px;
  font-size: 0.92em;
}
.sedon-doc-bottom-toc {
  max-width: 100%;
}
.sedon-doc-bottom-toc h2 {
  border-top: 3px solid;
  padding-top: 0.5em;
  text-align: center;
}
.sedon-doc-bottom-toc-grid {
  columns: 240px;
  gap: 24px 28px;
}
.sedon-doc-bottom-toc-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 1em;
}
.sedon-doc-bottom-toc-cat {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--doc-muted);
  margin: 0;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--doc-border);
}
.sedon-doc-bottom-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sedon-doc-bottom-toc-list li {
  padding: 2px 0;
  font-size: 13px;
  line-height: 1.4;
}
.sedon-doc-bottom-toc-list a {
  color: var(--doc-accent);
  text-decoration: none;
}
.sedon-doc-bottom-toc-list a:hover {
  text-decoration: underline;
}
.sedon-doc-bottom-toc-current code {
  background: var(--doc-accent);
  color: var(--doc-bg, #1a1a1f);
}
/*# sourceMappingURL=dist/docs/main.css.map */
