/* Safari/iOS WebKit performance overrides. Keep all rules scoped to html.safari-perf. */

html.safari-perf .feed { transition: none; }
html.safari-perf .progressive-thumb { transition: none; }
html.safari-perf .video-more-menu,
html.safari-perf .mute-hint-card,
html.safari-perf .playback-error-card,
html.safari-perf .next-coll-btn,
html.safari-perf .play-mode-btn,
html.safari-perf .episode-select-btn,
html.safari-perf .episode-picker-box {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}
html.safari-perf .liked-card::before { filter: none !important; opacity: 0 !important; transform: none !important; }
html.safari-perf .act-btn i,
html.safari-perf .heart-burst i,
html.safari-perf .center-icon i,
html.safari-perf .pause-indicator i,
html.safari-perf .liked-card-heart,
html.safari-perf .coll-play { filter: none !important; }
html.safari-perf .mute-hint-pulse { display: none !important; }
html.safari-perf .mute-hint-overlay.show .mute-hint-card { animation: none !important; }
html.safari-perf .heart-particle { display: none !important; }
