@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--editor-bg:#0f172a;--editor-bg-light:#1e293b;--panel-bg:#111827f2;--accent:#10b981;--accent-blue:#3b82f6}html,body{background-color:var(--editor-bg);color:#fff;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden}*{box-sizing:border-box}.react-flow__node{border-radius:12px}.react-flow__edge-path{stroke-width:3px}.react-flow__handle{border:2px solid #1f2937;border-radius:50%;width:16px;height:16px}.react-flow__controls{background-color:#00000080;border:1px solid #ffffff1a;border-radius:8px}.react-flow__controls-button{background-color:#0000;border-color:#ffffff1a}.react-flow__controls-button:hover{background-color:#ffffff1a}.react-flow__controls-button svg{fill:#fff}.react-flow__minimap{background-color:#00000080;border:1px solid #ffffff1a;border-radius:8px}.react-flow__background{background:0 0!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0003}::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}select:focus,input:focus,textarea:focus{outline:none;border-color:#10b98180!important}button:hover{opacity:.9}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.workflow-node:hover{cursor:grab}.workflow-node:active{cursor:grabbing}.port:hover{transform:scale(1.3)}
