@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Noto+Sans+SC:wght@400;500;600&display=swap";.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;touch-action:none}.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:dark;font-family:DM Sans,Noto Sans SC,system-ui,sans-serif;color:#e9e9ea;background:#0d0d0e;font-synthesis:none}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}button,input,textarea,select{font:inherit}button{color:inherit}.app-shell{height:100%;background:#0d0d0e;-webkit-user-select:none;user-select:none}.app-shell input,.app-shell textarea{-webkit-user-select:text;user-select:text}.topbar{height:56px;padding:0 15px 0 18px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid #2a2a2c;background:#141415;position:relative;z-index:30}.brand{display:flex;align-items:center;gap:9px;font-size:14px}.brand-mark{width:27px;height:27px;border:1px solid #494a4d;border-radius:7px;display:grid;place-items:center;color:#ddd;background:#272729}.home-button{width:30px;height:30px;padding:0;border:1px solid #3c3d40;border-radius:7px;display:grid;place-items:center;color:#9b9ca0;background:#202022;cursor:pointer}.home-button:hover{color:#eee;border-color:#626368;background:#2d2d30}.project-name{display:flex;align-items:center;gap:8px;color:#a4a4a7;font-size:12px;background:#1e1e20;border:1px solid #303033;padding:7px 11px;border-radius:8px}.project-name i{width:6px;height:6px;border-radius:50%;background:#58c9e8;box-shadow:0 0 0 3px #58c9e81f}.top-actions{justify-self:end;display:flex;align-items:center;gap:7px}.top-actions>span{display:flex;align-items:center;gap:5px;color:#77787c;font-size:11px;white-space:nowrap}.top-actions .save-status.saved,.top-actions .save-status.recovered{color:#8baab2}.top-actions .save-status.saving{color:#a0a1a5}.top-actions .save-status.error{color:#dc9599}.top-actions button{height:34px;padding:0 10px;display:flex;align-items:center;gap:6px;border:1px solid #494a4e;border-radius:8px;background:#29292b;cursor:pointer;font-size:12px}.top-actions button:hover{background:#333335;border-color:#68696d}.top-actions button:disabled{opacity:.55;cursor:wait}.top-actions button.api-connected{color:#b9e6f2;border-color:#3e6974}.workspace{height:calc(100% - 56px);display:flex;position:relative}.canvas-sidebar{width:292px;flex:0 0 292px;min-width:0;position:relative;z-index:35;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid #303033;background:#161617;color:#dddde0}.canvas-sidebar.collapsed{width:52px;flex-basis:52px;align-items:center;padding-top:12px;background:#151516}.sidebar-expand{width:34px;height:34px;padding:0;border:1px solid #3c3d40;border-radius:8px;display:grid;place-items:center;color:#9b9ca0;background:#222224;cursor:pointer}.sidebar-expand:hover{color:#eee;border-color:#5a5b60;background:#2d2d30}.sidebar-tabs{height:64px;flex:0 0 64px;padding:0 13px 0 16px;border-bottom:1px solid #303033;display:flex;align-items:center;justify-content:space-between;gap:9px}.sidebar-tabs>div:first-child{display:flex;align-items:center;gap:5px}.sidebar-tabs [role=tab]{height:40px;padding:0 13px;border:0;border-radius:10px;color:#b6b6ba;background:transparent;font-size:15px;cursor:pointer}.sidebar-tabs [role=tab]:hover{color:#f0f0f1;background:#2a2a2c}.sidebar-tabs [role=tab].active{color:#f4f4f5;background:#39393b;font-weight:600}.sidebar-top-actions{display:flex;align-items:center;gap:3px;color:#bfc0c3}.sidebar-top-actions>svg{margin-right:1px}.sidebar-top-actions button{width:29px;height:29px;padding:0;border:0;border-radius:7px;display:grid;place-items:center;color:#75767a;background:transparent;cursor:pointer}.sidebar-top-actions button:hover{color:#e3e3e4;background:#2d2d2f}.sidebar-content{flex:1;min-height:0;padding:16px 14px 18px;display:flex;flex-direction:column;overflow:hidden}.sidebar-section-heading{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:10px}.sidebar-section-heading>div{min-width:0;display:flex;align-items:center;gap:7px}.sidebar-section-heading strong{color:#8c8d91;font-size:13px;font-weight:600}.sidebar-section-heading>div span{min-width:20px;height:19px;padding:0 5px;border-radius:999px;display:grid;place-items:center;color:#77787c;background:#242426;font-size:10px}.sidebar-filter{height:30px;padding:0 5px 0 7px;display:flex;align-items:center;gap:4px;border-radius:7px;color:#bfc0c3;cursor:pointer}.sidebar-filter:hover{background:#29292b}.sidebar-filter select{min-width:42px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;outline:0;color:#dedee0;background:transparent;font-size:12px;cursor:pointer}.sidebar-filter select option{color:#ddd;background:#262628}.sidebar-filter svg:last-child{color:#7f8084;pointer-events:none}.sidebar-search{height:35px;flex:0 0 35px;margin:9px 0 13px;padding:0 10px;border:1px solid #303033;border-radius:8px;display:flex;align-items:center;gap:8px;color:#6f7075;background:#1d1d1f}.sidebar-search:focus-within{border-color:#56575b;color:#a8a9ad;box-shadow:0 0 0 2px #ffffff08}.sidebar-search input{width:100%;min-width:0;border:0;outline:0;color:#dddde0;background:transparent;font-size:12px}.sidebar-search input::placeholder{color:#66676b}.sidebar-node-list,.sidebar-assets-panel{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#3a3a3d transparent}.sidebar-node-list{display:flex;flex-direction:column;gap:6px}.sidebar-node-row{min-height:64px;padding:7px 8px;border:1px solid transparent;border-radius:11px;display:flex;align-items:center;gap:9px;outline:0;color:#c5c5c7;background:#202022;cursor:pointer;transition:border-color .14s,background .14s,transform .14s}.sidebar-node-row:hover,.sidebar-node-row:focus-visible{border-color:#3f4044;background:#29292b}.sidebar-node-row.active{border-color:#4d4e52;color:#f0f0f1;background:#323234;box-shadow:inset 0 0 0 1px #ffffff05}.sidebar-node-icon{width:40px;height:40px;flex:0 0 40px;border:1px solid #3e3f42;border-radius:9px;display:grid;place-items:center;color:#bfc0c3;background:#303032}.sidebar-node-row.active .sidebar-node-icon{border-color:#5d5e62;color:#eee;background:#4a4a4d}.sidebar-node-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.sidebar-node-copy strong{overflow:hidden;font-size:13px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.sidebar-node-copy small{color:#77787c;font-size:10px}.sidebar-node-row.active .sidebar-node-copy small{color:#96979b}.sidebar-node-more{flex:0 0 auto;color:#737478}.sidebar-node-row>button{width:28px;height:28px;flex:0 0 28px;padding:0;border:0;border-radius:7px;display:grid;place-items:center;color:#88898d;background:transparent;cursor:pointer}.sidebar-node-row>button:hover{color:#e8e8e9;background:#444447}.sidebar-empty{min-height:180px;padding:28px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#66676b;text-align:center}.sidebar-empty strong{color:#898a8e;font-size:12px;font-weight:500}.sidebar-empty span{max-width:195px;font-size:10px;line-height:1.55}.sidebar-empty.asset-empty{min-height:200px}.sidebar-assets-panel{display:flex;flex-direction:column}.sidebar-import-assets{width:100%;height:38px;flex:0 0 38px;margin-bottom:12px;border:1px dashed #48494d;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:7px;color:#b8b9bc;background:#232325;font-size:12px;cursor:pointer}.sidebar-import-assets:hover{border-color:#707176;color:#ededee;background:#2b2b2d}.sidebar-asset-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.sidebar-asset-card{min-width:0;padding:0;overflow:hidden;border:1px solid #36373a;border-radius:10px;color:#c8c8ca;background:#202022;text-align:left;cursor:pointer}.sidebar-asset-card:hover{border-color:#5b5c61;background:#29292b}.sidebar-asset-preview{width:100%;aspect-ratio:4/3;position:relative;overflow:hidden;display:grid;place-items:center;color:#696a6e;background:#111112}.sidebar-asset-preview img,.sidebar-asset-preview video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:contain}.sidebar-asset-preview>svg{position:relative;z-index:1}.sidebar-asset-card>span:last-child{min-width:0;padding:8px;display:flex;flex-direction:column;gap:3px}.sidebar-asset-card strong{overflow:hidden;font-size:11px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.sidebar-asset-card small{color:#727378;font-size:9px}.sidebar-assets-hint{margin:0 1px 10px;color:#717276;font-size:10px;line-height:1.45}.sidebar-asset-grid{grid-template-columns:1fr}.sidebar-asset-card{cursor:default}.sidebar-asset-card .sidebar-asset-preview{padding:0;border:0;border-radius:0;cursor:pointer}.sidebar-asset-card .sidebar-asset-preview:hover img{filter:brightness(1.08)}.sidebar-asset-copy{min-width:0;padding:9px 9px 7px;display:flex;flex-direction:column;gap:4px}.sidebar-asset-card>.sidebar-asset-actions{min-width:0;padding:0 8px 8px;display:grid;grid-template-columns:1fr 1fr;gap:6px}.sidebar-asset-actions button{min-width:0;height:30px;padding:0 5px;border:1px solid #3f4044;border-radius:7px;display:flex;align-items:center;justify-content:center;gap:4px;color:#b9babc;background:#2a2a2c;font-size:10px;white-space:nowrap;cursor:pointer}.sidebar-asset-actions button:hover:not(:disabled){border-color:#626368;color:#f0f0f1;background:#38383a}.sidebar-asset-actions button:disabled{opacity:.38;cursor:not-allowed}.canvas-node-context-menu{position:absolute;z-index:60;width:256px;padding:6px;border:1px solid #45464a;border-radius:11px;background:#272729f5;box-shadow:0 18px 50px #000b;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:menu-in .14s ease}.canvas-node-context-menu>button{width:100%;min-height:56px;padding:8px 10px;border:0;border-radius:8px;display:flex;align-items:center;gap:10px;color:#dedee0;background:transparent;text-align:left;cursor:pointer}.canvas-node-context-menu>button:hover:not(:disabled){background:#38383b}.canvas-node-context-menu>button:disabled{opacity:.45;cursor:not-allowed}.canvas-node-context-menu>button>svg{flex:0 0 auto;color:#bcbdbf}.canvas-node-context-menu>button>span{min-width:0;display:flex;flex-direction:column;gap:3px}.canvas-node-context-menu strong{font-size:13px;font-weight:500}.canvas-node-context-menu small{color:#88898d;font-size:9px}.storage-fatal{min-height:100%;padding:48px;display:grid;place-content:center;justify-items:start;gap:12px;background:#111112;color:#dedee0}.storage-fatal h1{margin:0;font-size:22px}.storage-fatal p{max-width:620px;margin:0;color:#999a9e;line-height:1.6}.storage-fatal button{height:36px;padding:0 14px;border:1px solid #535458;border-radius:8px;background:#29292b;cursor:pointer}.project-home{width:100%;height:100%;overflow:auto;color:#e8e8ea;background:radial-gradient(circle at 50% -20%,#27282c 0,#141416 38%,#0f0f10 72%);-webkit-user-select:none;user-select:none}.project-home-header{height:64px;padding:0 34px;border-bottom:1px solid #2a2a2d;display:flex;align-items:center;justify-content:space-between;background:#121213d9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0;z-index:5}.project-home-header>span{color:#77787c;font-size:12px}.project-home-content{width:calc(100% - 68px);margin:0 auto;padding:62px 0 90px}.project-home-heading{margin-bottom:27px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.project-home-heading small{display:block;margin-bottom:8px;color:#6f7075;font-size:11px;letter-spacing:.14em;text-transform:uppercase}.project-home-heading h1{margin:0;font-size:30px;line-height:1.1;font-weight:600}.project-home-heading p{margin:10px 0 0;color:#85868b;font-size:13px}.project-home-heading>span{padding-bottom:4px;color:#66676b;font-size:11px;white-space:nowrap}.project-home-error{margin-bottom:18px;padding:11px 13px;border:1px solid #6d3e42;border-radius:9px;color:#e3a9ad;background:#3a2326;font-size:12px}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px 22px}.project-card{min-width:0;padding:0;border:0;display:block;color:inherit;background:transparent;text-align:left;cursor:pointer}.project-card:disabled{opacity:.55;cursor:wait}.project-card-cover{width:100%;aspect-ratio:16/9;position:relative;overflow:hidden;border:1px solid #393a3d;border-radius:15px;background:#242426;transition:transform .16s,border-color .16s,box-shadow .16s}.project-card:not(:disabled):hover .project-card-cover{transform:translateY(-3px);border-color:#64656a;box-shadow:0 18px 42px #0007}.project-card-copy{padding:12px 8px 0;display:flex;flex-direction:column;gap:5px}.project-card-copy strong{overflow:hidden;color:#d9d9db;font-size:15px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.project-card-copy span{color:#6f7075;font-size:12px}.create-project-card .project-card-cover{border-style:dashed;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#29292b}.create-project-card .project-card-cover>strong{font-size:15px;font-weight:500}.create-project-card .project-card-cover>small{color:#77787d;font-size:11px}.create-project-icon{width:48px;height:48px;margin-bottom:2px;border:1px solid #515256;border-radius:13px;display:grid;place-items:center;color:#c4c5c7;background:#333336}.project-preview{isolation:isolate;display:grid;place-items:center;background:linear-gradient(145deg,#242426,#1b1b1d)}.project-preview-glow{position:absolute;z-index:-1;width:62%;height:72%;border-radius:50%;background:#777a8318;filter:blur(22px)}.project-preview-node{position:absolute;width:31%;height:40%;border:1px solid #595a5f;border-radius:7px;background:#313134;box-shadow:0 9px 22px #0006}.project-preview-node.node-a{left:17%;top:24%}.project-preview-node.node-b{right:17%;bottom:22%}.project-preview-line{position:absolute;left:44%;top:49%;width:17%;height:1px;background:#6f747c;transform:rotate(-8deg);transform-origin:left center}.project-preview-icon{position:relative;z-index:2;color:#8a8b90}.project-cover-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.project-preview>small{position:absolute;z-index:2;left:13px;bottom:11px;color:#73747a;font-size:10px}.project-preview.has-cover>small{padding:4px 7px;border:1px solid #ffffff1c;border-radius:6px;color:#efeff0;background:#101011b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.project-empty-hint{margin:28px 2px 0;color:#73747a;font-size:12px}.project-context-menu{width:196px;padding:7px;position:fixed;z-index:80;border:1px solid #55565a;border-radius:12px;color:#e8e8ea;background:#333335f5;box-shadow:0 18px 48px #000b;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:menu-in .12s ease-out}.project-context-menu button{width:100%;height:42px;padding:0 12px;border:0;border-radius:8px;display:flex;align-items:center;gap:10px;color:#e2e2e4;background:transparent;font-size:14px;text-align:left;cursor:pointer}.project-context-menu button:hover,.project-context-menu button:focus-visible{outline:0;color:#fff;background:#4a4a4d}.project-context-menu button:disabled{opacity:.5;cursor:wait}.project-context-divider{height:1px;margin:4px 7px;display:block;background:#505054}.project-cover-toast.error{border-color:#704448;color:#efc0c3}.project-cover-toast.error svg{color:#e28b91}.canvas-wrap{flex:1;min-width:0;position:relative;background:#111112}.react-flow__background{opacity:.82}.canvas-wrap.selection-mode .react-flow__pane{cursor:default}.canvas-wrap.space-pan .react-flow__pane{cursor:grab}.canvas-wrap.space-pan .react-flow__pane:active{cursor:grabbing}.react-flow__selection,.react-flow__nodesselection-rect{border:1px dashed #b7b8ba!important;background:#b7b8ba0b!important}.selection-toolbar{position:absolute;z-index:45;left:50%;top:16px;transform:translate(-50%);height:40px;padding:4px 5px 4px 12px;display:flex;align-items:center;gap:5px;border:1px solid #454548;border-radius:10px;background:#262627f5;box-shadow:0 12px 34px #0009;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.selection-toolbar>span{margin-right:4px;color:#96979b;font-size:11px;white-space:nowrap}.selection-toolbar button{height:30px;padding:0 9px;display:flex;align-items:center;gap:5px;border:0;border-radius:7px;color:#d1d1d3;background:transparent;font-size:11px;cursor:pointer}.selection-toolbar button:hover{background:#38383a}.selection-toolbar button:disabled{opacity:.35;cursor:not-allowed}.selection-arrange-tools{height:30px;padding-right:5px;margin-right:1px;border-right:1px solid #414144;display:flex;align-items:center;gap:1px}.selection-arrange-tools button{width:29px;padding:0;justify-content:center;color:#b8b9bc}.selection-arrange-tools button.auto-arrange{width:auto;padding:0 8px;color:#d7d7da;background:#333335}.selection-arrange-tools button.auto-arrange:hover{background:#444447}.selection-arrange-tools button.auto-arrange span{white-space:nowrap}.selection-toolbar button.delete-selection:hover{color:#efb1b4;background:#40282a}.react-flow__renderer{cursor:grab}.react-flow__renderer:active{cursor:grabbing}.react-flow__controls{border:1px solid #3c3c3f!important;border-radius:8px!important;overflow:hidden;background:#202022!important;box-shadow:0 8px 25px #0007!important;margin-bottom:16px!important;margin-right:16px!important}.react-flow__controls-button{background:#202022!important;border-bottom:1px solid #343437!important;fill:#aaa!important;color:#aaa!important}.react-flow__controls-button:hover{background:#2d2d2f!important}.react-flow__minimap{background:#171718!important;border:1px solid #333336;border-radius:7px;opacity:.58;margin:14px!important}.react-flow__edge-path{stroke-linecap:round;transition:stroke .15s,stroke-width .15s,filter .15s}.react-flow__edge:hover .react-flow__edge-path{stroke:#a4afba!important}.react-flow__edge.selected .react-flow__edge-path{stroke:#c5ccd3!important;stroke-width:1.8!important;filter:drop-shadow(0 0 3px #94a7b855)}.react-flow__connection-path{stroke:#7f8b98!important;stroke-width:1.35!important;stroke-linecap:round}.canvas-node{width:292px;border:1px solid #55565a;border-radius:10px;background:#242425;box-shadow:0 14px 40px #0007;color:#dededf;overflow:visible;transition:border-color .15s,box-shadow .15s}.canvas-node:hover{border-color:#77787c}.canvas-node.selected{border-color:#d1d1d2;box-shadow:0 0 0 1px #d1d1d254,0 18px 48px #0008}.node-titlebar{height:48px;padding:0 9px 0 12px;display:flex;align-items:center;gap:9px}.node-kind-icon{color:#b6b7ba;width:28px;height:28px;display:grid;place-items:center;border-radius:6px;background:#303032}.node-titlebar>div{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.node-titlebar strong{font-size:14px;line-height:1.2;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.node-titlebar small{font-size:10px;color:#77787c}.node-delete{width:28px;height:28px;border:0;background:transparent;color:#737478;display:grid;place-items:center;border-radius:6px;cursor:pointer}.node-delete:hover{color:#ddd;background:#343436}.node-media{height:226px;margin:0 8px;position:relative;overflow:hidden;border:1px solid #3c3c3f;border-radius:7px;background:#1c1c1d}.node-media img{display:block;width:100%;height:100%;object-fit:contain;background:#181819}.node-media.has-image img{object-fit:cover}.empty-media{width:100%;height:100%;border:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#77787b;background:#202021}.empty-media strong{font-size:11px;font-weight:500}.empty-media small{font-size:8px;color:#5f6063}.media-actions{position:absolute;right:6px;top:6px;display:flex;gap:4px;opacity:0;transition:opacity .15s}.node-media:hover .media-actions{opacity:1}.media-actions button,.media-actions a,.output-download{width:27px;height:27px;border:1px solid #4c4d50;border-radius:6px;color:#ddd;background:#202022dd;display:grid;place-items:center;text-decoration:none;cursor:pointer}.output-download{position:absolute;right:6px;top:6px}.output-node{width:322px}.output-media{height:242px}.output-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:#66676a}.output-placeholder span{font-size:9px}.generating-mask{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#d6eef5;background:#181819d8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.generation-progress{width:min(210px,72%);display:flex;flex-direction:column;align-items:center;gap:10px}.generation-progress strong{font-size:12px;font-weight:500;color:#e4e5e7}.generation-progress>span{width:100%;height:5px;overflow:hidden;border-radius:999px;background:#343538;box-shadow:inset 0 0 0 1px #ffffff10}.generation-progress>span i{display:block;min-width:10%;height:100%;border-radius:inherit;background:#8fddec;transition:width .35s ease}.simple-image-node,.simple-image-node:hover,.simple-image-node.selected{width:var(--image-node-width,322px);border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.node-floating-title{position:absolute;left:0;top:-40px;width:var(--image-node-width,700px);height:30px;display:flex;align-items:center;gap:9px;color:#a2a2a5;white-space:nowrap;pointer-events:none}.node-floating-title strong{min-width:0;max-width:calc(100% - 125px);overflow:hidden;text-overflow:ellipsis;font-size:16px;font-weight:500;line-height:1}.node-floating-title span{margin-left:auto;color:#66676b;font-size:12px}.node-floating-title svg{flex:0 0 auto;width:27px;height:27px;padding:4px;color:#202021;background:#a7a7aa;border-radius:3px}.simple-image-node .node-media{width:var(--image-node-width,700px);height:var(--image-node-height,390px);margin:0;border:1.5px solid #9b9b9e;border-radius:14px;background:#252525;box-shadow:0 18px 48px #0006;transition:border-color .16s,box-shadow .16s,width .16s,height .16s}.simple-image-node:hover .node-media{border-color:#b0b0b3}.simple-image-node.selected .node-media{border-color:#c9c9cb;box-shadow:0 0 0 1px #d0d0d24a,0 20px 52px #0008}.simple-image-node .empty-media,.simple-image-node .output-placeholder{position:relative;color:#626367;background:#242425}.empty-media-hero{position:absolute;left:50%;top:36%;width:84px;height:84px;transform:translate(-50%,-50%);color:#59595b}.input-empty .empty-media-hero,.output-empty .empty-media-hero{top:36%}.empty-media-suggestions{position:absolute;left:34px;bottom:82px;display:flex;flex-direction:column;align-items:flex-start;gap:22px;color:#a7a8ab;font-size:15px}.empty-media-suggestions>span{margin-bottom:0;color:#9b9b9e}.empty-action{height:26px;padding:0;border:0;display:flex;align-items:center;gap:12px;color:#f0f0f1;background:transparent;cursor:pointer}.empty-action:hover{color:#fff}.empty-action strong{font-size:17px;font-weight:500;line-height:1}.empty-action svg{flex:0 0 auto}.hd-icon{width:20px;height:18px;display:grid;place-items:center;border:2px solid currentColor;border-radius:4px;font-size:9px;font-weight:700;line-height:1;letter-spacing:0}.node-hover-actions{position:absolute;right:8px;top:8px;z-index:4;display:flex;gap:5px;opacity:0;transform:translateY(-2px);transition:opacity .15s,transform .15s}.simple-image-node:hover .node-hover-actions,.simple-image-node.selected .node-hover-actions{opacity:1;transform:translateY(0)}.node-hover-actions button,.node-hover-actions a{width:29px;height:29px;border:1px solid #4c4d50;border-radius:7px;color:#ddd;background:#202022e8;display:grid;place-items:center;text-decoration:none;cursor:pointer}.node-hover-actions button:hover,.node-hover-actions a:hover{background:#343436;border-color:#77787b}.simple-image-node .node-error{position:absolute;z-index:3;left:9px;right:9px;bottom:9px;margin:0;padding:9px}.group-frame{width:100%;height:100%;position:relative;border:1px dashed #77787d;border-radius:13px;background:#ffffff05;transition:border-color .15s,background .15s}.group-frame.selected{border-color:#c3c4c7;background:#ffffff08}.group-frame-title{position:absolute;left:11px;top:9px;display:flex;align-items:center;gap:6px;color:#8f9094;font-size:11px}.node-meta{height:40px;padding:0 11px;display:flex;align-items:center;justify-content:space-between;color:#77787b;font-size:10px}.node-meta span{display:flex;align-items:center;gap:6px}.node-meta i{width:6px;height:6px;border-radius:50%;background:#55565a}.node-meta i.ready-dot{background:#57c8e7;box-shadow:0 0 0 3px #57c8e71d}.node-error{margin:7px 8px 0;padding:8px;border-radius:6px;background:#392224;color:#dc9599;font-size:10px;line-height:1.4}.flow-port{width:24px!important;height:24px!important;border:1.5px solid #bdbdc1!important;background:#242426!important;border-radius:50%!important;transition:border-color .14s,box-shadow .14s,background-color .14s}.flow-port:after,.flow-port:before{content:"";position:absolute;background:#c5c5c8;left:6px;right:6px;top:11px;height:1.5px;transition:background-color .14s}.flow-port:before{top:6px;bottom:6px;left:11px;width:1.5px;height:auto}.flow-port.target{left:-13px!important}.flow-port.source{right:-13px!important}.flow-port:hover,.flow-port.connectingfrom{border-color:#fff!important;background:#29292b!important;box-shadow:0 0 0 4px #ffffff14,0 0 10px #9db4c644}.flow-port:hover:after,.flow-port:hover:before,.flow-port.connectingfrom:after,.flow-port.connectingfrom:before{background:#fff}.insert-menu{position:absolute;z-index:25;width:242px;padding:10px;border:1px solid #414144;border-radius:14px;background:#242425;box-shadow:0 18px 50px #000b;animation:menu-in .14s ease}.insert-title{padding:7px 9px 10px;color:#88898d;font-size:13px;font-weight:600}.insert-menu button{width:100%;display:flex;align-items:center;gap:11px;border:0;padding:10px;background:transparent;border-radius:9px;text-align:left;cursor:pointer}.insert-menu button:hover{background:#3b3b3d}.insert-menu button>span{width:36px;height:36px;border:1px solid #48494c;border-radius:7px;display:grid;place-items:center;color:#d0d0d2}.insert-menu button>div{display:flex;flex-direction:column;gap:3px}.insert-menu strong{font-size:14px;font-weight:500}.insert-menu small{font-size:10px;color:#85868a}.content-node{position:relative;width:280px;border:1px solid #45464a;border-radius:11px;background:#242425;box-shadow:0 14px 38px #0006;color:#dedee0}.content-node.selected{border-color:#c7c7c9;box-shadow:0 0 0 1px #c7c7c94f,0 16px 42px #0008}.content-node-title{height:42px;padding:0 11px;border-bottom:1px solid #393a3d;display:flex;align-items:center;gap:8px;color:#bfc0c3}.content-node-title strong{flex:1;font-size:13px;font-weight:500}.content-node-title button{width:27px;height:27px;border:0;border-radius:6px;background:transparent;color:#77787b;display:grid;place-items:center;cursor:pointer}.content-node-title button:hover{color:#e0e0e1;background:#363638}.text-node textarea{width:100%;min-height:142px;padding:13px;border:0;outline:0;resize:none;background:transparent;color:#e2e2e3;font:14px/1.55 inherit}.text-node textarea::placeholder{color:#6f7074}.video-node-media{width:100%;height:168px;padding:9px}.video-node-media>button{width:100%;height:100%;border:1px dashed #4d4e52;border-radius:8px;background:#202021;color:#77787c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer}.video-node-media>button:hover{color:#a7a8ab;border-color:#6a6b6f}.video-node-media video{width:100%;height:100%;border-radius:7px;background:#171718;object-fit:contain}.node-prompt-toolbar{z-index:30!important;pointer-events:auto!important}.prompt-dock{position:relative;z-index:12;width:min(820px,calc(100vw - 260px));min-width:660px;min-height:164px;padding:10px 14px 8px;border:1px solid #343436;border-radius:16px;background:#252525f8;box-shadow:0 18px 48px #000b;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform:scale(clamp(.55,calc(var(--canvas-zoom,1) * 1.05),1));transform-origin:top center}.dock-tools{display:flex;align-items:center;gap:6px;height:36px}.dock-tools>button{cursor:pointer}.dock-chip{height:32px;padding:0 12px 0 10px;border:0;border-radius:999px;background:#323232;color:#a4a4a7;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;white-space:nowrap}.dock-chip:hover,.dock-chip.active{color:#e4e4e5;background:#3b3b3c}.dock-chip svg{flex:0 0 auto}.dock-tools span{font-size:13px;line-height:1}.dock-expand{width:32px;height:32px;margin-left:auto;border:0;border-radius:8px;background:transparent;color:#a2a2a5;display:grid;place-items:center}.dock-expand:hover{color:#e2e2e3;background:#303031}.reference-thumbnails{display:flex;align-items:center;gap:7px;max-width:330px;min-height:52px;overflow-x:auto;overflow-y:hidden;padding:0 3px;scrollbar-width:thin}.reference-thumbnail{position:relative;flex:0 0 52px;width:52px;height:52px;overflow:visible;border:1px solid #525356;border-radius:9px;background:#303032;color:#818287;display:grid;place-items:center}.reference-thumbnail.ready{border-color:#696a6e;background:#1d1d1f;box-shadow:inset 0 0 0 1px #ffffff08}.reference-thumbnail img{width:100%;height:100%;padding:3px;display:block;object-fit:contain;object-position:center center;border-radius:8px;background:#19191a}.reference-order{position:absolute;left:-4px;bottom:-4px;min-width:17px;height:17px;padding:0 4px;border:1px solid #6d6e72;border-radius:9px;background:#202021;color:#f0f0f1;font-size:10px!important;line-height:15px;text-align:center;box-shadow:0 2px 5px #0008}.reference-thumbnail .reference-remove{position:absolute;top:-6px;right:-6px;width:18px;height:18px;padding:0;border:1px solid #77787b;border-radius:50%;background:#303032;color:#e3e3e4;display:grid;place-items:center;font-size:14px;line-height:1;cursor:pointer;opacity:0;transition:opacity .14s ease,background .14s ease}.reference-thumbnail:hover .reference-remove,.reference-thumbnail:focus-within .reference-remove{opacity:1}.reference-thumbnail .reference-remove:hover{background:#59595c}.connected-text-list{flex:1 1 auto;min-width:112px;max-width:250px;min-height:44px;display:flex;align-items:center;gap:7px;overflow-x:auto;overflow-y:hidden;padding:0 3px;scrollbar-width:thin}.connected-text-chip{position:relative;flex:0 0 128px;width:128px;height:36px;padding:0 10px;border:1px solid #505155;border-radius:999px;display:flex;align-items:center;gap:7px;background:#2f2f30;color:#a9aaae}.connected-text-chip.ready{color:#dedee0;border-color:#66676b;background:#333334}.connected-text-chip svg{flex:0 0 auto;color:#9fa0a4}.connected-text-chip span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1}.connected-text-chip .reference-remove{position:absolute;top:-6px;right:-6px;width:18px;height:18px;padding:0;border:1px solid #77787b;border-radius:50%;background:#303032;color:#e3e3e4;display:grid;place-items:center;font-size:14px;line-height:1;cursor:pointer;opacity:0;transition:opacity .14s ease,background .14s ease}.connected-text-chip:hover .reference-remove,.connected-text-chip:focus-within .reference-remove{opacity:1}.connected-text-chip .reference-remove:hover{background:#59595c}.prompt-dock textarea{width:100%;height:68px;resize:none;border:0;outline:0;background:transparent;color:#e7e7e8;font-size:16px;line-height:1.45;padding:10px 0 3px}.prompt-dock textarea::placeholder{color:#6f6f72}.dock-footer{display:flex;align-items:center;gap:7px;min-width:0;height:42px;padding-top:2px}.dock-divider{width:1px;height:24px;background:#4a4a4d;flex:0 0 auto}.footer-spacer{flex:1}.inline-select{height:32px;display:flex;align-items:center;gap:4px;padding:0 6px;color:#d4d4d6;border-radius:7px;white-space:nowrap}.inline-select:hover{background:#303032}.inline-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;max-width:160px;border:0;outline:0;background:transparent;color:inherit;font-size:12px;cursor:pointer}.inline-select select option{background:#242425}.model-select select{max-width:175px}.prompt-count{color:#717276;font-size:11px;display:none}.utility-tool{width:30px;height:30px;border:0;border-radius:7px;background:transparent;color:#bfc0c3;display:grid;place-items:center;cursor:pointer}.utility-tool:hover{color:#f0f0f1;background:#333334}.lens-tool span{width:18px;height:18px;border-radius:50%;display:block;background:radial-gradient(circle at 38% 38%,#cfd0d2 0,#cfd0d2 8%,#5f6063 18%,#202123 45%,#0d0d0e 70%);box-shadow:inset 0 0 0 1px #6b6c70,0 0 0 1px #171718}.submit-generation{width:40px;height:40px;margin-left:2px;border:0;border-radius:13px;background:#bcbcc0;color:#202021;display:grid;place-items:center;cursor:pointer}.submit-generation:hover:not(:disabled){background:#d9d9dc}.submit-generation:disabled{opacity:.45;cursor:not-allowed}.dock-context{position:absolute;right:14px;top:11px;color:#77787b;font-size:10px;opacity:0;pointer-events:none}.model-picker{position:relative;flex:0 0 auto}.model-trigger{height:36px;min-width:138px;padding:0 4px 0 0;display:flex;align-items:center;gap:7px;border:0;border-radius:8px;color:#f0f0f1;background:transparent;font-size:14px;cursor:pointer}.model-trigger:hover,.model-trigger.active{background:#323233}.model-trigger>svg{margin-left:auto;color:#8c8d91;transition:transform .16s}.model-trigger>svg.open{transform:rotate(180deg)}.model-trigger-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;background:transparent;color:#f0f0f1}.model-trigger-icon.nano{color:#d7dde8;background:transparent}.model-menu{position:absolute;z-index:50;left:0;bottom:40px;width:322px;padding:6px;display:flex;flex-direction:column;gap:3px;border:1px solid #46474b;border-radius:12px;background:#242425;box-shadow:0 16px 44px #000b;animation:settings-in .16s ease}.model-menu>button{width:100%;min-height:52px;position:relative;padding:6px 8px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:8px;border:0;border-radius:9px;color:#e2e2e4;background:transparent;text-align:left;cursor:pointer}.model-menu>button:hover{background:#323234}.model-menu>button.selected{background:#3b3c40}.model-option-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;color:#ededee;background:#343436}.model-option-icon svg{width:15px;height:15px}.model-option-icon.nano{color:#d9dee8;background:#383a3e}.model-option-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.model-option-copy strong{font-size:14px;font-weight:500;line-height:1.15}.model-option-copy small{color:#96979b;font-size:10px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.model-eta{padding:3px 7px;border-radius:999px;color:#aaa;background:#343436;font-size:10px;line-height:1.2}.model-menu>button.selected .model-eta{background:#303136}.model-check{position:absolute;right:8px;bottom:6px;width:11px;height:11px;color:#60cee9}.count-picker{display:none}.settings-trigger{height:36px;display:flex;align-items:center;gap:7px;padding:0 7px;border:0;border-radius:8px;color:#f0f0f1;background:transparent;font-size:14px;white-space:nowrap;cursor:pointer}.settings-trigger:hover,.settings-trigger.active{background:#323233}.settings-trigger>svg{transition:transform .16s;color:#96979b}.settings-trigger>svg.open{transform:rotate(180deg)}.ratio-icon{display:inline-block;flex:0 0 auto;min-width:9px;min-height:9px;max-width:24px;max-height:24px;border:2px solid currentColor;border-radius:3px;color:#aaa}.ratio-icon.auto{width:16px;height:16px;border-color:#d2d2d3;box-shadow:inset 0 0 0 3px #242425}.image-settings-panel{position:absolute;z-index:40;left:245px;bottom:70px;width:548px;padding:17px;border:1px solid #464649;border-radius:17px;background:#252526;box-shadow:0 20px 65px #000c;animation:settings-in .16s ease}.settings-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.settings-panel-head>div{display:flex;align-items:center;gap:8px}.settings-panel-head strong{font-size:15px}.settings-panel-head>button{border:0;background:transparent;color:#9b9ca0;font-size:13px;cursor:pointer}.image-settings-panel section{margin-top:17px}.image-settings-panel h3{margin:0 0 10px;color:#a3a4a8;font-size:14px;font-weight:500}.segmented{display:grid;gap:8px}.quality-options,.resolution-options,.count-options{grid-template-columns:repeat(3,1fr)}.segmented button{height:44px;position:relative;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #4c4d50;border-radius:9px;background:#29292a;color:#9d9ea2;font-size:13px;cursor:pointer}.segmented button:hover{background:#303032;color:#ccc}.segmented button.selected{border-color:#dededf;color:#ededee;background:#3a3a3c}.ratio-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.ratio-grid button{height:72px;position:relative;border:1px solid #494a4d;border-radius:9px;background:#29292a;color:#9c9da1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;font-size:12px;cursor:pointer}.ratio-grid button:hover{color:#c4c4c6;background:#303032}.ratio-grid button.selected{border-color:#e3e3e4;color:#eee;background:#3a3a3c}.ratio-grid .ratio-check{position:absolute;right:6px;top:6px;color:#5bc9e7}.settings-footnote{margin:13px 1px 1px;color:#717276;font-size:10px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;background:#080809d8;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.api-modal{width:min(620px,calc(100vw - 48px));padding:30px 34px 28px;border:1px solid #505154;border-radius:20px;background:#242425;box-shadow:0 34px 100px #000e}.modal-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px}.modal-heading>div{display:flex;align-items:center;gap:16px}.modal-heading>div>span{width:54px;height:54px;border:1px solid #505154;border-radius:12px;display:grid;place-items:center;background:#2c2c2e;color:#e1e1e3}.modal-heading>div>span svg{width:26px;height:26px}.modal-heading h2{margin:0 0 8px;font-size:26px;line-height:1.15;font-weight:600}.modal-heading p{margin:0;color:#9a9ba0;font-size:15px}.modal-heading>button{width:34px;height:34px;border:0;border-radius:8px;background:transparent;color:#929397;font-size:32px;line-height:1;cursor:pointer}.modal-heading>button:hover{color:#e1e1e3;background:#333335}.api-modal label{display:block;margin-bottom:24px;color:#aeb0b5;font-size:17px;font-weight:500}.api-modal input{width:100%;height:58px;margin-top:12px;border:1px solid #5d5e64;border-radius:12px;outline:0;padding:0 18px;color:#ededee;background:#19191a;font-size:18px;font-weight:500}.api-modal input:focus{border-color:#a2a3a8;box-shadow:0 0 0 3px #ffffff12}.secret-field{position:relative}.secret-field input{padding-right:58px}.secret-field button{position:absolute;right:11px;top:19px;width:38px;height:38px;border:0;border-radius:8px;background:transparent;color:#8f9096;display:grid;place-items:center;cursor:pointer}.secret-field button:hover{color:#d8d8da;background:#2e2e30}.secret-field button svg{width:22px;height:22px}.modal-hint{display:flex;align-items:center;gap:12px;min-height:50px;padding:13px 16px;background:#1c1c1d;border-radius:11px;color:#85868c;font-size:15px}.modal-hint svg{width:20px;height:20px;flex:0 0 auto}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:26px}.modal-actions button{height:52px;padding:0 24px;border:1px solid #4c4d51;background:transparent;border-radius:12px;color:#ededee;font-size:22px;font-weight:600;cursor:pointer}.modal-actions button:hover{background:#303032}.modal-actions .save-api{color:#171718;background:#d5d5d6;border-color:#d5d5d6}.modal-actions .save-api:hover{background:#f0f0f1}.toast{position:fixed;z-index:120;left:50%;bottom:22px;transform:translate(-50%);display:flex;align-items:center;gap:7px;padding:9px 13px;border:1px solid #444447;border-radius:8px;background:#29292b;color:#ddd;font-size:10px;box-shadow:0 10px 30px #000a}.toast svg{color:#58c9e8}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes menu-in{0%{opacity:0;transform:translateY(4px) scale(.98)}}@keyframes settings-in{0%{opacity:0;transform:translateY(6px) scale(.98)}}@media (max-width:1100px){.canvas-sidebar{width:252px;flex-basis:252px}.sidebar-content{padding-left:11px;padding-right:11px}.sidebar-tabs{padding-left:11px;padding-right:9px}.sidebar-tabs [role=tab]{padding:0 10px}.sidebar-top-actions>svg{display:none}}@media (max-width:900px){.canvas-sidebar{width:228px;flex-basis:228px}.sidebar-asset-grid{grid-template-columns:1fr}.sidebar-node-more{display:none}.top-actions>span,.top-actions button:not(:last-child),.top-actions input{display:none}.prompt-dock{width:calc(100vw - 250px);min-width:0;min-height:154px;padding:9px 12px 7px}.dock-tools span{font-size:12px}.dock-chip{height:30px;padding:0 10px}.prompt-dock textarea{height:62px;font-size:15px}.dock-footer{gap:5px}.model-trigger,.settings-trigger{font-size:13px;min-width:0}.settings-trigger span{max-width:180px;overflow:hidden;text-overflow:ellipsis}.utility-tool{display:none}.model-menu{width:min(322px,calc(100vw - 48px))}.image-settings-panel{left:0;width:min(532px,100%)}.ratio-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:720px){.canvas-sidebar{width:210px;flex-basis:210px}.canvas-sidebar.collapsed{width:48px;flex-basis:48px}.sidebar-tabs{padding-left:8px}.sidebar-tabs [role=tab]{padding:0 8px;font-size:13px}.sidebar-top-actions button{display:none}.prompt-dock{width:calc(100vw - 232px)}.project-home-header{padding:0 18px}.project-home-content{width:calc(100% - 36px);padding:34px 0 60px}.project-home-heading{align-items:flex-start;flex-direction:column}.project-home-heading>span{display:none}.project-grid{grid-template-columns:1fr;gap:24px}}
