#nodeContainer{flex:1 1;display:flex;flex-direction:column}#nodeInfoContainer{text-align:center;flex:1 1;display:flex;overflow:hidden;position:relative}#nodeHeader{position:absolute;width:100%;background-color:var(--backgroundTransparent);border-bottom:1px solid var(--foreground);height:2rem;gap:10px;display:flex;align-items:center;justify-content:center}#nodeHeader>:first-child,#nodeHeader>:last-child{height:100%;display:flex}#nodeHeader>:first-child>span,#nodeHeader>:last-child>span{width:2rem;height:2rem;display:inline-block}#nodeImage{max-width:100%;max-height:100%;margin:0 auto;object-fit:contain}#nodeInfo{position:absolute;bottom:0;background-color:var(--backgroundTransparent);width:100%;display:flex;flex-direction:column;border-top:1px solid var(--foreground)}#nodeInfoHeader{display:flex;gap:1rem;justify-content:center;border-bottom:1px solid var(--foreground);padding:.25rem 0}#nodeInfoHeader>*{position:relative;padding:.25rem .5rem;border:1px solid var(--foreground);cursor:pointer}#nodeInfoHeader>.active{border-width:2px}#nodeInfoHeader>:not(.active){margin-top:1px;margin-bottom:1px}#nodeInfoHeader>.unavailable{opacity:.5}#nodeInfoContent{display:flex;justify-content:center;gap:1rem;margin:.5rem;flex-wrap:wrap;white-space:pre}#nodeInfoNotes{white-space:break-spaces}#nodeInfoContent>*{display:flex;align-items:center}body{display:flex;flex-direction:row;height:100vh;border:1px solid var(--foreground)}.pathContainer{text-align:center;width:15vw;display:flex;flex-direction:column}#currentPathContainer{border-right:1px solid var(--foreground)}#pathfindContainer{border-left:1px solid var(--foreground)}.pathHeader{background-color:var(--background);border-bottom:1px solid var(--foreground);height:2rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}#currentPathContainer .pathList{line-height:12px}.pathList{flex-direction:column;gap:.25rem;padding:.25rem 1rem;display:flex;max-height:100%;overflow:auto}.pathList>.pathNode{margin-top:5px;margin-bottom:5px}.path,.pathNode{line-height:100%}.pathNode{padding:.25rem .5rem;border:1px solid var(--foreground);cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;background-color:var(--background)}#edgesContainer{border-top:1px solid var(--foreground);padding:.25rem .5rem;text-align:center}#edgesList{gap:.5rem;flex-wrap:wrap;margin:.25rem 0;overflow-x:auto}#edgesList,.edge{display:flex;justify-content:center;align-items:center}.edge{padding:.25rem .5rem;border:1px solid var(--foreground);cursor:pointer;white-space:nowrap}.blueRing{border-color:var(--blue);color:var(--blue)}.pinkRing{border-color:var(--pink);color:var(--pink)}.current{border-color:var(--green);color:var(--green)}.blueRing.pinkRing:before{background:var(--background);position:absolute;content:"";height:0;left:0;top:0;width:100%;height:100%;z-index:-1}.blueRing.pinkRing{border-width:0!important;background:repeating-linear-gradient(-45deg,var(--blue) 0 15%,var(--pink) 15% 30%);-webkit-background-clip:text;background-clip:text;color:transparent}.blueRing.pinkRing:after{background:repeating-linear-gradient(-45deg,var(--blue) 0 15%,var(--pink) 15% 30%);position:absolute;content:"";height:1px;left:-1px;top:-1px;width:calc(100% + 2px);height:calc(100% + 2px);z-index:-2}.edgeTooltip{visibility:hidden;position:absolute;max-height:30vh;width:auto;top:0;left:0}.edge:hover>.edgeTooltip,.edgeTooltip:hover{visibility:visible}[class^=icon]{height:2rem;width:2rem;object-fit:contain;align-self:center;margin-right:.25rem}.icon-small{height:1.5rem;width:1.5rem}#pathfindSelector{display:flex;flex-direction:column;text-align:left;border-bottom:1px solid var(--foreground);padding:.25rem .5rem;align-items:center}#pathfindSelector input:last-child{margin-left:.25rem}#pathfindSelector input:first-child{margin-right:.25rem}#pathfindSelector>input[list=pathfindList]{font:inherit;padding:.1rem;width:100%;background-color:var(--background);color:var(--foreground);border-color:var(--foreground);border-radius:5px}#pathfindSelector>.filters{font-size:16px;margin:.5rem 0}#pathfindSelector label{width:100%;display:flex;align-items:center;margin-bottom:.25rem;justify-content:center}#pathfindSelector>.filters>label>span{flex-grow:1}:root{--background:#0a0a0a;--backgroundTransparent:#0a0a0aca;--foreground:#007f80;--blue:#0004de;--pink:#f901fd;--green:#23b04c}body,html{font-size:20px;height:100%;width:100%;max-width:100vw;max-height:100vh}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-color:color-mix(in srgb,var(--foreground),#000 30%) var(--background)}::-webkit-scrollbar{color:var(--foreground)}input[type=checkbox],input[type=radio]{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:var(--background);margin:0;border:2px solid var(--foreground);width:20px;height:20px;display:grid;place-content:center}input[type=checkbox]{border-radius:5px}input[type=radio]{border-radius:1000px}input[type=checkbox]:before,input[type=radio]:before{content:"";width:10px;height:10px;transform:scale(0);transition:transform .12s ease-in-out;box-shadow:inset 1em 1em var(--foreground)}input[type=checkbox]:before{border-radius:2px}input[type=radio]:before{border-radius:100px}input[type=checkbox]:checked:before,input[type=radio]:checked:before{transform:scale(1)}button,select{font:inherit;color:inherit}select[multiple]{background-color:var(--background);border-color:var(--foreground);max-width:100%;border-radius:2px}select[multiple] option:checked{background:var(--foreground) linear-gradient(0deg,var(--foreground) 0,var(--foreground) 100%)}button.disabled{opacity:.5}*{box-sizing:border-box;padding:0;margin:0}