+ {[
+ { icon: FaMicrochip, delay: "0s" },
+ { icon: FaNetworkWired, delay: "0.2s" },
+ { icon: FaCode, delay: "0.4s" },
+ ].map(({ icon: Icon, delay }, i) => (
+
= i
+ ? "rgba(59, 130, 246, 0.6)"
+ : "rgba(255,255,255,0.1)"
+ }`,
+ display: "flex",
+ alignItems: "center",
+ justifyContent: "center",
+ backgroundColor:
+ phase >= i ? "rgba(59, 130, 246, 0.1)" : "transparent",
+ animation: `iconPop 0.5s ease-out ${delay} both`,
+ transition: "all 0.3s ease",
+ }}
+ >
+ = i ? "#3b82f6" : "#555",
+ transition: "color 0.3s ease",
+ }}
+ />
+
+ ))}
+
+ {phase === 0 && "INITIALIZING CORE..."}
+ {phase === 1 && "LOADING AGENTS..."}
+ {phase === 2 && "ESTABLISHING CONNECTIONS..."}
+ {phase === 3 && "READY"}
+