:root{
  --app-radius: 14px;
}

.card{
  border-radius: var(--app-radius);
}

.app-hero{
  border-radius: var(--app-radius);
  background: linear-gradient(135deg, #1f2937, #0b1220);
  color: #fff;
  overflow: hidden;
}

