@layer quartz-base{.graph>.graph-header{flex-direction:column;gap:.35rem;margin-bottom:.25rem;display:flex}.graph>.graph-header .graph-title-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.graph>.graph-header .graph-title-row h3{color:var(--dark);margin:0;font-size:1rem;font-weight:700}.graph>.graph-header .graph-title-row .graph-header-actions{align-items:center;gap:.3rem;display:flex}.graph>.graph-header .graph-title-row .graph-stats-toggle,.graph>.graph-header .graph-title-row .graph-percent-toggle{border:1px solid var(--lightgray);background-color:var(--highlight);width:19px;height:19px;color:var(--gray);font-family:var(--codeFont), monospace;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;margin:0;padding:0;font-size:.72rem;font-weight:700;line-height:1;transition:all .15s;display:inline-flex}.graph>.graph-header .graph-title-row .graph-stats-toggle:hover,.graph>.graph-header .graph-title-row .graph-percent-toggle:hover{color:var(--secondary);border-color:var(--secondary);background-color:var(--light);transform:scale(1.08)}.graph>.graph-header .graph-title-row .graph-stats-toggle.active,.graph>.graph-header .graph-title-row .graph-percent-toggle.active{color:var(--secondary);border-color:var(--secondary);background-color:color-mix(in srgb, var(--highlight) 60%, var(--secondary) 15%)}.graph>.graph-header .graph-title-row .graph-percent-toggle{display:none}.graph>.graph-header .graph-title-row .graph-percent-toggle.visible{display:inline-flex}.graph>.graph-header .graph-stats-grid{background-color:var(--highlight);border:1px solid var(--lightgray);box-sizing:border-box;border-radius:6px;grid-template-columns:repeat(3,1fr);gap:.2rem;padding:.3rem .4rem;transition:all .2s;display:grid}.graph>.graph-header .graph-stats-grid.collapsed{display:none!important}.graph>.graph-header .graph-stats-grid.is-split{grid-template-columns:repeat(4,1fr)}.graph>.graph-header .graph-stats-grid.is-split .graph-stat-local-col{display:none!important}.graph>.graph-header .graph-stats-grid.is-split .graph-stat-wiki-col,.graph>.graph-header .graph-stats-grid.is-split .graph-stat-back-col{display:flex!important}.graph>.graph-header .graph-stats-grid .graph-stat-wiki-col,.graph>.graph-header .graph-stats-grid .graph-stat-back-col{display:none}.graph>.graph-header .graph-stats-grid .graph-stat-local-col,.graph>.graph-header .graph-stats-grid .graph-stat-wiki-col,.graph>.graph-header .graph-stats-grid .graph-stat-back-col{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:4px;transition:background-color .15s,transform .1s}.graph>.graph-header .graph-stats-grid .graph-stat-local-col:hover,.graph>.graph-header .graph-stats-grid .graph-stat-wiki-col:hover,.graph>.graph-header .graph-stats-grid .graph-stat-back-col:hover{background-color:var(--lightgray)}.graph>.graph-header .graph-stats-grid .graph-stat-col{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.1rem;padding:.1rem .15rem;display:flex}.graph>.graph-header .graph-stats-grid .graph-stat-col:not(:last-child){border-right:1px dashed var(--lightgray)}.graph>.graph-header .graph-stats-grid .graph-stat-col .graph-stat-label{color:var(--gray);text-transform:lowercase;letter-spacing:.02em;font-size:.68rem;font-weight:600;line-height:1.1}.graph>.graph-header .graph-stats-grid .graph-stat-col .graph-stat-value{font-size:.76rem;font-weight:700;font-family:var(--codeFont), monospace;color:var(--darkgray);line-height:1.2}.graph>h3{margin:0;font-size:1rem}.graph>.graph-outer{border:1px solid var(--lightgray);box-sizing:border-box;border-radius:5px;height:250px;margin:.35rem 0 .5rem;position:relative;overflow:hidden}.graph>.graph-outer>.global-graph-icon{cursor:pointer;color:var(--dark);opacity:.5;background:0 0;border:none;border-radius:4px;width:24px;height:24px;margin:.3rem;padding:.2rem;transition:background-color .5s;position:absolute;top:0;right:0}.graph>.graph-outer>.global-graph-icon:hover{background-color:var(--lightgray)}.graph>.global-graph-outer{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100vw;height:100%;display:none;position:fixed;top:0;left:0;overflow:hidden}.graph>.global-graph-outer.active{display:inline-block}.graph>.global-graph-outer>.global-graph-container{border:1px solid var(--lightgray);background-color:var(--light);box-sizing:border-box;border-radius:5px;width:80vw;height:80vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:800px){.graph>.global-graph-outer>.global-graph-container{width:90%}}.graph-container{width:100%;height:100%}}