/* Universal Report Engine */
.fc-report {
  border: 1px solid #e8ebf5;
  border-radius: 16px;
  background: #fff;
  padding: 16px;
}
.fc-report-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}
.fc-report-head h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800;
  color: #10172f;
}
.fc-report-head p {
  margin: 0;
  color: #5c6478;
  font-size: 14px;
  line-height: 1.5;
}
.fc-report-score strong {
  font-size: 36px;
  font-weight: 800;
  color: #2e7d32;
  letter-spacing: -0.03em;
}
.fc-report-score span { color: #5c6478; font-weight: 700; }
.fc-report-sec { margin-top: 14px; padding-top: 12px; border-top: 1px solid #eef1f8; }
.fc-report-sec h4 {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5c6478;
  font-weight: 800;
}
.fc-report-dl { margin: 0; display: grid; gap: 6px; }
.fc-report-dl div { display: flex; justify-content: space-between; gap: 10px; font-size: 13px; }
.fc-report-dl dt { color: #5c6478; font-weight: 700; }
.fc-report-dl dd { margin: 0; font-weight: 800; color: #10172f; text-align: right; }
.fc-report-ul { margin: 0; padding: 0; list-style: none; }
.fc-report-ul li { font-size: 13px; font-weight: 600; color: #10172f; padding: 4px 0; }
.fc-report-empty { margin: 0; color: #5c6478; font-size: 13px; font-weight: 600; }
.fc-report-related { display: flex; flex-wrap: wrap; gap: 8px; }
.fc-report-related a {
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid #e8ebf5;
  background: #f7f8fc;
  color: #10172f;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
}
.fc-report-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.fc-report-btn {
  border: 1px solid #dde2ef;
  background: #fff;
  border-radius: 10px;
  padding: 9px 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.fc-report-btn-dark { background: #10172f; color: #fff; border-color: #10172f; }
