"use client"; export function AnimatedCopilotOrb() { return ( {/* Ambient Background Glow */} {/* Main Orb Color-Morphing Entity */} {/* Core Sphere (Base Glow & Dark Volume) */} {/* Orbiting Energy Ring (Ellipse 760) */} {/* Masked Spherical Interior */} {/* Liquid Internal Glow Blob */} {/* Central 4-Pointed Star with Refracting Spotlight */} {/* Radiating Flare Energy Waves */} {/* Twin Contour Rings */} {/* SVG Filters & Linear Gradients */} ); }