@layer sitegraph{:root{--slsg-node-color-hover: initial;--slsg-node-color-muted: initial;--slsg-link-color-hover: initial;--slsg-link-color-muted: initial;--slsg-label-color: initial;--slsg-label-color-hover: initial;--slsg-label-color-muted: initial;--sg-graph-bg-color: var(--sg-graph-minimized-bg-color)}.slsg-graph-component{--sg-node-color-hover: var(--slsg-node-color-hover, var(--sg-color-accent));--sg-node-color-muted: var(--slsg-node-color-muted, var(--sg-color-muted));--sg-link-color-hover: var(--slsg-link-color-hover, var(--sg-color-accent));--sg-link-color-muted: var(--slsg-link-color-muted, var(--sg-color-muted));--sg-label-color: var(--slsg-label-color, var(--sg-text-color));--sg-label-color-hover: var(--slsg-label-color-hover, var(--sg-text-color-accent));--sg-label-color-muted: var(--slsg-label-color-muted, var(--sg-text-color-muted))}.slsg-graph-component{width:var(--sg-graph-width);height:var(--sg-graph-height)}.slsg-graph-container{position:relative;width:var(--sg-graph-width);height:inherit;box-sizing:border-box;border-radius:5px;background-color:var(--sg-graph-bg-color);outline:1px solid var(--sg-graph-outline-color);canvas{display:block;width:inherit;height:inherit;border-radius:inherit}}#slsg-graph-stats{position:fixed;bottom:40px;right:10px;z-index:500;width:max(200px,15vw,15vh);height:max(100px,6vh,6vw);opacity:.6;user-select:none;cursor:pointer}.slsg-fullscreen-dialog[open]{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;max-width:none;max-height:none;margin:0;padding:0;border:0;background:transparent;overflow:hidden}.slsg-fullscreen-dialog::backdrop{backdrop-filter:blur(4px);background-color:#0000001a}.slsg-graph-component.slsg-fullscreen-active{--sg-graph-bg-color: var(--sg-graph-maximized-bg-color)}.slsg-is-fullscreen{--sg-graph-bg-color: var(--sg-graph-maximized-bg-color);position:relative;z-index:0;.slsg-graph-action-container svg{width:24px;height:24px}}.slsg-graph-action-container:not(:empty){position:absolute;right:0;display:flex;flex-direction:row;gap:.2rem;padding:.2rem .2rem .4rem .5rem;background-color:color-mix(in srgb,var(--sg-graph-bg-color) 80%,transparent);border-radius:0 4px 0 16px;backdrop-filter:blur(4px)}.slsg-graph-action-button.slsg-graph-action-button{display:flex;color:var(--sg-graph-action-color);background-color:transparent;transition:background-color .3s ease,color .3s ease;border:unset;border-radius:4px;margin-top:unset;padding:.2rem;opacity:.5;cursor:pointer;&:hover{color:var(--sg-graph-action-color-hover);background-color:var(--sg-graph-action-bg-color-hover)}svg{width:16px;height:16px}}.slsg-backlinks{padding:0;list-style:none;a.slsg-backlink{display:block;font-size:var(--sg-text-xs);text-decoration:none;color:var(--sg-text-color-accent);overflow-wrap:anywhere;&:hover{color:var(--sg-text-color);text-decoration:underline}--pad-inline: .5rem;border-radius:.25rem;padding-block:.25rem;padding-inline:calc(1rem * var(--depth) + var(--pad-inline)) var(--pad-inline);line-height:1.25}}.slsg-menu-container{position:fixed;z-index:1000}.slsg-menu{display:inline-flex;background-color:var(--sg-context-menu-bg-color);border:1px var(--sg-context-menu-border-color) solid;border-radius:10px;overflow:hidden;flex-direction:column;padding:6px}.slsg-menu-item{display:flex;align-items:center;gap:8px;padding:2px 4px;margin:0 2px;border-radius:4px;white-space:nowrap}.slsg-menu-item:hover{background-color:var(--sg-context-menu-bg-color-hover)}.slsg-menu-item-icon{display:flex}.slsg-menu-item-icon svg{width:20px;height:20px}.slsg-menu-item-title{font-weight:600;font-size:var(--sg-text-xs)}.slsg-popup-menu{position:fixed;z-index:1000;right:8px;top:8px;background-color:color-mix(in srgb,var(--sg-graph-bg-color) 90%,transparent);border:1px solid var(--sg-context-menu-border-color);border-radius:8px;padding:8px;overflow:hidden;backdrop-filter:blur(32px);.slsg-value-slider{display:flex;font-size:var(--sg-text-xs);flex-wrap:wrap;.slsg-value-slider-text{display:flex;gap:.5rem}.slsg-value-slider-label{font-weight:900}}}}.slsg-is-fullscreen{height:90vh;width:90vw}@media(max-width:1152px){.slsg-is-fullscreen{height:80vh;width:80vw}}
