*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#1e1e1e;color:#e0e0e0;overflow:hidden;height:100vh}.app-container{display:flex;height:100vh;width:100vw}.sidebar{width:280px;background:#252526;border-right:1px solid #3e3e42;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.sidebar-header{padding-bottom:16px;border-bottom:1px solid #3e3e42}.app-logo{height:16px;width:auto;display:block;margin-bottom:6px;filter:brightness(0) invert(1)}.app-subtitle{font-size:14px;color:#a0a0a0}.sidebar-section{margin-bottom:16px}.sidebar-section h2{font-size:14px;font-weight:600;color:#ccc;margin-bottom:8px;display:flex;align-items:center;gap:8px}.category-icon{font-size:16px}.node-palette{display:flex;flex-direction:column;gap:4px}.palette-node{display:flex;align-items:center;padding:8px 12px;background:#2d2d30;border-radius:4px;cursor:pointer;transition:all .2s;font-size:14px}.palette-node:hover{background:#3c3c3c}.editor-area{flex:1;position:relative;overflow:hidden;background:#1e1e1e}#previewCanvas{position:absolute;top:0;left:0;transform-origin:0 0;pointer-events:none;z-index:0;image-rendering:pixelated;image-rendering:crisp-edges;display:none}.editor-transform{position:absolute;transform-origin:0 0}.editor-area.nodes-hidden #editorTransform,.editor-area.nodes-hidden #wires{display:none}.editor-grid{position:absolute;top:0;left:0;width:10000px;height:10000px;background-image:none}.editor{position:relative;width:10000px;height:10000px}#wires{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;pointer-events:none}.node{position:absolute;width:300px;background:#2d2d30;border-radius:8px;box-shadow:0 4px 16px #0000004d;border:1px solid #3e3e42;z-index:10;user-select:none;transition:width .1s ease-out}.node.selected{border-color:#007acc;box-shadow:0 4px 16px #007acc4d}.node.dragging{box-shadow:0 8px 24px #0006}.node-header{padding:12px 16px;background:#333337;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #3e3e42;cursor:move}.node-type{font-size:12px;color:#a0a0a0;background:#2d2d30;padding:2px 6px;border-radius:4px}.node-body{padding:16px;display:flex;flex-direction:column;gap:8px}.node-controls-container{position:relative;display:flex;flex-direction:column;gap:8px}.socket{position:absolute;width:14px;height:14px;border-radius:50%;background:#3e3e42;border:2px solid #2d2d30;cursor:crosshair;z-index:20;transition:background .15s,transform .15s,box-shadow .15s}.socket:before{content:"";position:absolute;left:-11px;top:-11px;width:36px;height:36px;border-radius:50%}.socket:hover{background:#007acc;transform:scale(1.3)}.socket.snap-target{background:#2ecc71;transform:scale(1.6);box-shadow:0 0 0 4px #2ecc714d}.editor-area.connecting .socket.incompatible{opacity:.25}.socket-label{font-size:12px;color:#a0a0a0}.node-control{display:flex;flex-direction:column;gap:4px}.control-label{font-size:12px;color:#a0a0a0}.node-control input[type=text],.node-control input[type=number],.node-control input[type=file],.node-control select{background:#333337;border:1px solid #3e3e42;border-radius:4px;padding:6px 8px;color:#e0e0e0;font-size:14px;width:100%}.node-control input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:18px;background:transparent;cursor:pointer;margin:2px 0}.node-control input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:2px;background:#3e3e42}.node-control input[type=range]::-moz-range-track{height:4px;border-radius:2px;background:#3e3e42}.node-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;margin-top:-5px;border-radius:50%;background:#007acc;border:2px solid #2d2d30;transition:background .15s,transform .15s}.node-control input[type=range]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#007acc;border:2px solid #2d2d30;transition:background .15s,transform .15s}.node-control input[type=range]:hover::-webkit-slider-thumb{background:#1f8fdb;transform:scale(1.1)}.node-control input[type=range]:hover::-moz-range-thumb{background:#1f8fdb;transform:scale(1.1)}.node-control input[type=range]:focus{outline:none}.node-control input[type=range]:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px #007acc4d}.node-control input[type=range]:focus::-moz-range-thumb{box-shadow:0 0 0 3px #007acc4d}.node-control input:focus,.node-control select:focus{outline:none;border-color:#007acc}.help-text{font-size:11px;color:#6a6a6a;font-style:italic;margin-top:4px}.output-canvas{width:100%;height:auto;background:#111;border-radius:4px}.connection{stroke:#007acc;stroke-width:2;fill:none;stroke-linecap:round;cursor:pointer;pointer-events:auto}.connection.selected{stroke:#4dd0e1;stroke-width:3}.connection-ghost{stroke:#007acc;stroke-width:2;fill:none;stroke-linecap:round;stroke-dasharray:5,5}.quick-actions{position:absolute;top:16px;right:16px;display:flex;gap:8px;z-index:100}.action-btn{background:#2d2d30;border:1px solid #3e3e42;border-radius:4px;padding:8px 12px;color:#e0e0e0;cursor:pointer;transition:all .2s;font-size:14px}.action-btn:hover{background:#333337;border-color:#007acc}.zoom-controls-container{position:absolute;bottom:16px;right:16px;display:flex;align-items:center;gap:8px;background:#2d2d30;border:1px solid #3e3e42;border-radius:4px;padding:8px;z-index:100}.zoom-display{font-size:12px;color:#a0a0a0;min-width:40px;text-align:center}.zoom-controls{display:flex;gap:4px}.zoom-btn{width:24px;height:24px;background:#333337;border:1px solid #3e3e42;border-radius:2px;color:#e0e0e0;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px}.zoom-btn:hover{background:#3c3c3c}.status-bar{position:absolute;bottom:0;left:0;right:0;background:#007acc;padding:4px 16px;display:flex;justify-content:space-between;align-items:center;font-size:12px;z-index:100}.status-item{display:flex;align-items:center;gap:8px}.status-indicator{width:8px;height:8px;border-radius:50%;background:#4caf50}.delete-hint{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#000c;color:#fff;padding:12px 20px;border-radius:4px;z-index:1000;font-size:14px}.connection-hint{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:12px 20px;border-radius:4px;z-index:1000;font-size:14px}.panning{cursor:grabbing!important}.pan-ready{cursor:grab}.connecting{cursor:crosshair}.palette-preview{display:flex;flex-wrap:wrap;gap:2px;margin-top:8px}.palette-color{width:20px;height:20px;border-radius:2px;border:1px solid #3e3e42}.preset-select{width:100%;background:#333337;border:1px solid #3e3e42;border-radius:4px;padding:6px 8px;color:#e0e0e0;font-size:14px}.color-inputs{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto;margin-top:8px}.color-input{display:flex;align-items:center;gap:8px}.color-preview{width:20px;height:20px;border-radius:2px;border:1px solid #3e3e42}.color-value{flex:1;background:#333337;border:1px solid #3e3e42;border-radius:4px;padding:4px 8px;color:#e0e0e0;font-size:12px}.add-color-btn{background:#333337;border:1px solid #3e3e42;border-radius:4px;padding:4px 8px;color:#e0e0e0;cursor:pointer;font-size:12px;margin-top:4px}.add-color-btn:hover{background:#3c3c3c}
