.reportCard{
  border:1px solid #e5e7eb;
  border-radius:12px;
  background:#ffffff;
  padding:18px;
}

.reportHeader{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  margin-bottom:10px;
}

.reportTitle{
  margin:0;
  font-size:20px;
}

.reportSubtitle{
  color:#6b7280;
  font-size:13px;
}

.reportSection{
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid #e5e7eb;
}

.kv{
  display:flex;
  gap:12px;
  margin-top:6px;
}

.kv .k{
  min-width:120px;
  font-weight:700;
}

.kv .v{
  color:#111827;
}

.scoreRow{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:10px 0;
}

.scoreBox{
  border:1px solid #e5e7eb;
  border-radius:12px;
  background:#f9fafb;
  padding:10px 12px;
  min-width:160px;
}

.scoreLabel{
  color:#6b7280;
  font-size:12px;
  font-weight:700;
}

.scoreValue{
  font-size:18px;
  font-weight:800;
  margin-top:3px;
}

.para{
  color:#111827;
  line-height:1.5;
}

.tableWrap{
  overflow:auto;
  margin-top:10px;
}

.reportTable{
  width:100%;
  border-collapse:collapse;
  min-width:520px;
}

.reportTable th,
.reportTable td{
  border:1px solid #e5e7eb;
  padding:10px;
  text-align:left;
  vertical-align:top;
}

.reportTable th{
  background:#f9fafb;
  font-weight:800;
}

.tdScore{
  white-space:nowrap;
  font-weight:800;
}

.corrections{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:10px;
}

.correctionCard{
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:12px;
  background:#ffffff;
}

.correctionCard .bad{
  color:#b91c1c;
  text-decoration:line-through;
  font-weight:700;
}

.correctionCard .good{
  margin-top:6px;
  color:#065f46;
  font-weight:800;
}

.correctionCard .why{
  margin-top:6px;
  color:#6b7280;
  font-size:13px;
}

.emailStatus{
  margin-top:14px;
  padding:10px 12px;
  border:1px solid #bbf7d0;
  background:#ecfdf5;
  border-radius:12px;
  font-weight:800;
