.graph-browser{background:var(--background);min-height:100dvh}.graph-browser-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;height:76px;padding:0 32px;display:flex}.graph-browser-header .brand{gap:8px;font-size:21px;display:flex}.graph-browser-header nav{align-items:center;gap:28px;font-size:14px;display:flex}.graph-browser-header nav a{color:var(--muted-foreground);align-items:center;gap:5px;display:flex}.graph-browser-header nav a[aria-current]{color:var(--primary)}.graph-browser-toolbar{justify-content:space-between;align-items:center;gap:24px;padding:24px 32px;display:flex}.graph-browser-toolbar h1{letter-spacing:-.7px;margin:8px 0 0;font-size:27px;font-weight:500}.graph-browser-toolbar .eyebrow{font-size:12px}.graph-browser-search{align-items:center;gap:10px;width:390px;display:flex;position:relative}.graph-browser-search input{height:44px;font-size:14px}.graph-search-results{z-index:20;background:var(--popover);border:1px solid var(--border);border-radius:8px;width:100%;max-height:460px;padding:6px;position:absolute;top:50px;right:0;overflow:auto;box-shadow:0 16px 50px #0008}.graph-search-results button{text-align:left;border-radius:5px;align-items:center;gap:12px;width:100%;padding:12px;font-size:14px;display:flex}.graph-search-results button:hover{background:var(--accent)}.graph-search-results button>span{flex:1}.graph-search-results small{color:var(--primary);text-transform:capitalize;margin-bottom:4px;font-size:12px;display:block}.graph-search-results svg{flex-shrink:0}.graph-journey{border-block:1px solid var(--border);white-space:nowrap;align-items:center;gap:12px;padding:12px 32px;font-size:13px;display:flex;overflow:auto}.graph-journey>span{color:var(--muted-foreground);letter-spacing:1px;font-size:12px}.graph-journey button{color:var(--muted-foreground);align-items:center;gap:10px;display:flex}.graph-journey button.selected{color:var(--primary)}.graph-history{border-right:1px solid var(--border);gap:16px;padding-right:16px;display:flex}.graph-browser-main{grid-template-columns:minmax(0,1fr) 360px;height:calc(100dvh - 240px);min-height:620px;display:grid}.graph-stage{background:radial-gradient(circle,#1c292c50,#0000 65%),radial-gradient(#354047 1px,#0000 1px) 0 0/22px 22px;min-width:0;position:relative;overflow:hidden}.graph-stage-heading{color:var(--muted-foreground);z-index:2;pointer-events:none;justify-content:space-between;gap:12px;font-size:12px;display:flex;position:absolute;top:20px;left:24px;right:24px}.graph-world-scroll{width:100%;height:100%;padding:45px 0 65px;overflow:auto}.graph-world{transform-origin:50%;width:100%;min-width:650px;height:100%;min-height:500px;transition:transform .45s;position:relative}.graph-edges{width:100%;height:100%;position:absolute;overflow:visible}.graph-edge{stroke:#677f88;stroke-width:1px;vector-effect:non-scaling-stroke;transition:all .6s cubic-bezier(.22,1,.36,1)}.graph-edge-partial{stroke:#caa766;stroke-dasharray:5 5}.graph-edge-no{stroke:#e68b87;stroke-dasharray:3 5}.browse-node{flex-direction:column;align-items:center;gap:7px;width:140px;transition:left .6s cubic-bezier(.22,1,.36,1),top .6s cubic-bezier(.22,1,.36,1);animation:.45s both graph-appear;display:flex;position:absolute;transform:translate(-50%,-50%)}.browse-node-icon{color:#9fc9d8;background:#172126;border:1px solid #5e7c88;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 0 0 7px #151e22b3}.browse-node-product .browse-node-icon{background:#231e1c;border-color:#c57d60}.browse-node-label{background:#101719ed;border-radius:3px;max-width:150px;padding:2px 5px;font-size:14px;line-height:1.25}.browse-node small{color:var(--muted-foreground);font-size:12px}.browse-node-claim:not(.is-center){gap:3px;width:72px}.browse-node-claim:not(.is-center) .browse-node-icon{color:#dfbc7b;border-color:#aa9160;border-radius:7px;width:27px;height:27px;box-shadow:0 0 0 4px #151e22b3}.browse-node-claim:not(.is-center) .browse-node-icon svg{width:13px}.browse-node-claim:not(.is-center) .browse-node-label{color:#dfbc7b;font-size:12px}.browse-node-claim:not(.is-center) small{display:none}.browse-node.is-center{z-index:1;width:190px}.browse-node.is-center .browse-node-icon{border-color:var(--primary);width:72px;height:72px;box-shadow:0 0 0 10px #f482550b,0 0 0 11px #f4825525,0 0 60px #f4825515}.browse-node.is-center .browse-node-label{max-width:190px;font-size:18px}.browse-node.is-center small{color:var(--primary);letter-spacing:.5px;font-size:12px}.browse-node:hover .browse-node-icon{border-color:#fff;box-shadow:0 0 0 7px #ffffff0e}:is(.graph-browser button:focus-visible,.graph-browser a:focus-visible){outline:2px solid var(--primary);outline-offset:5px}.graph-stage-bottom{pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;bottom:18px;left:24px;right:24px}.graph-type-legend{color:var(--muted-foreground);gap:16px;font-size:12px;display:flex}.graph-type-legend span:first-child{color:#eda180}.graph-type-legend span:nth-child(2){color:#9fc9d8}.graph-type-legend span:last-child{color:#dfbc7b}.graph-zoom{border:1px solid var(--border);background:var(--background);pointer-events:auto;border-radius:6px;gap:2px;display:flex}.graph-zoom button,.graph-pagination button{padding:9px}.graph-pagination{background:var(--background);border:1px solid var(--border);white-space:nowrap;border-radius:7px;align-items:center;gap:12px;font-size:12px;display:flex;position:absolute;bottom:62px;left:50%;transform:translate(-50%)}.graph-pagination button:disabled{opacity:.25}.graph-detail{border-left:1px solid var(--border);background:#151a1d;overflow:auto}.graph-detail-content{padding:28px 24px;animation:.3s detail-appear}.graph-detail-kind{text-transform:uppercase;letter-spacing:1.5px;color:var(--primary);align-items:center;gap:9px;font-size:12px;display:flex}.graph-detail h2{letter-spacing:-.5px;margin:24px 0 15px;font-size:27px;line-height:1.2}.graph-detail p{color:#b0babe;font-size:14px;line-height:1.65}.graph-detail .graph-detail-summary{font-size:16px}.graph-detail h3{margin:24px 0 12px;font-size:14px;font-weight:600}.graph-claim-status{color:var(--muted-foreground);align-items:center;gap:10px;margin:20px 0;font-size:12px;display:flex}.graph-source{border:1px solid var(--border);border-radius:5px;justify-content:space-between;align-items:center;gap:10px;margin:8px 0;padding:12px;font-size:14px;display:flex}.graph-provenance{border-block:1px solid var(--border);color:var(--muted-foreground);gap:6px;margin-top:16px;padding:16px 0;font-size:12px;display:grid}.graph-provenance p{margin:4px 0 0;font-size:12px}.graph-open-page{color:var(--primary);align-items:center;gap:7px;margin:20px 0;font-size:14px;display:flex}.graph-connections-heading{justify-content:space-between;align-items:center;display:flex}.graph-connections-heading span{color:var(--muted-foreground);font-size:12px}.graph-detail-connection{border-bottom:1px solid var(--border);padding:13px 0}.graph-detail-connection>button:first-child{text-align:left;align-items:center;gap:10px;width:100%;font-size:14px;display:flex}.graph-detail-connection>button:first-child>span{flex:1}.graph-inspect-claim{color:var(--muted-foreground);align-items:center;gap:8px;margin:10px 0 0 33px;font-size:12px;display:flex}.graph-inspect-claim:hover{color:var(--primary)}.graph-detail .graph-evidence-note{margin-top:25px;font-size:12px}.graph-missing{padding:100px 30px}.graph-missing h2{margin-bottom:20px}@keyframes graph-appear{0%{opacity:0}to{opacity:1}}@keyframes detail-appear{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@media (min-width:1600px){.graph-browser-main{grid-template-columns:minmax(0,1fr) 410px}.graph-detail-content{padding:32px}}@media (max-width:1050px){.graph-browser-main{grid-template-columns:minmax(0,1fr) 310px}.graph-stage-heading span:last-child{display:none}}@media (max-width:760px){.graph-browser-header{padding:0 16px;flex-wrap:wrap;height:auto;min-height:70px;padding-block:16px}.graph-browser-header nav{gap:20px}.graph-browser-toolbar{flex-direction:column;align-items:stretch;padding:20px 16px}.graph-browser-search{width:100%}.graph-journey{padding:12px 16px}.graph-browser-main{flex-direction:column;height:auto;display:flex}.graph-stage{flex-shrink:0;height:640px}.graph-detail{border-left:0;border-top:1px solid var(--border);overflow:visible}.graph-world-scroll{overflow-x:auto}.graph-detail-content{padding:24px}.graph-type-legend{gap:8px}}@media (prefers-reduced-motion:reduce){.graph-browser *,.graph-browser :before,.graph-browser :after{transition:none!important;animation:none!important}}
