/**
 * 鼎核模型 V6 渲染样式
 * 赛博东玄编译所 · 鼎核排盘 & 天赋能量测评 共用
 */

/* ===== Pillar Table ===== */
.pt-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  table-layout: fixed;
}
.pt-table th {
  padding: 8px 4px;
  text-align: center;
  color: #8A8A9A;
  font-weight: 500;
  border-bottom: 1px solid #1A1D42;
  font-size: 14px;
}
.pt-table td {
  padding: 6px 4px;
  text-align: center;
  border-bottom: 1px solid #181B3D;
  vertical-align: top;
}
.pt-table tr:last-child td { border-bottom: none; }
.pt-table .row-label {
  color: #6E6E7E;
  font-size: 13px;
  text-align: left;
  padding-left: 4px;
  vertical-align: middle;
  line-height: 1.3;
}
.pt-table .shishen {
  color: #8A8A9A;
  font-size: 14px;
  display: block;
  margin-bottom: 2px;
}
.pt-table .shishen.primary { color: #00E5FF; font-weight: 600; }
.pt-table .shishen.dm { color: #D4A853; font-weight: 600; }
.pt-table .tou-chu { font-size: 11px; color: #00E5FF; margin-top: 2px; }
.pt-table .gan {
  font-family: "Noto Serif SC","Source Han Serif","SimSun",serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}
.pt-table .zhi {
  font-family: "Noto Serif SC","Source Han Serif","SimSun",serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 4px;
}
.pt-table .canggan {
  font-size: 13px;
  color: #8A8A9A;
  line-height: 1.6;
  margin-top: 2px;
}
.pt-table .canggan span {
  font-family: "Space Mono","JetBrains Mono","Consolas",monospace;
}
.pt-table .gan-row td,
.pt-table .zhi-row td {
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: none;
}

/* ===== Pipeline ===== */
.pipeline-svg-wrap { width: 100%; }
.pipeline-svg-wrap svg { display: block; width: 100%; }

/* ===== Pattern Bar ===== */
.pattern-merged {
  margin: 6px 12px;
  padding: 12px 16px;
  background: rgba(0,229,255,.03);
  border: 1px solid rgba(0,229,255,.08);
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14px;
  line-height: 1.6;
}
.pattern-merged .sq-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pattern-merged .sq-tag {
  font-size: 13px;
  padding: 3px 14px;
  border-radius: 16px;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 4px;
}
.pattern-merged .sq-tag.strong {
  background: rgba(212,168,83,.12);
  color: #D4A853;
  border: 1px solid rgba(212,168,83,.25);
}
.pattern-merged .sq-tag.weak {
  background: rgba(0,229,255,.08);
  color: #00E5FF;
  border: 1px solid rgba(0,229,255,.2);
}
.pattern-merged .sq-reasons {
  font-size: 12px;
  color: #6E6E7E;
  line-height: 1.3;
  text-align: center;
}
.pattern-merged .pt-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(0,229,255,.12);
  flex-shrink: 0;
}
.pattern-merged .pt-col { flex: 1; min-width: 0; }
.pattern-merged .pt-header { color: #00E5FF; font-size: 14px; font-weight: 600; margin-bottom: 3px; }
.pattern-merged .pt-text { color: #8A8A9A; font-size: 13px; }
.pattern-merged .pt-text .sep { color: #2A2E52; }

/* ===== Compile line ===== */
.compile-line {
  width: 60%;
  height: 2px;
  margin: 8px auto;
  background: linear-gradient(90deg, #D4A853 0%, #00E5FF 100%);
  opacity: .6;
}
