/* F1-S2 退档风险走查 · 活入口 index.html */

.plan-seg-btn.plan-seg-retreat {
  color: #9a3412;
  border-color: #fdba74;
  background: #fff7ed;
}

.plan-seg-btn.plan-seg-retreat.active {
  color: #fff;
  background: #ea580c;
  border-color: #ea580c;
}

.family-retreat-panel {
  border: 1px solid #fdba74;
  background: linear-gradient(180deg, #fff7ed 0%, #fff 48px);
}

.family-retreat-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.family-retreat-head h2 {
  margin: 0 0 4px;
  font-size: 1.1rem;
  color: #9a3412;
}

.family-retreat-progress {
  flex-shrink: 0;
  min-width: 3.2rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.05rem;
  color: #c2410c;
  background: #ffedd5;
  border-radius: 10px;
  padding: 8px 10px;
  line-height: 1.2;
}

.family-retreat-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  color: #065f46;
  font-weight: 700;
  font-size: 0.9rem;
}

.family-retreat-badge[hidden] {
  display: none !important;
}

.family-retreat-badge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #10b981;
  color: #fff;
  font-size: 0.75rem;
}

.family-retreat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.family-retreat-item {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #fed7aa;
  background: #fff;
}

.family-retreat-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}

.family-retreat-item__idx {
  font-size: 0.72rem;
  font-weight: 700;
  color: #c2410c;
}

.family-retreat-item__kind {
  font-size: 0.7rem;
  color: #9a3412;
  background: #ffedd5;
  padding: 1px 6px;
  border-radius: 999px;
}

.family-retreat-item__lvl {
  font-size: 0.68rem;
  padding: 1px 6px;
  border-radius: 999px;
  text-transform: uppercase;
}

.family-retreat-item__lvl.red {
  background: #fee2e2;
  color: #b91c1c;
}

.family-retreat-item__lvl.yellow {
  background: #fef3c7;
  color: #a16207;
}

.family-retreat-item strong {
  display: block;
  font-size: 0.9rem;
  color: #0f172a;
  margin-bottom: 4px;
}

.family-retreat-item p {
  margin: 0 0 10px;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #475569;
}

.family-retreat-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #9a3412;
  cursor: pointer;
}

.family-retreat-check input {
  width: 16px;
  height: 16px;
}

.family-retreat-actions {
  margin-top: 14px;
  display: grid;
  gap: 8px;
}

.family-retreat-actions .btn-primary:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.family-retreat-hint {
  margin: 0;
  font-size: 0.75rem;
  color: #78716c;
}
