.nincrew-node{background:var(--node-bg,#ffffff);border:1.5px solid var(--node-border,#e2e8f0);border-radius:12px;padding:0;font-family:inherit;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:box-shadow .2s,border-color .2s;overflow:hidden;min-width:180px}.nincrew-node:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}.nincrew-node.processing{border-color:var(--node-accent,#21728d);box-shadow:0 0 0 2px var(--node-accent,#21728d),0 4px 16px rgba(33,114,141,.2)}.nincrew-node-header{gap:8px;border-bottom:1px solid var(--node-border,#e2e8f0);font-size:13px;font-weight:600;color:var(--node-text,#1e293b)}.nincrew-node-body,.nincrew-node-header{display:flex;align-items:center;padding:8px 12px}.nincrew-node-body{flex-direction:column;gap:4px}.nincrew-node-footer{padding:6px 12px;border-top:1px solid var(--node-border,#e2e8f0);display:flex;align-items:center;justify-content:space-between;font-size:11px;color:var(--node-muted,#94a3b8)}.nincrew-model-badge{background:var(--node-badge-bg,#f1f5f9);color:var(--node-badge-text,#475569);padding:2px 6px;border-radius:4px;font-size:10px;font-weight:500}.nincrew-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.nincrew-status-dot.pending{background:#94a3b8}.nincrew-status-dot.running{background:#f59e0b;animation:pulse 1s infinite}.nincrew-status-dot.completed{background:#22c55e}.nincrew-status-dot.failed{background:#ef4444}.nincrew-status-dot.skipped{background:#a1a1aa}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.nincrew-start-node{background:var(--node-bg,#ffffff);border:2px solid #21728d;border-radius:12px;padding:12px 16px;display:flex;flex-direction:column;align-items:center;gap:8px;min-width:140px}.nincrew-start-btn{display:flex;align-items:center;gap:6px;padding:6px 16px;border-radius:8px;border:none;cursor:pointer;font-size:13px;font-weight:600;transition:opacity .2s}.nincrew-start-btn:hover{opacity:.85}.nincrew-start-btn.start{background:#21728d;color:white}.nincrew-start-btn.stop{background:#ef4444;color:white}.nincrew-stop-node{border:2px solid #ef4444;border-radius:12px;padding:12px 16px;justify-content:center;min-width:120px;font-size:13px;font-weight:600;color:#ef4444}.nincrew-output-node,.nincrew-stop-node{background:var(--node-bg,#ffffff);display:flex;align-items:center;gap:8px}.nincrew-output-node{border:2px solid #88a1ac;border-radius:12px;padding:10px 16px;min-width:150px;cursor:pointer;transition:border-color .2s,box-shadow .2s}.nincrew-output-node:hover{box-shadow:0 4px 16px rgba(33,114,141,.12)}.nincrew-output-node.completed{border-color:#21728d;box-shadow:0 0 0 1px #21728d}@media (prefers-color-scheme:dark){.nincrew-node{--node-bg:#1e1e2e;--node-border:#334155;--node-text:#e2e8f0;--node-muted:#64748b;--node-badge-bg:#1e293b;--node-badge-text:#94a3b8}.nincrew-output-node,.nincrew-start-node,.nincrew-stop-node{--node-bg:#1e1e2e}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=2e931376e95e121c.css.map*/