/* Static loading screen: stars shown in unloaded state (grayscale). The React ProgressIndicator replaces this with a dual-layer progress reveal. */
.loading-image-container:nth-child(2) > img {
    filter: grayscale(100%) brightness(0.3);
    opacity: 0.5;
}
