.diagram{--fg:#172033;--muted:#5b6475;--line:#64748b;--neutral:#e2e8f0;--input:#bfdbfe;--process:#c7d2fe;--storage:#99f6e4;--external:#fde68a;--risk:#fecaca;margin:2rem 0}.dark .diagram{--fg:#e5e7eb;--muted:#a3adbd;--line:#94a3b8;--neutral:#334155;--input:#1d4ed8;--process:#4338ca;--storage:#0f766e;--external:#92400e;--risk:#991b1b}.diagram svg{width:100%;height:auto;display:block;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.diagram figcaption{margin-top:.5rem;font-size:.8125rem;color:var(--muted);text-align:center}.diagram .title{font-size:20px;font-weight:650;fill:var(--fg)}.diagram .label{font-size:14px;font-weight:600;fill:var(--fg)}.diagram .small{font-size:12px;fill:var(--muted)}.diagram .node{stroke:var(--line);stroke-width:1}.diagram .neutral{fill:var(--neutral)}.diagram .input{fill:var(--input)}.diagram .process{fill:var(--process)}.diagram .storage{fill:var(--storage)}.diagram .external{fill:var(--external)}.diagram .risk{fill:var(--risk)}.diagram .edge{stroke:var(--line);stroke-width:1.5;fill:none}.diagram .zone{fill:none;stroke:var(--line);stroke-width:1;stroke-dasharray:6 5;opacity:.8}.diagram[data-diagram=pipelines-board] .small{font-size:11px}.diagram[data-diagram=troubleshooting-quick-fixes] .label{font-size:13px}.diagram[data-diagram=troubleshooting-quick-fixes] .small{font-size:11px}