@layer quartz-base{.graph-button-wrapper{align-items:center;display:flex}.graph-button{cursor:pointer;width:20px;height:32px;text-align:inherit;background:0 0;border:none;flex-shrink:0;margin:0;padding:0;position:relative}.graph-button svg{width:20px;height:20px;fill:var(--darkgray);stroke:var(--darkgray);transition:opacity .1s;position:absolute;top:calc(50% - 10px)}.graph-button:hover svg{fill:var(--dark);stroke:var(--dark)}.global-graph-outer{width:100vw;height:100vh;display:none;position:fixed;top:0;left:0;overflow:hidden;z-index:999999!important;background-color:var(--light)!important}.global-graph-outer.active{justify-content:center;align-items:center;display:flex!important}.global-graph-outer>.global-graph-container{border:1px solid var(--lightgray);box-sizing:border-box;border-radius:12px;width:88vw;max-width:1500px;height:88vh;position:relative;overflow:hidden;box-shadow:0 16px 48px #0000002e;background-color:var(--light)!important}@media (max-width:800px){.global-graph-outer>.global-graph-container{width:95%;height:80vh}}body.global-graph-open{overflow:hidden}body.global-graph-open .domain-grid,body.global-graph-open .center,body.global-graph-open .sidebar.right{visibility:hidden!important}body.global-graph-open .sidebar.left{z-index:999999!important}}