/*
 * The HTML SEO shell is present before React hydrates every SPA route. Keep it
 * available to crawlers and no-JavaScript clients without flashing the static
 * landing page to normal users while the application bundle loads.
 */
#root:has(> .seo-shell) {
    display: block;
    overflow-y: auto;
}

#root > .seo-shell {
    visibility: hidden;
}
