// Full-viewport "全部导航" mega-menu, modeled after the reference screenshot. const MegaNav = ({ onClose, onOpen }) => { const [activeSection, setActiveSection] = React.useState("sys"); const cols = XLY.MEGA_COLUMNS[activeSection]; return (