
/* Ecosystem Frontend Stability 1.0.0
   Scope is added by JS only on iOS/WebKit when configured.
*/

html.eco-stability-ios.eco-stability-native-scroll {
    scroll-behavior:auto !important;
}

/* Never hide content; only pause offscreen animations. */
html.eco-stability-ios .eco-stability-offscreen {
    animation-play-state:paused !important;
}

/* High-cost composition fallbacks, iOS only. */
html.eco-stability-ios.eco-stability-no-backdrop .eco-stability-costly-backdrop {
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
}

html.eco-stability-ios.eco-stability-no-fixed-bg .eco-stability-fixed-bg {
    background-attachment:scroll !important;
}

/* Remove compositor reservations after JS marks them. */
html.eco-stability-ios .eco-stability-no-will-change {
    will-change:auto !important;
}
