/* 재물 매트릭스 · 개인년 4영역 표 */
.life-tables {
  margin-top: 14px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(139, 111, 71, 0.22);
  border-radius: 14px;
  background: linear-gradient(165deg, #fffef9 0%, #f7f0e4 100%);
}
.life-tables .lt-head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.life-tables .lt-num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  color: #4a3520;
  background: rgba(139, 111, 71, 0.12);
  border: 1px solid rgba(139, 111, 71, 0.25);
}
.life-tables .lt-title {
  font-size: 15px;
  font-weight: 700;
  color: #4a3520;
}
.life-tables .lt-sub {
  margin-top: 2px;
  font-size: 12.5px;
  color: #8b6f47;
  font-weight: 600;
}
.life-tables .lt-quad {
  margin-bottom: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(139, 111, 71, 0.15);
}
.life-tables .lt-quad-label {
  font-size: 13px;
  font-weight: 700;
  color: #4a3520;
}
.life-tables .lt-quad-axis {
  margin-top: 2px;
  font-size: 12px;
  color: #8b6f47;
}
.life-tables .lt-quad-style {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #2c1f0e;
}
.life-tables .lt-tip,
.life-tables .lt-advice {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #5c4a36;
}
.life-tables .lt-grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.life-tables .lt-cell {
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(139, 111, 71, 0.14);
}
.life-tables .lt-k {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #8b6f47;
  margin-bottom: 4px;
}
.life-tables .lt-v {
  font-size: 13px;
  line-height: 1.5;
  color: #2c1f0e;
}
.life-tables .lt-disclaimer {
  margin: 10px 0 0;
  font-size: 11.5px;
  color: #9a8a74;
  line-height: 1.45;
}
@media (max-width: 560px) {
  .life-tables .lt-grid4 {
    grid-template-columns: 1fr;
  }
}

.psy-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}
.psy-card {
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(139, 111, 71, 0.16);
}
.psy-label {
  font-size: 11px;
  font-weight: 700;
  color: #8b6f47;
  letter-spacing: 0.03em;
}
.psy-num {
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 700;
  color: #4a3520;
  line-height: 1;
}
.psy-meta {
  margin-top: 4px;
  font-size: 12px;
  color: #9a8a74;
}
.psy-desc,
.psy-role {
  margin: 8px 0 0;
  font-size: 12.5px;
  line-height: 1.55;
  color: #5c4a36;
}
.psy-role { font-weight: 600; color: #8b6f47; }
.psy-timeline {
  margin: 10px 0 0;
  padding-left: 1.1rem;
  font-size: 12.5px;
  line-height: 1.55;
  color: #5c4a36;
}
.life-tables .concord-badge {
  display: inline-block;
  margin: 0 0 10px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 700;
}
.life-tables .concord-badge.is-same {
  background: rgba(90, 176, 168, 0.15);
  color: #2f6f68;
  border: 1px solid rgba(90, 176, 168, 0.35);
}
.life-tables .concord-badge.is-diff {
  background: rgba(200, 160, 88, 0.12);
  color: #4a3520;
  border: 1px solid rgba(200, 160, 88, 0.35);
}
.ind-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ind-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  border: 1px solid rgba(139, 111, 71, 0.2);
  background: #fff;
  color: #9a8a74;
}
.ind-chip small { opacity: 0.85; }
.ind-chip.is-on {
  background: rgba(139, 111, 71, 0.12);
  border-color: rgba(139, 111, 71, 0.4);
  color: #4a3520;
  font-weight: 700;
}
@media (max-width: 560px) {
  .psy-pair { grid-template-columns: 1fr; }
}
