/**
 * Chrome-specific optimizations
 */

/* Enable GPU acceleration for transforms in Chrome */
.chrome .game-wrapper,
.chrome #video-container,
.chrome .modal-content {
    will-change: transform;
}

/* Chrome-specific scroll behavior */
.chrome html {
    scroll-behavior: smooth;
}