/* ============================================================
   PDF 军表导出排版（仅作用于隐藏容器 #pdfExportArea）
   ============================================================ */
#pdfExportArea {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 794px;
  background: #ffffff;
  color: #1c2430;
  font-family: 'Source Sans 3', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  padding: 26px 30px 20px;
}

/* ---- 页眉 ---- */
#pdfExportArea .pdf-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 3px solid #f25c05;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
#pdfExportArea .pdf-brand { display: flex; align-items: center; gap: 10px; }
#pdfExportArea .pdf-brand-mark {
  width: 30px; height: 30px; border-radius: 6px;
  background: linear-gradient(135deg, #ff8a3d, #f25c05);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 16px; font-weight: 800;
}
#pdfExportArea .pdf-brand-text { font-size: 22px; font-weight: 800; letter-spacing: 2px; color: #1c2430; line-height: 1.1; }
#pdfExportArea .pdf-brand-sub { font-size: 11.5px; color: #556071; font-weight: 600; letter-spacing: .4px; }
#pdfExportArea .pdf-meta { text-align: right; font-size: 12.5px; color: #556071; }
#pdfExportArea .pdf-meta b { font-size: 19px; color: #f25c05; font-weight: 800; display: block; }
#pdfExportArea .pdf-desc { font-size: 11.5px; color: #8a94a6; margin: -8px 0 12px; }

/* ---- 分类标题 ---- */
#pdfExportArea .pdf-cat {
  display: flex; align-items: center; gap: 10px;
  margin: 16px 0 9px;
}
#pdfExportArea .pdf-cat span {
  font-size: 13px; font-weight: 800; color: #f25c05;
  letter-spacing: 1.5px; text-transform: uppercase; white-space: nowrap;
}
#pdfExportArea .pdf-cat::after { content: ''; flex: 1; height: 1px; background: #e2e8f0; }

/* ---- 单位卡 ---- */
#pdfExportArea .pdf-unit {
  border: 1px solid #d9dfe8;
  border-left: 4px solid #ff8a3d;
  border-radius: 6px;
  padding: 8px 13px;
  margin-bottom: 8px;
  background: #ffffff;
  page-break-inside: avoid;
}
#pdfExportArea .pdf-unit-head { display: flex; justify-content: space-between; align-items: baseline; }
#pdfExportArea .pdf-unit-name { font-size: 14.5px; font-weight: 700; color: #1c2430; }
#pdfExportArea .pdf-unit-size { font-size: 11.5px; color: #8a94a6; font-weight: 600; margin-left: 6px; }
#pdfExportArea .pdf-unit-cost { font-size: 14px; font-weight: 800; color: #f25c05; white-space: nowrap; }
#pdfExportArea .pdf-line { font-size: 11.5px; color: #556071; margin-top: 3px; }
#pdfExportArea .pdf-line b { color: #1c2430; font-weight: 600; }

/* ---- 升级 chip ---- */
#pdfExportArea .pdf-upg {
  display: inline-block;
  background: #f1f4f9;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 1px 7px;
  margin: 3px 5px 0 0;
  font-size: 11px;
  color: #1c2430;
}
#pdfExportArea .pdf-upg .pdf-upg-cost { color: #f25c05; font-weight: 700; }

/* ---- 规则参考 ---- */
#pdfExportArea .pdf-rules-page { page-break-before: always; }
#pdfExportArea .pdf-rules-head {
  font-size: 19px; font-weight: 800; color: #f25c05;
  border-bottom: 2px solid #f25c05; padding-bottom: 7px;
}
#pdfExportArea .pdf-rules-sub { font-size: 11.5px; color: #8a94a6; margin: 6px 0 12px; }
#pdfExportArea .pdf-rule {
  page-break-inside: avoid;
  margin-bottom: 9px;
  padding-left: 11px;
  border-left: 3px solid #ffd9bd;
}
#pdfExportArea .pdf-rule-name { font-size: 13px; font-weight: 700; color: #1c2430; }
#pdfExportArea .pdf-rule-desc { font-size: 11.5px; color: #556071; margin-top: 2px; }

/* ---- 页脚 ---- */
#pdfExportArea .pdf-footer {
  text-align: center; color: #b3bcc9; font-size: 10.5px;
  margin-top: 22px; letter-spacing: .5px;
}
