.pipelines-list{display:grid;gap:20px}.pipeline-card{background:#fff;border:1px solid #dce5ed;border-radius:16px;overflow:hidden}.pipeline-card>header{display:flex;align-items:center;gap:14px;padding:20px 22px;border-bottom:1px solid #edf1f5}.pipeline-card h2{margin:0;font-size:18px;color:#102033}.pipeline-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.pipeline-actions button{border:1px solid #cad6e2;background:#fff;border-radius:8px;padding:8px 12px;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.pipeline-actions button.danger-button{color:#b52631;border-color:#efbfc3}.stage-list{display:grid}.stage-row{display:grid;grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:14px;padding:13px 22px;border-top:1px solid #f1f4f7}.stage-row .order-buttons{display:flex;flex-direction:column;gap:2px}.stage-row .order-buttons button{width:22px;height:18px;border:1px solid #cad6e2;background:#fff;border-radius:4px;font-size:10px;line-height:1;cursor:pointer;padding:0}.stage-row .order-buttons button:disabled{opacity:.35;cursor:not-allowed}.stage-name{font-weight:700;color:#17263a}.stage-row .probability{color:#718096;font-size:12px}.stage-row-actions{display:flex;gap:6px}.stage-row-actions button{border:1px solid #cad6e2;background:#fff;border-radius:6px;padding:6px 10px;font-size:11px;font-weight:700;cursor:pointer}.stage-row-actions button.danger-button{color:#b52631;border-color:#efbfc3}.add-stage-row{padding:13px 22px;border-top:1px solid #f1f4f7}.add-stage-row button{border:1px dashed #b7c6d6;background:#fafcfd;border-radius:8px;padding:9px 14px;font:inherit;font-size:12px;font-weight:700;color:#1476cf;cursor:pointer;width:100%}
@media(max-width:700px){.stage-row{grid-template-columns:auto 1fr auto;row-gap:8px}.stage-row-actions{grid-column:1/-1;justify-content:flex-end}}
