.app-result {
  @apply flex items-center w-full h-full justify-center p-10;
}
.app-result-inner {
  @apply flex items-center justify-center flex-col gap-1 max-w-100;
}
.app-result-text {
  @apply text-7xl font-bold bg-gradient-to-r from-brand text-transparent bg-clip-text to-warning;
}

.app-result-title {
  @apply text-lg font-bold text-primary mt-4;
}

.app-result-desc {
  @apply text-secondary text-sm text-center;
}

.app-result-footer {
  @apply flex gap-2 mt-4;
}