.card {
  background: #ffffff;
  border: 1px solid #e9e8e3;
  border-radius: 8px;
  padding: 1rem 1.1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.card-title {
  font-size: 0.72rem;
  font-weight: 500;
  color: #9b9a97;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.3rem;
}

.card-value {
  font-size: 1.65rem;
  font-weight: 700;
  color: #37352f;
  letter-spacing: -0.03em;
  line-height: 1.1;


