/**
 * 游戏皮肤 A — 仅游戏站且非皮肤 B 时入队。
 */
html:has(body.single-software.game-platform){background:#000;scrollbar-color:#2a2f3a #000;scrollbar-width:thin}
html:has(body.single-software.game-platform)::-webkit-scrollbar{width:12px;height:12px}
html:has(body.single-software.game-platform)::-webkit-scrollbar-track{background:#000}
html:has(body.single-software.game-platform)::-webkit-scrollbar-thumb{background:#2a2f3a;border-radius:8px;border:3px solid #000}
html:has(body.single-software.game-platform)::-webkit-scrollbar-thumb:hover{background:#3a4150}
body.single-software.game-platform{background:#000 !important;min-height:100vh}
body.single-software.game-platform .xu5-topbar.sticky{background:rgba(0,0,0,.9) !important}
