.resource-graph-view-container{position:relative;overflow:hidden;border-radius:22px;border:1px solid rgba(var(--primary-color-rgb),.18);background:radial-gradient(circle at 14% 16%,rgba(var(--primary-color-rgb),.18),transparent 28%),radial-gradient(circle at 84% 12%,rgba(var(--primary-color-rgb),.12),transparent 24%),linear-gradient(180deg,hsla(0,0%,100%,.04),transparent 32%),linear-gradient(135deg,rgba(15,23,42,.28),rgba(15,23,42,.04) 48%,rgba(var(--primary-color-rgb),.06)),var(--card-background-color);box-shadow:0 24px 50px rgba(2,6,23,.16),inset 0 1px 0 hsla(0,0%,100%,.06);color:var(--text-color)}.light-mode .resource-graph-view-container{background:radial-gradient(circle at 14% 16%,rgba(var(--primary-color-rgb),.16),transparent 28%),radial-gradient(circle at 84% 12%,rgba(var(--primary-color-rgb),.1),transparent 24%),linear-gradient(180deg,hsla(0,0%,100%,.72),hsla(0,0%,100%,.18) 34%),linear-gradient(135deg,hsla(0,0%,100%,.92),rgba(248,250,252,.84) 48%,rgba(var(--primary-color-rgb),.08)),var(--card-background-color);box-shadow:0 22px 42px rgba(15,23,42,.08),inset 0 1px 0 hsla(0,0%,100%,.82)}.resource-graph-header{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:1rem;gap:1rem;padding:1.25rem 1.25rem 0}.resource-graph-heading h3{margin:.35rem 0 .5rem;font-size:1.35rem;line-height:1.1;letter-spacing:-.03em;color:var(--text-color)}.resource-graph-heading p{max-width:62ch;margin:0;color:var(--text-color-secondary);font-size:.96rem;line-height:1.65}.resource-graph-kicker{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;padding:.38rem .7rem;background:rgba(var(--primary-color-rgb),.12);color:var(--link-color);font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.resource-graph-metrics{display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));grid-gap:.72rem;gap:.72rem;align-content:start}.resource-graph-metric-card{min-width:116px;border-radius:16px;border:1px solid rgba(var(--primary-color-rgb),.18);background:color-mix(in srgb,var(--card-background-color) 88%,transparent);padding:.85rem .95rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.resource-graph-metric-card strong{display:block;margin-top:.28rem;font-size:1.28rem;line-height:1;color:var(--text-color)}.resource-graph-metric-label{color:var(--text-color-secondary);font-size:.73rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.resource-graph-body{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:1rem;gap:1rem;padding:1rem 1.25rem 1.25rem}.resource-graph-stage-frame{min-width:0}.resource-graph-stage{position:relative;overflow:hidden;border-radius:20px;border:1px solid rgba(var(--primary-color-rgb),.18);background:linear-gradient(180deg,hsla(0,0%,100%,.04),transparent 32%),radial-gradient(circle at 50% 50%,rgba(var(--primary-color-rgb),.08),transparent 52%),rgba(8,13,24,.36)}.light-mode .resource-graph-stage{background:linear-gradient(180deg,hsla(0,0%,100%,.66),hsla(0,0%,100%,.08) 28%),radial-gradient(circle at 50% 50%,rgba(var(--primary-color-rgb),.08),transparent 52%),rgba(248,250,252,.68)}.resource-graph-node-layer,.resource-graph-svg,.resource-graph-topic-layer{position:absolute;inset:0}.resource-graph-svg{width:100%;height:100%;color:rgba(var(--primary-color-rgb),.9)}.resource-graph-dust-layer{color:rgba(226,232,240,.56)}.light-mode .resource-graph-dust-layer{color:rgba(51,65,85,.28)}.resource-graph-ring{fill:none;stroke:rgba(var(--primary-color-rgb),.12);stroke-width:1;stroke-dasharray:4 8}.resource-graph-ring-inner{stroke:rgba(var(--primary-color-rgb),.18)}.resource-graph-relationship-link,.resource-graph-topic-link{fill:none;stroke-linecap:round;transition:opacity var(--transition-fast),stroke-width var(--transition-fast),stroke var(--transition-fast)}.resource-graph-topic-link{opacity:.5}.resource-graph-topic-link.is-highlighted{opacity:1}.resource-graph-topic-link.is-dimmed{opacity:.08}.resource-graph-relationship-link{stroke:rgba(148,163,184,.22);opacity:.42}.resource-graph-relationship-link.is-highlighted{stroke:rgba(var(--primary-color-rgb),.42);opacity:.92}.resource-graph-relationship-link.is-dimmed{opacity:.08}.resource-graph-topic-node{position:absolute;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:space-between;gap:.6rem;border-radius:999px;border:1px solid var(--accent-glow);background:linear-gradient(180deg,hsla(0,0%,100%,.1),transparent 72%),var(--accent-soft);color:var(--text-color);padding:.55rem .78rem;box-shadow:0 0 0 1px hsla(0,0%,100%,.04) inset,0 14px 26px rgba(2,6,23,.16),0 0 26px var(--accent-glow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);cursor:pointer;opacity:0;animation:resourceGraphNodeEnter .55s ease forwards;transition:transform var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast),opacity var(--transition-fast)}.resource-graph-topic-node.is-type{font-weight:700}.resource-graph-topic-node.is-active,.resource-graph-topic-node:focus-visible,.resource-graph-topic-node:hover{transform:translate(-50%,-50%) scale(1.04);border-color:var(--accent);box-shadow:0 0 0 1px hsla(0,0%,100%,.08) inset,0 18px 34px rgba(2,6,23,.22),0 0 32px var(--accent-glow)}.resource-graph-topic-node.is-connected:not(.is-active){transform:translate(-50%,-50%) scale(1.015)}.resource-graph-topic-node.is-dimmed{opacity:.28}.resource-graph-topic-label{font-size:.79rem;font-weight:700;letter-spacing:.01em;white-space:nowrap}.resource-graph-topic-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.6rem;height:1.6rem;border-radius:999px;background:rgba(15,23,42,.22);color:var(--text-color);font-size:.72rem;font-weight:700}.light-mode .resource-graph-topic-count{background:hsla(0,0%,100%,.7)}.resource-graph-node{position:absolute;transform:translate(-50%,-50%) scale(1);border-radius:20px;overflow:hidden;border:1px solid hsla(0,0%,100%,.08);background:linear-gradient(180deg,hsla(0,0%,100%,.08),transparent 34%),color-mix(in srgb,var(--card-background-color) 90%,transparent);box-shadow:0 18px 34px rgba(2,6,23,.22),inset 0 0 0 1px hsla(0,0%,100%,.04),0 0 30px rgba(15,23,42,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);cursor:pointer;opacity:0;animation:resourceGraphNodeEnter .55s ease forwards;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast),opacity var(--transition-fast),filter var(--transition-fast)}.resource-graph-node:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;border:1px solid transparent;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.04)}.resource-graph-node.is-active,.resource-graph-node:focus-visible,.resource-graph-node:hover{transform:translate(-50%,-50%) scale(1.03);border-color:var(--accent-glow);box-shadow:0 24px 42px rgba(2,6,23,.26),0 0 0 1px hsla(0,0%,100%,.06) inset,0 0 34px var(--accent-glow)}.resource-graph-node.is-connected:not(.is-active){border-color:rgba(var(--primary-color-rgb),.3)}.resource-graph-node.is-dimmed{opacity:.26;filter:saturate(.74)}.resource-graph-node-image-shell{position:relative;height:92px;overflow:hidden}.resource-graph-inspector-fallback,.resource-graph-inspector-image,.resource-graph-node-fallback,.resource-graph-node-image{width:100%;height:100%;display:block}.resource-graph-inspector-image,.resource-graph-node-image{object-fit:cover}.resource-graph-inspector-fallback,.resource-graph-node-fallback{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 20%,var(--accent-soft),transparent 36%),linear-gradient(135deg,rgba(var(--primary-color-rgb),.25),rgba(15,23,42,.24)),var(--card-background-color)}.resource-graph-inspector-fallback .anticon,.resource-graph-node-fallback .anticon{font-size:2rem;color:#fff}.resource-graph-node-image-scrim{position:absolute;inset:auto 0 0;height:54px;background:linear-gradient(180deg,transparent,rgba(2,6,23,.78))}.resource-graph-node-copy{padding:.85rem .95rem .95rem}.resource-graph-node-type{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.42rem;color:var(--text-color-secondary);font-size:.74rem;font-weight:700;letter-spacing:.02em}.resource-graph-node-copy h4{margin:0;color:var(--text-color);font-size:.92rem;line-height:1.24}.resource-graph-node-copy p{margin:.45rem 0 0;color:var(--text-color-secondary);font-size:.77rem;line-height:1.45}.resource-graph-node-footer{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-top:.82rem}.resource-graph-node-meta{display:inline-flex;align-items:center;gap:.32rem;color:var(--link-color);font-size:.74rem;font-weight:700}.resource-graph-inspector-list-item,.resource-graph-inspector-primary,.resource-graph-inspector-tag,.resource-graph-open{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:none;font:inherit}.resource-graph-open{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.35rem .6rem;background:rgba(var(--primary-color-rgb),.14);color:var(--text-color);font-size:.74rem;font-weight:700;cursor:pointer;transition:background-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.resource-graph-inspector-list-item:focus-visible,.resource-graph-inspector-list-item:hover,.resource-graph-inspector-primary:focus-visible,.resource-graph-inspector-primary:hover,.resource-graph-inspector-tag:focus-visible,.resource-graph-inspector-tag:hover,.resource-graph-open:focus-visible,.resource-graph-open:hover{transform:translateY(-1px)}.resource-graph-open:hover{background:rgba(var(--primary-color-rgb),.22);color:var(--link-hover-color)}.resource-graph-stage-hint{position:absolute;right:18px;bottom:18px;display:flex;flex-direction:column;gap:.26rem;padding:.7rem .85rem;border-radius:14px;border:1px solid rgba(var(--primary-color-rgb),.18);background:rgba(8,13,24,.5);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:var(--text-color-secondary);font-size:.76rem;line-height:1.35}.light-mode .resource-graph-stage-hint{background:hsla(0,0%,100%,.78)}.resource-graph-inspector{align-self:stretch;display:flex;flex-direction:column;gap:1rem;border-radius:20px;border:1px solid rgba(var(--primary-color-rgb),.18);background:linear-gradient(180deg,hsla(0,0%,100%,.08),transparent 34%),color-mix(in srgb,var(--card-background-color) 92%,transparent);padding:1.1rem;box-shadow:0 18px 34px rgba(2,6,23,.14),inset 0 1px 0 hsla(0,0%,100%,.04);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.resource-graph-inspector-header h4{margin:.38rem 0 .45rem;color:var(--text-color);font-size:1.18rem;line-height:1.16}.resource-graph-inspector-header p{margin:0;color:var(--text-color-secondary);font-size:.9rem;line-height:1.65}.resource-graph-inspector-group-label,.resource-graph-inspector-kicker,.resource-graph-inspector-meta-label{color:var(--link-color);font-size:.74rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.resource-graph-inspector-preview{overflow:hidden;border-radius:18px;height:178px;border:1px solid rgba(var(--primary-color-rgb),.16)}.resource-graph-inspector-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.7rem;gap:.7rem}.resource-graph-inspector-meta-card{border-radius:14px;border:1px solid rgba(var(--primary-color-rgb),.14);background:rgba(var(--primary-color-rgb),.08);padding:.78rem .82rem}.resource-graph-inspector-meta-card strong{display:block;margin-top:.2rem;color:var(--text-color);font-size:.92rem;line-height:1.35}.resource-graph-inspector-group{display:grid;grid-gap:.65rem;gap:.65rem}.resource-graph-inspector-copy{margin:0;color:var(--text-color-secondary);font-size:.9rem;line-height:1.68}.resource-graph-inspector-tags{display:flex;flex-wrap:wrap;gap:.55rem}.resource-graph-inspector-tag,.resource-graph-inspector-topic-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--accent-border,rgba(var(--primary-color-rgb),.24));background:var(--accent-soft);color:var(--text-color);padding:.45rem .72rem;font-size:.8rem;font-weight:700}.resource-graph-inspector-list{display:grid;grid-gap:.58rem;gap:.58rem}.resource-graph-inspector-list-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;border-radius:16px;border:1px solid rgba(var(--primary-color-rgb),.14);background:rgba(var(--primary-color-rgb),.08);padding:.78rem .88rem;color:var(--text-color);cursor:pointer;text-align:left;transition:transform var(--transition-fast),border-color var(--transition-fast),background-color var(--transition-fast)}.resource-graph-inspector-list-item strong{display:block;font-size:.88rem;line-height:1.32}.resource-graph-inspector-list-item span{display:block;margin-top:.18rem;color:var(--text-color-secondary);font-size:.76rem;line-height:1.4}.resource-graph-inspector-list-item:hover{border-color:rgba(var(--primary-color-rgb),.3);background:rgba(var(--primary-color-rgb),.12)}.resource-graph-inspector-topic-pulse{display:flex;align-items:center;justify-content:flex-start}.resource-graph-inspector-primary{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:100%;border-radius:14px;padding:.9rem 1rem;background:linear-gradient(90deg,rgba(var(--primary-color-rgb),.16),rgba(var(--primary-color-rgb),.1));color:var(--text-color);cursor:pointer;font-size:.92rem;font-weight:700;transition:transform var(--transition-fast),background-color var(--transition-fast),color var(--transition-fast)}.resource-graph-inspector-primary:hover{color:var(--link-hover-color);background:linear-gradient(90deg,rgba(var(--primary-color-rgb),.22),rgba(var(--primary-color-rgb),.14))}.resource-graph-empty-state{display:grid;place-items:center;min-height:420px;padding:2.4rem 1.5rem;text-align:center}.resource-graph-empty-state h3{margin:.55rem 0 .45rem;font-size:1.45rem;color:var(--text-color)}.resource-graph-empty-state p{max-width:32rem;margin:0;color:var(--text-color-secondary);line-height:1.7}.resource-graph-empty-kicker{color:var(--link-color);font-size:.76rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}@keyframes resourceGraphNodeEnter{0%{opacity:0;transform:translate(-50%,calc(-50% + 10px)) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media (max-width:1100px){.resource-graph-body{grid-template-columns:minmax(0,1fr)}.resource-graph-inspector{order:2}}@media (max-width:768px){.resource-graph-body,.resource-graph-header{padding-left:.9rem;padding-right:.9rem}.resource-graph-header{grid-template-columns:minmax(0,1fr)}.resource-graph-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-graph-heading h3{font-size:1.18rem}.resource-graph-stage-hint{left:12px;right:12px;bottom:12px}.resource-graph-node-image-shell{height:80px}.resource-graph-inspector-preview{height:156px}}@media (max-width:576px){.resource-graph-view-container{border-radius:18px}.resource-graph-header{padding-top:.95rem}.resource-graph-body{gap:.85rem;padding-top:.85rem;padding-bottom:.9rem}.resource-graph-metric-card{min-width:0;padding:.78rem .8rem}.resource-graph-metric-card strong{font-size:1.08rem}.resource-graph-inspector,.resource-graph-stage{border-radius:18px}.resource-graph-topic-node{gap:.46rem;padding:.48rem .68rem}.resource-graph-topic-label{font-size:.74rem}.resource-graph-node-copy{padding:.72rem .8rem .82rem}.resource-graph-node-copy h4{font-size:.86rem}.resource-graph-node-copy p,.resource-graph-node-meta,.resource-graph-node-type,.resource-graph-open{font-size:.71rem}.resource-graph-inspector-meta-grid{grid-template-columns:1fr}}@media (max-width:420px){.resource-graph-body,.resource-graph-header{padding-left:.75rem;padding-right:.75rem}.resource-graph-metrics{grid-template-columns:1fr}.resource-graph-inspector,.resource-graph-stage{border-radius:16px}.resource-graph-empty-state{min-height:320px;padding:1.8rem 1rem}}