/* Enterprise Bootstrap Theme | MIT License | (c) 2026 Priya Vijai Kalyan */
.gc-root{background-color:var(--theme-surface-bg);border:1px solid var(--theme-border-color);border-radius:0;color:var(--theme-text-primary);height:100%;outline:none;overflow:hidden;position:relative;width:100%}.gc-root:focus-visible{box-shadow:0 0 0 2px rgba(28,126,214,.25)}.gc-svg{display:block;height:100%;width:100%}.gc-node{cursor:grab;transition:opacity .2s ease}.gc-node:hover rect{stroke-width:2.5}.gc-node rect{transition:stroke-width .15s ease}.gc-node-selected rect{filter:drop-shadow(0 0 4px rgba(28,126,214,.35));stroke:#1c7ed6!important;stroke-width:2.5!important}.gc-edge{cursor:pointer;transition:opacity .2s ease}.gc-edge path{transition:stroke-width .15s ease}.gc-edge:hover path{stroke-width:2.5}.gc-edge-selected path{stroke:#1c7ed6!important;stroke-width:2.5!important}.gc-dimmed{opacity:.2}.gc-highlighted{opacity:1}.gc-expand-indicator{cursor:pointer}.gc-expand-indicator:hover{fill:#1864ab}.gc-tooltip{background-color:var(--theme-surface-raised-bg);color:var(--theme-text-primary);font-size:.8rem;line-height:1.4;max-width:280px;padding:6px 10px;pointer-events:none;white-space:pre-line;word-break:break-word;z-index:1000}.gc-context-menu,.gc-tooltip{border:1px solid var(--theme-border-color);border-radius:0;position:absolute}.gc-context-menu{background-color:var(--theme-surface-bg);box-shadow:var(--theme-shadow-md);min-width:160px;padding:4px 0;z-index:1010}.gc-context-menu-item{background:none;border:none;color:var(--theme-text-primary);cursor:pointer;display:block;font-size:.8rem;line-height:1.4;padding:6px 12px;text-align:left;width:100%}.gc-context-menu-item:hover{background-color:var(--theme-hover-bg)}.gc-context-menu-item:focus-visible{outline:2px solid #1c7ed6;outline-offset:-2px}.gc-groups rect,.gc-groups text,.gc-overlay,.gc-overlay line,.gc-rubber-band{pointer-events:none}.gc-minimap{background-color:rgba(var(--theme-surface-bg-rgb),.85);bottom:8px;height:150px;width:200px}.gc-legend,.gc-minimap{border:1px solid var(--theme-border-color);border-radius:0;display:none;position:absolute;right:8px}.gc-legend{background-color:rgba(var(--theme-surface-bg-rgb),.9);min-width:120px;padding:8px;top:8px}@keyframes gc-edge-flow{to{stroke-dashoffset:-20}}.gc-edge-animated path{animation:gc-edge-flow 1s linear infinite}@media (prefers-reduced-motion:reduce){.gc-edge,.gc-edge path,.gc-node,.gc-node rect{transition:none}.gc-edge-animated path{animation:none}}