.report-content {
  background: linear-gradient(180deg, #e3f2fd 0%, #fff 100%);
  min-height: calc(100vh - 100px);
}

.report-card {
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.report-label {
  font-size: 15px;
  color: #666;
}

.report-value {
  font-size: 24px;
  font-weight: 600;
  color: #ff4757;
}
