:root{--flow-bg-lane:#3c3c3c;--flow-bg-platform:#282828;--platform-text:#e2e2e5;--flow-text:#e2e2e5;--flow-axis:#e2e2e5;--flow-lane-fill:#787878;--flow-normal-stroke:#004c6b;--flow-normal-fill:#33bdff;--flow-normal-hover:#71d2ff;--flow-unknown-stroke:#900000;--flow-unknown-fill:#c00000;--flow-unknown-hover:#e11c1c;--flow-hardcoded-stroke:#a87e00;--flow-hardcoded-fill:#ffc000;--flow-hardcoded-hover:#ffdc74}.platform-group-surface{fill:var(--flow-bg-platform)}.platform-title{fill:var(--platform-text);font-size:16px;font-weight:600}.lane-surface{fill:var(--flow-bg-lane)}.tick>line,.domain{stroke:var(--flow-axis)}.tick>text{fill:var(--flow-axis);font-size:12px}.lane-title,.tick>text{fill:var(--flow-text)}.lane-title{text-anchor:end;font-size:12px}.lane-flow{stroke-width:1px;stroke:var(--flow-lane-fill);fill:var(--flow-lane-fill)}.transaction-flow{cursor:zoom-in;stroke-width:1px;stroke:var(--flow-normal-stroke);fill:var(--flow-normal-fill)}.transaction-flow-unknown{cursor:zoom-in;stroke:var(--flow-unknown-stroke);fill:var(--flow-unknown-fill)}.transaction-flow:hover{stroke:var(--flow-normal-stroke);fill:var(--flow-normal-hover)}.transaction-flow-hardcoded{cursor:zoom-in;stroke:var(--flow-hardcoded-stroke);fill:var(--flow-hardcoded-fill)}.transaction-flow-unknown:hover{stroke:var(--flow-unknown-stroke);fill:var(--flow-unknown-hover)}.transaction-flow-hardcoded:hover{stroke:var(--flow-hardcoded-stroke);fill:var(--flow-hardcoded-hover)}.tooltip{stroke:var(--flow-normal-stroke);fill:var(--flow-normal-fill);width:100px;height:50px}.tooltip>text{stroke:none;fill:var(--flow-normal-stroke)}
