.card {
  border-left: 4px solid #6366f1;
  border-radius: 12px;
  background: #1e1e2e;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 0 30px rgba(99, 102, 241, 0.3);
  transition: width 0.3s ease;
}

.label {
  font-size: 13px;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.value {
  font-size: 32px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}

.changeUp {
  color: #22c55e;
  font-size: 14px;
}

.changeDown {
  color: #ef4444;
  font-size: 14px;
}
