/* Mindmap sci-fi style - force visible node backgrounds */ text, tspan { fill: #e0f7fa !important; font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important; } /* Root node */ .mindmap-node:first-of-type circle { fill: #0d2137 !important; stroke: #00e5ff !important; stroke-width: 3px !important; filter: drop-shadow(0 0 12px rgba(0, 229, 255, 0.6)) !important; } /* All mindmap section/node shapes */ .mindmap-node rect, .mindmap-node polygon, .mindmap-node circle, .mindmap-node ellipse, .mindmap-node path { stroke: #00b8d4 !important; stroke-width: 2px !important; filter: drop-shadow(0 0 6px rgba(0, 229, 255, 0.35)) !important; } /* Force different section colors instead of black */ .section-0 rect, .section-0 path { fill: #0d3b66 !important; stroke: #00e5ff !important; } .section-1 rect, .section-1 path { fill: #1a3a4a !important; stroke: #26c6da !important; } .section-2 rect, .section-2 path { fill: #1b3044 !important; stroke: #4dd0e1 !important; } .section-3 rect, .section-3 path { fill: #14293d !important; stroke: #00bcd4 !important; } .section-4 rect, .section-4 path { fill: #0f2b3d !important; stroke: #80deea !important; } /* Generic fallback: any rect/path that ends up black */ rect[fill="#000"], rect[fill="#000000"], rect[fill="black"], path[fill="#000"], path[fill="#000000"], path[fill="black"] { fill: #0d3b66 !important; } /* Lines between nodes */ line, path.edge { stroke: #00b8d4 !important; stroke-width: 2px !important; }