:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}.App{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:#111;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tree-wrapper{position:relative;width:100%;height:100%;overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;display:flex;flex-direction:column}.App.dragging .tree-wrapper,.tree-wrapper.dragging{cursor:grabbing}.tree-inner{position:absolute;top:50%;left:50%;--scale: 1;--pan-x: 0px;--pan-y: 0px;transform:translate(-50%,-50%) scale(var(--scale, 1)) translate(var(--pan-x, 0px),var(--pan-y, 0px));transform-origin:center center;transition:transform .12s ease-out;will-change:transform;display:flex;flex-direction:column;justify-content:center;align-items:center}:root{--points-header-gap: 12px;--points-header-padding: .5rem 1rem}.points-header-root{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:left;align-items:center;box-shadow:none;width:100%;max-width:85vw;margin-right:2vw;gap:var(--points-header-gap);box-sizing:border-box;overflow-x:auto}.points-header{top:12px;left:12px;z-index:1001;background:none;padding:var(--points-header-padding);border-radius:8px;box-shadow:0 2px 8px #00000014;font-size:1.2rem;margin:0}@media(max-width:600px){.points-header-root{gap:6px;padding:.25rem .5rem}.points-header{font-size:1rem;padding:.25rem .5rem}}.expeditions-root{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;gap:12px;position:relative;z-index:10;pointer-events:auto}.expedition-item{display:flex;align-items:center;gap:4px}.expedition-item input{width:40px;margin-right:4px}.expedition-remove{background:red;color:#000;font-weight:700;border:none;border-radius:4px;padding:2px 8px}@media(max-width:600px){.expeditions-root{gap:6px}.expedition-item{gap:2px;font-size:.75rem}.expedition-item input{width:20px;font-size:.7rem;margin-right:2px}.expedition-remove{padding:1px 5px;font-size:.7rem}}.modal-content{color:#000;background:bisque;padding:.5rem .75rem;border-radius:4px;max-width:320px;max-height:60vh;overflow:auto;box-shadow:0 6px 20px #00000026;border:4px solid rgba(0,0,0,1);opacity:.75}.modal-close{position:absolute;top:6px;right:6px;border:none;background:#000;cursor:pointer;font-size:12px}@media(max-width:600px){.modal-content{padding:.25rem .5rem;font-size:.7rem;max-width:220px}.modal-close{font-size:8px;top:4px;right:4px}}.node-root{width:140px;height:180px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-sizing:border-box;padding:20px;z-index:1}.stat-display{display:flex;flex-direction:row;justify-content:center;align-items:center}.node-image-button{border:none;background:transparent;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.node-image{width:80px;height:80px;object-fit:cover;display:block}.node-large{width:200px;height:220px}.image-large{width:120px;height:120px}:root{--tree-section-gap: 12px;--tree-section-summary-padding: 8px}.tree-section{display:flex}.tree-section-row{display:flex;justify-content:space-evenly;align-items:center;gap:var(--tree-section-gap)}.tree-section-summary{display:flex;justify-content:center;align-items:center;padding:var(--tree-section-summary-padding)}.tree-section-summary-inner{display:flex;flex-direction:column;justify-content:center;align-items:center;width:250px}.tree-section-summary-inner h2{width:100%;text-align:center;font-size:2rem;line-height:1.1;word-break:break-word}:root{--tree-gap: 16px}.tree-root{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;gap:var(--tree-gap)}.tree-top{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--tree-gap)}.tree-sides,.tree-side{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:var(--tree-gap)}.info-overlay{position:fixed;top:12px;right:12px;z-index:1000;color:#000;background:bisque;padding:.5rem .75rem;border-radius:6px;max-width:400px;max-height:60vh;overflow:auto;box-shadow:0 6px 20px #00000026;border:5px solid rgba(0,0,0,1);opacity:.75}.info-overlay.minimized{width:45px;border-color:transparent;height:35px;padding:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.info-toggle{display:flex;align-items:center;justify-content:center;padding:0;line-height:1;position:absolute;top:6px;right:6px;width:40px;height:30px;border:1px solid #111;border-radius:6px;background:#242424;color:#fff;font-weight:700;cursor:pointer}.info-overlay.minimized .info-toggle{position:static}.info-content{padding-right:1.5rem}.info-title{margin-top:0;color:#000;font-size:1.1rem}.info-message{margin-bottom:0;color:#000;font-size:.9rem}@media(max-width:600px){.info-overlay{padding:.25rem .5rem;font-size:.8rem;max-width:220px}.info-overlay.minimized{width:32px;height:32px;font-size:.7rem}}
