.atlas-explorer{--ink: #303828;--paper: #eee9df;--edge: #8d947e;position:relative;width:100%;height:calc(100svh - 76px);min-height:580px;color:var(--ink);background:var(--paper);display:flex;flex-direction:column;overflow:hidden}.atlas-explorer [hidden]{display:none!important}.atlas-explorer .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.explorer-bar{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:20px 40px;border-bottom:1px solid #30382820;z-index:5}.explorer-bar h1{margin:0;font-size:28px;letter-spacing:.17em;font-weight:500;line-height:1}.explorer-bar h1 span{color:#909a80;margin-left:20px;font-weight:400}.explorer-bar h2{font-size:20px;margin:0}.explorer-search{position:relative;width:min(420px,55%)}.explorer-search input{width:100%;height:44px;padding:0 40px;border:0;border-bottom:1px solid #7c846e;background:transparent;color:var(--ink);font:inherit;font-size:14px;border-radius:0;outline-offset:4px}.search-symbol{position:absolute;top:1px;left:8px;font-size:30px;pointer-events:none}.explorer-results{position:absolute;z-index:10;top:52px;left:0;right:0;max-height:min(440px,60svh);overflow:auto;background:#faf7f0;border:1px solid #a8af9b;box-shadow:0 12px 24px #30382812;animation:atlas-results-in .18s ease-out backwards}.explorer-result{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:0;border-bottom:1px solid #30382815;font:inherit;text-align:left;background:transparent;cursor:pointer;color:var(--ink)}.explorer-result img{width:40px;height:40px;object-fit:contain;background:#e8e5dc}.explorer-result strong{font-size:14px;display:block;line-height:1.4}.explorer-result small{font-size:10px;letter-spacing:.06em;color:#657057}.explorer-result:hover,.explorer-result[aria-selected=true]{background:#dde3d1}.explorer-no-results{padding:18px;font-size:13px;margin:0}.explorer-stage{position:relative;flex:1;min-height:0;overflow:hidden}.explorer-svg{display:block;width:100%;height:100%;touch-action:none;cursor:grab;user-select:none}.explorer-svg.is-dragging{cursor:grabbing}.explorer-node{cursor:pointer;outline:none;transition:opacity .25s;animation:atlas-node-in .42s cubic-bezier(.2,.8,.2,1) backwards}.explorer-node:nth-child(3n+2){animation-delay:35ms}.explorer-node:nth-child(3n){animation-delay:.07s}.explorer-node .node-shape{fill:#f8f5ee;stroke:#899479;stroke-width:1.3;transition:fill .25s,stroke .25s}.explorer-node .node-ring{fill:none;stroke:#62724c;stroke-width:1;opacity:0}.explorer-node[data-selected=true] .node-ring{opacity:1}.explorer-node[data-selected=true] .node-shape{stroke:#303828;stroke-width:2.4;fill:#dbe2ce}.explorer-node:hover .node-shape,.explorer-node:focus-visible .node-shape{stroke:#303828;stroke-width:3;fill:#dde5cf}.explorer-node:focus-visible .node-ring{opacity:1;stroke-width:3}.explorer-node text{pointer-events:none;text-anchor:middle;fill:#303828}.explorer-node .node-name{font-size:15px;font-weight:500;paint-order:stroke;stroke:var(--paper);stroke-width:5px;stroke-linejoin:round}.explorer-node[data-selected=true] .node-name{font-weight:600}.explorer-node .node-type{font-size:9px;letter-spacing:.14em;fill:#5a654e}.explorer-edge{transition:opacity .25s;color:#536342;pointer-events:none;animation:atlas-edge-in .48s .08s ease-out backwards}.explorer-edge path{fill:none;stroke:#758565;stroke-width:1.25}.explorer-edge[data-direct=true] path{stroke:#526443;stroke-width:1.8}.explorer-edge[data-relation=related_to] path,.explorer-edge[data-relation=joint_venture_of] path{stroke-dasharray:5 4}.explorer-edge rect{fill:var(--paper)}.explorer-edge text{fill:#536342;font-size:11px;text-anchor:middle;letter-spacing:.02em}.explorer-legend{position:absolute;top:22px;left:32px;display:flex;gap:18px;font-size:10px;letter-spacing:.04em;pointer-events:none}.explorer-legend span{display:flex;gap:6px;align-items:center}.explorer-legend i{width:8px;height:8px;border:1px solid #62724c;display:inline-block}.explorer-legend i[data-kind=organization]{transform:rotate(45deg)}.explorer-legend i[data-kind=work]{height:11px;width:7px;border-width:1px 1px 2px}.explorer-legend i[data-kind=person]{border-radius:50%}.explorer-selection{position:absolute;left:32px;bottom:44px;display:grid;grid-template-columns:auto auto;gap:2px 20px;align-items:center;max-width:55%;padding:10px 0 10px 15px;border-left:2px solid #546642;background:var(--paper)}.explorer-selection>span{font-size:9px;letter-spacing:.12em;text-transform:uppercase;grid-column:1}.explorer-selection strong{font-size:15px;font-weight:500;max-width:310px;line-height:1.4}.explorer-selection a{min-height:42px;padding:10px 14px;border:1px solid #849176;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;grid-column:2;grid-row:1 / 3;white-space:nowrap;transition:background .2s,color .2s}.explorer-selection a:hover{background:#4f6042;color:#f7f3e9}.explorer-tools{position:absolute;right:28px;bottom:44px;display:flex;background:var(--paper);border:1px solid #9aa48b}.explorer-tools button{min-width:44px;height:44px;padding:0 12px;background:transparent;border:0;border-right:1px solid #9aa48b;color:var(--ink);font:inherit;font-size:13px;cursor:pointer}.explorer-tools button:last-child{border:0;font-size:23px}.explorer-tools button[data-zoom]{font-size:23px}.explorer-tools button:hover{background:#dce3d0}.atlas-explorer :is(button,a,input):focus-visible{outline:2px solid #4a6039;outline-offset:3px}.explorer-help{position:absolute;bottom:12px;left:32px;font-size:10px;color:#6e7563;margin:0;pointer-events:none}.explorer-tooltip{position:absolute;display:flex;gap:12px;width:310px;padding:15px;background:#faf7f0;border:1px solid #a1ab93;box-shadow:0 8px 24px #30382812;pointer-events:none;z-index:6}.explorer-tooltip img{width:65px;height:70px;object-fit:contain;flex-shrink:0}.explorer-tooltip small{font-size:9px;text-transform:uppercase;letter-spacing:.1em}.explorer-tooltip strong{display:block;font-size:14px;margin:3px 0}.explorer-tooltip p{font-size:12px;margin:0;line-height:1.6}.atlas-explorer--embedded{height:650px;min-height:0;margin:2rem 0;border:1px solid #9aa48b70}.atlas-explorer--embedded .explorer-bar{padding:18px 24px}.explorer-stage noscript nav{position:absolute;inset:40px;overflow:auto;display:grid;gap:12px}@keyframes atlas-node-in{0%{opacity:0}}@keyframes atlas-edge-in{0%{opacity:0}}@keyframes atlas-results-in{0%{opacity:0;transform:translateY(-5px)}}@media (max-width:600px){.atlas-explorer{height:calc(100svh - 66px);min-height:520px}.explorer-bar{gap:12px;padding:16px;flex-wrap:wrap}.explorer-bar h1{font-size:21px}.explorer-bar h1 span{margin-left:10px}.explorer-search{width:calc(100% - 106px)}.explorer-search input{font-size:16px;padding-left:30px;padding-right:8px}.search-symbol{left:0}.explorer-legend{top:16px;left:16px;gap:13px;font-size:9px}.explorer-selection{left:16px;bottom:82px;max-width:calc(100% - 32px);padding:7px 0 7px 12px}.explorer-selection strong{font-size:13px;max-width:180px}.explorer-selection a{min-height:38px;padding:8px 10px;font-size:13px}.explorer-tools{left:16px;right:16px;bottom:22px;display:grid;grid-template-columns:44px 44px 1fr 44px}.explorer-tools button{min-width:0;width:auto;padding:0 8px}.explorer-help{left:16px;bottom:4px;font-size:8px}.explorer-tooltip{width:270px}.atlas-explorer--embedded{height:640px}.atlas-explorer--embedded .explorer-bar{padding:12px}.atlas-explorer--embedded .explorer-bar h2{font-size:17px}}@media (prefers-reduced-motion:reduce){.atlas-explorer *{transition:none!important;animation:none!important}}
