$wa = Factory::getApplication()->getDocument()->getWebAssetManager();
$wa->registerStyle(JPATH_SITE . '/media/com_mycomponent/mycomponent.css'); // also tried without the path
$wa->useStyle(JPATH_SITE . '/media/com_mycomponent/mycomponent.css');
HTMLHelper::_('stylesheet', '/media/com_mycomponent/mycomponent.css'); // also tried with pathWebAssetManager::addStyleSheet(JPATH_SITE . 'media/com_mycomponent/mycomponent.css'); // also tried without path