/* GPU Accelerated Styles */
.gpu-layer {
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    will-change: transform, opacity;
}

.smooth-scroll {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.no-jank {
    contain: content;
    content-visibility: auto;
}

.fast-animation {
    animation-duration: 0.2s;
    transition-duration: 0.2s;
}
