.pipeline-toolbar-actions{display:flex;gap:8px;margin-left:auto}.pipeline-toolbar .pipeline-toolbar-actions .secondary-button{margin-left:0}.stage-help{margin:-5px 0 18px;color:var(--muted);font-size:12px}.stage-editor-list{display:grid;gap:8px;max-height:390px;overflow:auto}.stage-editor-row{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;padding:9px;background:var(--canvas);border:1px solid var(--line);border-radius:10px}.stage-number{display:grid;place-items:center;width:28px;height:28px;background:#fff;border:1px solid var(--line);border-radius:7px;color:var(--muted);font-size:10px;font-weight:750}.stage-editor-row input{width:100%;border:1px solid var(--line);border-radius:7px;background:#fff;padding:9px 10px;color:var(--ink);outline:0}.stage-editor-row input:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.stage-row-actions{display:flex;gap:4px}.stage-row-actions button{width:29px;height:29px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--muted)}.stage-row-actions button:hover{color:var(--green);border-color:var(--green)}.stage-row-actions .remove-stage:hover{color:var(--red);border-color:var(--red)}.stage-add-button{width:100%;margin-top:10px;border:1px dashed #aebac5;border-radius:9px;background:transparent;color:var(--green);padding:11px;font-weight:700;font-size:11px}.stage-modal{width:min(620px,100%)}@media(max-width:760px){.pipeline-toolbar-actions{width:100%;margin-left:0}.pipeline-toolbar-actions button{flex:1}.stage-editor-row{grid-template-columns:28px 1fr}.stage-row-actions{grid-column:2}.stage-row-actions button{flex:1}}
