.InteractiveEcosystem_container__ND3SI{background-color:var(--bg-deep);color:var(--text-main);font-family:Urbanist,sans-serif;overflow:hidden;position:relative;width:100%;height:700px;display:flex;flex-direction:column;justify-content:center;align-items:center;--bg-deep:#1c2635;--bg-surface:#243146;--accent-cyan:#00d1ff;--accent-glow:rgba(0,209,255,0.4);--text-main:#ffffff;--text-muted:#94a3b8;--glass-border:rgba(255,255,255,0.1)}.InteractiveEcosystem_bgGradient__4Le8_{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,#243146 0,#1c2635 100%);z-index:0}.InteractiveEcosystem_ecosystemStage__B0oii{position:relative;width:90%;max-width:1200px;height:100%;display:flex;justify-content:space-between;align-items:center;z-index:1}.InteractiveEcosystem_connectorLayer__MLWKp{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.InteractiveEcosystem_flowLine__UiFzJ{fill:none;stroke:var(--accent-cyan);stroke-width:1.5;stroke-dasharray:4,12;opacity:.2;animation:InteractiveEcosystem_flow__u_gnU 20s linear infinite}.InteractiveEcosystem_internalFlow__g_57P{stroke-width:1;stroke-dasharray:2,6;opacity:.15;stroke:#fff}@keyframes InteractiveEcosystem_flow__u_gnU{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}.InteractiveEcosystem_pulseCircle__DgRDF{fill:var(--accent-cyan);filter:blur(2px)}.InteractiveEcosystem_pulseInternal__4_mtq{fill:#fff;filter:blur(1px)}.InteractiveEcosystem_column__C6wr9{display:flex;flex-direction:column;gap:20px;z-index:2}.InteractiveEcosystem_node__yRRvq{background:rgba(255,255,255,.03);border:1px solid var(--glass-border);border-radius:12px;padding:20px;width:240px;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px);cursor:pointer;position:relative}.InteractiveEcosystem_node__yRRvq:hover{border-color:var(--accent-cyan);background:rgba(0,209,255,.05);transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,209,255,.1)}.InteractiveEcosystem_node__yRRvq h3{font-size:.9rem;color:var(--accent-cyan);margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}.InteractiveEcosystem_node__yRRvq p{font-size:.85rem;color:var(--text-muted);line-height:1.4}.InteractiveEcosystem_nodeIcon__X8T1z{margin-bottom:12px;width:1.2rem;height:1.2rem;color:var(--text-main)}.InteractiveEcosystem_orchestratorHub__17jZF{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:440px;height:480px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;z-index:5;pointer-events:none}.InteractiveEcosystem_orchestratorHub__17jZF>*{pointer-events:auto}.InteractiveEcosystem_hubRing__mJ30R{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px dashed var(--accent-cyan);opacity:.1;animation:InteractiveEcosystem_rotate__Rkj3z 60s linear infinite;pointer-events:none}.InteractiveEcosystem_ring1__FVoLZ{width:340px;height:340px;animation-duration:40s}.InteractiveEcosystem_ring2__yHfpM{width:420px;height:420px;animation-direction:reverse}.InteractiveEcosystem_coreCircle__bcfYW{width:160px;height:160px;background:radial-gradient(circle,#2f3d52 0,#243146 100%);border:2px solid var(--accent-cyan);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 0 40px rgba(0,209,255,.3);z-index:6;margin:-20px 0}.InteractiveEcosystem_coreCircle__bcfYW h2{font-size:.9rem;text-transform:uppercase;letter-spacing:2px;margin:0;color:var(--text-main)}@keyframes InteractiveEcosystem_rotate__Rkj3z{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.InteractiveEcosystem_capabilitiesGrid__zSSN4{display:flex;flex-direction:column;justify-content:center;gap:40px;height:100%}.InteractiveEcosystem_capabilityPill___VyLx{background:rgba(255,255,255,.03);border:1px solid var(--glass-border);padding:15px 25px;border-radius:30px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:12px;color:#fff;width:280px;height:52px;backdrop-filter:blur(10px);transition:all .3s ease;cursor:pointer;position:relative}.InteractiveEcosystem_capabilityPill___VyLx:hover{border-color:var(--accent-cyan);background:rgba(0,209,255,.05);transform:scale(1.05);box-shadow:0 5px 20px rgba(0,209,255,.1)}.InteractiveEcosystem_capabilityPill___VyLx:before{content:"";position:absolute;left:-2px;top:50%;transform:translateY(-50%);width:4px;height:4px;background:var(--accent-cyan);border-radius:50%;box-shadow:0 0 8px var(--accent-cyan);opacity:.5}.InteractiveEcosystem_capabilityIcon__C1jxk{color:var(--accent-cyan);width:1rem;height:1rem}.InteractiveEcosystem_infraLabel__juSEv{position:absolute;bottom:20px;width:100%;text-align:center;color:var(--text-muted);font-size:.8rem;letter-spacing:4px;text-transform:uppercase;z-index:10}.InteractiveEcosystem_infoPanel__7JNxY{position:absolute;bottom:60px;left:50%;transform:translateX(-50%);background:rgba(28,38,53,.95);border:1px solid var(--accent-cyan);padding:15px 30px;border-radius:8px;font-size:.9rem;opacity:0;transition:opacity .3s;pointer-events:none;max-width:500px;text-align:center;z-index:20;color:var(--text-main)}