.mermaid{--mermaid-expanded-width:calc(100vw - 2rem);display:flex;justify-content:flex-start;margin:1.5rem 0;padding:1rem;position:relative;max-width:100%;overflow-x:auto;background:var(--c-bg);border-radius:.5rem;border:1px solid var(--c-border);transition:box-shadow.15s,margin-left.15s,max-width.15s,width.15s;z-index:1}.mermaid.mermaid-overflowing.is-expanded,.mermaid.mermaid-overflowing:focus-visible{width:var(--mermaid-expanded-width);max-width:var(--mermaid-expanded-width);margin-left:calc((100%- var(--mermaid-expanded-width))/2);box-shadow:0.75rem 2rem rgba(0,0,0,.12);z-index:5}.mermaid svg{flex:0 0 auto;margin-inline:auto;height:auto}[data-theme="dark"].mermaid{background:var(--c-code-bg)}[data-theme="dark"].mermaid svg.node rect,[data-theme="dark"].mermaid svg.node polygon,[data-theme="dark"].mermaid svg.node circle{fill:#374151!important;stroke:#6b7280!important}[data-theme="dark"].mermaid svg.nodeLabel,[data-theme="dark"].mermaid svg.label{color:#f0f0f0!important;fill:#f0f0f0!important}[data-theme="dark"].mermaid svg.edgePath path,[data-theme="dark"].mermaid svg.flowchart-link{stroke:#f0f0f0!important}[data-theme="dark"].mermaid svg.arrowMarkerPath{fill:#f0f0f0!important;stroke:#f0f0f0!important}[data-theme="dark"].mermaid svg.cluster rect{fill:#1f2937!important;stroke:#4b5563!important}[data-theme="dark"].mermaid svg.edgeLabel{background-color:#374151!important;color:#f0f0f0!important}[data-theme="dark"].mermaid svg.edgeLabel rect{fill:#374151!important}