Using a Shortcode to Replace Themes Stylesheet?

Main stylesheet of theme is surprisingly rigid concept. It is usually semi-hardcoded in header.php before any meaningful hooks and is very hard to change by code and reliably.

Since your context is actually wider and includes markup as well, you are better of hijacking template entirely, see template_redirect action for starters.