/*!
 * soimenh perf-governor.css — load CUỐI trên /cong-cu/*. Cặp với perf-governor.js.
 *
 * ⚠️ BÀI HỌC: phiên bản trước dùng `animation: none` trên `[class*="-cosmos"] *` (mọi con của cosmos)
 * → GIẾT NHẦM animation ENTRANCE (bkieuEnter…) làm opacity 0→1 → content KẸT opacity:0 = VÔ HÌNH.
 * → Đã bỏ HOÀN TOÀN mọi `animation: none`. Việc dừng animation lặp-vô-hạn (melt) do perf-governor.js
 *   lo (chỉ pause `iterations===Infinity`, KHÔNG đụng entrance hữu hạn → an toàn visibility).
 *
 * CSS này CHỈ làm việc KHÔNG ảnh hưởng visibility:
 *   - máy yếu (html.sm-low-power): giảm backdrop-filter/box-shadow/will-change (giảm tải paint, không ẩn gì).
 * KHÔNG bao giờ set animation:none / opacity / display ở đây.
 */
 [id$="-sub-tw"]{contain:layout style;display:inline-block;vertical-align:bottom}html.sm-low-power [class*="-cosmos"],html.sm-low-power [class*="-cosmos"] *,html.sm-low-power [class*="-particle"],html.sm-low-power [class*="-glow"],html.sm-low-power [class*="-orb"],html.sm-low-power [class*="-portal-ring"]{will-change:auto!important}html.sm-low-power *:not(.sm-header):not([class*="cine"]):not([id$="cinematic"]){-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html.sm-low-power [class*="-shadow"]{box-shadow:none!important}html.sm-low-power [style*="background-attachment"]{background-attachment:scroll!important}