/* F1-S3 位次压力剧场 */

.family-pressure-bar {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #a5b4fc;
  background: linear-gradient(135deg, #eef2ff 0%, #f8fafc 60%);
}

.family-pressure-bar__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.family-pressure-bar__head strong {
  font-size: 0.95rem;
  color: #312e81;
}

.family-pressure-bar__tag {
  font-size: 0.7rem;
  font-weight: 700;
  color: #4338ca;
  background: #e0e7ff;
  padding: 2px 8px;
  border-radius: 999px;
}

.family-pressure-bar__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.family-pressure-btn {
  border: 1px solid #c7d2fe;
  background: #fff;
  color: #3730a3;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
}

.family-pressure-btn.is-active {
  background: #4f46e5;
  border-color: #4f46e5;
  color: #fff;
}

.family-pressure-bar__hint {
  margin: 8px 0 0;
  font-size: 0.72rem;
  color: #64748b;
}

.family-pressure-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.family-pressure-summary .tier-mini.fake {
  background: #fee2e2;
  color: #b91c1c;
}

.family-pressure-summary .tier-mini.ok {
  background: #dcfce7;
  color: #166534;
}

.vol-card--fake,
.vol-row--fake {
  outline: 2px solid #f87171;
  outline-offset: 1px;
}

.family-pressure-tip {
  display: inline-block;
  margin-left: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #b91c1c;
  background: #fee2e2;
  padding: 1px 6px;
  border-radius: 4px;
}

.family-pressure-tip[hidden] {
  display: none !important;
}
