:root{--neural-primary: #3B82F6;--neural-secondary: #6366F1;--neural-accent: #EC4899;--neural-success: #10B981;--neural-warning: #F59E0B;--neural-muted: #94A3B8;--neural-glow: rgba(59, 130, 246, .3);--neural-pulse: rgba(236, 72, 153, .4)}@keyframes neural-pulse{0%,to{stroke-opacity:.3;stroke-width:1px}50%{stroke-opacity:.8;stroke-width:3px}}@keyframes neural-flow{0%{stroke-dashoffset:20}to{stroke-dashoffset:0}}@keyframes neural-glow{0%,to{filter:drop-shadow(0 0 5px var(--neural-glow))}50%{filter:drop-shadow(0 0 15px var(--neural-glow)) drop-shadow(0 0 25px var(--neural-glow))}}@keyframes node-activation{0%{transform:scale(1);filter:drop-shadow(0 0 5px transparent)}50%{transform:scale(1.15);filter:drop-shadow(0 0 15px var(--neural-pulse)) drop-shadow(0 0 25px var(--neural-pulse))}to{transform:scale(1);filter:drop-shadow(0 0 5px transparent)}}@keyframes synaptic-fire{0%{stroke:var(--neural-muted);stroke-width:1px;opacity:.4}25%{stroke:var(--neural-primary);stroke-width:2px;opacity:.8}50%{stroke:var(--neural-accent);stroke-width:3px;opacity:1}75%{stroke:var(--neural-primary);stroke-width:2px;opacity:.8}to{stroke:var(--neural-muted);stroke-width:1px;opacity:.4}}.neural-graph .edge{stroke-linecap:round;stroke-linejoin:round;transition:all .3s cubic-bezier(.4,0,.2,1)}.neural-graph .edge.connections{stroke:var(--neural-primary);stroke-dasharray:none;animation:neural-pulse 4s ease-in-out infinite;animation-delay:calc(var(--edge-index, 0) * .2s)}.neural-graph .edge.bridges{stroke:var(--neural-accent);stroke-dasharray:8 4;animation:neural-flow 2s linear infinite,synaptic-fire 6s ease-in-out infinite;animation-delay:calc(var(--edge-index, 0) * .3s)}.neural-graph .edge.related{stroke:var(--neural-success);stroke-dasharray:4 2;animation:neural-pulse 5s ease-in-out infinite;animation-delay:calc(var(--edge-index, 0) * .15s)}.neural-graph .edge.tags{stroke:var(--neural-muted);stroke-dasharray:2 2;opacity:.6;animation:neural-flow 8s linear infinite}.neural-graph .edge.mentions{stroke:var(--neural-warning);stroke-dasharray:6 3;opacity:.5;animation:neural-pulse 7s ease-in-out infinite}.neural-graph .edge.active{animation:synaptic-fire 1s ease-in-out;stroke-width:4px!important;opacity:1!important}.neural-graph .node circle{transition:all .4s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.neural-graph .node.post circle{stroke:#fff;stroke-width:2px}.neural-graph .node.concept circle{stroke:#fff;stroke-width:3px;filter:drop-shadow(0 0 8px rgba(99,102,241,.3))}.neural-graph .node.tag circle{stroke:#fff;stroke-width:1px;opacity:.8}.neural-graph .node:hover circle{animation:node-activation .6s ease-in-out;cursor:pointer}.neural-graph .node.selected circle{stroke:var(--neural-accent);stroke-width:4px;animation:neural-glow 2s ease-in-out infinite}.neural-graph .node.highlighted circle{filter:drop-shadow(0 0 15px var(--neural-glow)) drop-shadow(0 0 25px var(--neural-glow));transform:scale(1.1)}.neural-graph .node.dimmed{opacity:.3;transition:opacity .3s ease}.neural-graph .label{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.3);transition:all .3s ease;pointer-events:none;user-select:none}.neural-graph .node:hover .label{font-weight:600;text-shadow:0 0 10px rgba(59,130,246,.5)}.neural-graph .label.tag{font-size:10px;font-weight:400;opacity:.8}.neural-graph .label.concept{font-weight:600;text-shadow:0 0 5px rgba(99,102,241,.4)}.neural-graph:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(236,72,153,.05) 0%,transparent 50%),radial-gradient(circle at 40% 60%,rgba(16,185,129,.05) 0%,transparent 50%);pointer-events:none;z-index:-1;animation:neural-background 20s ease-in-out infinite}@keyframes neural-background{0%,to{background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(236,72,153,.05) 0%,transparent 50%),radial-gradient(circle at 40% 60%,rgba(16,185,129,.05) 0%,transparent 50%)}33%{background:radial-gradient(circle at 70% 30%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 30% 70%,rgba(236,72,153,.05) 0%,transparent 50%),radial-gradient(circle at 60% 40%,rgba(16,185,129,.05) 0%,transparent 50%)}66%{background:radial-gradient(circle at 40% 80%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 60% 20%,rgba(236,72,153,.05) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(16,185,129,.05) 0%,transparent 50%)}}.neural-graph .edge[data-strength=weak]{stroke-width:1px;opacity:.4}.neural-graph .edge[data-strength=medium]{stroke-width:2px;opacity:.6}.neural-graph .edge[data-strength=strong]{stroke-width:3px;opacity:.8}.neural-graph .edge[data-strength=very-strong]{stroke-width:4px;opacity:1;animation:synaptic-fire 3s ease-in-out infinite}.neural-graph .connection-path{stroke:var(--neural-accent);stroke-width:3px;opacity:0;stroke-dasharray:8 4;animation:neural-flow 1s linear infinite;transition:opacity .3s ease}.neural-graph .connection-path.active{opacity:.8}.neural-graph .cluster-boundary{fill:none;stroke:var(--neural-muted);stroke-width:1px;stroke-dasharray:4 4;opacity:.3;animation:neural-flow 10s linear infinite}.neural-graph .cluster-label{font-size:14px;font-weight:600;fill:var(--neural-muted);text-anchor:middle;opacity:.7}.neural-graph .force-field{fill:none;stroke:var(--neural-primary);stroke-width:.5px;opacity:.1;animation:neural-glow 8s ease-in-out infinite}.neural-graph .node.dragging circle{stroke:var(--neural-warning);stroke-width:3px;filter:drop-shadow(0 0 20px var(--neural-warning))}.neural-graph .edge.highlighted{stroke-width:4px!important;opacity:1!important;animation:synaptic-fire .8s ease-in-out}@keyframes neural-loading{0%{transform:scale(.8) rotate(0);opacity:.5}50%{transform:scale(1.2) rotate(180deg);opacity:1}to{transform:scale(.8) rotate(360deg);opacity:.5}}.neural-graph.loading .node circle{animation:neural-loading 2s ease-in-out infinite;animation-delay:calc(var(--node-index, 0) * .1s)}@media (max-width: 768px){.neural-graph .label{font-size:10px}.neural-graph .node circle{stroke-width:1px}.neural-graph .edge{stroke-width:1px!important}}@media (prefers-contrast: high){.neural-graph .edge{animation:none;stroke-dasharray:none}.neural-graph .node circle{animation:none;filter:none}}@media (prefers-reduced-motion: reduce){.neural-graph .edge,.neural-graph .node circle,.neural-graph .label{animation:none;transition:none}.neural-graph:before{animation:none}}.obsidian-graph-container[data-astro-cid-ccdiq772]{width:100%;height:100%;display:flex;flex-direction:column;background:var(--color-background);border:1px solid var(--color-muted);border-radius:8px;overflow:hidden}.graph-controls[data-astro-cid-ccdiq772]{display:flex;flex-wrap:wrap;gap:12px;padding:16px;background:var(--color-muted-background);border-bottom:1px solid var(--color-muted);align-items:center}.control-group[data-astro-cid-ccdiq772]{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.control-btn[data-astro-cid-ccdiq772]{display:flex;align-items:center;gap:6px;padding:8px 12px;background:var(--color-background);border:1px solid var(--color-muted);border-radius:6px;color:var(--color-foreground);font-size:14px;cursor:pointer;transition:all .2s}.control-btn[data-astro-cid-ccdiq772]:hover{background:var(--color-muted)}.control-btn[data-astro-cid-ccdiq772].primary,.control-btn[data-astro-cid-ccdiq772].active{background:var(--color-accent);color:var(--color-accent-foreground);border-color:var(--color-accent)}.control-select[data-astro-cid-ccdiq772],.control-input[data-astro-cid-ccdiq772]{padding:8px 12px;background:var(--color-background);border:1px solid var(--color-muted);border-radius:6px;color:var(--color-foreground);font-size:14px;min-width:140px}.control-input[data-astro-cid-ccdiq772]{min-width:200px}.slider-label[data-astro-cid-ccdiq772]{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--color-muted-foreground)}.control-slider[data-astro-cid-ccdiq772]{width:100px}.graph-stats[data-astro-cid-ccdiq772]{display:flex;gap:24px;padding:12px 16px;background:var(--color-muted-background);border-bottom:1px solid var(--color-muted)}.stat-item[data-astro-cid-ccdiq772]{display:flex;flex-direction:column;align-items:center;gap:2px}.stat-value[data-astro-cid-ccdiq772]{font-size:18px;font-weight:600;color:var(--color-accent)}.stat-label[data-astro-cid-ccdiq772]{font-size:12px;color:var(--color-muted-foreground)}.graph-canvas-container[data-astro-cid-ccdiq772]{position:relative;flex:1;overflow:hidden}#obsidian-graph[data-astro-cid-ccdiq772]{width:100%;height:100%;background:radial-gradient(circle at center,rgba(var(--color-accent-rgb),.03) 0%,transparent 50%)}.node-info-panel[data-astro-cid-ccdiq772]{position:absolute;top:20px;right:20px;width:320px;max-height:calc(100% - 40px);background:var(--color-background);border:1px solid var(--color-muted);border-radius:8px;box-shadow:0 8px 32px #0000001a;overflow:hidden;z-index:10}.node-info-panel[data-astro-cid-ccdiq772].hidden{display:none}.node-info-header[data-astro-cid-ccdiq772]{display:flex;justify-content:space-between;align-items:center;padding:16px;background:var(--color-muted-background);border-bottom:1px solid var(--color-muted)}.node-info-header[data-astro-cid-ccdiq772] h3[data-astro-cid-ccdiq772]{margin:0;font-size:16px;color:var(--color-foreground)}#close-info-panel[data-astro-cid-ccdiq772]{background:none;border:none;font-size:20px;color:var(--color-muted-foreground);cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.node-info-content[data-astro-cid-ccdiq772]{padding:16px;overflow-y:auto;max-height:400px}.node-detail[data-astro-cid-ccdiq772]{margin-bottom:12px;font-size:14px;line-height:1.4}.connection-item[data-astro-cid-ccdiq772]{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--color-muted);font-size:13px}.connection-link[data-astro-cid-ccdiq772]{flex:1;color:var(--color-accent);text-decoration:none;margin-right:8px}.connection-link[data-astro-cid-ccdiq772]:hover{text-decoration:underline}.connection-type[data-astro-cid-ccdiq772]{padding:2px 6px;background:var(--color-muted);border-radius:4px;font-size:11px;margin-right:8px}.connection-strength[data-astro-cid-ccdiq772]{font-weight:600;color:var(--color-accent);min-width:40px;text-align:right}.graph-legend[data-astro-cid-ccdiq772]{display:flex;gap:32px;padding:16px;background:var(--color-muted-background);border-top:1px solid var(--color-muted);font-size:12px}.legend-section[data-astro-cid-ccdiq772] h4[data-astro-cid-ccdiq772]{margin:0 0 8px;color:var(--color-foreground);font-size:13px}.legend-items[data-astro-cid-ccdiq772]{display:flex;flex-wrap:wrap;gap:12px}.legend-item[data-astro-cid-ccdiq772]{display:flex;align-items:center;gap:6px;color:var(--color-muted-foreground)}.legend-node[data-astro-cid-ccdiq772]{width:12px;height:12px;border-radius:50%;border:2px solid #ffffff}.legend-node[data-astro-cid-ccdiq772].post{background:#3b82f6}.legend-node[data-astro-cid-ccdiq772].concept{background:#6366f1}.legend-node[data-astro-cid-ccdiq772].tag{background:#94a3b8}.legend-line[data-astro-cid-ccdiq772]{width:20px;height:2px}.legend-line[data-astro-cid-ccdiq772].connections{background:#3b82f6}.legend-line[data-astro-cid-ccdiq772].bridges{background:#ec4899}.legend-line[data-astro-cid-ccdiq772].related{background:#10b981}.legend-line[data-astro-cid-ccdiq772].tags{background:#94a3b8}.graph-tooltip{position:absolute;background:var(--color-background);border:1px solid var(--color-muted);border-radius:6px;padding:12px;font-size:12px;box-shadow:0 4px 16px #0000001a;pointer-events:none;z-index:1000;max-width:250px}.graph-tooltip .tooltip-title{font-weight:600;color:var(--color-foreground);margin-bottom:6px}.graph-tooltip .tooltip-details div{margin-bottom:3px;color:var(--color-muted-foreground)}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.edge{animation:pulse 3s ease-in-out infinite;animation-delay:calc(var(--edge-index, 0) * .1s)}.node circle{transition:all .3s cubic-bezier(.4,0,.2,1)}.node:hover circle{transform:scale(1.1)}@media (max-width: 768px){.graph-controls[data-astro-cid-ccdiq772]{flex-direction:column;align-items:stretch}.control-group[data-astro-cid-ccdiq772]{justify-content:space-between}.node-info-panel[data-astro-cid-ccdiq772]{width:calc(100% - 40px);max-width:300px}.graph-legend[data-astro-cid-ccdiq772]{flex-direction:column;gap:16px}}
