/* ============================================================
   下载页专属样式(依赖 base.css / components.css 令牌)
   ============================================================ */

/* 平台分区导语 */
.pane-title{margin-bottom:10px}
.plat-lede{
  color:var(--ink-mute);
  font-size:14.5px;
  max-width:760px;
  margin-bottom:26px;
}

/* 客户端官方图标:资产已预处理,只固定尺寸,不加圆角/裁切/背景 */
.dl-ico{
  width:48px;
  height:48px;
  flex-shrink:0;
}

/* 平台内小节标题(系统要求) */
.pane-sub{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin-top:34px;
  margin-bottom:14px;
  border-top:1px solid var(--rule);
  padding-top:22px;
}
.pane-sub-idx{
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:0.08em;
  color:var(--lava);
  flex-shrink:0;
}
.pane-sub h3{font-size:16px}

/* 内核区下载表 */
.core-table td{white-space:nowrap}
.core-table .core-dl{
  font-family:var(--font-mono);
  font-size:12.5px;
  color:var(--ink);
  text-decoration-color:var(--rule);
  overflow-wrap:anywhere;
  white-space:normal;
}
.core-table .core-dl:hover{color:var(--lava);text-decoration-color:var(--lava)}

/* 下一步区按钮排布 */
.next-acts{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.next-acts .btn{flex-shrink:0}

@media (max-width:640px){
  .dl-ico{width:44px;height:44px}
  .plat-lede{margin-bottom:20px}
  .next-acts{flex-direction:column;align-items:stretch}
}