/* PC game version/resource page: one visual family with the game library. */
body.detail-family-game{background:radial-gradient(circle at 50% -10%,#152744 0,transparent 32%),#0a111e;color:#edf4ff}
body.detail-family-game .content{width:100%}
body.detail-family-game .sidebar{display:none}
body.detail-family-game .resource-detail{max-width:1180px;margin:0 auto}
body.detail-family-game .breadcrumb-bar{background:transparent;border:0}
body.detail-family-game .detail-breadcrumb .breadcrumb-inner a,body.detail-family-game .detail-breadcrumb .breadcrumb-current span{color:#9fb2ca}
body.detail-family-game .detail-breadcrumb .breadcrumb-inner li+li:before{border-color:#61738b}
body.detail-family-game .detail-breadcrumb .breadcrumb-inner a:hover{background:#17263a;color:#dceaff}
body.detail-family-game .detail-breadcrumb .breadcrumb-home{background:#172a44;color:#84b3ff!important}
body.detail-family-game .detail-breadcrumb .breadcrumb-current span{background:#142033;color:#dce7f5}

.pc-game-product{position:relative;display:grid;grid-template-columns:190px minmax(0,1fr) 270px;gap:34px;align-items:center;min-height:390px;padding:42px;border:1px solid rgba(135,166,207,.22);border-radius:22px;overflow:hidden;background:radial-gradient(circle at 84% 12%,rgba(57,109,192,.38),transparent 32%),linear-gradient(135deg,#101b2d 0%,#13243a 60%,#172f50 100%);box-shadow:0 22px 52px rgba(0,0,0,.28)}
.pc-game-product:after{position:absolute;right:-24px;bottom:-34px;content:"GAME FILE";color:rgba(139,183,246,.045);font-size:100px;font-weight:900;letter-spacing:-.06em;pointer-events:none}
.pc-game-product__visual{position:relative;z-index:1;width:190px;height:248px;border:1px solid rgba(177,202,234,.32);border-radius:16px;overflow:hidden;background:#203247;box-shadow:0 20px 34px rgba(0,0,0,.38)}
.pc-game-product__visual img{width:100%;height:100%;object-fit:cover}
.pc-game-product__visual>span{display:grid;height:100%;place-items:center;font-size:60px}
.pc-game-product__copy{position:relative;z-index:1;min-width:0}
.pc-game-product__eyebrow,.pc-game-section-heading>span{display:block;color:#78aaff;font-size:11px;font-weight:850;letter-spacing:.16em}
.pc-game-product h1{max-width:640px;margin:9px 0 5px;color:#f5f9ff;font-size:clamp(34px,4vw,52px);line-height:1.06;letter-spacing:-.045em;overflow-wrap:anywhere}
.pc-game-product__edition{margin:0 0 15px;color:#a4b5ca;font-size:14px;line-height:1.55}
.pc-game-product__summary{max-width:650px;margin:17px 0 0;color:#b9c7d9;font-size:14px;line-height:1.75}
.pc-game-product__chips{display:flex;gap:7px;flex-wrap:wrap}
.pc-game-product__chips span{padding:5px 10px;border:1px solid rgba(137,172,217,.35);border-radius:99px;background:rgba(18,34,55,.72);color:#c7d8ec;font-size:12px;font-weight:700}
.pc-game-product__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.pc-game-product__actions a{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:18px;padding:0 19px;border-radius:10px;font-size:14px;font-weight:800;text-decoration:none}
.pc-game-product__primary{background:#f28b21;color:#fff;box-shadow:0 10px 20px rgba(242,139,33,.24)}
.pc-game-product__primary:hover{background:#dd7610;color:#fff}
.pc-game-product__secondary{border:1px solid #48617f;background:#182b43;color:#c9ddfa}
.pc-game-product__facts{position:relative;z-index:1;display:grid;gap:0;padding:6px 20px;border:1px solid rgba(148,178,216,.22);border-radius:16px;background:rgba(7,17,30,.55);box-shadow:0 12px 26px rgba(0,0,0,.18)}
.pc-game-product__facts>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.09)}
.pc-game-product__facts>div:last-child{border:0}
.pc-game-product__facts span{color:#8497af;font-size:11px}
.pc-game-product__facts strong{max-width:150px;color:#e2ebf7;font-size:13px;text-align:right;overflow-wrap:anywhere}
.pc-game-product__facts .pc-game-product__steam{display:grid;grid-template-columns:1fr auto;align-items:center}
.pc-game-product__steam strong{color:#54d6a0;font-size:22px}
.pc-game-product__steam a{grid-column:1/-1;margin-top:4px;color:#80aeef;font-size:11px;text-align:right}

.pc-game-section-heading h2{margin:5px 0 0;color:#eff6ff;font-size:25px;letter-spacing:-.025em}
.pc-game-gallery{margin:26px 0 0;padding:24px 26px 20px;border:1px solid rgba(139,169,207,.2);border-radius:18px;background:#111c2c}
.pc-game-gallery .screenshot-carousel{margin:18px 0 0;padding:0;border:0;box-shadow:none}
.pc-game-gallery .screenshot-scroll-container{gap:14px;padding:0 2px 15px}
.pc-game-gallery .screenshot-img{width:420px;height:236px;padding:0;border:0;border-radius:12px;object-fit:cover;box-shadow:none}
.pc-game-gallery .screenshot-arrow{width:38px;height:38px;background:rgba(13,27,45,.94);color:#dcecff;font-size:26px}
body.detail-family-game .resource-detail .pc-game-anchor{position:sticky;top:72px;z-index:20;margin:22px 0;padding:8px 10px;border:1px solid rgba(139,169,207,.2);border-radius:12px;background:rgba(15,26,42,.93);box-shadow:0 7px 18px rgba(0,0,0,.2);backdrop-filter:blur(10px)}
body.detail-family-game .resource-detail .pc-game-anchor a{padding:8px 11px;border-radius:8px;color:#aabbd0}
body.detail-family-game .resource-detail .pc-game-anchor a.anchor-active{background:#1d3a60;color:#e9f3ff}
body.detail-family-game .resource-detail .detail-section{margin:0 0 22px;padding:30px;border:1px solid rgba(139,169,207,.2);border-radius:18px;background:#111c2c;box-shadow:0 8px 26px rgba(0,0,0,.14)}
.detail-family-game .detail-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.09)}
.detail-family-game .resource-detail .detail-section-head .detail-section-title{display:block;color:#eff6ff;font-size:22px;font-weight:850;letter-spacing:-.02em}
.detail-family-game .detail-section-head p{margin:5px 0 0;color:#879bb5;font-size:12px;line-height:1.6}
.detail-family-game .detail-section-head .similar-tag-hint,.detail-family-game .detail-section-head .similar-default-hint{color:#7793b7;font-size:11px;font-weight:650}
.detail-family-game .detail-section-head .similar-reset-btn{flex:none;padding:7px 10px;border:1px solid #354b67;border-radius:8px;background:#17263a;color:#8eb9ef;font-size:11px}
.pc-game-intro__layout{margin-top:21px}
body.detail-family-game .resource-detail .detail-section-body{color:#cbd8e8;font-size:15px;line-height:1.95}
body.detail-family-game .resource-detail .detail-section-body h3{margin:25px 0 10px;padding-left:12px;border-left:3px solid #f2a13a;color:#f0f6ff;font-size:18px}
.pc-game-intro__toggle{display:none}
.pc-game-requirements__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}
.pc-game-requirements__grid>article{padding:22px;border:1px solid rgba(134,168,211,.22);border-radius:13px;background:#162439}
.pc-game-requirements__grid>article.is-general{grid-column:1/-1;background:linear-gradient(120deg,#162439,#192c47)}
.pc-game-requirements__grid>article.is-recommended{border-color:#355a86;background:#172b46}
.pc-game-requirements__grid h3{margin:0 0 15px;color:#dceaff;font-size:16px}
.pc-game-requirements dl,.pc-game-requirements dl div{margin:0}
.pc-game-requirements dl div{display:grid;grid-template-columns:90px 1fr;gap:12px;padding:8px 0;border-top:1px solid rgba(255,255,255,.09)}
.pc-game-requirements dt{color:#8499b3;font-size:12px}
.pc-game-requirements dd{margin:0;color:#d9e5f4;font-size:13px;overflow-wrap:anywhere}
.pc-game-downloads{padding:0!important;border-color:#2a4866!important;overflow:hidden;background:#101d2d!important;color:#fff}
.pc-game-downloads__heading{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:24px;padding:15px 26px;border-bottom:1px solid #6b5429;background:linear-gradient(110deg,#352d1f 0%,#1c2732 52%,#13253a 100%)}
.pc-game-downloads .pc-game-section-heading>span{color:#d7ad4f}
.pc-game-downloads .pc-game-section-heading h2{margin-top:3px;color:#fff;font-size:22px}
.pc-game-downloads__edition{display:grid;justify-items:end;gap:3px;min-width:0}
.pc-game-downloads__edition span{color:#bca66f;font-size:10px;font-weight:800;letter-spacing:.12em}
.pc-game-downloads__edition strong{max-width:330px;color:#f2d17f;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pc-game-downloads__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#31465a}
.pc-game-downloads__grid.is-single{grid-template-columns:minmax(0,520px);justify-content:center;background:#101d2d}
.pc-game-drive-card{display:flex;min-height:290px;align-items:center;flex-direction:column;padding:27px 24px 22px;border:0;border-radius:0;background:linear-gradient(155deg,#172b40,#112235)}
.pc-game-downloads__grid.is-single .pc-game-drive-card{border-right:1px solid #31465a;border-left:1px solid #31465a}
.pc-game-drive-card__brand{display:flex;min-height:34px;align-items:center;justify-content:center;gap:10px}
.pc-game-drive-card__logo{display:block;width:30px;height:30px;flex:none;overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 5px 14px rgba(0,0,0,.22)}
.pc-game-drive-card__logo img{display:block;width:100%;height:100%;object-fit:cover}
.pc-game-drive-card h3{margin:0;color:#f5d483;font-size:16px;font-weight:850;letter-spacing:.02em}
.pc-game-drive-card__qr{box-sizing:border-box;width:130px;height:130px;margin:17px auto 16px;padding:8px;border:1px solid rgba(214,178,95,.45);border-radius:6px;background:#fff;box-shadow:0 9px 22px rgba(0,0,0,.22)}
.pc-game-drive-card__qr img{display:block;width:112px;height:112px;object-fit:contain}
.pc-game-drive-card__channel{width:min(100%,230px);padding:8px 12px;border:1px dashed rgba(214,178,95,.47);border-radius:4px;color:#c9b37c;font-size:11px;font-weight:750;text-align:center}
.pc-game-drive-card__mobile{display:none}
.pc-game-news__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 26px;margin-top:18px}
.pc-game-news__grid a{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.09);color:#d4e2f3}
.pc-game-news__grid i{color:#7caff0;font-size:11px;font-style:normal}
.pc-game-news__grid strong{white-space:nowrap;overflow:hidden;font-size:13px;text-overflow:ellipsis}
.pc-game-news__grid time{color:#8a9aaa;font-size:11px}
body.detail-family-game .detail-shelf-section .detail-related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.detail-family-game .resource-detail .detail-shelf-section .detail-card{min-width:0;border-color:rgba(255,255,255,.09);background:#172438}
body.detail-family-game .resource-detail .detail-card-name{color:#edf5ff}
body.detail-family-game .resource-detail .detail-card-meta{color:#899eb8}
body.detail-family-game .detail-versions-more{border-color:rgba(255,255,255,.12);background:#172438}
body.detail-family-game .detail-versions-more summary{color:#a8c9f5}
body.detail-family-game .detail-versions-more[open] summary{border-color:rgba(255,255,255,.12)}

@media(max-width:900px){
  .pc-game-product{grid-template-columns:140px 1fr;padding:28px;gap:24px}
  .pc-game-product__visual{width:140px;height:186px}
  .pc-game-product__facts{grid-column:1/-1;grid-template-columns:repeat(3,1fr)}
  .pc-game-product__facts>div{display:block;padding:12px;border-right:1px solid rgba(255,255,255,.09);border-bottom:0}
  .pc-game-product__facts strong{display:block;margin-top:5px;text-align:left}
  .pc-game-product__facts .pc-game-product__steam{display:block}
  body.detail-family-game .detail-shelf-section .detail-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  body.detail-family-game .container{padding:0 12px}
  body.detail-family-game .breadcrumb-inner{padding:10px 0;overflow-x:auto;white-space:nowrap}
  body.detail-family-game .breadcrumb-current{display:none!important}
  .pc-game-product{grid-template-columns:88px minmax(0,1fr);gap:16px;margin:0 -12px;padding:24px 16px;border-width:1px 0;border-radius:0;box-shadow:none}
  .pc-game-product:after{display:none}
  .pc-game-product__visual{width:88px;height:118px;border-radius:10px}
  .pc-game-product h1{font-size:27px}
  .pc-game-product__edition{font-size:12px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  .pc-game-product__summary{grid-column:1/-1;font-size:13px}
  .pc-game-product__actions{grid-column:1/-1}
  .pc-game-product__actions a{flex:1;min-width:150px}
  .pc-game-product__facts{grid-column:1/-1;grid-template-columns:repeat(2,1fr);padding:3px 10px}
  .pc-game-product__facts>div{padding:10px;border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}
  .pc-game-product__facts>div:nth-last-child(-n+2){border-bottom:0}
  .pc-game-gallery{margin:14px -12px 0;padding:18px 16px;border-radius:0}
  .pc-game-gallery .screenshot-img{width:310px;height:174px}
  .pc-game-anchor{top:56px;margin:12px -4px;overflow-x:auto;white-space:nowrap}
  body.detail-family-game .detail-section{margin:0 -12px 13px;padding:22px 16px;border-radius:0}
  .detail-family-game .detail-section-head{align-items:flex-start;margin-bottom:15px;padding-bottom:13px}
  .detail-family-game .detail-section-head .detail-section-title{font-size:19px}
  .detail-family-game .detail-section-head p{font-size:11px}
  .pc-game-section-heading h2{font-size:21px}
  .pc-game-intro__copy{position:relative;max-height:620px;overflow:hidden;transition:max-height .25s ease}
  .pc-game-intro__copy:after{position:absolute;right:0;bottom:0;left:0;height:92px;content:"";background:linear-gradient(transparent,#111c2c)}
  .pc-game-intro__copy.is-expanded{max-height:none}
  .pc-game-intro__copy.is-expanded:after{display:none}
  .pc-game-intro__toggle{display:block;width:100%;margin:12px 0 2px;padding:11px;border:1px solid #344c69;border-radius:9px;background:#17283e;color:#9dc6f8;font-size:13px;font-weight:800}
  .pc-game-requirements__grid{grid-template-columns:1fr}
  .pc-game-requirements dl div{grid-template-columns:72px 1fr}
  .pc-game-downloads__heading{min-height:auto;padding:14px 18px}
  .pc-game-downloads .pc-game-section-heading h2{font-size:18px}
  .pc-game-downloads__edition strong{max-width:150px}
  .pc-game-downloads__grid{grid-template-columns:1fr}
  .pc-game-downloads__grid.is-single{grid-template-columns:1fr}
  .pc-game-drive-card,.pc-game-downloads__grid.is-single .pc-game-drive-card{min-height:0;padding:18px;border:0}
  .pc-game-drive-card__qr{display:none}
  .pc-game-drive-card__channel{display:none}
  .pc-game-drive-card__mobile{display:flex;width:min(100%,420px);min-height:48px;margin-top:16px;align-items:center;justify-content:center;border-radius:8px;background:#f08a22;color:#fff;font-size:14px;font-weight:850}
  .pc-game-drive-card--baidu .pc-game-drive-card__mobile{background:#3769e8}
  .pc-game-news__grid{grid-template-columns:1fr}
  .pc-game-news__grid a{grid-template-columns:auto 1fr}
  .pc-game-news__grid time{display:none}
  body.detail-family-game .detail-shelf-section .detail-related-grid{grid-template-columns:1fr}
}
