.dag-status-badge[data-astro-cid-44gs45ff]{display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600;background:var(--light);border:1px solid var(--gray-light);color:var(--gray)}.dag-status-dot[data-astro-cid-44gs45ff]{width:8px;height:8px;border-radius:50%;background:var(--gray-light)}.dag-status-badge[data-astro-cid-44gs45ff].running{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.dag-status-badge[data-astro-cid-44gs45ff].running .dag-status-dot[data-astro-cid-44gs45ff]{background:#3b82f6;animation:pulse-dot 1s ease infinite}.dag-status-badge[data-astro-cid-44gs45ff].success{border-color:#22c55e;color:#16a34a;background:#f0fdf4}.dag-status-badge[data-astro-cid-44gs45ff].success .dag-status-dot[data-astro-cid-44gs45ff]{background:#22c55e}.dag-status-badge[data-astro-cid-44gs45ff].failed{border-color:#ef4444;color:#ef4444;background:#fef2f2}.dag-status-badge[data-astro-cid-44gs45ff].failed .dag-status-dot[data-astro-cid-44gs45ff]{background:#ef4444}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}.dag-canvas[data-astro-cid-44gs45ff]{display:flex;gap:24px;padding:32px 0}.dag-layer-labels[data-astro-cid-44gs45ff]{display:grid;grid-template-rows:repeat(6,1fr);gap:0;width:120px;flex-shrink:0;padding:0}.dag-layer-label[data-astro-cid-44gs45ff]{display:flex;align-items:center;font-size:.8rem;font-weight:700;color:var(--gray);text-transform:uppercase;letter-spacing:.5px;text-align:right;justify-content:flex-end;transition:color .4s ease;border-right:3px solid transparent;padding-right:13px}.dag-layer-label[data-astro-cid-44gs45ff].running{color:#3b82f6;border-right-color:#3b82f6}.dag-layer-label[data-astro-cid-44gs45ff].success{color:#16a34a;border-right-color:#22c55e}.dag-layer-label[data-astro-cid-44gs45ff].failed{color:#ef4444;border-right-color:#ef4444}.dag-grid[data-astro-cid-44gs45ff]{flex:1;display:flex;flex-direction:column;align-items:center;gap:0}.dag-row[data-astro-cid-44gs45ff]{display:flex;justify-content:center;gap:24px;padding:8px 0;width:100%}.dag-connectors[data-astro-cid-44gs45ff]{width:100%;max-width:600px;height:40px}.dag-connectors[data-astro-cid-44gs45ff] svg[data-astro-cid-44gs45ff]{width:100%;height:100%}.dag-edge[data-astro-cid-44gs45ff]{stroke:var(--gray-light);stroke-width:2;fill:none;transition:stroke .5s ease}.dag-connectors[data-astro-cid-44gs45ff].active .dag-edge[data-astro-cid-44gs45ff]{stroke:#3b82f6;stroke-width:2.5}.dag-connectors[data-astro-cid-44gs45ff].done .dag-edge[data-astro-cid-44gs45ff]{stroke:#22c55e}.dag-particle[data-astro-cid-44gs45ff]{fill:#3b82f6;opacity:.9}.dag-connectors[data-astro-cid-44gs45ff].active .dag-particle[data-astro-cid-44gs45ff]{display:block!important}.dag-task[data-astro-cid-44gs45ff]{display:inline-flex;align-items:center;gap:10px;padding:10px 20px;background:var(--white);border:2px solid var(--gray-light);border-radius:6px;text-decoration:none;color:var(--dark);font-size:.9rem;font-weight:600;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;cursor:pointer;transition:all .3s ease;position:relative;min-width:140px;justify-content:center}.dag-task[data-astro-cid-44gs45ff]:hover{border-color:var(--primary);box-shadow:0 2px 12px #4f46e526;transform:translateY(-2px)}.dag-task-status[data-astro-cid-44gs45ff]{position:absolute;left:0;top:0;bottom:0;width:6px;border-radius:4px 0 0 4px;transition:background .3s ease}.dag-task[data-astro-cid-44gs45ff].no_status .dag-task-status[data-astro-cid-44gs45ff]{background:var(--gray-light)}.dag-task[data-astro-cid-44gs45ff].no_status{border-left-color:var(--gray-light)}.dag-task[data-astro-cid-44gs45ff].queued .dag-task-status[data-astro-cid-44gs45ff]{background:#a3a3a3}.dag-task[data-astro-cid-44gs45ff].queued{border-left-color:#a3a3a3}.dag-task[data-astro-cid-44gs45ff].scheduled .dag-task-status[data-astro-cid-44gs45ff]{background:#d4a017}.dag-task[data-astro-cid-44gs45ff].scheduled{border-left-color:#d4a017}.dag-task[data-astro-cid-44gs45ff].running .dag-task-status[data-astro-cid-44gs45ff]{background:#3b82f6;animation:pulse-bar 1.2s ease infinite}.dag-task[data-astro-cid-44gs45ff].running{border-left-color:#3b82f6;box-shadow:0 0 16px #3b82f633}.dag-task[data-astro-cid-44gs45ff].success .dag-task-status[data-astro-cid-44gs45ff]{background:#22c55e}.dag-task[data-astro-cid-44gs45ff].success{border-left-color:#22c55e}.dag-task[data-astro-cid-44gs45ff].failed .dag-task-status[data-astro-cid-44gs45ff]{background:#ef4444}.dag-task[data-astro-cid-44gs45ff].failed{border-left-color:#ef4444}.dag-task[data-astro-cid-44gs45ff].upstream_failed .dag-task-status[data-astro-cid-44gs45ff]{background:#f97316}.dag-task[data-astro-cid-44gs45ff].upstream_failed{border-left-color:#f97316}@keyframes pulse-bar{0%,to{opacity:1}50%{opacity:.4}}.dag-task-rows[data-astro-cid-44gs45ff]{display:none;font-size:.7rem;font-weight:500;color:var(--gray);background:var(--light);padding:1px 7px;border-radius:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;white-space:nowrap}.dag-task-rows[data-astro-cid-44gs45ff].visible{display:inline-block}.dag-task-rows[data-astro-cid-44gs45ff].row-changed{background:#eab308;color:#1a1a2e;font-weight:700}.dag-task[data-astro-cid-44gs45ff]{opacity:0;transform:translateY(16px);animation:taskAppear .5s ease forwards}.dag-task[data-astro-cid-44gs45ff][data-task=erp-source]{animation-delay:.1s}.dag-task[data-astro-cid-44gs45ff][data-task=staging]{animation-delay:.25s}.dag-task[data-astro-cid-44gs45ff][data-task=hubs]{animation-delay:.4s}.dag-task[data-astro-cid-44gs45ff][data-task=links]{animation-delay:.5s}.dag-task[data-astro-cid-44gs45ff][data-task=sats]{animation-delay:.6s}.dag-task[data-astro-cid-44gs45ff][data-task=eff_sats]{animation-delay:.75s}.dag-task[data-astro-cid-44gs45ff][data-task=as_of_dates]{animation-delay:.85s}.dag-task[data-astro-cid-44gs45ff][data-task=pits]{animation-delay:1s}.dag-task[data-astro-cid-44gs45ff][data-task=bridge]{animation-delay:1.1s}.dag-task[data-astro-cid-44gs45ff][data-task=marts]{animation-delay:1.25s}@keyframes taskAppear{to{opacity:1;transform:translateY(0)}}.dag-connectors[data-astro-cid-44gs45ff]{opacity:0;animation:fadeIn .3s ease forwards}.dag-connectors[data-astro-cid-44gs45ff]:nth-of-type(1){animation-delay:.15s}.dag-connectors[data-astro-cid-44gs45ff]:nth-of-type(2){animation-delay:.3s}.dag-connectors[data-astro-cid-44gs45ff]:nth-of-type(3){animation-delay:.65s}.dag-connectors[data-astro-cid-44gs45ff]:nth-of-type(4){animation-delay:.9s}.dag-connectors[data-astro-cid-44gs45ff]:nth-of-type(5){animation-delay:1.15s}@keyframes fadeIn{to{opacity:1}}.dag-legend[data-astro-cid-44gs45ff]{display:flex;gap:20px;justify-content:center;margin-top:16px;padding:12px 0;flex-wrap:wrap}.dag-legend-item[data-astro-cid-44gs45ff]{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--gray)}.dag-legend-box[data-astro-cid-44gs45ff]{width:16px;height:16px;border-radius:3px;border:2px solid var(--gray-light)}.dag-legend-box[data-astro-cid-44gs45ff].success{background:#22c55e;border-color:#22c55e}.dag-legend-box[data-astro-cid-44gs45ff].running{background:#3b82f6;border-color:#3b82f6}.dag-legend-box[data-astro-cid-44gs45ff].queued{background:#a3a3a3;border-color:#a3a3a3}.dag-legend-box[data-astro-cid-44gs45ff].failed{background:#ef4444;border-color:#ef4444}.dag-legend-box[data-astro-cid-44gs45ff].no_status{background:var(--gray-light)}.dag-trigger-btn[data-astro-cid-44gs45ff]{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border:none;border-radius:20px;background:var(--primary);color:var(--white);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.dag-trigger-btn[data-astro-cid-44gs45ff]:hover:not(:disabled){background:var(--primary-dark, #4338ca);transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.dag-trigger-btn[data-astro-cid-44gs45ff]:disabled{opacity:.5;cursor:not-allowed}.dag-trigger-btn[data-astro-cid-44gs45ff].running-state{background:#3b82f6;animation:pulse-btn 1.5s ease infinite}@keyframes pulse-btn{0%,to{box-shadow:0 0 #3b82f64d}50%{box-shadow:0 0 0 8px #3b82f600}}.run-history[data-astro-cid-44gs45ff]{margin-top:32px;border:1px solid var(--gray-light);border-radius:8px;overflow:hidden}.run-history-title[data-astro-cid-44gs45ff]{font-size:.95rem;font-weight:700;padding:12px 20px;background:var(--light);border-bottom:1px solid var(--gray-light);margin:0}.volume-table[data-astro-cid-44gs45ff]{width:100%;border-collapse:collapse;font-size:.85rem}.volume-table[data-astro-cid-44gs45ff] thead[data-astro-cid-44gs45ff] th[data-astro-cid-44gs45ff]{padding:8px 20px;text-align:left;font-weight:600;color:var(--gray);font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--gray-light)}.volume-table[data-astro-cid-44gs45ff] thead[data-astro-cid-44gs45ff] th[data-astro-cid-44gs45ff]:nth-child(3),.volume-table[data-astro-cid-44gs45ff] thead[data-astro-cid-44gs45ff] th[data-astro-cid-44gs45ff]:nth-child(4),.volume-table[data-astro-cid-44gs45ff] td[data-astro-cid-44gs45ff].vol-count{text-align:right}.vol-curr[data-astro-cid-44gs45ff].vol-loading{color:#3b82f6;animation:pulse-dot 1s ease infinite}.vol-match[data-astro-cid-44gs45ff]{color:#22c55e}.vol-changed[data-astro-cid-44gs45ff]{color:#eab308;font-weight:600;position:relative}.vol-badge[data-astro-cid-44gs45ff]{display:inline-block;background:#eab308;color:#1a1a2e;font-size:.7rem;font-weight:700;padding:1px 5px;border-radius:8px;margin-left:6px;animation:fadeSlideIn .5s ease}.post-run-card[data-astro-cid-44gs45ff]{background:linear-gradient(135deg,#f0fdf4,#eff6ff);border:1px solid #bbf7d0;border-radius:10px;padding:24px 28px;animation:fadeSlideIn .6s ease}.post-run-btn[data-astro-cid-44gs45ff]{display:inline-block;padding:10px 24px;background:var(--primary);color:#fff;font-size:.9rem;font-weight:600;border-radius:6px;text-decoration:none}.post-run-btn[data-astro-cid-44gs45ff]:hover{opacity:.9}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.volume-table[data-astro-cid-44gs45ff] thead[data-astro-cid-44gs45ff] th[data-astro-cid-44gs45ff]:nth-child(2),.volume-table[data-astro-cid-44gs45ff] td[data-astro-cid-44gs45ff]:nth-child(2){text-align:center}.volume-table[data-astro-cid-44gs45ff] tbody[data-astro-cid-44gs45ff] td[data-astro-cid-44gs45ff]{padding:7px 20px;border-bottom:1px solid var(--gray-light)}.volume-table[data-astro-cid-44gs45ff] tbody[data-astro-cid-44gs45ff] tr[data-astro-cid-44gs45ff]:last-child td[data-astro-cid-44gs45ff]{border-bottom:none}.volume-table[data-astro-cid-44gs45ff] tbody[data-astro-cid-44gs45ff] tr[data-astro-cid-44gs45ff]:hover{background:var(--light)}.vol-count[data-astro-cid-44gs45ff]{font-family:SFMono-Regular,Consolas,monospace;font-weight:600}.vol-total[data-astro-cid-44gs45ff]{background:var(--light)}.run-id[data-astro-cid-44gs45ff]{font-family:SFMono-Regular,Consolas,monospace;font-weight:600;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.run-time[data-astro-cid-44gs45ff]{color:var(--gray);white-space:nowrap;margin-left:auto}.run-duration[data-astro-cid-44gs45ff]{color:var(--gray);white-space:nowrap;font-size:.8rem}.run-retry-btn[data-astro-cid-44gs45ff]{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border:1px solid #ef4444;border-radius:12px;background:#fef2f2;color:#ef4444;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.run-retry-btn[data-astro-cid-44gs45ff]:hover{background:#ef4444;color:#fff}.dag-task[data-astro-cid-44gs45ff].failed .dag-retry-overlay[data-astro-cid-44gs45ff]{display:flex}.dag-retry-overlay[data-astro-cid-44gs45ff]{display:none;position:absolute;right:-8px;top:-8px;width:22px;height:22px;border-radius:50%;background:#ef4444;color:#fff;align-items:center;justify-content:center;cursor:pointer;font-size:.65rem;box-shadow:0 2px 6px #ef444466;transition:transform .2s;z-index:5}.dag-retry-overlay[data-astro-cid-44gs45ff]:hover{transform:scale(1.2)}@media(max-width:768px){.run-id[data-astro-cid-44gs45ff]{max-width:120px;font-size:.75rem}.run-duration[data-astro-cid-44gs45ff]{display:none}.run-row[data-astro-cid-44gs45ff]{padding:8px 12px;gap:8px}}.pipeline-steps-list[data-astro-cid-44gs45ff]{display:flex;flex-direction:column;gap:16px}.pipeline-step-card[data-astro-cid-44gs45ff]{display:flex;gap:20px;align-items:flex-start;padding:20px 24px;background:var(--white);border:1px solid var(--gray-light);border-radius:8px;transition:all .2s ease}.pipeline-step-card[data-astro-cid-44gs45ff]:hover{box-shadow:var(--shadow);border-color:var(--primary-light)}.pipeline-step-num[data-astro-cid-44gs45ff]{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:var(--primary);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.pipeline-step-card[data-astro-cid-44gs45ff] h3[data-astro-cid-44gs45ff]{font-size:1.1rem;margin-bottom:4px}.pipeline-step-card[data-astro-cid-44gs45ff] h3[data-astro-cid-44gs45ff] a[data-astro-cid-44gs45ff]{color:var(--dark);text-decoration:none}.pipeline-step-card[data-astro-cid-44gs45ff] h3[data-astro-cid-44gs45ff] a[data-astro-cid-44gs45ff]:hover{color:var(--primary)}.pipeline-step-card[data-astro-cid-44gs45ff] p[data-astro-cid-44gs45ff]{color:var(--gray);font-size:.92rem;line-height:1.6}@media(max-width:768px){.dag-canvas[data-astro-cid-44gs45ff]{flex-direction:column;gap:8px}.dag-layer-labels[data-astro-cid-44gs45ff]{display:none}.dag-task[data-astro-cid-44gs45ff]{min-width:0;padding:8px;font-size:.75rem;gap:6px}.dag-row[data-astro-cid-44gs45ff]{gap:6px}.dag-row[data-astro-cid-44gs45ff].triple,.dag-row[data-astro-cid-44gs45ff].double{gap:6px;flex-wrap:nowrap}.dag-row[data-astro-cid-44gs45ff].triple .dag-task[data-astro-cid-44gs45ff],.dag-row[data-astro-cid-44gs45ff].double .dag-task[data-astro-cid-44gs45ff]{flex:1;min-width:0;justify-content:center}.pipeline-step-card[data-astro-cid-44gs45ff]{padding:16px}}
