html,body,#root{width:100%;height:100%;margin:0;font-family:sans-serif;overflow:hidden}.dndflow{display:flex;flex-direction:row-reverse;width:100vw;height:100vh}.sidebar,aside{width:250px;background:#fcfcfc;border-right:1px solid #eee;padding:15px;font-size:12px;overflow-y:auto;display:flex;flex-direction:column;z-index:10}.description{margin-bottom:10px;color:#666}.dndnode{height:20px;padding:8px;border:1px solid #1a192b;border-radius:5px;margin-bottom:10px;display:flex;justify-content:center;align-items:center;cursor:grab;background:#f1f1f1;font-weight:700;box-shadow:0 2px 4px #0000000d}.reactflow-wrapper{flex-grow:1;height:100%;position:relative}.materiel-box{background:#fff;border:1px solid #777;border-radius:8px;min-width:150px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.materiel-header{background:#2d3436;color:#fff;padding:8px;text-align:center;font-size:14px;border-bottom:1px solid #777}.materiel-body{display:flex;justify-content:space-between;padding:10px 0}.socket-row{position:relative;padding:5px 10px;font-size:12px;display:flex;align-items:center;height:20px}.socket-row.gauche{text-align:left}.socket-row.droite{text-align:right;justify-content:flex-end}.react-flow__handle{width:12px;height:12px;border:2px solid rgb(133,133,133);background:#555;border-radius:50%;transition:.2s}.react-flow__handle:hover{background:#ff0072;transform:scale(1.5);cursor:crosshair}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.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:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;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:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.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.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@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}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform: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:#3367d9;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%}.sidebar{width:280px;border-right:2px solid #222;display:flex;flex-direction:column;height:100vh;overflow:hidden;transition:background-color .3s ease}.sidebar-header{padding:16px}.sidebar-header h1{margin:0;font-size:18px;font-weight:700}.search-container{position:relative;padding:12px;border-bottom:1px solid #222;background:#1a1a1a}.search-input{width:100%;padding:8px 32px 8px 12px;background:#2a2a2a;border:1px solid #404040;border-radius:6px;color:#fff;font-size:13px;outline:none;transition:all .2s ease}.search-input:focus{background:#333;border-color:#555;box-shadow:0 0 8px #64c8ff33}.search-input::placeholder{color:#888}.search-clear{position:absolute;right:20px;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;cursor:pointer;font-size:16px;padding:4px;transition:color .2s}.search-clear:hover{color:#fff}.search-results{padding:8px 12px;background:#1a1a1a;border-bottom:1px solid #222}.search-info{margin:0;color:#e8e8e8;font-size:12px;font-style:italic}.loading-indicator{padding:10px;background:#2a2a2a;border:1px solid #404040;border-radius:4px;color:#888;text-align:center;font-size:11px;margin:0 0 10px;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.no-results{padding:20px 10px;text-align:center;color:#d5d5d5;font-size:12px}.categories-container{flex:1;overflow-y:auto;padding:8px 0}.category{margin-bottom:0;border-bottom:1px solid transparent}.category-header{display:flex;align-items:center;gap:8px;padding:12px;background:#1a1a1a;border:none;cursor:pointer;transition:all .2s;width:100%;text-align:left}.category-header:hover{background:#6f6f6f}.category-icon{font-size:18px;flex-shrink:0}.category-title{margin:0;color:#fff;font-size:13px;font-weight:700;flex:1}.item-count{background:#404040;color:#aaa;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:700;flex-shrink:0}.dropdown-arrow{font-size:10px;color:#e5e5e5;transition:transform .3s ease;flex-shrink:0}.dropdown-arrow.open{transform:rotate(0)}.items-list{display:flex;flex-direction:column;gap:4px;padding:4px 8px;background:#0f0f0f;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.materiel-item{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:5px;cursor:grab;transition:all .2s;-webkit-user-select:none;user-select:none}.materiel-item:hover{background:#252525;border-color:#404040;box-shadow:0 2px 8px #00000080}.materiel-item:active{cursor:grabbing}.item-label{color:#fff;font-size:12px;font-weight:500;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.projects-section{padding:12px;max-height:280px;overflow-y:auto;transition:background-color .3s ease}.projects-section h3{margin:0 0 10px;font-size:13px;font-weight:700}.save-project{display:flex;gap:6px;margin-bottom:12px}.project-input{flex:1;padding:6px 8px;background:#2a2a2a;border:1px solid #404040;border-radius:4px;color:#fff;font-size:12px;outline:none;transition:all .2s}.project-input:focus{background:#333;border-color:#555}.btn-save{padding:6px 12px;background:#4caf50;color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s;flex-shrink:0}.btn-save:hover{background:#45a049;box-shadow:0 2px 8px #4caf504d}.projects-list{display:flex;flex-direction:column;gap:6px}.project-item{display:flex;gap:6px;align-items:center}.btn-load{flex:1;padding:6px 8px;background:#2196f3;color:#fff;border:none;border-radius:4px;font-size:11px;font-weight:700;cursor:pointer;transition:all .2s;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-load:hover{background:#0b7dda;box-shadow:0 2px 8px #2196f34d}.btn-delete{padding:6px 10px;background:#f44336;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s;flex-shrink:0}.btn-delete:hover{background:#da190b;box-shadow:0 2px 8px #f443364d}.no-projects{color:#888;font-size:12px;text-align:center;margin:0}.categories-container::-webkit-scrollbar,.projects-section::-webkit-scrollbar{width:6px}.categories-container::-webkit-scrollbar-track,.projects-section::-webkit-scrollbar-track{background:#1a1a1a}.categories-container::-webkit-scrollbar-thumb,.projects-section::-webkit-scrollbar-thumb{background:#404040;border-radius:3px}.categories-container::-webkit-scrollbar-thumb:hover,.projects-section::-webkit-scrollbar-thumb:hover{background:#555}
