@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400&display=swap";:root{color-scheme:dark;--bg: #08111f;--bg-elevated: #0f1a2e;--bg-panel: #121f36;--border: rgba(148, 163, 184, .14);--text: #e5eefb;--muted: #8ba0bd;--primary: #3b82f6;--primary-hover: #2563eb;--ok: #22c55e;--failed: #ef4444;--partial: #f59e0b;--running: #3b82f6;--never: #64748b;--paused: #475569;--shadow: 0 20px 50px rgba(0, 0, 0, .35);font-family:DM Sans,sans-serif;background:var(--bg);color:var(--text)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(59,130,246,.12),transparent 30%),radial-gradient(circle at top right,rgba(34,197,94,.08),transparent 25%),var(--bg)}button,input,select,textarea{font:inherit}h1,h2,h3,p{margin:0}.app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 1rem;border-right:1px solid var(--border);background:#08111feb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;height:100vh}.brand{display:flex;gap:.875rem;align-items:center;padding:0 .5rem}.brand-mark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-weight:700;background:linear-gradient(135deg,#2563eb,#22c55e);color:#fff}.brand strong{display:block;font-size:1rem}.brand span{color:var(--muted);font-size:.82rem}.sidebar-nav{display:flex;flex-direction:column;gap:.35rem}.nav-link{display:flex;align-items:center;gap:.75rem;width:100%;border:0;background:transparent;color:var(--muted);padding:.85rem .9rem;border-radius:12px;cursor:pointer;text-align:left;transition:.18s ease}.nav-link:hover,.nav-link.active{background:#3b82f61f;color:var(--text)}.nav-icon{width:1.25rem;text-align:center}.sidebar-footer{margin-top:auto}.main-area{min-width:0}.page-content{padding:2rem;max-width:1280px}.page-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.page-header-row h1,.page-content>h1{font-size:2rem;letter-spacing:-.03em}.subtitle{color:var(--muted);margin-top:.35rem}.global-alert{margin:1rem 2rem 0;padding:.9rem 1rem;border-radius:12px;background:#ef44441f;border:1px solid rgba(239,68,68,.35);color:#fecaca}.loading-screen{display:grid;place-items:center;min-height:50vh;color:var(--muted);gap:1rem}.loading-spinner{width:42px;height:42px;border-radius:50%;border:3px solid rgba(59,130,246,.15);border-top-color:var(--primary);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.summary-card{padding:1.1rem 1.2rem;border-radius:18px;border:1px solid var(--border);background:var(--bg-panel);box-shadow:var(--shadow)}.summary-card-label{display:block;color:var(--muted);font-size:.88rem}.summary-card-value{display:block;font-size:2.4rem;line-height:1.1;margin:.35rem 0}.summary-card-hint{color:var(--muted);font-size:.78rem}.summary-card--ok{border-color:#22c55e59;background:linear-gradient(180deg,#22c55e1f,#121f36e6)}.summary-card--ok .summary-card-value{color:#86efac}.summary-card--failed{border-color:#ef444459;background:linear-gradient(180deg,#ef44441f,#121f36e6)}.summary-card--failed .summary-card-value{color:#fca5a5}.summary-card--partial{border-color:#f59e0b59;background:linear-gradient(180deg,#f59e0b1f,#121f36e6)}.summary-card--partial .summary-card-value{color:#fcd34d}.summary-card--running{border-color:#3b82f659;background:linear-gradient(180deg,#3b82f61f,#121f36e6)}.summary-card--running .summary-card-value{color:#93c5fd}.summary-card--never{border-color:#64748b59}.stats-row{display:flex;gap:1rem;margin-bottom:1.5rem}.mini-stat{flex:1;padding:.9rem 1rem;border-radius:14px;background:#ffffff05;border:1px solid var(--border)}.mini-stat span{display:block;color:var(--muted);font-size:.82rem}.mini-stat strong{font-size:1.4rem}.panel{background:var(--bg-panel);border:1px solid var(--border);border-radius:20px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:var(--shadow)}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.panel-header h2{font-size:1.1rem}.panel-meta{color:var(--muted);font-size:.88rem}.empty-state{padding:2rem 1rem;text-align:center;color:var(--muted)}.job-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.job-card{text-align:left;border:1px solid var(--border);border-left-width:4px;background:#ffffff05;border-radius:16px;padding:1rem;cursor:pointer;color:inherit;transition:.18s ease}.job-card:hover{transform:translateY(-2px);background:#ffffff0a}.job-card--ok{border-left-color:var(--ok)}.job-card--failed{border-left-color:var(--failed)}.job-card--partial{border-left-color:var(--partial)}.job-card--running{border-left-color:var(--running)}.job-card--never,.job-card--paused{border-left-color:var(--never)}.job-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.job-type{color:var(--muted);font-size:.82rem}.job-card h3{font-size:1.05rem;margin-bottom:.25rem}.job-server{color:var(--muted);font-size:.88rem}.job-meta{display:flex;justify-content:space-between;gap:.5rem;color:var(--muted);font-size:.78rem;margin:.8rem 0}.status-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.28rem .65rem;border-radius:999px;border:1px solid;font-size:.78rem;font-weight:600}.status-badge--large{font-size:.88rem;padding:.4rem .8rem}.status-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.status-dot.pulse,.summary-card--running .summary-card-value{animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.copy-row{display:flex;flex-wrap:wrap;gap:.45rem}.copy-row.inline{max-width:320px}.copy-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.22rem .55rem;border-radius:999px;border:1px solid;font-size:.74rem;background:#ffffff05}.runs-table-wrap{overflow-x:auto}.runs-table{width:100%;border-collapse:collapse}.runs-table th,.runs-table td{padding:.85rem .5rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle}.runs-table th{color:var(--muted);font-size:.82rem;font-weight:500}.table-sub{display:block;color:var(--muted);font-size:.78rem}.btn{border:0;border-radius:12px;padding:.72rem 1rem;cursor:pointer;transition:.18s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-secondary{background:#ffffff0d;color:var(--text);border:1px solid var(--border)}.btn-danger{background:#ef444426;color:#fca5a5;border:1px solid rgba(239,68,68,.45)}.btn-danger:hover:not(:disabled){background:#ef444440}.header-actions{display:flex;gap:.75rem;flex-wrap:wrap}.btn-block{width:100%}.list-panel{display:flex;flex-direction:column;gap:.85rem}.list-item{display:flex;justify-content:space-between;gap:1rem;padding:1.1rem 1.2rem;border-radius:16px;border:1px solid var(--border);border-left-width:4px;background:var(--bg-panel)}.list-item--ok{border-left-color:var(--ok)}.list-item--failed{border-left-color:var(--failed)}.list-item--partial{border-left-color:var(--partial)}.list-item--running{border-left-color:var(--running)}.list-item-main h3{margin:.45rem 0}.list-item-main p{color:var(--muted);font-size:.88rem}.list-item-top,.list-item-actions{display:flex;gap:.5rem;align-items:center}.chip,.chip-row .chip{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:999px;background:#3b82f61f;color:#bfdbfe;font-size:.76rem}.chip-muted{background:#94a3b81f;color:var(--muted)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.entity-card{padding:1.1rem;border-radius:16px;border:1px solid var(--border);background:var(--bg-panel)}.entity-card-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:#3b82f61f;margin-bottom:.75rem}.entity-card h3{margin-bottom:.35rem}.entity-card p{color:var(--muted);font-size:.88rem}.entity-card-date{display:block;margin-top:.85rem;color:var(--muted);font-size:.78rem}.back-link{border:0;background:transparent;color:var(--muted);cursor:pointer;margin-bottom:.75rem}.detail-badges{display:flex;gap:.5rem;margin-bottom:.5rem}.detail-hero{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding:1.1rem 1.2rem;border-radius:18px;margin-bottom:1.5rem;border:1px solid var(--border)}.detail-hero span{display:block;color:var(--muted);font-size:.82rem}.detail-hero strong{font-size:1.2rem}.detail-hero--ok{background:#22c55e14;border-color:#22c55e40}.detail-hero--failed{background:#ef444414;border-color:#ef444440}.detail-hero--partial{background:#f59e0b14;border-color:#f59e0b40}.detail-hero--running{background:#3b82f614;border-color:#3b82f640}.detail-grid{display:grid;grid-template-columns:320px 1fr;gap:1rem}.history-list{display:flex;flex-direction:column;gap:.5rem}.history-item{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center;padding:.75rem;border-radius:12px;border:1px solid transparent;background:#ffffff05;color:inherit;cursor:pointer;text-align:left}.history-item.active{border-color:#3b82f659;background:#3b82f614}.log-viewer{max-height:420px;overflow:auto;border-radius:12px;background:#060b14;border:1px solid var(--border);padding:.75rem;font-family:Consolas,monospace;font-size:.82rem}.log-line{display:grid;grid-template-columns:140px 1fr;gap:.75rem;padding:.35rem 0;border-bottom:1px solid rgba(255,255,255,.04)}.log-line--error{color:#fca5a5}.log-line--warn{color:#fcd34d}.log-time{color:var(--muted)}.alert{padding:.85rem 1rem;border-radius:12px;margin:1rem 0}.alert-error{background:#ef44441f;border:1px solid rgba(239,68,68,.25);color:#fecaca}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#020617b8;display:grid;place-items:center;padding:1rem;z-index:50}.modal{width:min(720px,100%);max-height:90vh;overflow:auto;background:var(--bg-panel);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.modal-body{padding:1.25rem}.icon-btn{border:0;background:transparent;color:var(--muted);font-size:1.5rem;cursor:pointer}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-grid label,.field-label{display:flex;flex-direction:column;gap:.45rem;color:var(--muted);font-size:.88rem}.form-grid .full{grid-column:1 / -1}.form-grid input,.form-grid select,.form-panel input,.form-panel select{width:100%;border:1px solid var(--border);background:#0a1424;color:var(--text);border-radius:12px;padding:.72rem .85rem}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem}.form-panel{max-width:860px}.destination-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;margin-top:.5rem}.destination-option{display:flex;flex-direction:column;gap:.25rem;text-align:left;padding:.85rem;border-radius:14px;border:1px solid var(--border);background:#ffffff05;color:inherit;cursor:pointer}.destination-option.selected{border-color:#22c55e73;background:#22c55e14}.destination-option span,.muted{color:var(--muted);font-size:.82rem}.login-screen{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.login-card{width:min(420px,100%);padding:2rem;border-radius:24px;border:1px solid var(--border);background:#121f36eb;box-shadow:var(--shadow)}.login-brand{display:flex;gap:.875rem;align-items:center;margin-bottom:1.5rem}.login-card h1{font-size:1.75rem;margin-bottom:.35rem}.login-subtitle{color:var(--muted);margin-bottom:1.5rem}.login-form{display:flex;flex-direction:column;gap:1rem}.login-form label{display:flex;flex-direction:column;gap:.45rem;color:var(--muted);font-size:.88rem}.login-form input{width:100%;border:1px solid var(--border);background:#0a1424;color:var(--text);border-radius:12px;padding:.72rem .85rem}.user-box{padding:.85rem .9rem;border-radius:12px;background:#ffffff08;border:1px solid var(--border);margin-bottom:.75rem}.user-label{display:block;color:var(--muted);font-size:.76rem;margin-bottom:.15rem}.logout-btn{margin-top:.65rem}.connection-panel{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0;padding:1rem;border-radius:16px;border:1px solid var(--border);background:#ffffff05}.connection-panel--loading{flex-direction:row;align-items:center}.connection-item{padding:.85rem 1rem;border-radius:12px;border:1px solid var(--border)}.connection-item--ok{border-color:#22c55e59;background:#22c55e14}.connection-item--failed{border-color:#ef444459;background:#ef444414}.connection-item-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.connection-item-head .status-dot{width:10px;height:10px;border-radius:50%;background:currentColor}.connection-item--ok .connection-item-head{color:#86efac}.connection-item--failed .connection-item-head{color:#fca5a5}.connection-item p{margin:0;color:var(--muted);font-size:.88rem}.database-list{margin-top:.25rem}.database-grid{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.5rem}.database-grid.compact{margin-top:.75rem}.database-chip{display:inline-flex;align-items:center;padding:.28rem .6rem;border-radius:999px;background:#3b82f61f;color:#bfdbfe;font-size:.78rem}.server-status-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.75rem}.status-pill{display:inline-flex;align-items:center;padding:.28rem .65rem;border-radius:999px;font-size:.76rem;border:1px solid}.status-pill--ok{color:#86efac;border-color:#22c55e59;background:#22c55e1a}.status-pill--failed{color:#fca5a5;border-color:#ef444459;background:#ef44441a}.status-pill--unknown{color:#cbd5e1;border-color:#94a3b840;background:#94a3b814}.server-error{margin-top:.75rem;color:#fca5a5;font-size:.82rem}.entity-card-footer{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.85rem}.btn-small{padding:.45rem .75rem;font-size:.82rem}.form-actions--start{justify-content:flex-start;margin-top:.5rem}.clickable-card{width:100%;text-align:left;cursor:pointer;color:inherit;transition:.18s ease}.clickable-card:hover{transform:translateY(-2px);border-color:#3b82f659}.wizard-steps{display:flex;gap:.75rem;margin-bottom:1rem}.wizard-step{flex:1;display:flex;align-items:center;gap:.65rem;padding:.85rem 1rem;border-radius:14px;border:1px solid var(--border);background:#ffffff05;color:var(--muted);cursor:pointer}.wizard-step span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#ffffff0f;font-weight:700}.wizard-step.active{color:var(--text);border-color:#3b82f673;background:#3b82f61a}.wizard-step.done{border-color:#22c55e59}.wizard-panel{max-width:980px}.explorer-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.explorer-tab{border:1px solid var(--border);background:transparent;color:var(--muted);padding:.55rem .9rem;border-radius:999px;cursor:pointer}.explorer-tab.active{color:var(--text);border-color:#3b82f673;background:#3b82f61f}.explorer-panel{border:1px solid var(--border);border-radius:16px;padding:1rem;background:#ffffff05}.explorer-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.toolbar-actions{display:flex;gap:.5rem;flex-wrap:wrap}.picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.picker-item{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:.85rem;border-radius:14px;border:1px solid var(--border);background:#ffffff05;color:inherit;cursor:pointer;text-align:left}.picker-item.selected{border-color:#22c55e73;background:#22c55e1a}.picker-icon{font-size:1.2rem}.inline-create-form{display:flex;gap:.75rem;margin-top:1rem}.inline-create-form input{flex:1;border:1px solid var(--border);background:#0a1424;color:var(--text);border-radius:12px;padding:.72rem .85rem}.explorer-search{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.explorer-search input{flex:1;min-width:220px;border:1px solid var(--border);background:#0a1424;color:var(--text);border-radius:12px;padding:.72rem .85rem}.explorer-search-hint{margin:0 0 .75rem;color:var(--muted);font-size:.82rem}.folder-list{display:flex;flex-direction:column;gap:.5rem;max-height:320px;overflow:auto}.folder-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:12px;border:1px solid transparent;background:#ffffff05;color:inherit;cursor:pointer;text-align:left}.folder-item.selected{border-color:#22c55e73;background:#22c55e14}.folder-item strong{display:block}.folder-item span{color:var(--muted);font-size:.78rem}.section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.job-route-panel{margin-bottom:1.25rem;overflow:hidden}.job-route-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.job-route-top h2{margin:0 0 .25rem;font-size:1.05rem}.job-route-subtitle{margin:0;color:var(--muted);font-size:.86rem}.job-route-schedule{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-end}.job-route-flow{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:.75rem;align-items:stretch}.job-route-node{display:flex;flex-direction:column;gap:.85rem;padding:1rem 1.05rem;border-radius:16px;border:1px solid var(--border);background:#ffffff05;min-width:0}.job-route-node--source{border-color:#3b82f647;background:linear-gradient(180deg,#3b82f614,#ffffff05)}.job-route-node--dest{border-color:#22c55e47;background:linear-gradient(180deg,#22c55e14,#ffffff05)}.job-route-node-head{display:flex;align-items:flex-start;gap:.75rem}.job-route-node-head strong{display:block;font-size:1rem}.job-route-node-head span{display:block;color:var(--muted);font-size:.82rem;margin-top:.15rem}.job-route-badge{flex-shrink:0;padding:.28rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.job-route-badge--source{color:#93c5fd;background:#3b82f626;border:1px solid rgba(59,130,246,.25)}.job-route-badge--dest{color:#86efac;background:#22c55e26;border:1px solid rgba(34,197,94,.25)}.job-route-path{display:flex;flex-direction:column;gap:.35rem;padding:.75rem .85rem;border-radius:12px;background:#00000038;border:1px solid rgba(255,255,255,.06)}.job-route-path-label{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.job-route-path code{display:block;color:#e2e8f0;font-size:.84rem;line-height:1.45;word-break:break-all;white-space:pre-wrap}.job-route-tags{display:flex;flex-direction:column;gap:.45rem}.job-route-tags-label{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.job-route-tag-list{display:flex;flex-wrap:wrap;gap:.35rem}.job-route-tag{padding:.22rem .55rem;border-radius:999px;font-size:.78rem;color:#cbd5e1;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.job-route-connector{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;min-width:2.5rem;padding:.25rem 0}.job-route-connector-line{flex:1;width:2px;min-height:1rem;background:linear-gradient(180deg,#3b82f626,#22c55e59);border-radius:999px}.job-route-connector-icon{color:#94a3b8;font-size:1.1rem;line-height:1}.job-route-destinations{display:flex;flex-direction:column;gap:.75rem;min-width:0}@media(max-width:960px){.job-route-flow{grid-template-columns:1fr}.job-route-connector{flex-direction:row;min-width:0;padding:.15rem 0}.job-route-connector-line{flex:1;width:auto;height:2px;min-height:0}.job-route-connector-icon{transform:rotate(90deg)}}.target-list{display:flex;flex-direction:column;gap:1rem}.target-card{border:1px solid var(--border);border-radius:16px;padding:1rem;background:#ffffff05}.target-card.active{border-color:#3b82f673}.target-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.selected-path{margin:.75rem 0;color:var(--muted)}.summary-box{margin:1rem 0;padding:1rem;border-radius:14px;border:1px solid var(--border);background:#3b82f614}.summary-box p{color:var(--muted);margin-top:.35rem}@media(max-width:1100px){.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid{grid-template-columns:1fr}.detail-hero{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto}.list-item{flex-direction:column}.stats-row{flex-wrap:wrap}.mini-stat{min-width:calc(50% - .5rem)}}.backup-pipeline{display:flex;flex-direction:column;gap:1rem}.pipeline-panel{margin-bottom:1rem}.pipeline-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.pipeline-percent{font-size:1.5rem;font-weight:700;color:var(--accent)}.progress-bar{height:10px;background:#ffffff14;border-radius:999px;overflow:hidden}.progress-bar--small{height:6px;margin-top:.5rem}.progress-bar-fill{height:100%;background:var(--accent);border-radius:999px;transition:width .4s ease}.progress-bar-fill--active{background:linear-gradient(90deg,var(--accent),#60a5fa)}.progress-bar-fill--failed{background:var(--danger)}.pipeline-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.pipeline-step{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--muted)}.pipeline-step-dot{width:10px;height:10px;border-radius:50%;background:#ffffff26;flex-shrink:0}.pipeline-step--active{color:var(--text);font-weight:600}.pipeline-step--active .pipeline-step-dot{background:var(--accent);box-shadow:0 0 0 4px #3b82f633}.pipeline-step--done{color:var(--success)}.pipeline-step--done .pipeline-step-dot{background:var(--success)}.pipeline-step--failed{color:var(--danger)}.pipeline-step--failed .pipeline-step-dot{background:var(--danger)}.pipeline-destinations{display:grid;gap:.75rem}.pipeline-dest{padding:.85rem 1rem;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#00000026}.pipeline-dest-head{display:flex;justify-content:space-between;gap:.75rem}.pipeline-dest-error{margin:.5rem 0 0;color:var(--danger);font-size:.85rem}.chip-live{background:#3b82f626;color:#93c5fd;animation:pulse-live 1.5s ease-in-out infinite}@keyframes pulse-live{0%,to{opacity:1}50%{opacity:.65}}.checkbox-label{display:flex;align-items:flex-start;gap:.65rem;cursor:pointer}.checkbox-label input{margin-top:.2rem}
